Lines Matching refs:TemplateFolderCacheImpl
464 class TemplateFolderCacheImpl class
481 TemplateFolderCacheImpl( sal_Bool _bAutoStoreState );
482 ~TemplateFolderCacheImpl( );
513 TemplateFolderCacheImpl::TemplateFolderCacheImpl( sal_Bool _bAutoStoreState ) in TemplateFolderCacheImpl() function in svt::TemplateFolderCacheImpl
523 TemplateFolderCacheImpl::~TemplateFolderCacheImpl( ) in ~TemplateFolderCacheImpl()
533 sal_Int32 TemplateFolderCacheImpl::getMagicNumber() in getMagicNumber()
544 String TemplateFolderCacheImpl::getCacheFileName() in getCacheFileName()
551 void TemplateFolderCacheImpl::normalize( TemplateFolderContent& _rState ) in normalize()
557 …sal_Bool TemplateFolderCacheImpl::equalStates( const TemplateFolderContent& _rLHS, const TemplateF… in equalStates()
576 void TemplateFolderCacheImpl::storeState( sal_Bool _bForceRetrieval ) in storeState()
605 String TemplateFolderCacheImpl::implParseSmart( const String& _rPath ) in implParseSmart()
620 void TemplateFolderCacheImpl::closeCacheStream( ) in closeCacheStream()
626 sal_Bool TemplateFolderCacheImpl::implReadFolder( const ::vos::ORef< TemplateContent >& _rxRoot ) in implReadFolder()
697 sal_Bool TemplateFolderCacheImpl::readCurrentState() in readCurrentState()
732 sal_Bool TemplateFolderCacheImpl::readPreviousState() in readPreviousState()
780 sal_Bool TemplateFolderCacheImpl::openCacheStream( sal_Bool _bForRead ) in openCacheStream()
813 sal_Bool TemplateFolderCacheImpl::needsUpdate( sal_Bool _bForceCheck ) in needsUpdate()
840 void TemplateFolderCacheImpl::initTemplDirs( ::std::vector< String >& ) in initTemplDirs()
846 TemplateFolderCacheImpl::getOfficeInstDirs() in getOfficeInstDirs()
893 :m_pImpl( new TemplateFolderCacheImpl( _bAutoStoreState ) ) in TemplateFolderCache()