Lines Matching refs:nResId
471 sal_uInt16 nResId = 0; in GetDescriptionByFactory_Impl() local
473 nResId = STR_DESCRIPTION_FACTORY_WRITER; in GetDescriptionByFactory_Impl()
475 nResId = STR_DESCRIPTION_FACTORY_CALC; in GetDescriptionByFactory_Impl()
477 nResId = STR_DESCRIPTION_FACTORY_IMPRESS; in GetDescriptionByFactory_Impl()
479 nResId = STR_DESCRIPTION_FACTORY_DRAW; in GetDescriptionByFactory_Impl()
481 nResId = STR_DESCRIPTION_FACTORY_WRITERWEB; in GetDescriptionByFactory_Impl()
483 nResId = STR_DESCRIPTION_FACTORY_GLOBALDOC; in GetDescriptionByFactory_Impl()
485 nResId = STR_DESCRIPTION_FACTORY_MATH; in GetDescriptionByFactory_Impl()
487 nResId = STR_DESCRIPTION_FACTORY_DATABASE; in GetDescriptionByFactory_Impl()
490 if ( nResId ) in GetDescriptionByFactory_Impl()
493 aRet = String( SvtResId( nResId ) ); in GetDescriptionByFactory_Impl()
726 sal_uInt16 nResId = 0; in GetDescription_Impl() local
751 nResId = GetDescriptionId_Impl( sExtension, bShowExt ); in GetDescription_Impl()
753 if ( !nResId ) in GetDescription_Impl()
755 nResId = STR_DESCRIPTION_FILE; in GetDescription_Impl()
762 nResId = GetFolderDescriptionId_Impl( sURL ); in GetDescription_Impl()
764 if ( nResId > 0 ) in GetDescription_Impl()
774 sDescription += String( SvtResId( nResId ) ); in GetDescription_Impl()
864 sal_uInt16 nResId = STR_DESCRIPTION_FOLDER; in GetFolderDescription() local
866 nResId = STR_DESCRIPTION_REMOTE_VOLUME; in GetFolderDescription()
868 nResId = STR_DESCRIPTION_FLOPPY_VOLUME; in GetFolderDescription()
870 nResId = STR_DESCRIPTION_CDROM_VOLUME; in GetFolderDescription()
872 nResId = STR_DESCRIPTION_LOCALE_VOLUME; in GetFolderDescription()
874 String sDescription = String( SvtResId( nResId ) ); in GetFolderDescription()