Searched refs:eFormatter (Results 1 – 5 of 5) sorted by relevance
302 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 );
1647 String DirEntry::GetAccessDelimiter( FSysPathStyle eFormatter ) in GetAccessDelimiter() argument1649 return String( ACCESSDELIM_C( GetStyle( eFormatter ) ) ); in GetAccessDelimiter()1733 void DirEntry::SetName( const String& rName, FSysPathStyle eFormatter ) in SetName() argument1737 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() argument2026 sal_uInt16 DirEntry::GetMaxNameLen( FSysPathStyle eFormatter ) in GetMaxNameLen() argument2028 eFormatter = GetStyle( eFormatter ); in GetMaxNameLen()[all …]
218 sal_Bool DirEntry::IsCaseSensitive( FSysPathStyle eFormatter ) const in IsCaseSensitive()221 if (eFormatter==FSYS_STYLE_HOST) in IsCaseSensitive()259 switch ( eFormatter ) in IsCaseSensitive()
184 sal_Bool DirEntry::IsCaseSensitive( FSysPathStyle eFormatter ) const in IsCaseSensitive()187 if (eFormatter==FSYS_STYLE_HOST) in IsCaseSensitive()234 switch ( eFormatter ) in IsCaseSensitive()
935 sal_Bool DirEntry::IsCaseSensitive( FSysPathStyle eFormatter ) const in IsCaseSensitive()937 if (eFormatter==FSYS_STYLE_HOST) in IsCaseSensitive()951 switch ( eFormatter ) in IsCaseSensitive()
Completed in 81 milliseconds