Searched refs:ToolBarWrapper (Results 1 – 3 of 3) sorted by relevance
81 ToolBarWrapper::ToolBarWrapper( const Reference< XMultiServiceFactory >& xServiceManager ) : in ToolBarWrapper() function in framework::ToolBarWrapper86 ToolBarWrapper::~ToolBarWrapper() in ~ToolBarWrapper()91 void SAL_CALL ToolBarWrapper::acquire() throw() in acquire()96 void SAL_CALL ToolBarWrapper::release() throw() in release()101 uno::Any SAL_CALL ToolBarWrapper::queryInterface( const uno::Type & rType ) in queryInterface()115 void SAL_CALL ToolBarWrapper::dispose() throw ( RuntimeException ) in dispose()141 void SAL_CALL ToolBarWrapper::initialize( const Sequence< Any >& aArguments ) throw ( Exception, Ru… in initialize()229 void SAL_CALL ToolBarWrapper::update() throw (::com::sun::star::uno::RuntimeException) in update()242 void SAL_CALL ToolBarWrapper::updateSettings() throw (::com::sun::star::uno::RuntimeException) in updateSettings()272 void ToolBarWrapper::impl_fillNewData() in impl_fillNewData()[all …]
49 class ToolBarWrapper : public ::com::sun::star::ui::XUIFunctionListener, class53 …ToolBarWrapper( const com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory >…54 virtual ~ToolBarWrapper();
92 ToolBarWrapper* pWrapper = new ToolBarWrapper( m_xServiceManager ); in createUIElement()
Completed in 20 milliseconds