Home
last modified time | relevance | path

Searched refs:FStatHelper (Results 1 – 9 of 9) sorted by relevance

/AOO41X/main/svl/source/misc/
H A Dfstathelper.cxx38 sal_Bool FStatHelper::GetModifiedDateTimeOfFile( const UniString& rURL, in GetModifiedDateTimeOfFile()
66 sal_Bool FStatHelper::IsDocument( const UniString& rURL ) in IsDocument()
81 sal_Bool FStatHelper::IsFolder( const UniString& rURL ) in IsFolder()
/AOO41X/main/sw/source/ui/misc/
H A Dglosdoc.cxx93 bOk = !FStatHelper::IsDocument( sTmpDir ); in lcl_CheckFileName()
269 sal_Bool bExist = FStatHelper::IsDocument( sOldFileURL ); in RenameGroupDoc()
285 bExist = FStatHelper::IsDocument( sTempNewFilePath ); in RenameGroupDoc()
390 bExist = FStatHelper::IsDocument( sFileURL ); in GetGlosDoc()
509 if( !FStatHelper::IsFolder( sPth ) ) in UpdateGlosPath()
/AOO41X/main/sw/source/core/swg/
H A Dswblocks.cxx95 if( !FStatHelper::IsDocument( rFile ) ) in GetFileType()
110 FStatHelper::GetModifiedDateTimeOfFile( rFile, in SwImpBlocks()
221 return FStatHelper::GetModifiedDateTimeOfFile( aFile, in IsFileChanged()
230 FStatHelper::GetModifiedDateTimeOfFile( aFile, in Touch()
/AOO41X/main/editeng/source/misc/
H A Dsvxacorr.cxx1665 else if( ( FStatHelper::IsDocument( sUserDirFile ) || in CreateLanguageFile()
1666 FStatHelper::IsDocument( sShareDirFile = in CreateLanguageFile()
2006 if( !FStatHelper::IsDocument( sRet )) in GetAutoCorrFileName()
2056 if( FStatHelper::GetModifiedDateTimeOfFile( sShareAutoCorrFile, in IsFileChanged_Imp()
2157 FStatHelper::GetModifiedDateTimeOfFile( sShareAutoCorrFile, in LoadXMLExceptList_Imp()
2279 FStatHelper::GetModifiedDateTimeOfFile( sShareAutoCorrFile, in LoadAutocorrWordList()
2336 FStatHelper::GetModifiedDateTimeOfFile( sUserAutoCorrFile, in AddToCplSttExceptList()
2360 FStatHelper::GetModifiedDateTimeOfFile( sUserAutoCorrFile, in AddToWrdSttExceptList()
2395 FStatHelper::GetModifiedDateTimeOfFile( sUserAutoCorrFile, in SaveCplSttExceptList()
2439 FStatHelper::GetModifiedDateTimeOfFile( sUserAutoCorrFile, in SaveWrdSttExceptList()
/AOO41X/main/svl/inc/svl/
H A Dfstathelper.hxx34 namespace FStatHelper { namespace
/AOO41X/main/sw/source/filter/basflt/
H A Dshellio.cxx504 if( FStatHelper::GetModifiedDateTimeOfFile( in GetTemplateDoc()
555 ASSERT( !pTemplate || FStatHelper::IsDocument( aFileName ) || in GetTemplateDoc()
/AOO41X/main/sw/source/core/edit/
H A Dedtox.cxx343 if( sAutoMarkURL.Len() && FStatHelper::IsDocument( sAutoMarkURL )) in ApplyAutoMark()
/AOO41X/main/sw/source/ui/utlui/
H A Dgloslst.cxx332 FStatHelper::GetModifiedDateTimeOfFile( sName, in Update()
/AOO41X/main/sw/source/core/graphic/
H A Dndgrf.cxx165 FStatHelper::IsDocument( aUrl.GetMainURL( INetURLObject::NO_DECODE ) ) ) in SwGrfNode()