Lines Matching refs:SvFileInformationManager
720 String SvFileInformationManager::GetDescription_Impl( const INetURLObject& rObject, sal_Bool bDetec… in GetDescription_Impl()
790 Image SvFileInformationManager::GetImage( const INetURLObject& rObject, sal_Bool bBig ) in GetImage()
795 Image SvFileInformationManager::GetFileImage( const INetURLObject& rObject, sal_Bool bBig ) in GetFileImage()
800 Image SvFileInformationManager::GetImageNoDefault( const INetURLObject& rObject, sal_Bool bBig ) in GetImageNoDefault()
805 Image SvFileInformationManager::GetFolderImage( const svtools::VolumeInfo& rInfo, sal_Bool bBig ) in GetFolderImage()
810 Image SvFileInformationManager::GetImage( const INetURLObject& rObject, sal_Bool bBig, sal_Bool bHi… in GetImage()
817 Image SvFileInformationManager::GetFileImage( const INetURLObject& rObject, sal_Bool bBig, sal_Bool… in GetFileImage()
824 Image SvFileInformationManager::GetImageNoDefault( const INetURLObject& rObject, sal_Bool bBig, sal… in GetImageNoDefault()
835 Image SvFileInformationManager::GetFolderImage( const svtools::VolumeInfo& rInfo, sal_Bool bBig, sa… in GetFolderImage()
852 String SvFileInformationManager::GetDescription( const INetURLObject& rObject ) in GetDescription()
854 return SvFileInformationManager::GetDescription_Impl( rObject, sal_True ); in GetDescription()
857 String SvFileInformationManager::GetFileDescription( const INetURLObject& rObject ) in GetFileDescription()
859 return SvFileInformationManager::GetDescription_Impl( rObject, sal_False ); in GetFileDescription()
862 String SvFileInformationManager::GetFolderDescription( const svtools::VolumeInfo& rInfo ) in GetFolderDescription()