Home
last modified time | relevance | path

Searched refs:pResId (Results 126 – 150 of 153) sorted by relevance

1234567

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/access/
H A Dacccontext.hxx355 static OUString GetResource(const char* pResId,
H A Dacccontext.cxx1437 OUString SwAccessibleContext::GetResource(const char* pResId, in GetResource() argument
1441 OUString sStr = SwResId(pResId); in GetResource()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/access/
H A Dacccontext.hxx356 static OUString GetResource(const char* pResId,
H A Dacccontext.cxx1439 OUString SwAccessibleContext::GetResource(const char* pResId, in GetResource() argument
1443 OUString sStr = SwResId(pResId); in GetResource()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/undo/
H A Dundodat.cxx1393 const char* pResId; in GetComment() local
1395 pResId = STR_UNDO_PIVOT_MODIFY; in GetComment()
1397 pResId = STR_UNDO_PIVOT_NEW; in GetComment()
1399 pResId = STR_UNDO_PIVOT_DELETE; in GetComment()
1401 return ScResId(pResId); in GetComment()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/dialogs/
H A Dcuifmsearch.cxx202 for (auto pResId : aResIds) in Init() local
203 m_plbPosition->append_text(CuiResId(pResId)); in Init()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/func/
H A Dfuconrec.cxx599 static ::basegfx::B2DPolyPolygon getPolygon(const char* pResId, const SdrModel& rModel) in getPolygon() argument
606 OUString aArrowName(SvxResId(pResId)); in getPolygon()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/dialogs/
H A Dcuifmsearch.cxx202 for (auto pResId : aResIds) in Init() local
203 m_plbPosition->append_text(CuiResId(pResId)); in Init()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/undo/
H A Dundodat.cxx1422 const char* pResId; in GetComment() local
1424 pResId = STR_UNDO_PIVOT_MODIFY; in GetComment()
1426 pResId = STR_UNDO_PIVOT_NEW; in GetComment()
1428 pResId = STR_UNDO_PIVOT_DELETE; in GetComment()
1430 return ScResId(pResId); in GetComment()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/func/
H A Dfuconrec.cxx651 static ::basegfx::B2DPolyPolygon getPolygon(const char* pResId, const SdrModel& rModel) in getPolygon() argument
658 OUString aArrowName(SvxResId(pResId)); in getPolygon()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/unoobj/
H A Dstyleuno.cxx897 const char* pResId = nullptr; in getPropertyValue() local
901 pResId = STR_STYLE_FAMILY_CELL; break; in getPropertyValue()
903 pResId = STR_STYLE_FAMILY_PAGE; break; in getPropertyValue()
907 if (pResId) in getPropertyValue()
909 OUString sDisplayName(ScResId(pResId)); in getPropertyValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/unoobj/
H A Dstyleuno.cxx875 const char* pResId = nullptr; in getPropertyValue() local
879 pResId = STR_STYLE_FAMILY_CELL; break; in getPropertyValue()
881 pResId = STR_STYLE_FAMILY_PAGE; break; in getPropertyValue()
885 if (pResId) in getPropertyValue()
887 OUString sDisplayName(ScResId(pResId)); in getPropertyValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/doc/
H A Dobjstor.cxx3032 const char* pResId = nullptr; in QueryHiddenInformation() local
3039 pResId = STR_HIDDENINFO_CONTINUE_SAVING; in QueryHiddenInformation()
3045 pResId = STR_HIDDENINFO_CONTINUE_PRINTING; in QueryHiddenInformation()
3051 pResId = STR_HIDDENINFO_CONTINUE_SIGNING; in QueryHiddenInformation()
3057 pResId = STR_HIDDENINFO_CONTINUE_CREATEPDF; in QueryHiddenInformation()
3092 sMessage += "\n" + SfxResId(pResId); in QueryHiddenInformation()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/doc/
H A Dobjstor.cxx2933 const char* pResId = nullptr; in QueryHiddenInformation() local
2940 pResId = STR_HIDDENINFO_CONTINUE_SAVING; in QueryHiddenInformation()
2946 pResId = STR_HIDDENINFO_CONTINUE_PRINTING; in QueryHiddenInformation()
2952 pResId = STR_HIDDENINFO_CONTINUE_SIGNING; in QueryHiddenInformation()
2958 pResId = STR_HIDDENINFO_CONTINUE_CREATEPDF; in QueryHiddenInformation()
2993 sMessage += "\n" + SfxResId(pResId); in QueryHiddenInformation()
/dports/editors/libreoffice/libreoffice-7.2.6.2/fpicker/source/office/
H A Diodlg.cxx381 const char* pResId = STR_EXPLORERFILE_OPEN; in SvtFileDialog() local
386 pResId = STR_EXPLORERFILE_SAVE; in SvtFileDialog()
393 pResId = STR_PATHSELECT; in SvtFileDialog()
397 m_xDialog->set_title(FpsResId(pResId)); in SvtFileDialog()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/fpicker/source/office/
H A Diodlg.cxx387 const char* pResId = STR_EXPLORERFILE_OPEN; in SvtFileDialog() local
392 pResId = STR_EXPLORERFILE_SAVE; in SvtFileDialog()
399 pResId = STR_PATHSELECT; in SvtFileDialog()
403 m_xDialog->set_title(FpsResId(pResId)); in SvtFileDialog()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/filter/html/
H A Dhtmlex.cxx3185 void HtmlErrorContext::SetContext(const char* pResId, const OUString& rURL) in SetContext() argument
3187 mpResId = pResId; in SetContext()
3192 void HtmlErrorContext::SetContext(const char* pResId, const OUString& rURL1, const OUString& rURL2 ) in SetContext() argument
3194 mpResId = pResId; in SetContext()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/filter/html/
H A Dhtmlex.cxx3183 void HtmlErrorContext::SetContext(const char* pResId, const OUString& rURL) in SetContext() argument
3185 mpResId = pResId; in SetContext()
3190 void HtmlErrorContext::SetContext(const char* pResId, const OUString& rURL1, const OUString& rURL2 ) in SetContext() argument
3192 mpResId = pResId; in SetContext()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/querydesign/
H A Dquerycontroller.cxx122 OUString lcl_getObjectResourceString(const char* pResId, sal_Int32 _nCommandType) in lcl_getObjectResourceString() argument
124 OUString sMessageText = DBA_RES(pResId); in lcl_getObjectResourceString()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/querydesign/
H A Dquerycontroller.cxx143 OUString lcl_getObjectResourceString(const char* pResId, sal_Int32 _nCommandType) in lcl_getObjectResourceString() argument
145 OUString sMessageText = DBA_RES(pResId); in lcl_getObjectResourceString()
/dports/editors/libreoffice/libreoffice-7.2.6.2/scaddins/source/analysis/
H A Danalysis.hxx59 OUString GetFuncDescrStr(const char** pResId, sal_uInt16 nStrIndex);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/scaddins/source/analysis/
H A Danalysis.hxx60 OUString GetFuncDescrStr(const char** pResId, sal_uInt16 nStrIndex);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/frmedt/
H A Dfeshview.cxx113 ::basegfx::B2DPolyPolygon getPolygon(const char* pResId, const SdrModel& rModel) in getPolygon() argument
120 OUString aArrowName( SvxResId(pResId) ); in getPolygon()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/frmedt/
H A Dfeshview.cxx121 ::basegfx::B2DPolyPolygon getPolygon(const char* pResId, const SdrModel& rModel) in getPolygon() argument
128 OUString aArrowName( SvxResId(pResId) ); in getPolygon()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/unocore/
H A Dunostyle.cxx143 …MapType, SwGetPoolIdFromName aPoolId, OUString const& sName, const char* pResId, GetCountOrName_t … in StyleFamilyEntry()
149 , m_pResId(pResId) in StyleFamilyEntry()

1234567