Home
last modified time | relevance | path

Searched refs:pStrId (Results 1 – 14 of 14) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/dbgui/
H A DPivotLayoutTreeListData.cxx28 const char* pStrId = nullptr; in lclGetFunctionMaskName() local
31 case PivotFunc::Sum: pStrId = STR_FUN_TEXT_SUM; break; in lclGetFunctionMaskName()
32 case PivotFunc::Count: pStrId = STR_FUN_TEXT_COUNT; break; in lclGetFunctionMaskName()
33 case PivotFunc::Average: pStrId = STR_FUN_TEXT_AVG; break; in lclGetFunctionMaskName()
34 case PivotFunc::Median: pStrId = STR_FUN_TEXT_MEDIAN; break; in lclGetFunctionMaskName()
35 case PivotFunc::Max: pStrId = STR_FUN_TEXT_MAX; break; in lclGetFunctionMaskName()
36 case PivotFunc::Min: pStrId = STR_FUN_TEXT_MIN; break; in lclGetFunctionMaskName()
37 case PivotFunc::Product: pStrId = STR_FUN_TEXT_PRODUCT; break; in lclGetFunctionMaskName()
38 case PivotFunc::CountNum: pStrId = STR_FUN_TEXT_COUNT; break; in lclGetFunctionMaskName()
47 if (pStrId) in lclGetFunctionMaskName()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/dbgui/
H A DPivotLayoutTreeListData.cxx27 const char* pStrId = nullptr; in lclGetFunctionMaskName() local
30 case PivotFunc::Sum: pStrId = STR_FUN_TEXT_SUM; break; in lclGetFunctionMaskName()
31 case PivotFunc::Count: pStrId = STR_FUN_TEXT_COUNT; break; in lclGetFunctionMaskName()
32 case PivotFunc::Average: pStrId = STR_FUN_TEXT_AVG; break; in lclGetFunctionMaskName()
33 case PivotFunc::Median: pStrId = STR_FUN_TEXT_MEDIAN; break; in lclGetFunctionMaskName()
34 case PivotFunc::Max: pStrId = STR_FUN_TEXT_MAX; break; in lclGetFunctionMaskName()
35 case PivotFunc::Min: pStrId = STR_FUN_TEXT_MIN; break; in lclGetFunctionMaskName()
36 case PivotFunc::Product: pStrId = STR_FUN_TEXT_PRODUCT; break; in lclGetFunctionMaskName()
37 case PivotFunc::CountNum: pStrId = STR_FUN_TEXT_COUNT; break; in lclGetFunctionMaskName()
46 if (pStrId) in lclGetFunctionMaskName()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Ddpoutput.cxx284 const char* pStrId) in lcl_SetStyleById() argument
292 OUString aStyleName = ScResId(pStrId); in lcl_SetStyleById()
303 …if (strcmp(pStrId, STR_PIVOT_STYLENAME_RESULT) == 0 || strcmp(pStrId, STR_PIVOT_STYLENAME_TITLE) =… in lcl_SetStyleById()
308 …if (strcmp(pStrId, STR_PIVOT_STYLENAME_CATEGORY) == 0 || strcmp(pStrId, STR_PIVOT_STYLENAME_TITLE)… in lcl_SetStyleById()
1485 const char* pStrId = nullptr; in lcl_GetDataFieldName() local
1488 case sheet::GeneralFunction2::SUM: pStrId = STR_FUN_TEXT_SUM; break; in lcl_GetDataFieldName()
1490 case sheet::GeneralFunction2::COUNTNUMS: pStrId = STR_FUN_TEXT_COUNT; break; in lcl_GetDataFieldName()
1491 case sheet::GeneralFunction2::AVERAGE: pStrId = STR_FUN_TEXT_AVG; break; in lcl_GetDataFieldName()
1492 case sheet::GeneralFunction2::MEDIAN: pStrId = STR_FUN_TEXT_MEDIAN; break; in lcl_GetDataFieldName()
1507 if (!pStrId) in lcl_GetDataFieldName()
[all …]
H A Dtable3.cxx2065 const char* pStrId = STR_TABLE_ERGEBNIS; in DoSubTotals() local
2067 pStrId = lcl_GetSubTotalStrId(pResFunc[0]); in DoSubTotals()
2068 aOutString += ScResId(pStrId); in DoSubTotals()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Ddpoutput.cxx286 const char* pStrId) in lcl_SetStyleById() argument
294 OUString aStyleName = ScResId(pStrId); in lcl_SetStyleById()
305 …if (strcmp(pStrId, STR_PIVOT_STYLENAME_RESULT) == 0 || strcmp(pStrId, STR_PIVOT_STYLENAME_TITLE) =… in lcl_SetStyleById()
310 …if (strcmp(pStrId, STR_PIVOT_STYLENAME_CATEGORY) == 0 || strcmp(pStrId, STR_PIVOT_STYLENAME_TITLE)… in lcl_SetStyleById()
1487 const char* pStrId = nullptr; in lcl_GetDataFieldName() local
1490 case sheet::GeneralFunction2::SUM: pStrId = STR_FUN_TEXT_SUM; break; in lcl_GetDataFieldName()
1492 case sheet::GeneralFunction2::COUNTNUMS: pStrId = STR_FUN_TEXT_COUNT; break; in lcl_GetDataFieldName()
1493 case sheet::GeneralFunction2::AVERAGE: pStrId = STR_FUN_TEXT_AVG; break; in lcl_GetDataFieldName()
1494 case sheet::GeneralFunction2::MEDIAN: pStrId = STR_FUN_TEXT_MEDIAN; break; in lcl_GetDataFieldName()
1509 if (!pStrId) in lcl_GetDataFieldName()
[all …]
H A Dtable3.cxx2189 const char* pStrId = STR_TABLE_ERGEBNIS; in DoSubTotals() local
2191 pStrId = lcl_GetSubTotalStrId(pResFunc[0]); in DoSubTotals()
2192 aOutString += ScResId(pStrId); in DoSubTotals()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/uui/source/
H A Dpassworddlg.cxx79 const char* pStrId = bOpenToModify ? STR_ENTER_PASSWORD_TO_MODIFY : STR_ENTER_PASSWORD_TO_OPEN; in PasswordDialog() local
80 OUString aMessage(Translate::get(pStrId, rResLocale)); in PasswordDialog()
/dports/editors/libreoffice/libreoffice-7.2.6.2/uui/source/
H A Dpassworddlg.cxx79 const char* pStrId = bOpenToModify ? STR_ENTER_PASSWORD_TO_MODIFY : STR_ENTER_PASSWORD_TO_OPEN; in PasswordDialog() local
80 OUString aMessage(Translate::get(pStrId, rResLocale)); in PasswordDialog()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/app/
H A Dinputwin.cxx2205 const char* pStrId = nullptr; in Modify() local
2209 pStrId = STR_NAME_INPUT_CELL; in Modify()
2213 pStrId = STR_NAME_INPUT_RANGE; // named range or range reference in Modify()
2216 pStrId = STR_NAME_INPUT_DBRANGE; in Modify()
2219 pStrId = STR_NAME_INPUT_ROW; in Modify()
2222 pStrId = STR_NAME_INPUT_SHEET; in Modify()
2225 pStrId = STR_NAME_INPUT_DEFINE; in Modify()
2232 if (pStrId) in Modify()
2245 OUString aText = ScResId(pStrId); in Modify()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/app/
H A Dinputwin.cxx2412 const char* pStrId = nullptr; in IMPL_LINK_NOARG() local
2416 pStrId = STR_NAME_INPUT_CELL; in IMPL_LINK_NOARG()
2421 pStrId = STR_NAME_INPUT_RANGE; // named range or range reference in IMPL_LINK_NOARG()
2424 pStrId = STR_NAME_INPUT_DBRANGE; in IMPL_LINK_NOARG()
2427 pStrId = STR_NAME_INPUT_ROW; in IMPL_LINK_NOARG()
2430 pStrId = STR_NAME_INPUT_SHEET; in IMPL_LINK_NOARG()
2433 pStrId = STR_NAME_INPUT_DEFINE; in IMPL_LINK_NOARG()
2440 if (!pStrId) in IMPL_LINK_NOARG()
2451 OUString aText = ScResId(pStrId); in IMPL_LINK_NOARG()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/app/
H A Ddocsh2.cxx974 const char* pStrId; in Execute() local
982 pStrId = STR_LOAD_HTML_DOC; in Execute()
989 pStrId = STR_LOAD_GLOBAL_DOC; in Execute()
1062 xFP->setTitle(SwResId(pStrId)); in Execute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/app/
H A Ddocsh2.cxx993 const char* pStrId; in Execute() local
1001 pStrId = STR_LOAD_HTML_DOC; in Execute()
1008 pStrId = STR_LOAD_GLOBAL_DOC; in Execute()
1081 xFP->setTitle(SwResId(pStrId)); in Execute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/misc/
H A Dimagemgr.cxx50 const char* pStrId; member
413 pId = ExtensionMap_Impl[ nIndex ].pStrId; in GetDescriptionId_Impl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/misc/
H A Dimagemgr.cxx53 const char* pStrId; member
440 pId = ExtensionMap_Impl[ nIndex ].pStrId; in GetDescriptionId_Impl()