Home
last modified time | relevance | path

Searched refs:CommandGroup (Results 1 – 24 of 24) sorted by relevance

/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx1848 …ure( ".uno:TextDocument", SID_RPT_TEXTDOCUMENT, CommandGroup::APPLICATION ); in describeSupportedFeatures()
1849 …ure( ".uno:Spreadsheet", SID_RPT_SPREADSHEET, CommandGroup::APPLICATION ); in describeSupportedFeatures()
1851 …tedFeature( ".uno:Redo", SID_REDO, CommandGroup::EDIT ); in describeSupportedFeatures()
1852 …tedFeature( ".uno:Undo", SID_UNDO, CommandGroup::EDIT ); in describeSupportedFeatures()
1854 …tedFeature( ".uno:SelectAll", SID_SELECTALL, CommandGroup::EDIT ); in describeSupportedFeatures()
1855 …tedFeature( ".uno:SelectAllInSection", SID_SELECTALL_IN_SECTION, CommandGroup::EDIT ); in describeSupportedFeatures()
1856 …tedFeature( ".uno:Delete", SID_DELETE, CommandGroup::EDIT ); in describeSupportedFeatures()
1857 …tedFeature( ".uno:SelectReport", SID_SELECT_REPORT, CommandGroup::EDIT ); in describeSupportedFeatures()
1858 …tedFeature( ".uno:ExecuteReport", SID_EXECUTE_REPORT, CommandGroup::EDIT ); in describeSupportedFeatures()
1860 …tedFeature( ".uno:GridVisible", SID_GRID_VISIBLE, CommandGroup::VIEW ); in describeSupportedFeatures()
[all …]
/trunk/main/dbaccess/source/ui/app/
H A DAppController.cxx1442 …beSupportedFeature( ".uno:Save", ID_BROWSER_SAVEDOC, CommandGroup::DOCUMENT ); in describeSupportedFeatures()
1443 …beSupportedFeature( ".uno:SaveAs", ID_BROWSER_SAVEASDOC, CommandGroup::DOCUMENT ); in describeSupportedFeatures()
1444 …beSupportedFeature( ".uno:SendMail", SID_MAIL_SENDDOC, CommandGroup::DOCUMENT ); in describeSupportedFeatures()
1446CommandGroup::DOCUMENT ); in describeSupportedFeatures()
1448CommandGroup::DOCUMENT ); in describeSupportedFeatures()
1449 …ribeSupportedFeature( ".uno:DBNewForm", SID_APP_NEW_FORM, CommandGroup::INSERT ); in describeSupportedFeatures()
1450 …ribeSupportedFeature( ".uno:DBNewFolder", SID_APP_NEW_FOLDER, CommandGroup::INSERT ); in describeSupportedFeatures()
1451 …ribeSupportedFeature( ".uno:DBNewFormAutoPilot", SID_DB_FORM_NEW_PILOT, CommandGroup::INSERT ); in describeSupportedFeatures()
1454CommandGroup::APPLICATION ); in describeSupportedFeatures()
1456 …ribeSupportedFeature( ".uno:DBNewReport", SID_APP_NEW_REPORT, CommandGroup::INSERT ); in describeSupportedFeatures()
[all …]
/trunk/main/extensions/source/bibliography/
H A Dframectr.cxx89 { ".uno:Undo" , frame::CommandGroup::EDIT , sal_False },
90 { ".uno:Cut" , frame::CommandGroup::EDIT , sal_False },
91 { ".uno:Copy" , frame::CommandGroup::EDIT , sal_False },
92 { ".uno:Paste" , frame::CommandGroup::EDIT , sal_False },
93 { ".uno:SelectAll" , frame::CommandGroup::EDIT , sal_False },
94 { ".uno:CloseDoc" , frame::CommandGroup::DOCUMENT , sal_False },
95 { ".uno:StatusBarVisible" , frame::CommandGroup::VIEW , sal_False },
96 { ".uno:AvailableToolbars" , frame::CommandGroup::VIEW , sal_False },
97 { ".uno:Bib/standardFilter" , frame::CommandGroup::DATA , sal_True },
98 { ".uno:Bib/DeleteRecord" , frame::CommandGroup::DATA , sal_True },
[all …]
H A Dframectr.hxx122 …nformation > SAL_CALL getConfigurableDispatchInformation( ::sal_Int16 CommandGroup ) throw (::com:…
/trunk/main/sfx2/source/view/
H A Dsfxbasecontroller.cxx142 const sal_Int16 MAX_COMMANDGROUP = com::sun::star::frame::CommandGroup::CONTROLS;
147 { GID_INTERN , com::sun::star::frame::CommandGroup::INTERNAL },
148 { GID_APPLICATION , com::sun::star::frame::CommandGroup::APPLICATION },
149 { GID_DOCUMENT , com::sun::star::frame::CommandGroup::DOCUMENT },
150 { GID_VIEW , com::sun::star::frame::CommandGroup::VIEW },
151 { GID_EDIT , com::sun::star::frame::CommandGroup::EDIT },
152 { GID_MACRO , com::sun::star::frame::CommandGroup::MACRO },
153 { GID_OPTIONS , com::sun::star::frame::CommandGroup::OPTIONS },
154 { GID_MATH , com::sun::star::frame::CommandGroup::MATH },
155 { GID_NAVIGATOR , com::sun::star::frame::CommandGroup::NAVIGATOR },
[all …]
/trunk/main/chart2/source/controller/main/
H A DDrawCommandDispatch.cxx426 …ortedFeature( ".uno:SelectObject", COMMAND_ID_OBJECT_SELECT, CommandGroup::INSERT ); in describeSupportedFeatures()
427 …ortedFeature( ".uno:Line", COMMAND_ID_DRAW_LINE, CommandGroup::INSERT ); in describeSupportedFeatures()
428 …ortedFeature( ".uno:LineArrowEnd", COMMAND_ID_LINE_ARROW_END, CommandGroup::INSERT ); in describeSupportedFeatures()
429 …ortedFeature( ".uno:Rect", COMMAND_ID_DRAW_RECT, CommandGroup::INSERT ); in describeSupportedFeatures()
430 …ortedFeature( ".uno:Ellipse", COMMAND_ID_DRAW_ELLIPSE, CommandGroup::INSERT ); in describeSupportedFeatures()
431 …ortedFeature( ".uno:Freeline_Unfilled", COMMAND_ID_DRAW_FREELINE_NOFILL, CommandGroup::INSERT ); in describeSupportedFeatures()
432 …ortedFeature( ".uno:DrawText", COMMAND_ID_DRAW_TEXT, CommandGroup::INSERT ); in describeSupportedFeatures()
433 …ortedFeature( ".uno:DrawCaption", COMMAND_ID_DRAW_CAPTION, CommandGroup::INSERT ); in describeSupportedFeatures()
434 …ortedFeature( ".uno:BasicShapes", COMMAND_ID_DRAWTBX_CS_BASIC, CommandGroup::INSERT ); in describeSupportedFeatures()
435 …ortedFeature( ".uno:SymbolShapes", COMMAND_ID_DRAWTBX_CS_SYMBOL, CommandGroup::INSERT ); in describeSupportedFeatures()
[all …]
H A DShapeController.cxx227 …( ".uno:FormatLine", COMMAND_ID_FORMAT_LINE, CommandGroup::FORMAT ); in describeSupportedFeatures()
228 …( ".uno:FormatArea", COMMAND_ID_FORMAT_AREA, CommandGroup::FORMAT ); in describeSupportedFeatures()
229 …( ".uno:TextAttributes", COMMAND_ID_TEXT_ATTRIBUTES, CommandGroup::FORMAT ); in describeSupportedFeatures()
230 …( ".uno:TransformDialog", COMMAND_ID_TRANSFORM_DIALOG, CommandGroup::FORMAT ); in describeSupportedFeatures()
231 …( ".uno:ObjectTitleDescription", COMMAND_ID_OBJECT_TITLE_DESCRIPTION, CommandGroup::FORMAT ); in describeSupportedFeatures()
232 …( ".uno:RenameObject", COMMAND_ID_RENAME_OBJECT, CommandGroup::FORMAT ); in describeSupportedFeatures()
233 …( ".uno:BringToFront", COMMAND_ID_BRING_TO_FRONT, CommandGroup::FORMAT ); in describeSupportedFeatures()
234 …( ".uno:Forward", COMMAND_ID_FORWARD, CommandGroup::FORMAT ); in describeSupportedFeatures()
235 …( ".uno:Backward", COMMAND_ID_BACKWARD, CommandGroup::FORMAT ); in describeSupportedFeatures()
236 …( ".uno:SendToBack", COMMAND_ID_SEND_TO_BACK, CommandGroup::FORMAT ); in describeSupportedFeatures()
[all …]
H A DFeatureCommandDispatchBase.hxx98 sal_Int16 nGroup = ::com::sun::star::frame::CommandGroup::INTERNAL );
/trunk/main/dbaccess/source/ui/browser/
H A DdsEntriesNoExp.cxx185 …portedFeature( ".uno:DSBrowserExplorer", ID_BROWSER_EXPLORER, CommandGroup::VIEW ); in describeSupportedFeatures()
187 …Feature( ".uno:DSBFormLetter", ID_BROWSER_FORMLETTER, CommandGroup::DOCUMENT ); in describeSupportedFeatures()
188 …eature( ".uno:DSBInsertColumns", ID_BROWSER_INSERTCOLUMNS, CommandGroup::INSERT ); in describeSupportedFeatures()
189 …eature( ".uno:DSBInsertContent", ID_BROWSER_INSERTCONTENT, CommandGroup::INSERT ); in describeSupportedFeatures()
190 …re( ".uno:DSBDocumentDataSource", ID_BROWSER_DOCUMENT_DATASOURCE, CommandGroup::VIEW ); in describeSupportedFeatures()
198 implDescribeSupportedFeature( ".uno:CloseWin", ID_BROWSER_CLOSE, CommandGroup::DOCUMENT ); in describeSupportedFeatures()
199 …implDescribeSupportedFeature( ".uno:DBRebuildData", ID_BROWSER_REFRESH_REBUILD, CommandGroup::DATA… in describeSupportedFeatures()
H A Dbrwctrlr.cxx802 …pportedFeature( ".uno:FormSlots/undoRecord", ID_BROWSER_UNDORECORD, CommandGroup::CONTROLS ); in describeSupportedFeatures()
803 …pportedFeature( ".uno:FormController/undoRecord", ID_BROWSER_UNDORECORD, CommandGroup::CONTROLS ); in describeSupportedFeatures()
804 …pportedFeature( ".uno:RecUndo", ID_BROWSER_UNDORECORD, CommandGroup::CONTROLS ); in describeSupportedFeatures()
805 …pportedFeature( ".uno:FormSlots/saveRecord", ID_BROWSER_SAVERECORD, CommandGroup::CONTROLS ); in describeSupportedFeatures()
806 …pportedFeature( ".uno:FormController/saveRecord", ID_BROWSER_SAVERECORD, CommandGroup::CONTROLS ); in describeSupportedFeatures()
807 …pportedFeature( ".uno:RecSave", ID_BROWSER_SAVERECORD, CommandGroup::CONTROLS ); in describeSupportedFeatures()
808 …pportedFeature( ".uno:Save", ID_BROWSER_SAVERECORD, CommandGroup::DOCUMENT ); in describeSupportedFeatures()
809 …pportedFeature( ".uno:RecSearch", SID_FM_SEARCH, CommandGroup::CONTROLS ); in describeSupportedFeatures()
810 …pportedFeature( ".uno:AutoFilter", SID_FM_AUTOFILTER, CommandGroup::CONTROLS ); in describeSupportedFeatures()
811 …pportedFeature( ".uno:Refresh", SID_FM_REFRESH, CommandGroup::CONTROLS ); in describeSupportedFeatures()
[all …]
H A Dgenericcontroller.cxx1016 implDescribeSupportedFeature( ".uno:Copy", ID_BROWSER_COPY, CommandGroup::EDIT ); in describeSupportedFeatures()
1017 implDescribeSupportedFeature( ".uno:Cut", ID_BROWSER_CUT, CommandGroup::EDIT ); in describeSupportedFeatures()
1018 implDescribeSupportedFeature( ".uno:Paste", ID_BROWSER_PASTE, CommandGroup::EDIT ); in describeSupportedFeatures()
1020 implDescribeSupportedFeature( ".uno:DSBEditDoc", ID_BROWSER_EDITDOC, CommandGroup::DOCUMENT ); in describeSupportedFeatures()
1577 aFeature.GroupId = CommandGroup::INTERNAL; in registerCommandURL()
1634 if ( aIter->second.GroupId != CommandGroup::INTERNAL ) in getSupportedCommandGroups()
1648 …GenericUnoController::getConfigurableDispatchInformation( ::sal_Int16 CommandGroup ) throw (Runtim… in getConfigurableDispatchInformation() argument
1657 if ( sal_Int16( aIter->second.GroupId ) == CommandGroup ) in getConfigurableDispatchInformation()
/trunk/main/dbaccess/source/ui/querydesign/
H A Dquerycontroller.cxx1130 …beSupportedFeature( ".uno:SaveAs", ID_BROWSER_SAVEASDOC, CommandGroup::DOCUMENT ); in describeSupportedFeatures()
1131 …ribeSupportedFeature( ".uno:SbaNativeSql", ID_BROWSER_ESACPEPROCESSING,CommandGroup::FORMAT ); in describeSupportedFeatures()
1132 …scribeSupportedFeature( ".uno:DBViewFunctions", SID_QUERY_VIEW_FUNCTIONS, CommandGroup::VIEW ); in describeSupportedFeatures()
1133 …scribeSupportedFeature( ".uno:DBViewTableNames", SID_QUERY_VIEW_TABLES, CommandGroup::VIEW ); in describeSupportedFeatures()
1134 …scribeSupportedFeature( ".uno:DBViewAliases", SID_QUERY_VIEW_ALIASES, CommandGroup::VIEW ); in describeSupportedFeatures()
1135 …ribeSupportedFeature( ".uno:DBDistinctValues", SID_QUERY_DISTINCT_VALUES, CommandGroup::FORMAT ); in describeSupportedFeatures()
1136 …scribeSupportedFeature( ".uno:DBChangeDesignMode",ID_BROWSER_SQL, CommandGroup::VIEW ); in describeSupportedFeatures()
1137 …scribeSupportedFeature( ".uno:DBClearQuery", SID_BROWSER_CLEAR_QUERY, CommandGroup::EDIT ); in describeSupportedFeatures()
1138 …scribeSupportedFeature( ".uno:SbaExecuteSql", ID_BROWSER_QUERY_EXECUTE, CommandGroup::VIEW ); in describeSupportedFeatures()
1139 …scribeSupportedFeature( ".uno:DBAddRelation", SID_RELATION_ADD_RELATION, CommandGroup::EDIT ); in describeSupportedFeatures()
[all …]
H A DJoinController.cxx425 implDescribeSupportedFeature( ".uno:Redo", ID_BROWSER_REDO, CommandGroup::EDIT ); in describeSupportedFeatures()
426 implDescribeSupportedFeature( ".uno:Save", ID_BROWSER_SAVEDOC, CommandGroup::DOCUMENT ); in describeSupportedFeatures()
427 implDescribeSupportedFeature( ".uno:Undo", ID_BROWSER_UNDO, CommandGroup::EDIT ); in describeSupportedFeatures()
428 implDescribeSupportedFeature( ".uno:AddTable", ID_BROWSER_ADDTABLE,CommandGroup::EDIT ); in describeSupportedFeatures()
429 implDescribeSupportedFeature( ".uno:EditDoc", ID_BROWSER_EDITDOC, CommandGroup::EDIT ); in describeSupportedFeatures()
/trunk/main/framework/source/dispatch/
H A Dclosedispatcher.cxx121 lGroups[0] = css::frame::CommandGroup::VIEW; in getSupportedCommandGroups()
122 lGroups[1] = css::frame::CommandGroup::DOCUMENT; in getSupportedCommandGroups()
130 if (nCommandGroup == css::frame::CommandGroup::VIEW) in getConfigurableDispatchInformation()
137 lViewInfos[0].GroupId = css::frame::CommandGroup::VIEW; in getConfigurableDispatchInformation()
141 if (nCommandGroup == css::frame::CommandGroup::DOCUMENT) in getConfigurableDispatchInformation()
145 lDocInfos[0].GroupId = css::frame::CommandGroup::DOCUMENT; in getConfigurableDispatchInformation()
/trunk/main/offapi/com/sun/star/frame/
H A DXDispatchInformationProvider.idl65 @see CommandGroup
73 @param CommandGroup
80 sequence < DispatchInformation > getConfigurableDispatchInformation( [in] short CommandGroup );
H A DDispatchInformation.idl27 #include <com/sun/star/frame/CommandGroup.idl>
53 @see CommandGroup
H A Dmakefile.mk38 CommandGroup.idl\
H A DCommandGroup.idl38 published constants CommandGroup
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableController.cxx653 … implDescribeSupportedFeature( ".uno:Redo", ID_BROWSER_REDO, CommandGroup::EDIT ); in describeSupportedFeatures()
654 … implDescribeSupportedFeature( ".uno:Save", ID_BROWSER_SAVEDOC, CommandGroup::EDIT ); in describeSupportedFeatures()
655 … implDescribeSupportedFeature( ".uno:Undo", ID_BROWSER_UNDO, CommandGroup::EDIT ); in describeSupportedFeatures()
656 …implDescribeSupportedFeature( ".uno:HelpMenu", SID_HELPMENU, CommandGroup::APPLICAT… in describeSupportedFeatures()
657 …implDescribeSupportedFeature( ".uno:NewDoc", SID_NEWDOC, CommandGroup::DOCUMENT… in describeSupportedFeatures()
658 …implDescribeSupportedFeature( ".uno:SaveAs", ID_BROWSER_SAVEASDOC, CommandGroup::DOCUMENT… in describeSupportedFeatures()
659 …implDescribeSupportedFeature( ".uno:DBIndexDesign", SID_INDEXDESIGN, CommandGroup::APPLICAT… in describeSupportedFeatures()
660 … implDescribeSupportedFeature( ".uno:EditDoc", ID_BROWSER_EDITDOC, CommandGroup::EDIT ); in describeSupportedFeatures()
/trunk/main/offapi/com/sun/star/ui/
H A DModuleUICategoryDescription.idl61 CommandGroup</type>.
65 @see ::com::sun::star::frame::CommandGroup
/trunk/main/dbaccess/source/ui/relationdesign/
H A DRelationController.cxx281 …implDescribeSupportedFeature( ".uno:DBAddRelation", SID_RELATION_ADD_RELATION, CommandGroup::EDIT … in describeSupportedFeatures()
/trunk/main/sfx2/inc/sfx2/
H A Dsfx.hrc260 // !! com.sun.star.frame.CommandGroup accordingly!
/trunk/main/dbaccess/inc/
H A Dgenericcontroller.hxx331 sal_Int16 _nCommandGroup = ::com::sun::star::frame::CommandGroup::INTERNAL
/trunk/main/offapi/
H A DUnoApi_offapi.mk2117 offapi/com/sun/star/frame/CommandGroup \