Home
last modified time | relevance | path

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

/aoo42x/main/reportdesign/source/ui/report/
H A DReportController.cxx1852 implDescribeSupportedFeature( ".uno:Undo", SID_UNDO, CommandGroup::EDIT ); in describeSupportedFeatures()
1854 implDescribeSupportedFeature( ".uno:SelectAll", SID_SELECTALL, CommandGroup::EDIT ); in describeSupportedFeatures()
1856 implDescribeSupportedFeature( ".uno:Delete", SID_DELETE, CommandGroup::EDIT ); in describeSupportedFeatures()
1860 implDescribeSupportedFeature( ".uno:GridVisible", SID_GRID_VISIBLE, CommandGroup::VIEW ); in describeSupportedFeatures()
1861 implDescribeSupportedFeature( ".uno:GridUse", SID_GRID_USE, CommandGroup::VIEW ); in describeSupportedFeatures()
1863 implDescribeSupportedFeature( ".uno:ShowRuler", SID_RULER, CommandGroup::VIEW ); in describeSupportedFeatures()
1864 implDescribeSupportedFeature( ".uno:AddField", SID_FM_ADD_FIELD, CommandGroup::VIEW ); in describeSupportedFeatures()
1876 implDescribeSupportedFeature( ".uno:PageDialog", SID_PAGEDIALOG, CommandGroup::FORMAT ); in describeSupportedFeatures()
1886 implDescribeSupportedFeature( ".uno:FontDialog", SID_CHAR_DLG, CommandGroup::FORMAT ); in describeSupportedFeatures()
1944 implDescribeSupportedFeature( ".uno:Label", SID_FM_FIXEDTEXT, CommandGroup::INSERT ); in describeSupportedFeatures()
[all …]
/aoo42x/main/dbaccess/source/ui/app/
H A DAppController.cxx1444 implDescribeSupportedFeature( ".uno:SendMail", SID_MAIL_SENDDOC, CommandGroup::DOCUMENT ); in describeSupportedFeatures()
1446 CommandGroup::DOCUMENT ); in describeSupportedFeatures()
1448 CommandGroup::DOCUMENT ); in describeSupportedFeatures()
1456 implDescribeSupportedFeature( ".uno:DBNewReport", SID_APP_NEW_REPORT, CommandGroup::INSERT ); in describeSupportedFeatures()
1473 implDescribeSupportedFeature( ".uno:Delete", SID_DB_APP_DELETE, CommandGroup::EDIT ); in describeSupportedFeatures()
1534 implDescribeSupportedFeature( ".uno:DBDSImport", SID_DB_APP_DSIMPORT, CommandGroup::INTERNAL); in describeSupportedFeatures()
1535 implDescribeSupportedFeature( ".uno:DBDSExport", SID_DB_APP_DSEXPORT, CommandGroup::INTERNAL); in describeSupportedFeatures()
1536 implDescribeSupportedFeature( ".uno:DBDBAdmin", SID_DB_APP_DBADMIN, CommandGroup::INTERNAL); in describeSupportedFeatures()
1539 …implDescribeSupportedFeature( ".uno:DBStatusType", SID_DB_APP_STATUS_TYPE, CommandGroup::INTERNAL… in describeSupportedFeatures()
1540 …implDescribeSupportedFeature( ".uno:DBStatusDBName", SID_DB_APP_STATUS_DBNAME, CommandGroup::INTER… in describeSupportedFeatures()
[all …]
/aoo42x/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 },
326 aDispatchInfo[0] = frame::CommandGroup::EDIT; in getSupportedCommandGroups()
327 aDispatchInfo[1] = frame::CommandGroup::DOCUMENT; in getSupportedCommandGroups()
328 aDispatchInfo[2] = frame::CommandGroup::DATA; in getSupportedCommandGroups()
329 aDispatchInfo[3] = frame::CommandGroup::VIEW; in getSupportedCommandGroups()
343 if (( nCommandGroup == frame::CommandGroup::EDIT ) || in getConfigurableDispatchInformation()
344 ( nCommandGroup == frame::CommandGroup::DOCUMENT ) || in getConfigurableDispatchInformation()
345 ( nCommandGroup == frame::CommandGroup::DATA ) || in getConfigurableDispatchInformation()
[all …]
H A Dframectr.hxx122 …nformation > SAL_CALL getConfigurableDispatchInformation( ::sal_Int16 CommandGroup ) throw (::com:…
/aoo42x/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 },
156 { GID_INSERT , com::sun::star::frame::CommandGroup::INSERT },
[all …]
/aoo42x/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()
237 …re( ".uno:FontDialog", COMMAND_ID_FONT_DIALOG, CommandGroup::EDIT ); in describeSupportedFeatures()
[all …]
H A DFeatureCommandDispatchBase.hxx98 sal_Int16 nGroup = ::com::sun::star::frame::CommandGroup::INTERNAL );
/aoo42x/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.cxx803 …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()
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()
812 …pportedFeature( ".uno:OrderCrit", SID_FM_ORDERCRIT, CommandGroup::CONTROLS ); in describeSupportedFeatures()
814 …pportedFeature( ".uno:FormFiltered", SID_FM_FORM_FILTERED, 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()
/aoo42x/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()
/aoo42x/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()
/aoo42x/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
/aoo42x/main/dbaccess/source/ui/tabledesign/
H A DTableController.cxx655 … implDescribeSupportedFeature( ".uno:Redo", ID_BROWSER_REDO, CommandGroup::EDIT ); in describeSupportedFeatures()
656 implDescribeSupportedFeature( ".uno:Save", ID_BROWSER_SAVEDOC, CommandGroup::EDIT ); in describeSupportedFeatures()
657 implDescribeSupportedFeature( ".uno:Undo", ID_BROWSER_UNDO, CommandGroup::EDIT ); in describeSupportedFeatures()
658 …implDescribeSupportedFeature( ".uno:HelpMenu", SID_HELPMENU, CommandGroup::APPLICAT… in describeSupportedFeatures()
659 …implDescribeSupportedFeature( ".uno:NewDoc", SID_NEWDOC, CommandGroup::DOCUMENT… in describeSupportedFeatures()
660 …implDescribeSupportedFeature( ".uno:SaveAs", ID_BROWSER_SAVEASDOC, CommandGroup::DOCUMENT… in describeSupportedFeatures()
661 …implDescribeSupportedFeature( ".uno:DBIndexDesign", SID_INDEXDESIGN, CommandGroup::APPLICAT… in describeSupportedFeatures()
662 implDescribeSupportedFeature( ".uno:EditDoc", ID_BROWSER_EDITDOC, CommandGroup::EDIT ); in describeSupportedFeatures()
/aoo42x/main/offapi/com/sun/star/ui/
H A DModuleUICategoryDescription.idl61 CommandGroup</type>.
65 @see ::com::sun::star::frame::CommandGroup
/aoo42x/main/sfx2/inc/sfx2/
H A Dsfx.hrc260 // !! com.sun.star.frame.CommandGroup accordingly!
/aoo42x/main/dbaccess/source/ui/relationdesign/
H A DRelationController.cxx281 …implDescribeSupportedFeature( ".uno:DBAddRelation", SID_RELATION_ADD_RELATION, CommandGroup::EDIT … in describeSupportedFeatures()
/aoo42x/main/dbaccess/inc/
H A Dgenericcontroller.hxx331 sal_Int16 _nCommandGroup = ::com::sun::star::frame::CommandGroup::INTERNAL
/aoo42x/main/offapi/
H A DUnoApi_offapi.mk2116 offapi/com/sun/star/frame/CommandGroup \

Completed in 216 milliseconds