Home
last modified time | relevance | path

Searched refs:functionSelected (Results 1 – 14 of 14) sorted by relevance

/trunk/main/chart2/source/controller/main/
H A DShapeToolbarController.cxx267 void ShapeToolbarController::functionSelected( const ::rtl::OUString& rCommand ) in functionSelected() function in chart::ShapeToolbarController
276 xSub->functionSelected( rCommand ); in functionSelected()
H A DShapeToolbarController.hxx90 virtual void SAL_CALL functionSelected( const ::rtl::OUString& aCommand );
/trunk/main/reportdesign/source/ui/misc/
H A Dtoolboxcontroller.cxx312 void SAL_CALL OToolboxController::functionSelected( const ::rtl::OUString& rCommand ) in functionSelected() function in rptui::OToolboxController
320 xSub->functionSelected(m_aCommandURL = rCommand); in functionSelected()
/trunk/main/svx/inc/svx/
H A Dtbxalign.hxx35 virtual void SAL_CALL functionSelected( const ::rtl::OUString& aCommand );
H A Dtbxcustomshapes.hxx53 virtual void SAL_CALL functionSelected( const ::rtl::OUString& aCommand );
/trunk/main/svx/source/tbxctrls/
H A Dtbxalign.cxx108 void SAL_CALL SvxTbxCtlAlign::functionSelected( const ::rtl::OUString& aCommand ) in functionSelected() function in SvxTbxCtlAlign
/trunk/main/svx/source/sidebar/insert/
H A DInsertPropertyPanel.cxx151 xController->functionSelected(sCommand); in IMPL_LINK()
/trunk/main/reportdesign/source/ui/inc/
H A Dtoolboxcontroller.hxx79 virtual void SAL_CALL functionSelected( const ::rtl::OUString& aCommand );
/trunk/main/svx/source/customshapes/
H A Dtbxcustomshapes.cxx160 void SAL_CALL SvxTbxCtlCustomShapes::functionSelected( const ::rtl::OUString& rCommand ) in functionSelected() function in SvxTbxCtlCustomShapes
/trunk/main/offapi/com/sun/star/frame/
H A DXToolbarControllerListener.idl54 void functionSelected( [in] string aToolbarRes, [in] string aCommand );
H A DXSubToolbarController.idl80 void functionSelected( [in] string aCommand );
/trunk/main/sfx2/inc/sfx2/
H A Dtbxctrl.hxx261 virtual void SAL_CALL functionSelected( const ::rtl::OUString& aCommand );
/trunk/main/sfx2/source/toolbox/
H A Dtbxitem.cxx650 void SAL_CALL SfxToolBoxControl::functionSelected( const ::rtl::OUString& /*aCommand*/ ) in functionSelected() function in SfxToolBoxControl
/trunk/main/framework/source/uielement/
H A Dtoolbarmanager.cxx1614 xController->functionSelected( aCommand ); in notifyRegisteredControllers()