mirror of
https://gitee.com/kekingcn/file-online-preview.git
synced 2026-03-25 10:33:47 +08:00
优化项目结构、优化 maven 结构
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<toolbar:toolbaritem xlink:href=".uno:ArrowShapes.left-arrow"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ArrowShapes.right-arrow"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ArrowShapes.up-arrow"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ArrowShapes.down-arrow"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ArrowShapes.left-right-arrow"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ArrowShapes.up-down-arrow"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ArrowShapes.up-right-arrow"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ArrowShapes.up-right-down-arrow"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ArrowShapes.quad-arrow"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ArrowShapes.corner-right-arrow"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ArrowShapes.split-arrow"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ArrowShapes.striped-right-arrow"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ArrowShapes.notched-right-arrow"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ArrowShapes.pentagon-right"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ArrowShapes.chevron"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ArrowShapes.right-arrow-callout"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ArrowShapes.left-arrow-callout"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ArrowShapes.up-arrow-callout"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ArrowShapes.down-arrow-callout"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ArrowShapes.left-right-arrow-callout"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ArrowShapes.up-down-arrow-callout"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ArrowShapes.up-right-arrow-callout"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ArrowShapes.quad-arrow-callout"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ArrowShapes.circular-arrow"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ArrowShapes.split-round-arrow"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ArrowShapes.s-sharped-arrow"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,51 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<toolbar:toolbaritem xlink:href=".uno:BasicShapes.rectangle"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BasicShapes.round-rectangle"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BasicShapes.quadrat"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BasicShapes.round-quadrat"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BasicShapes.circle"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BasicShapes.ellipse"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BasicShapes.circle-pie"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BasicShapes.isosceles-triangle"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BasicShapes.right-triangle"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BasicShapes.trapezoid"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BasicShapes.diamond"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BasicShapes.parallelogram"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BasicShapes.pentagon"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BasicShapes.hexagon"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BasicShapes.octagon"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BasicShapes.cross"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BasicShapes.ring"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BasicShapes.block-arc"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BasicShapes.can"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BasicShapes.cube"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BasicShapes.paper"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BasicShapes.frame"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<toolbar:toolbaritem xlink:href=".uno:ToggleObjectBezierMode"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BezierMove" toolbar:style="radio"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BezierInsert" toolbar:style="radio"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BezierDelete"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BezierCutLine"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BezierConvert"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BezierEdge" toolbar:style="radio"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BezierSmooth" toolbar:style="radio"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BezierSymmetric" toolbar:style="radio"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BezierClose"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BezierEliminatePoints"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<toolbar:toolbaritem xlink:href=".uno:CalloutShapes.rectangular-callout"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CalloutShapes.round-rectangular-callout"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CalloutShapes.round-callout"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CalloutShapes.cloud-callout"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CalloutShapes.line-callout-1"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CalloutShapes.line-callout-2"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CalloutShapes.line-callout-3"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<toolbar:toolbaritem xlink:href=".uno:GrafRed"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GrafGreen"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GrafBlue"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GrafLuminance"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GrafContrast"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GrafGamma"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GrafTransparence"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,61 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormatLine"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:LineEndStyle"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:XLineStyle"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:LineWidth"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:XLineColor"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormatArea"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FillStyle"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ToggleObjectRotateMode"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ToggleAnchorType"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:WrapOff" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:WrapOn" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:WrapIdeal" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:WrapLeft" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:WrapRight" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:WrapThrough" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:WrapContour" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SetObjectToForeground"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SetObjectToBackground"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BringToFront"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SendToBack"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GridVisible" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GridUse" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:HelplinesMove" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ObjectAlign"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,56 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<toolbar:toolbaritem xlink:href=".uno:CharFontName"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontHeight"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Bold"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Italic"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Underline"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SuperScript"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SubScript"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:LeftPara" toolbar:style="radio"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CenterPara" toolbar:style="radio"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:RightPara" toolbar:style="radio"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:JustifyPara" toolbar:style="radio"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:style="radio" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:style="radio" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:style="radio" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Color" toolbar:style="dropdown" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:style="radio"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:style="radio"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:TextdirectionLeftToRight"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:TextdirectionTopToBottom"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SelectAll"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontDialog"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ParagraphDialog"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<toolbar:toolbaritem xlink:href=".uno:ExtrusionToggle"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ExtrusionTiltDown"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ExtrusionTiltUp"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ExtrusionTiltLeft"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ExtrusionTiltRight"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ExtrusionDepthFloater" toolbar:style="dropdownonly"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ExtrusionDirectionFloater" toolbar:style="dropdownonly"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ExtrusionLightingFloater" toolbar:style="dropdownonly"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ExtrusionSurfaceFloater" toolbar:style="dropdownonly"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Extrusion3DColor" toolbar:style="dropdownonly"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<toolbar:toolbaritem xlink:href=".uno:FindText"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DownSearch"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:UpSearch"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SearchDialog" toolbar:visible="false"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,58 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-process"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-alternate-process"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-decision"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-data"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-predefined-process"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-internal-storage"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-document"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-multidocument"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-terminator"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-preparation"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-manual-input"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-manual-operation"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-connector"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-off-page-connector"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-card"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-punched-tape"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-summing-junction"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-or"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-collate"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-sort"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-extract"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-merge"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-stored-data"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-delay"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-sequential-access"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-magnetic-disk"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-direct-access-storage"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-display"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkGalleryFloater"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType" toolbar:style="dropdownonly"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkSameLetterHeights"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkAlignmentFloater" toolbar:style="dropdownonly"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkCharacterSpacingFloater" toolbar:style="dropdownonly"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,60 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-plain-text"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-wave"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-inflate"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-stop"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-curve-up"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-curve-down"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-triangle-up"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-triangle-down"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-fade-right"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-fade-left"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-fade-up"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-fade-down"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-slant-up"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-slant-down"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-fade-up-and-right"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-fade-up-and-left"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-chevron-up"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-chevron-down"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-arch-up-curve"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-arch-down-curve"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-arch-left-curve"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-arch-right-curve"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-circle-curve"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-open-circle-curve"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-arch-up-pour"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-arch-down-pour"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-arch-left-pour"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-arch-right-pour"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-circle-pour"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-open-circle-pour"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<toolbar:toolbaritem xlink:href=".uno:SelectObject" toolbar:style="radio auto"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SwitchControlDesignMode"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ControlProperties"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormProperties"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CheckBox" toolbar:style="radio auto"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Edit" toolbar:style="radio auto"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormattedField" toolbar:style="radio auto"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Pushbutton" toolbar:style="radio auto"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:RadioButton" toolbar:style="radio auto"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ListBox" toolbar:style="radio auto"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ComboBox" toolbar:style="radio auto"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Label" toolbar:style="radio auto"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormDesignTools"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:UseWizards"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<toolbar:toolbaritem xlink:href=".uno:SelectObject" toolbar:style="radio auto"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ControlProperties"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormProperties"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:TransformDialog"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ShowFmExplorer"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:TabDialog"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AddField"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AutoControlFocus"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ToggleAnchorType" toolbar:style="dropdown"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BringToFront" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SendToBack" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormatGroup" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormatUngroup" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:EnterGroup" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:LeaveGroup" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ObjectAlign" toolbar:style="dropdown"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:OpenReadOnly"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GridVisible"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GridUse"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:HelplinesMove"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormFilterExecute"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormFilterNavigator"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormFilterExit"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<toolbar:toolbaritem xlink:href=".uno:RecSearch"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:RecText"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AbsoluteRecord"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:RecFromText"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:RecTotal"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FirstRecord"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:PrevRecord"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:NextRecord"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:LastRecord"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:NewRecord"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:RecSave"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:RecUndo"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DeleteRecord"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Refresh"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:OrderCrit"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Sortup"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SortDown"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AutoFilter"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormFiltered"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormFilter"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:RemoveFilterSort"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ViewFormAsGrid"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<toolbar:toolbaritem xlink:href=".uno:CharFontName"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontHeight"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Bold"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Italic"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Underline"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SuperScript"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SubScript"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:LeftPara" toolbar:style="radio"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CenterPara" toolbar:style="radio"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:RightPara" toolbar:style="radio"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:JustifyPara" toolbar:style="radio"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:style="radio"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:style="radio"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:style="radio"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:style="radio"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:style="radio"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontDialog"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ParagraphDialog"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,56 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<toolbar:toolbaritem xlink:href=".uno:StyleApply"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:WrapOff" toolbar:style="radio"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:WrapOn" toolbar:style="radio"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:WrapIdeal" toolbar:style="radio" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:WrapLeft" toolbar:style="radio" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:WrapRight" toolbar:style="radio" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:WrapThrough" toolbar:style="radio"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignLeft" toolbar:style="radio"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignHorizontalCenter" toolbar:style="radio"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignRight" toolbar:style="radio"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignTop" toolbar:style="radio"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignVerticalCenter" toolbar:style="radio"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignBottom" toolbar:style="radio"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SetBorderStyle"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:LineStyle"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FrameLineColor"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BackgroundColor" toolbar:style="dropdown"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FrameDialog"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BringToFront"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SendToBack"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ToggleAnchorType" toolbar:style="dropdown"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ChainFrames"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:UnhainFrames"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<toolbar:toolbaritem xlink:href=".uno:FullScreen"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<toolbar:toolbaritem xlink:href=".uno:GraphicFilterInvert"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GraphicFilterSmooth"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GraphicFilterSharpen"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GraphicFilterRemoveNoise"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GraphicFilterSolarize"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GraphicFilterSepia"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GraphicFilterPoster"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GraphicFilterPopart"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GraphicFilterSobel"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GraphicFilterRelief"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GraphicFilterMosaic"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<toolbar:toolbaritem xlink:href=".uno:WrapOff"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:WrapLeft"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:WrapRight"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ImageMapDialog"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignLeft"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignRight"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignTop"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignVerticalCenter"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignBottom"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SetBorderStyle"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:LineStyle"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FrameLineColor"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FrameDialog"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BringToFront"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SendToBack"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ToggleAnchorType"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertTable"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertSection"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertFootnote"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertEndnote"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertAnnotation"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertBookmark"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertDoc" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:EditGlossary"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertSymbol"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertFieldCtrl"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Config" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertGraphic"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertAVMedia"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertObjectStarMath"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertObjectChart" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertMultiIndex"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertIndexesEntry"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertAVMedia"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AVMediaToolBox"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,45 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<toolbar:toolbaritem xlink:href=".uno:DefaultBullet"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DefaultNumbering"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:RemoveBullets"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:IncrementLevel"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DecrementLevel"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:IncrementSubLevels"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DecrementSubLevels"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertNeutralParagraph"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:MoveUp"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:MoveDown"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:MoveUpSubItems"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:MoveDownSubItems"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:NumberingStart"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BulletsAndNumberingDialog"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,52 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<toolbar:toolbaritem xlink:href=".uno:StyleApply"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignLeft"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignHorizontalCenter"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignRight"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignTop"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignVerticalCenter"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignBottom"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:WrapLeft" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:WrapRight" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:WrapOff"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:WrapOn"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:WrapThrough"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:WrapIdeal" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FrameDialog"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BringToFront"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SendToBack"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ToggleAnchorType"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SetBorderStyle"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:LineStyle"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FrameLineColor"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<toolbar:toolbaritem xlink:href=".uno:DistributeColumns"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DistributeRows"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SetOptimalRowHeight"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SetOptimalColumnWidth"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,46 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<toolbar:toolbaritem xlink:href=".uno:PageUp"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:PageDown"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GoToStartOfDoc"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GoToEndOfDoc"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ShowTwoPages"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ShowMultiplePages"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ShowBookview"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ZoomPlus"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:PreviewZoom"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ZoomMinus"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FullScreen"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:PrintPagePreView"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ClosePreview"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,67 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<toolbar:toolbaritem xlink:href=".uno:OpenUrl" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AddDirect"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:NewDoc" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Open" toolbar:style="dropdown"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Save"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SaveAs" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SendMail"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:EditDoc"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ExportDirectToPDF"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:PrintDefault"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:PrintPreview"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SourceView"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SpellingAndGrammarDialog"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SpellOnline"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Cut"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Copy"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Paste"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormatPaintbrush"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Undo"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Redo"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:HyperlinkDialog"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertTable"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertGraphic"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Config"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SearchDialog"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Navigator"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Gallery"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ViewDataSourceBrowser"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ControlCodes"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Zoom"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:HelpIndex"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ExtendedHelp" toolbar:visible="false"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<toolbar:toolbaritem xlink:href=".uno:StarShapes.bang"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:StarShapes.star4"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:StarShapes.star5"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:StarShapes.star6"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:StarShapes.star8"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:StarShapes.star12"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:StarShapes.star24"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:StarShapes.concave-star6"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:StarShapes.vertical-scroll"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:StarShapes.horizontal-scroll"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:StarShapes.signet"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:StarShapes.doorplate"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,46 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<toolbar:toolbaritem xlink:href=".uno:SymbolShapes.smiley"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SymbolShapes.sun"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SymbolShapes.moon"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SymbolShapes.lightning"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SymbolShapes.heart"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SymbolShapes.flower"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SymbolShapes.cloud"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SymbolShapes.forbidden"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SymbolShapes.puzzle"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SymbolShapes.bracket-pair"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SymbolShapes.left-bracket"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SymbolShapes.right-bracket"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SymbolShapes.brace-pair"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SymbolShapes.left-brace"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SymbolShapes.right-brace"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SymbolShapes.quad-bevel"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SymbolShapes.octagon-bevel"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SymbolShapes.diamond-bevel"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,57 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertTable"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:LineStyle"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FrameLineColor"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SetBorderStyle"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BackgroundColor" toolbar:style="dropdown"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:MergeCells"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SplitCell"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:OptimizeTable" toolbar:style="dropdown"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CellVertTop" toolbar:style="radio"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CellVertCenter" toolbar:style="radio"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CellVertBottom" toolbar:style="radio"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertRows"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertColumns"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DeleteRows"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DeleteColumns"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SelectTable" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:EntireColumn" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:EntireRow" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AutoFormat"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:TableDialog"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:TableSort"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AutoSum"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,66 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<toolbar:toolbaritem xlink:href=".uno:DesignerDialog"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:StyleApply"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CharFontName"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontHeight"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Bold"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Italic"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Underline"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SuperScript" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SubScript" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:LeftPara"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CenterPara"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:RightPara"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:JustifyPara" toolbar:style="radio"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DefaultNumbering"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DefaultBullet"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DecrementIndent"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:IncrementIndent"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Grow" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Shrink" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontColor"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BackColor"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BackgroundColor"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SelectAll" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontDialog" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ParagraphDialog" toolbar:visible="false"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertCtrl"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Hyphenate"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ThesaurusDialog"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Graphic"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ImageMapDialog"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<toolbar:toolbaritem xlink:href=".uno:SaveAs"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:EditDoc"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SendMail"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ExportDirectToPDF"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:PrintDefault"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Copy"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SearchDialog"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Navigator"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Zoom"/>
|
||||
</toolbar:toolbar>
|
||||
Reference in New Issue
Block a user