Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/dialog/
H A Ddocrecovery.cxx138 RecoveryCore::RecoveryCore(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR … in RecoveryCore() function in svx::DocRecovery::RecoveryCore
148 RecoveryCore::~RecoveryCore() in ~RecoveryCore()
154 css::uno::Reference< css::lang::XMultiServiceFactory > RecoveryCore::getSMGR() in getSMGR()
160 TURLList* RecoveryCore::getURLListAccess() in getURLListAccess()
166 sal_Bool RecoveryCore::existsBrokenTempEntries() in existsBrokenTempEntries()
174 if (RecoveryCore::isBrokenTempEntry(rInfo)) in existsBrokenTempEntries()
182 sal_Bool RecoveryCore::existsNonRecoveredEntries() in existsNonRecoveredEntries()
198 sal_Bool RecoveryCore::isBrokenTempEntry(const TURLInfo& rInfo) in isBrokenTempEntry()
215 void RecoveryCore::saveBrokenTempEntries(const ::rtl::OUString& sPath) in saveBrokenTempEntries()
244 if (!RecoveryCore::isBrokenTempEntry(rInfo)) in saveBrokenTempEntries()
[all …]
/AOO41X/main/svx/source/inc/
H A Ddocrecovery.hxx217 class RecoveryCore : public ::cppu::WeakImplHelper1< css::frame::XStatusListener > class
257 RecoveryCore(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR ,
262 virtual ~RecoveryCore();
481 RecoveryCore* m_pCore;
504 RecoveryCore* pCore );
535 RecoveryCore* m_pCore;
559 RecoveryCore* pCore );
668 RecoveryCore* m_pCore;
695 RecoveryCore* pCore );
751 RecoveryCore* m_pCore;
[all …]
/AOO41X/main/svx/source/unodraw/
H A Drecoveryui.cxx267 svxdr::RecoveryCore* pCore = new svxdr::RecoveryCore(m_xSMGR, sal_True); in impl_doEmergencySave()
305 svxdr::RecoveryCore* pCore = new svxdr::RecoveryCore(m_xSMGR, sal_False); in impl_doRecovery()