Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/unodraw/
H A Drecoveryui.cxx59 RecoveryUI::RecoveryUI(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR) in RecoveryUI() function in svx::RecoveryUI
62 , m_eJob (RecoveryUI::E_JOB_UNKNOWN) in RecoveryUI()
67 RecoveryUI::~RecoveryUI() in ~RecoveryUI()
72 ::rtl::OUString SAL_CALL RecoveryUI::getImplementationName() in getImplementationName()
75 return RecoveryUI::st_getImplementationName(); in getImplementationName()
79 sal_Bool SAL_CALL RecoveryUI::supportsService(const ::rtl::OUString& sServiceName) in supportsService()
82 … const css::uno::Sequence< ::rtl::OUString > lServices = RecoveryUI::st_getSupportedServiceNames(); in supportsService()
95 css::uno::Sequence< ::rtl::OUString > SAL_CALL RecoveryUI::getSupportedServiceNames() in getSupportedServiceNames()
98 return RecoveryUI::st_getSupportedServiceNames(); in getSupportedServiceNames()
102 css::uno::Any SAL_CALL RecoveryUI::dispatchWithReturnValue(const css::util::URL& aURL, in dispatchWithReturnValue()
[all …]
H A Dunoctabl.cxx287 else if( svx::RecoveryUI::st_getImplementationName().equalsAscii( pImplName ) ) in component_getFactory()
290 svx::RecoveryUI::st_getImplementationName(), in component_getFactory()
291 svx::RecoveryUI::st_createInstance, in component_getFactory()
292 svx::RecoveryUI::st_getSupportedServiceNames() ); in component_getFactory()
/AOO41X/main/svx/source/inc/
H A Drecoveryui.hxx51 class RecoveryUI : public ::cppu::WeakImplHelper2< css::lang::XServiceInfo , class
78 RecoveryUI::EJob m_eJob;
89 RecoveryUI(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR);
93 virtual ~RecoveryUI();