Home
last modified time | relevance | path

Searched refs:pResId (Results 101 – 125 of 153) sorted by relevance

1234567

/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/dialogs/
H A Dprnsetup.cxx132 static OUString ImplPrnDlgAddResString(const OUString& rStr, const char* pResId) in ImplPrnDlgAddResString() argument
134 return ImplPrnDlgAddString(rStr, SvtResId(pResId)); in ImplPrnDlgAddResString()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/drawfunc/
H A Dfuconrec.cxx58 ::basegfx::B2DPolyPolygon getPolygon(const char* pResId, const SdrModel& rModel) in getPolygon() argument
65 OUString aArrowName( SvxResId(pResId) ); in getPolygon()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A DDocumentStylePoolManager.cxx596 const char* pResId = nullptr; in GetTextCollFromPool() local
600 pResId = STR_POOLCOLL_TEXT_ARY[nId - RES_POOLCOLL_TEXT_BEGIN]; in GetTextCollFromPool()
605 pResId = STR_POOLCOLL_LISTS_ARY[nId - RES_POOLCOLL_LISTS_BEGIN]; in GetTextCollFromPool()
610 pResId = STR_POOLCOLL_EXTRA_ARY[nId - RES_POOLCOLL_EXTRA_BEGIN]; in GetTextCollFromPool()
615 pResId = STR_POOLCOLL_REGISTER_ARY[nId - RES_POOLCOLL_REGISTER_BEGIN]; in GetTextCollFromPool()
620 pResId = STR_POOLCOLL_DOC_ARY[nId - RES_POOLCOLL_DOC_BEGIN]; in GetTextCollFromPool()
625 pResId = STR_POOLCOLL_HTML_ARY[nId - RES_POOLCOLL_HTML_BEGIN]; in GetTextCollFromPool()
628 OSL_ENSURE(pResId, "Invalid Pool ID"); in GetTextCollFromPool()
629 if (!pResId) in GetTextCollFromPool()
632 OUString aNm(SwResId(pResId)); in GetTextCollFromPool()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uiview/
H A Dview2.cxx495 const char* pResId(nullptr); in InsertGraphicDlg() local
497 pResId = STR_GRFILTER_OPENERROR; in InsertGraphicDlg()
499 pResId = STR_GRFILTER_IOERROR; in InsertGraphicDlg()
501 pResId = STR_GRFILTER_FORMATERROR; in InsertGraphicDlg()
503 pResId = STR_GRFILTER_VERSIONERROR; in InsertGraphicDlg()
505 pResId = STR_GRFILTER_FILTERERROR; in InsertGraphicDlg()
507 pResId = STR_GRFILTER_TOOBIG; in InsertGraphicDlg()
511 if (pResId) in InsertGraphicDlg()
517 SwResId(pResId))); in InsertGraphicDlg()
1525 … const char* pResId = selectionStats.nWord ? STR_WORDCOUNT : STR_WORDCOUNT_NO_SELECTION; in StateStatusLine() local
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/form/
H A Ddatanavi.cxx517 const char* pResId = nullptr; in DoToolBoxAction() local
537 pResId = RID_STR_DATANAV_ADD_ELEMENT; in DoToolBoxAction()
547 pResId = RID_STR_DATANAV_ADD_ATTRIBUTE; in DoToolBoxAction()
597 pResId = RID_STR_DATANAV_ADD_BINDING; in DoToolBoxAction()
611 aDlg.set_title(SvxResId(pResId)); in DoToolBoxAction()
683 const char* pResId = RID_STR_DATANAV_EDIT_ELEMENT; in DoToolBoxAction() local
691 pResId = RID_STR_DATANAV_EDIT_ATTRIBUTE; in DoToolBoxAction()
702 pResId = RID_STR_DATANAV_EDIT_BINDING; in DoToolBoxAction()
705 aDlg.set_title(SvxResId(pResId)); in DoToolBoxAction()
937 SvxResId(pResId))); in RemoveEntry()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A DDocumentStylePoolManager.cxx613 const char* pResId = nullptr; in GetTextCollFromPool() local
617 pResId = STR_POOLCOLL_TEXT_ARY[nId - RES_POOLCOLL_TEXT_BEGIN]; in GetTextCollFromPool()
622 pResId = STR_POOLCOLL_LISTS_ARY[nId - RES_POOLCOLL_LISTS_BEGIN]; in GetTextCollFromPool()
627 pResId = STR_POOLCOLL_EXTRA_ARY[nId - RES_POOLCOLL_EXTRA_BEGIN]; in GetTextCollFromPool()
632 pResId = STR_POOLCOLL_REGISTER_ARY[nId - RES_POOLCOLL_REGISTER_BEGIN]; in GetTextCollFromPool()
637 pResId = STR_POOLCOLL_DOC_ARY[nId - RES_POOLCOLL_DOC_BEGIN]; in GetTextCollFromPool()
642 pResId = STR_POOLCOLL_HTML_ARY[nId - RES_POOLCOLL_HTML_BEGIN]; in GetTextCollFromPool()
645 OSL_ENSURE(pResId, "Invalid Pool ID"); in GetTextCollFromPool()
646 if (!pResId) in GetTextCollFromPool()
649 OUString aNm(SwResId(pResId)); in GetTextCollFromPool()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx2364 const char* pResId; in getParseErrorMessage() local
2368 pResId = STR_QRY_ILLEGAL_JOIN; in getParseErrorMessage()
2374 pResId = STR_QRY_SYNTAX; in getParseErrorMessage()
2377 pResId = STR_QRY_NOSELECT; in getParseErrorMessage()
2380 pResId = STR_QRY_SYNTAX; in getParseErrorMessage()
2383 pResId = STR_QRY_SYNTAX; in getParseErrorMessage()
2386 pResId = STR_QRY_NATIVE; in getParseErrorMessage()
2389 pResId = STR_QRY_TOO_MANY_TABLES; in getParseErrorMessage()
2395 pResId = STR_QRY_TOOCOMPLEX; in getParseErrorMessage()
2398 pResId = STR_QRY_SYNTAX; in getParseErrorMessage()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx2366 const char* pResId; in getParseErrorMessage() local
2370 pResId = STR_QRY_ILLEGAL_JOIN; in getParseErrorMessage()
2376 pResId = STR_QRY_SYNTAX; in getParseErrorMessage()
2379 pResId = STR_QRY_NOSELECT; in getParseErrorMessage()
2382 pResId = STR_QRY_SYNTAX; in getParseErrorMessage()
2385 pResId = STR_QRY_SYNTAX; in getParseErrorMessage()
2388 pResId = STR_QRY_NATIVE; in getParseErrorMessage()
2391 pResId = STR_QRY_TOO_MANY_TABLES; in getParseErrorMessage()
2397 pResId = STR_QRY_TOOCOMPLEX; in getParseErrorMessage()
2400 pResId = STR_QRY_SYNTAX; in getParseErrorMessage()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/scaddins/source/analysis/
H A Danalysis.cxx43 OUString AnalysisAddIn::GetFuncDescrStr(const char** pResId, sal_uInt16 nStrIndex) in GetFuncDescrStr() argument
45 return AnalysisResId(pResId[nStrIndex - 1]); in GetFuncDescrStr()
1048 OUString AnalysisAddIn::AnalysisResId(const char* pResId) in AnalysisResId() argument
1050 return Translate::get(pResId, aResLocale); in AnalysisResId()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/scaddins/source/analysis/
H A Danalysis.cxx68 OUString AnalysisAddIn::GetFuncDescrStr(const char** pResId, sal_uInt16 nStrIndex) in GetFuncDescrStr() argument
70 return AnalysisResId(pResId[nStrIndex - 1]); in GetFuncDescrStr()
1088 OUString AnalysisAddIn::AnalysisResId(const char* pResId) in AnalysisResId() argument
1090 return Translate::get(pResId, aResLocale); in AnalysisResId()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/items/
H A Dborderline.cxx649 const char* pResId = aStyleIds[static_cast<int>(m_nStyle)]; in GetValueString() local
650 aStr += EditResId(pResId); in GetValueString()
/dports/editors/libreoffice/libreoffice-7.2.6.2/scaddins/source/datefunc/
H A Ddatefunc.hxx118 OUString GetFuncDescrStr(const char** pResId, sal_uInt16 nStrIndex);
H A Ddatefunc.cxx139 OUString ScaDateAddIn::GetFuncDescrStr(const char** pResId, sal_uInt16 nStrIndex) in GetFuncDescrStr() argument
141 return ScaResId(pResId[nStrIndex - 1]); in GetFuncDescrStr()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/qt5/
H A DQt5FilePicker.cxx579 QString Qt5FilePicker::getResString(const char* pResId) in getResString() argument
583 if (pResId == nullptr) in getResString()
586 aResString = toQString(VclResId(pResId)); in getResString()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/qt5/
H A DQt5FilePicker.cxx579 QString Qt5FilePicker::getResString(const char* pResId) in getResString() argument
583 if (pResId == nullptr) in getResString()
586 aResString = toQString(VclResId(pResId)); in getResString()
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/items/
H A Dborderline.cxx650 const char* pResId = aStyleIds[static_cast<int>(m_nStyle)]; in GetValueString() local
651 aStr += EditResId(pResId); in GetValueString()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/main/
H A DDrawCommandDispatch.cxx76 static ::basegfx::B2DPolyPolygon getPolygon(const char* pResId, const SdrModel& rModel) in getPolygon() argument
82 OUString aName(SvxResId(pResId)); in getPolygon()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/main/
H A DDrawCommandDispatch.cxx77 static ::basegfx::B2DPolyPolygon getPolygon(const char* pResId, const SdrModel& rModel) in getPolygon() argument
83 OUString aName(SvxResId(pResId)); in getPolygon()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/scaddins/source/datefunc/
H A Ddatefunc.hxx124 OUString GetFuncDescrStr(const char** pResId, sal_uInt16 nStrIndex);
H A Ddatefunc.cxx168 OUString ScaDateAddIn::GetFuncDescrStr(const char** pResId, sal_uInt16 nStrIndex) in GetFuncDescrStr() argument
170 return ScaResId(pResId[nStrIndex - 1]); in GetFuncDescrStr()
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/solar/control/
H A Dnavtoolbar.cxx59 OUString getLabelString(const char* pResId) in getLabelString() argument
61 OUString sLabel( " " + FRM_RES_STRING(pResId) + " " ); in getLabelString()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/solar/control/
H A Dnavtoolbar.cxx58 OUString getLabelString(const char* pResId) in getLabelString() argument
60 OUString sLabel( " " + FRM_RES_STRING(pResId) + " " ); in getLabelString()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/MacSrc/
H A DTests.c199 Id pResId; variable
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx637 ,const char** pResId in implCreateListLikeControl() argument
643 for (const char** pItem = pResId; *pItem; ++pItem) in implCreateListLikeControl()
727 const char** pResId = RID_STR_BOOL; in describePropertyLine() local
729 pResId = RID_STR_KEEPTOGETHER_CONST; in describePropertyLine()
730 implCreateListLikeControl(_xControlFactory,aOut,pResId,false,true); in describePropertyLine()
895 uno::Any GeometryHandler::getConstantValue(bool _bToControlValue,const char** pResId,const uno::Any… in getConstantValue() argument
898 for (const char** pItem = pResId; *pItem; ++pItem) in getConstantValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx673 ,const char** pResId in implCreateListLikeControl() argument
679 for (const char** pItem = pResId; *pItem; ++pItem) in implCreateListLikeControl()
763 const char** pResId = RID_STR_BOOL; in describePropertyLine() local
765 pResId = RID_STR_KEEPTOGETHER_CONST; in describePropertyLine()
766 implCreateListLikeControl(_xControlFactory,aOut,pResId,false,true); in describePropertyLine()
931 uno::Any GeometryHandler::getConstantValue(bool _bToControlValue,const char** pResId,const uno::Any… in getConstantValue() argument
934 for (const char** pItem = pResId; *pItem; ++pItem) in getConstantValue()

1234567