Home
last modified time | relevance | path

Searched refs:eFormatter (Results 1 – 5 of 5) sorted by relevance

/trunk/main/tools/inc/tools/
H A Dfsys.hxx302 sal_Bool IsCaseSensitive (FSysPathStyle eFormatter = FSYS_STYLE_HOST) const;
311 void SetName( const String& rName, FSysPathStyle eFormatter = FSYS_STYLE_HOST );
313 String GetName( FSysPathStyle eFormatter = FSYS_STYLE_HOST ) const;
314 String CutName( FSysPathStyle eFormatter = FSYS_STYLE_HOST );
320 String GetFull( FSysPathStyle eFormatter = FSYS_STYLE_HOST,
369 static String GetAccessDelimiter( FSysPathStyle eFormatter = FSYS_STYLE_HOST );
370 static String GetSearchDelimiter( FSysPathStyle eFormatter = FSYS_STYLE_HOST );
371 static sal_uInt16 GetMaxNameLen( FSysPathStyle eFormatter = FSYS_STYLE_HOST );
/trunk/main/tools/source/fsys/
H A Ddirent.cxx1647 String DirEntry::GetAccessDelimiter( FSysPathStyle eFormatter ) in GetAccessDelimiter() argument
1649 return String( ACCESSDELIM_C( GetStyle( eFormatter ) ) ); in GetAccessDelimiter()
1733 void DirEntry::SetName( const String& rName, FSysPathStyle eFormatter ) in SetName() argument
1737 if ( eFormatter == FSYS_STYLE_HOST || eFormatter == FSYS_STYLE_DETECT ) in SetName()
1738 eFormatter = DEFSTYLE; in SetName()
1739 ByteString aAccDelim( ACCESSDELIM_C( eFormatter ) ); in SetName()
1744 (eFormatter == FSYS_STYLE_FAT && (aName.GetTokenCount( '.' ) > 2) ) ) in SetName()
2007 String DirEntry::GetSearchDelimiter( FSysPathStyle eFormatter ) in GetSearchDelimiter() argument
2026 sal_uInt16 DirEntry::GetMaxNameLen( FSysPathStyle eFormatter ) in GetMaxNameLen() argument
2028 eFormatter = GetStyle( eFormatter ); in GetMaxNameLen()
[all …]
H A Dunx.cxx218 sal_Bool DirEntry::IsCaseSensitive( FSysPathStyle eFormatter ) const in IsCaseSensitive()
221 if (eFormatter==FSYS_STYLE_HOST) in IsCaseSensitive()
259 switch ( eFormatter ) in IsCaseSensitive()
H A Dwntmsc.cxx184 sal_Bool DirEntry::IsCaseSensitive( FSysPathStyle eFormatter ) const in IsCaseSensitive()
187 if (eFormatter==FSYS_STYLE_HOST) in IsCaseSensitive()
234 switch ( eFormatter ) in IsCaseSensitive()
H A Dos2.cxx935 sal_Bool DirEntry::IsCaseSensitive( FSysPathStyle eFormatter ) const in IsCaseSensitive()
937 if (eFormatter==FSYS_STYLE_HOST) in IsCaseSensitive()
951 switch ( eFormatter ) in IsCaseSensitive()

Completed in 44 milliseconds