diff options
Diffstat (limited to 'desktop/source/lib/init.cxx')
-rw-r--r-- | desktop/source/lib/init.cxx | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index db6dc07262a0..db2a16179bfe 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -2801,7 +2801,25 @@ static void doc_iniUnoCommands () OUString(".uno:RejectTrackedChange"), OUString(".uno:FreezePanesColumn"), OUString(".uno:FreezePanesRow"), - OUString(".uno:ShowResolvedAnnotations") + OUString(".uno:ShowResolvedAnnotations"), + OUString(".uno:FreezePanesColumn"), + OUString(".uno:InsertBreak"), + OUString(".uno:InsertEndnote"), + OUString(".uno:InsertFootnote"), + OUString(".uno:InsertReferenceField"), + OUString(".uno:InsertBookmark"), + OUString(".uno:InsertAuthoritiesEntry"), + OUString(".uno:InsertMultiIndex"), + OUString(".uno:InsertField"), + OUString(".uno:InsertPageNumberField"), + OUString(".uno:InsertPageCountField"), + OUString(".uno:InsertDateField"), + OUString(".uno:InsertTitleField"), + OUString(".uno:InsertFieldCtrl"), + OUString(".uno:CharmapControl"), + OUString(".uno:EnterGroup"), + OUString(".uno:LeaveGroup"), + OUString(".uno:FreezePanesRow") }; util::URL aCommandURL; |