Home
last modified time | relevance | path

Searched refs:rLeadingChars (Results 1 – 4 of 4) sorted by relevance

/trunk/main/unotools/source/ucbhelper/
H A Dtempfile.cxx262 void lcl_createName(TempFile_Impl& _rImpl,const String& rLeadingChars,sal_Bool _bStartWithZero, con… in lcl_createName() argument
271 aName += rLeadingChars; in lcl_createName()
358 TempFile::TempFile( const String& rLeadingChars, const String* pExtension, const String* pParent, s… in TempFile() argument
362 lcl_createName(*pImp,rLeadingChars,sal_True, pExtension, pParent, bDirectory); in TempFile()
364 TempFile::TempFile( const String& rLeadingChars,sal_Bool _bStartWithZero, const String* pExtension,… in TempFile() argument
368 lcl_createName(*pImp,rLeadingChars,_bStartWithZero, pExtension, pParent, bDirectory); in TempFile()
/trunk/main/unotools/inc/unotools/
H A Dtempfile.hxx73 … TempFile( const String& rLeadingChars, const String* pExtension=NULL, const String* pParent=NULL,
82 …TempFile( const String& rLeadingChars,sal_Bool _bStartWithZero, const String* pExtension=NULL, con…
/trunk/main/tools/source/fsys/
H A Dtempfile.cxx187 TempFile::TempFile( const String& rLeadingChars, const String* pExtension, const String* pParent, s… in TempFile() argument
197 aName += rLeadingChars; in TempFile()
/trunk/main/tools/inc/tools/
H A Dtempfile.hxx43 …TempFile( const String& rLeadingChars, const String* pExtension=NULL, const String* pParent=NULL, …

Completed in 25 milliseconds