Home
last modified time | relevance | path

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

/aoo4110/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 );
/aoo4110/main/tools/source/fsys/
H A Ddirent.cxx1650 String DirEntry::GetAccessDelimiter( FSysPathStyle eFormatter ) in GetAccessDelimiter() argument
1652 return String( ACCESSDELIM_C( GetStyle( eFormatter ) ) ); in GetAccessDelimiter()
1736 void DirEntry::SetName( const String& rName, FSysPathStyle eFormatter ) in SetName() argument
1740 if ( eFormatter == FSYS_STYLE_HOST || eFormatter == FSYS_STYLE_DETECT ) in SetName()
1741 eFormatter = DEFSTYLE; in SetName()
1742 ByteString aAccDelim( ACCESSDELIM_C( eFormatter ) ); in SetName()
1747 (eFormatter == FSYS_STYLE_FAT && (aName.GetTokenCount( '.' ) > 2) ) ) in SetName()
2010 String DirEntry::GetSearchDelimiter( FSysPathStyle eFormatter ) in GetSearchDelimiter() argument
2029 sal_uInt16 DirEntry::GetMaxNameLen( FSysPathStyle eFormatter ) in GetMaxNameLen() argument
2031 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 42 milliseconds