Searched refs:nStrId (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/sc/source/core/data/ |
H A D | dpoutput.cxx | 129 sal_uInt16 nStrId ) in lcl_SetStyleById() argument 137 String aStyleName = ScGlobal::GetRscString( nStrId ); in lcl_SetStyleById() 148 if ( nStrId==STR_PIVOT_STYLE_RESULT || nStrId==STR_PIVOT_STYLE_TITLE ) in lcl_SetStyleById() 150 if ( nStrId==STR_PIVOT_STYLE_CATEGORY || nStrId==STR_PIVOT_STYLE_TITLE ) in lcl_SetStyleById() 1673 sal_uInt16 nStrId = 0; in lcl_GetDataFieldName() local 1676 case sheet::GeneralFunction_SUM: nStrId = STR_FUN_TEXT_SUM; break; in lcl_GetDataFieldName() 1678 case sheet::GeneralFunction_COUNTNUMS: nStrId = STR_FUN_TEXT_COUNT; break; in lcl_GetDataFieldName() 1679 case sheet::GeneralFunction_AVERAGE: nStrId = STR_FUN_TEXT_AVG; break; in lcl_GetDataFieldName() 1680 case sheet::GeneralFunction_MAX: nStrId = STR_FUN_TEXT_MAX; break; in lcl_GetDataFieldName() 1694 if ( !nStrId ) in lcl_GetDataFieldName() [all …]
|
H A D | table3.cxx | 820 sal_uInt16 nStrId = STR_TABLE_ERGEBNIS; in DoSubTotals() local 824 case SUBTOTAL_FUNC_AVE: nStrId = STR_FUN_TEXT_AVG; break; in DoSubTotals() 826 case SUBTOTAL_FUNC_CNT2: nStrId = STR_FUN_TEXT_COUNT; break; in DoSubTotals() 827 case SUBTOTAL_FUNC_MAX: nStrId = STR_FUN_TEXT_MAX; break; in DoSubTotals() 828 case SUBTOTAL_FUNC_MIN: nStrId = STR_FUN_TEXT_MIN; break; in DoSubTotals() 829 case SUBTOTAL_FUNC_PROD: nStrId = STR_FUN_TEXT_PRODUCT; break; in DoSubTotals() 831 case SUBTOTAL_FUNC_STDP: nStrId = STR_FUN_TEXT_STDDEV; break; in DoSubTotals() 832 case SUBTOTAL_FUNC_SUM: nStrId = STR_FUN_TEXT_SUM; break; in DoSubTotals() 834 case SUBTOTAL_FUNC_VARP: nStrId = STR_FUN_TEXT_VAR; break; in DoSubTotals() 840 aOutString += ScGlobal::GetRscString( nStrId ); in DoSubTotals()
|
/aoo4110/main/sc/source/ui/app/ |
H A D | inputwin.cxx | 1636 sal_uInt16 nStrId = 0; in Modify() local 1640 nStrId = STR_NAME_INPUT_CELL; in Modify() 1644 nStrId = STR_NAME_INPUT_RANGE; // named range or range reference in Modify() 1647 nStrId = STR_NAME_INPUT_DBRANGE; in Modify() 1650 nStrId = STR_NAME_INPUT_ROW; in Modify() 1653 nStrId = STR_NAME_INPUT_SHEET; in Modify() 1656 nStrId = STR_NAME_INPUT_DEFINE; in Modify() 1663 if ( nStrId ) in Modify() 1677 String aText = ScGlobal::GetRscString( nStrId ); in Modify()
|
/aoo4110/main/sc/inc/ |
H A D | strload.hxx | 33 ScRscStrLoader( sal_uInt16 nRsc, sal_uInt16 nStrId ) : in ScRscStrLoader() argument 34 Resource( ScResId( nRsc ) ), theStr( ScResId( nStrId ) ) in ScRscStrLoader()
|
/aoo4110/main/scaddins/source/datefunc/ |
H A D | datefunc.hxx | 155 …inline ScaResStringLoader( sal_uInt16 nResId, sal_uInt16 nStrId, ResMgr& rRes… 162 inline ScaResStringLoader::ScaResStringLoader( sal_uInt16 nResId, sal_uInt16 nStrId, ResMgr& rResMg… in ScaResStringLoader() argument 164 aStr( ScaResId( nStrId, rResMgr ) ) in ScaResStringLoader()
|
/aoo4110/main/uui/source/ |
H A D | passworddlg.cxx | 114 sal_uInt16 nStrId = bOpenToModify ? STR_ENTER_PASSWORD_TO_MODIFY : STR_ENTER_PASSWORD_TO_OPEN; in PasswordDialog() local 115 aFTPassword.SetText( String( ResId( nStrId, *pResourceMgr ) ) ); in PasswordDialog()
|
/aoo4110/main/sw/source/ui/app/ |
H A D | docsh2.cxx | 1260 sal_uInt16 nStrId; in Execute() local 1268 nStrId = STR_LOAD_HTML_DOC; in Execute() 1276 nStrId = STR_LOAD_GLOBAL_DOC; in Execute() 1393 xFP->setTitle( SW_RESSTR( nStrId )); in Execute()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | viewfun2.cxx | 1743 sal_uInt16 nStrId; in SearchAndReplace() local 1747 nStrId = STR_MSSG_SEARCHANDREPLACE_1; in SearchAndReplace() 1749 nStrId = STR_MSSG_SEARCHANDREPLACE_4; in SearchAndReplace() 1754 nStrId = STR_MSSG_SEARCHANDREPLACE_2; in SearchAndReplace() 1756 nStrId = STR_MSSG_SEARCHANDREPLACE_5; in SearchAndReplace() 1760 ScGlobal::GetRscString( nStrId ) ); in SearchAndReplace()
|
/aoo4110/main/scaddins/source/analysis/ |
H A D | analysishelper.hxx | 303 AnalysisRscStrLoader( sal_uInt16 nRsc, sal_uInt16 nStrId, ResMgr& rResMgr ) : in AnalysisRscStrLoader() argument 305 aStr( AnalysisResId( nStrId, rResMgr ) ) in AnalysisRscStrLoader()
|
Completed in 113 milliseconds