tdf#106781 Enable a few hidden items in writer styles toolbar
Change-Id: I8c2131f31e98e1cf6c790d446ddd84b17507d0ee Reviewed-on: https://gerrit.libreoffice.org/42679 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
This commit is contained in:
BIN
icon-themes/tango/cmd/lc_defaultcharstyle.png
Normal file
BIN
icon-themes/tango/cmd/lc_defaultcharstyle.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 257 B |
BIN
icon-themes/tango/cmd/lc_editstyle.png
Normal file
BIN
icon-themes/tango/cmd/lc_editstyle.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
icon-themes/tango/cmd/lc_editstyle.xcf.bz2
Normal file
BIN
icon-themes/tango/cmd/lc_editstyle.xcf.bz2
Normal file
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 371 B After Width: | Height: | Size: 350 B |
BIN
icon-themes/tango/cmd/sc_romanliststyle.png
Normal file
BIN
icon-themes/tango/cmd/sc_romanliststyle.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 448 B |
@@ -605,9 +605,12 @@ cmd/sc_rowoperations.png cmd/sc_entirerow.png
|
||||
cmd/sc_cellprotection.png cmd/sc_protect.png
|
||||
cmd/lc_cellprotection.png cmd/lc_protect.png
|
||||
|
||||
# formatting style toolbar
|
||||
# writer formatting style toolbar
|
||||
cmd/lc_bulletliststyle.png cmd/lc_defaultbullet.png
|
||||
cmd/sc_bulletliststyle.png cmd/sc_defaultbullet.png
|
||||
cmd/lc_numberliststyle.png cmd/lc_defaultnumbering.png
|
||||
cmd/lc_defaultparastyle.png cmd/lc_controlcodes.png
|
||||
cmd/sc_defaultparastyle.png cmd/sc_controlcodes.png
|
||||
|
||||
# writer epub export
|
||||
cmd/lc_exportdirecttoepub.png cmd/lc_exportdirecttopdf.png
|
||||
|
@@ -31,7 +31,7 @@
|
||||
<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:DefaultParaStyle" toolbar:text="Default" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DefaultParaStyle" toolbar:text="Default"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:TitleParaStyle" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SubtitleParaStyle" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Heading1ParaStyle" toolbar:text="H1"/>
|
||||
@@ -60,13 +60,13 @@
|
||||
<toolbar:toolbaritem xlink:href=".uno:Bold" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Italic" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:UnderlineSimple" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Strikeout" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Strikeout"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<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:FontColor" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BackColor" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontColor"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BackColor"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ResetAttributes"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
@@ -77,10 +77,6 @@
|
||||
<toolbar:toolbaritem xlink:href=".uno:NumberListStyle" toolbar:text="Number"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:RomanListStyle" toolbar:text="Roman"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DefaultBullet" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DefaultNumbering" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SetOutline" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:LeftPara"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CenterPara"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:RightPara"/>
|
||||
@@ -90,4 +86,7 @@
|
||||
<toolbar:toolbaritem xlink:href=".uno:Spacing" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ParaspaceIncrease"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ParaspaceDecrease"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:IncrementIndent" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DecrementIndent" toolbar:visible="false"/>
|
||||
</toolbar:toolbar>
|
||||
|
Reference in New Issue
Block a user