Lines Matching refs:OToolboxController

68 ::rtl::OUString SAL_CALL OToolboxController::getImplementationName() throw( RuntimeException )  in getImplementationName()
74 ::rtl::OUString OToolboxController::getImplementationName_Static() throw( RuntimeException ) in getImplementationName_Static()
79 Sequence< ::rtl::OUString> OToolboxController::getSupportedServiceNames_Static(void) throw( Runtime… in getSupportedServiceNames_Static()
86 ::sal_Bool SAL_CALL OToolboxController::supportsService( const ::rtl::OUString& ServiceName ) throw… in supportsService()
91 Sequence< ::rtl::OUString> SAL_CALL OToolboxController::getSupportedServiceNames() throw(RuntimeExc… in getSupportedServiceNames()
96 Reference< XInterface > OToolboxController::create(Reference< XComponentContext > const & xContext) in create()
98 …return *(new OToolboxController(Reference< XMultiServiceFactory >(xContext->getServiceManager(),UN… in create()
102 OToolboxController::OToolboxController(const Reference< XMultiServiceFactory >& _rxORB) in DBG_NAME()
114 OToolboxController::~OToolboxController() in ~OToolboxController()
120 Any SAL_CALL OToolboxController::queryInterface( const Type& _rType ) throw (RuntimeException) in queryInterface()
128 void SAL_CALL OToolboxController::acquire() throw () in acquire()
133 void SAL_CALL OToolboxController::release() throw () in release()
138 void SAL_CALL OToolboxController::initialize( const Sequence< Any >& _rArguments ) throw (Exception… in initialize()
215 void SAL_CALL OToolboxController::statusChanged( const FeatureStateEvent& Event ) throw ( RuntimeEx… in statusChanged()
284 Reference< awt::XWindow > SAL_CALL OToolboxController::createPopupWindow() throw (RuntimeException) in createPopupWindow()
297 ::sal_Bool SAL_CALL OToolboxController::opensSubToolbar() throw (uno::RuntimeException) in opensSubToolbar()
302 ::rtl::OUString SAL_CALL OToolboxController::getSubToolbarName() throw (uno::RuntimeException) in getSubToolbarName()
312 void SAL_CALL OToolboxController::functionSelected( const ::rtl::OUString& rCommand ) throw (uno::R… in functionSelected()
324 void SAL_CALL OToolboxController::updateImage( ) throw (uno::RuntimeException) in updateImage()
334 uno::Reference< awt::XWindow > SAL_CALL OToolboxController::createItemWindow( const uno::Reference<… in createItemWindow()