Searched refs:GetTempPath (Results 1 – 11 of 11) sorted by relevance
/aoo4110/main/unotools/source/config/ |
H A D | pathoptions.cxx | 167 const String& GetTempPath() { return GetPath( SvtPathOptions::PATH_TEMP ); } in GetTempPath() function in SvtPathOptions_Impl 713 const String& SvtPathOptions::GetTempPath() const in GetTempPath() function in SvtPathOptions 715 return pImp->GetTempPath(); in GetTempPath() 982 case PATH_TEMP: aPath = GetTempPath(); break; in SearchFile()
|
/aoo4110/main/sal/osl/os2/ |
H A D | pipeimpl.cxx | 162 DWORD nChars = GetTempPath( MAX_PATH, lpMappingFileName ); in CreatePipeDataMapping() 168 nChars = GetTempPath( nChars, lpMappingFileName ); in CreatePipeDataMapping()
|
/aoo4110/main/sal/osl/w32/ |
H A D | pipeimpl.cxx | 167 DWORD nChars = GetTempPath( MAX_PATH, lpMappingFileName ); in CreatePipeDataMapping() 173 nChars = GetTempPath( nChars, lpMappingFileName ); in CreatePipeDataMapping()
|
/aoo4110/main/unotools/inc/unotools/ |
H A D | pathoptions.hxx | 93 const String& GetTempPath() const;
|
/aoo4110/main/odk/source/unoapploader/win/ |
H A D | unoapploader.c | 265 GetTempPath( sizeof( fname ), fname ); in getErrorFile()
|
/aoo4110/main/svx/source/dialog/ |
H A D | sendreportw32.cxx | 197 GetTempPath( elementsof(szTempPath), szTempPath ); in SendReport()
|
/aoo4110/main/desktop/source/app/ |
H A D | appinit.cxx | 413 aTempBaseURL = aOpt.GetTempPath(); in CreateTemporaryDirectory()
|
/aoo4110/main/crashrep/source/win32/ |
H A D | soreport.cpp | 153 if ( GetTempPath( elementsof(szTempPath), szTempPath ) ) in _tmpfile() 659 if ( GetTempPath( elementsof(szTempPath), szTempPath ) ) in WriteReportFile() 2182 if ( GetTempPath( elementsof(szTempPath), szTempPath ) ) in WriteCommentFile()
|
/aoo4110/main/tools/source/fsys/ |
H A D | wntmsc.cxx | 1032 if ( !GetTempPath( MAX_PATH, pBuf ) && in TempDirImpl()
|
/aoo4110/main/sfx2/source/appl/ |
H A D | appcfg.cxx | 486 … case SvtPathOptions::PATH_TEMP: aValue = aPathCfg.GetTempPath(); break; in GetOptions()
|
/aoo4110/main/basctl/source/basicide/ |
H A D | moduldl2.cxx | 1320 String aTmpPath = SvtPathOptions().GetTempPath(); in ExportAsPackage()
|
Completed in 82 milliseconds