Lines Matching refs:ShapeToolbarController

48 ::rtl::OUString ShapeToolbarController::getImplementationName() throw (uno::RuntimeException)  in getImplementationName()
53 ::rtl::OUString ShapeToolbarController::getImplementationName_Static() throw (uno::RuntimeException) in getImplementationName_Static()
58 Sequence< ::rtl::OUString > ShapeToolbarController::getSupportedServiceNames_Static() throw (uno::R… in getSupportedServiceNames_Static()
65 ::sal_Bool ShapeToolbarController::supportsService( const ::rtl::OUString& ServiceName ) throw (uno… in supportsService()
70 Sequence< ::rtl::OUString> ShapeToolbarController::getSupportedServiceNames() throw (uno::RuntimeEx… in getSupportedServiceNames()
75 Reference< uno::XInterface > ShapeToolbarController::create( const Reference< uno::XComponentContex… in create()
77 …return *( new ShapeToolbarController( Reference< lang::XMultiServiceFactory >( xContext->getServic… in create()
80 ShapeToolbarController::ShapeToolbarController( const Reference< lang::XMultiServiceFactory >& rxFa… in ShapeToolbarController() function in chart::ShapeToolbarController
90 ShapeToolbarController::~ShapeToolbarController() in ~ShapeToolbarController()
95 uno::Any ShapeToolbarController::queryInterface( const uno::Type& rType ) throw (uno::RuntimeExcept… in queryInterface()
105 void ShapeToolbarController::acquire() throw () in acquire()
110 void ShapeToolbarController::release() throw () in release()
116 void ShapeToolbarController::initialize( const Sequence< uno::Any >& rArguments ) throw (uno::Excep… in initialize()
188 void ShapeToolbarController::statusChanged( const frame::FeatureStateEvent& Event ) throw ( uno::Ru… in statusChanged()
230 Reference< awt::XWindow > ShapeToolbarController::createPopupWindow() throw (uno::RuntimeException) in createPopupWindow()
245 ::sal_Bool ShapeToolbarController::opensSubToolbar() throw (uno::RuntimeException) in opensSubToolbar()
255 ::rtl::OUString ShapeToolbarController::getSubToolbarName() throw (uno::RuntimeException) in getSubToolbarName()
267 void ShapeToolbarController::functionSelected( const ::rtl::OUString& rCommand ) throw (uno::Runtim… in functionSelected()
280 void ShapeToolbarController::updateImage() throw (uno::RuntimeException) in updateImage()