diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-07-06 10:48:35 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-07-06 10:48:35 +0000 |
commit | eb7fdb2a26bae08f03b1381ef64d0b4f5c51848a (patch) | |
tree | 91c0003ab281fc6f214c7dfca95a6e7e070833df /sw/uiconfig | |
parent | 477a089b4224ee94464d4b7de190f6b3cf5ca220 (diff) |
INTEGRATION: CWS docking1 (1.1.2); FILE ADDED
2004/06/14 09:01:26 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/toolbar/previewobjectbar.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sw/uiconfig/swriter/toolbar/previewobjectbar.xml b/sw/uiconfig/swriter/toolbar/previewobjectbar.xml new file mode 100644 index 000000000000..6b3cf148a4e3 --- /dev/null +++ b/sw/uiconfig/swriter/toolbar/previewobjectbar.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd"> +<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:PageUp" toolbar:helpid="helpid:20937" toolbar:text="" /> + <toolbar:toolbaritem xlink:href=".uno:PageDown" toolbar:helpid="helpid:20938" toolbar:text="" /> + <toolbar:toolbaritem xlink:href=".uno:GoToStartOfDoc" toolbar:helpid="helpid:20907" toolbar:text="" /> + <toolbar:toolbaritem xlink:href=".uno:GoToEndOfDoc" toolbar:helpid="helpid:20908" toolbar:text="" /> + <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:ShowTwoPages" toolbar:helpid="helpid:21251" toolbar:text="" /> + <toolbar:toolbaritem xlink:href=".uno:ShowMultiplePages" toolbar:helpid="helpid:21252" toolbar:text="" toolbar:style="dropdown" /> + <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:ZoomPlus" toolbar:helpid="helpid:10097" toolbar:text="" /> + <toolbar:toolbaritem xlink:href=".uno:ZoomIn" toolbar:helpid="helpid:10098" toolbar:text="" /> + <toolbar:toolbaritem xlink:href=".uno:PreviewZoom" toolbar:helpid="helpid:53071" toolbar:text="" /> + <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:FullScreen" toolbar:helpid="helpid:5627" toolbar:text="" /> + <toolbar:toolbaritem xlink:href=".uno:PrintPagePreView" toolbar:helpid="helpid:21253" toolbar:text="" /> + <toolbar:toolbaritem xlink:href=".uno:PreviewPrintOptions" toolbar:helpid="helpid:20250" toolbar:text="" /> + <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:ClosePreview" toolbar:helpid="helpid:5325" toolbar:text="" /> +</toolbar:toolbar>
\ No newline at end of file |