Home
last modified time | relevance | path

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

/trunk/main/tools/source/fsys/
H A Dtempfile.cxx48 sal_Bool bIsDirectory; member
178 pImp->bIsDirectory = bDirectory; in TempFile()
191 pImp->bIsDirectory = bDirectory; in TempFile()
239 if ( pImp->bIsDirectory ) in ~TempFile()
/trunk/main/unotools/source/ucbhelper/
H A Dtempfile.cxx60 sal_Bool bIsDirectory; member
264 _rImpl.bIsDirectory = bDirectory; in lcl_createName()
349 pImp->bIsDirectory = bDirectory; in TempFile()
376 if ( pImp->bIsDirectory ) in ~TempFile()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx1623 Boolean bIsDirectory = true; in AddTempFontDir() local
1624 …Status eStatus = FSPathMakeRef( reinterpret_cast<const UInt8*>(pDir), &aPathFSRef, &bIsDirectory ); in AddTempFontDir()
1625 …DBG_ASSERTWARNING( (eStatus==noErr) && bIsDirectory, "vcl AddTempFontDir() with invalid directory … in AddTempFontDir()
1725 Boolean bIsDirectory = true; in AddTempDevFont() local
1727 OSStatus eStatus = FSPathMakeRef( (UInt8*)aCFileName.getStr(), &aNewRef, &bIsDirectory ); in AddTempDevFont()
1728 …DBG_ASSERT( (eStatus==noErr) && !bIsDirectory, "vcl AddTempDevFont() with invalid fontfile name!" … in AddTempDevFont()

Completed in 39 milliseconds