Home
last modified time | relevance | path

Searched refs:FindTextToolbarController (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svx/source/tbxctrls/
H A Dtbunosearchcontrollers.cxx274 FindTextToolbarController::FindTextToolbarController( const css::uno::Reference< css::lang::XMultiS… in FindTextToolbarController() function in svx::FindTextToolbarController
281 FindTextToolbarController::~FindTextToolbarController() in ~FindTextToolbarController()
286 css::uno::Any SAL_CALL FindTextToolbarController::queryInterface( const css::uno::Type& aType ) thr… in queryInterface()
295 void SAL_CALL FindTextToolbarController::acquire() throw () in acquire()
300 void SAL_CALL FindTextToolbarController::release() throw () in release()
306 ::rtl::OUString SAL_CALL FindTextToolbarController::getImplementationName() throw( css::uno::Runtim… in getImplementationName()
311 sal_Bool SAL_CALL FindTextToolbarController::supportsService( const ::rtl::OUString& ServiceName ) … in supportsService()
323 css::uno::Sequence< ::rtl::OUString > SAL_CALL FindTextToolbarController::getSupportedServiceNames(… in getSupportedServiceNames()
328 css::uno::Sequence< ::rtl::OUString > FindTextToolbarController::getSupportedServiceNames_Static() … in getSupportedServiceNames_Static()
336 void SAL_CALL FindTextToolbarController::dispose() throw ( css::uno::RuntimeException ) in dispose()
[all …]
/trunk/main/svx/source/unodraw/
H A Dunoctabl.cxx308 …else if ( svx::FindTextToolbarController::getImplementationName_Static().equalsAscii( pImplName ) ) in component_getFactory()
311 svx::FindTextToolbarController::getImplementationName_Static(), in component_getFactory()
313 svx::FindTextToolbarController::getSupportedServiceNames_Static() ); in component_getFactory()
/trunk/main/svx/inc/
H A Dtbunosearchcontrollers.hxx94 class FindTextToolbarController : public svt::ToolboxController, class
99FindTextToolbarController( const css::uno::Reference< css::lang::XMultiServiceFactory > & rService…
100 ~FindTextToolbarController();