/trunk/main/sw/source/ui/utlui/ |
H A D | attrdesc.cxx | 284 rText = SW_RESSTR( nId ); in GetPresentation() 400 rText += SW_RESSTR( nId ); in GetPresentation() 443 rText = SW_RESSTR( nId ); in GetPresentation() 473 rText = SW_RESSTR( nId ); in GetPresentation() 523 rText = SW_RESSTR( nId ); in GetPresentation() 592 rText += SW_RESSTR( nId ); in GetPresentation() 654 rText += SW_RESSTR( nId ); in GetPresentation() 1106 rText = SW_RESSTR( nId ); in GetPresentation() 1209 rText = SW_RESSTR( nId ); in GetPresentation() 1261 rText = SW_RESSTR( nId ); in GetPresentation() [all …]
|
H A D | navipi.cxx | 840 aContextArr[i] = SW_RESSTR(ST_HYPERLINK + i); in SwNavigationPI() 841 aStatusArr[i] = SW_RESSTR(ST_STATUS_FIRST + i); in SwNavigationPI() 843 aStatusArr[3] = SW_RESSTR(ST_ACTIVE_VIEW); in SwNavigationPI() 953 aContentTree.SetAccessibleName(SW_RESSTR(STR_ACCESS_TL_CONTENT)); in SwNavigationPI() 954 aGlobalTree.SetAccessibleName(SW_RESSTR(STR_ACCESS_TL_GLOBAL)); in SwNavigationPI()
|
/trunk/main/sw/source/ui/fldui/ |
H A D | fldfunc.cxx | 251 aFormatLB.SelectEntry(SW_RESSTR(FMT_MARK_BEGIN + (sal_uInt16)GetCurField()->GetFormat())); in IMPL_LINK() 331 aNameFT.SetText(SW_RESSTR(STR_MACNAME)); in IMPL_LINK() 332 aValueFT.SetText(SW_RESSTR(STR_PROMPT)); in IMPL_LINK() 339 aNameFT.SetText(SW_RESSTR(STR_COND)); in IMPL_LINK() 348 aNameFT.SetText(SW_RESSTR(STR_COND)); in IMPL_LINK() 350 aValueFT.SetText(SW_RESSTR(STR_INSTEXT)); in IMPL_LINK() 361 aNameFT.SetText(SW_RESSTR(STR_COND)); in IMPL_LINK() 375 aNameFT.SetText(SW_RESSTR(STR_JUMPEDITFLD)); in IMPL_LINK() 376 aValueFT.SetText(SW_RESSTR(STR_PROMPT)); in IMPL_LINK() 383 aValueFT.SetText(SW_RESSTR(STR_PROMPT)); in IMPL_LINK() [all …]
|
H A D | fldvar.cxx | 329 sal_uInt16 nPos = aNumFormatLB.InsertEntry( SW_RESSTR( FMT_SETVAR_TEXT ), 0 ); in IMPL_LINK() 373 aValueFT.SetText( SW_RESSTR( STR_FORMULA ) ); in IMPL_LINK() 419 aValueFT.SetText( SW_RESSTR( STR_PROMPT ) ); in IMPL_LINK() 464 aValueFT.SetText( SW_RESSTR( STR_DDE_CMD ) ); in IMPL_LINK() 531 aValueFT.SetText( SW_RESSTR( STR_OFFSET ) ); in IMPL_LINK() 779 nPos = aNumFormatLB.InsertEntry( SW_RESSTR( FMT_USERVAR_CMD ), 1 ); in FillFormatLB() 797 sal_uInt16 nPos = aNumFormatLB.InsertEntry( SW_RESSTR( FMT_GETVAR_NAME ), 0 ); in FillFormatLB() 804 sal_uInt16 nPos = aNumFormatLB.InsertEntry( SW_RESSTR( FMT_GETVAR_NAME ), 0 ); in FillFormatLB() 846 aFormatLB.SelectEntry( SW_RESSTR( FMT_NUM_PAGEDESC ) ); in FillFormatLB() 849 aFormatLB.SelectEntry( SW_RESSTR( FMT_NUM_ARABIC ) ); in FillFormatLB() [all …]
|
H A D | flddok.cxx | 138 nPos = aTypeLB.InsertEntry(SW_RESSTR(FMT_REF_PAGE)); in Reset() 390 aValueFT.SetText(SW_RESSTR(STR_LEVEL)); in IMPL_LINK() 397 aValueFT.SetText( SW_RESSTR( STR_OFFSET )); in IMPL_LINK() 513 aValueFT.SetText( SW_RESSTR( nTextRes )); in IMPL_LINK() 543 aFormatLB.SelectEntry( SW_RESSTR(FMT_NUM_PAGEDESC) ); in FillFormatLB() 546 aFormatLB.SelectEntry( SW_RESSTR(FMT_NUM_ARABIC) ); in FillFormatLB()
|
H A D | fldmgr.cxx | 527 { String* pNew = new SW_RESSTR(aSwFlds[nPos].nSubTypeStart); in GetSubTypes() 597 pNew = new SW_RESSTR(aSwFlds[nPos].nSubTypeStart + i); in GetSubTypes() 690 aRet = SW_RESSTR((sal_uInt16)(nStart + nFormatId)); in GetFormatStr() 1714 String* pTmp = new SW_RESSTR( coFldNms[ nIdx ] ); in _GetFldName()
|
H A D | fldref.cxx | 366 sName = SW_RESSTR(STR_GETREFFLD); in IMPL_LINK() 799 aFormatLB.SelectEntry(SW_RESSTR(FMT_REF_BEGIN + (sal_uInt16)GetCurField()->GetFormat())); in FillFormatLB()
|
/trunk/main/sw/source/ui/frmdlg/ |
H A D | column.cxx | 528 aItemText = SW_RESSTR( STR_COLUMN_VALUESET_ITEM0 ) ; in SwColumnPage() 531 aItemText = SW_RESSTR( STR_COLUMN_VALUESET_ITEM1 ) ; in SwColumnPage() 534 aItemText = SW_RESSTR( STR_COLUMN_VALUESET_ITEM2 ) ; in SwColumnPage() 537 aItemText = SW_RESSTR( STR_COLUMN_VALUESET_ITEM3 ); in SwColumnPage() 540 aItemText = SW_RESSTR( STR_COLUMN_VALUESET_ITEM4 ); in SwColumnPage() 956 String sColumnWidth = SW_RESSTR( STR_ACCESS_COLUMN_WIDTH ) ; in SetLabels() 960 sColumnWidth = SW_RESSTR( STR_ACCESS_COLUMN_WIDTH ) ; in SetLabels() 964 sColumnWidth = SW_RESSTR( STR_ACCESS_COLUMN_WIDTH ) ; in SetLabels() 968 String sDist = SW_RESSTR( STR_ACCESS_PAGESETUP_SPACING ) ; in SetLabels()
|
H A D | cption.cxx | 265 aPosBox.InsertEntry(SW_RESSTR(STR_ABOVE)); in SwCaptionDialog() 266 aPosBox.InsertEntry(SW_RESSTR(STR_CP_BELOW)); in SwCaptionDialog() 270 aPosBox.InsertEntry(SW_RESSTR(STR_BEGINNING)); in SwCaptionDialog() 271 aPosBox.InsertEntry(SW_RESSTR(STR_END )); in SwCaptionDialog()
|
H A D | pattern.cxx | 51 SetText(SW_RESSTR(STR_FRMUI_PATTERN)); in SwBackgroundDlg()
|
H A D | uiborder.cxx | 51 SetText(SW_RESSTR(STR_FRMUI_BORDER)); in SwBorderDlg()
|
/trunk/main/sw/source/ui/globdoc/ |
H A D | globdoc.cxx | 74 *pLongUserName = SW_RESSTR(STR_WRITER_GLOBALDOC_FULLTYPE); in FillClass() 80 *pLongUserName = SW_RESSTR(STR_WRITER_GLOBALDOC_FULLTYPE); in FillClass() 83 *pUserName = SW_RESSTR(STR_HUMAN_SWGLOBDOC_NAME); in FillClass()
|
/trunk/main/sw/source/ui/web/ |
H A D | wdocsh.cxx | 98 *pLongUserName = SW_RESSTR(STR_WRITER_WEBDOC_FULLTYPE); in FillClass() 104 *pLongUserName = SW_RESSTR(STR_WRITER_WEBDOC_FULLTYPE); in FillClass() 106 *pUserName = SW_RESSTR(STR_HUMAN_SWWEBDOC_NAME); in FillClass()
|
/trunk/main/sw/source/ui/docvw/ |
H A D | edtwin2.cxx | 96 rTxt = SW_RESSTR( nResId ); in lcl_GetRedlineHelp() 234 sTxt = SW_RESSTR(STR_SMARTTAG_CLICK); in RequestHelp() 250 sTxt.Insert( SW_RESSTR( pFtn->IsEndNote() in RequestHelp() 418 sTxt = SW_RESSTR(nTabRes); in RequestHelp()
|
/trunk/main/sw/source/ui/app/ |
H A D | docsh2.cxx | 151 …pDlg->AddTabPage(TP_DOC_STAT, SW_RESSTR(STR_DOC_STAT),pFact->GetTabPageCreatorFunc( TP_DOC_STAT ),… in CreateDocumentInfoDialog() 1353 OUString sOutline( SW_RESSTR(STR_FDLG_OUTLINE_LEVEL) ); in Execute() 1360 OUString sStyle( SW_RESSTR(STR_FDLG_STYLE) ); in Execute() 1393 xFP->setTitle( SW_RESSTR( nStrId )); in Execute() 1488 InfoBox( 0, SW_RESSTR( STR_CANTCREATE )).Execute(); in Execute() 1574 *pLongUserName = SW_RESSTR(STR_WRITER_DOCUMENT_FULLTYPE); in FillClass() 1580 *pLongUserName = SW_RESSTR(STR_WRITER_DOCUMENT_FULLTYPE); in FillClass() 1583 *pUserName = SW_RESSTR(STR_HUMAN_SWDOC_NAME); in FillClass()
|
H A D | mainwn.cxx | 85 SW_RESSTR(nMessResId), in StartProgress() 146 pProgress->pProgress->SetStateText( 0, SW_RESSTR(nId) ); in SetProgressText()
|
H A D | docstyle.cxx | 753 aItemPresentation.Insert(SW_RESSTR(STR_CJK_FONT), 0); in GetDescription() 764 aItemPresentation.Insert(SW_RESSTR(STR_WESTERN_FONT), 0); in GetDescription() 794 aDesc += SW_RESSTR(STR_PAGEBREAK); in GetDescription() 800 aDesc += SW_RESSTR(STR_PAGEOFFSET); in GetDescription()
|
/trunk/main/sw/source/ui/config/ |
H A D | optload.cxx | 424 sBegin (SW_RESSTR(STR_BEGINNING )), in SwCaptionOptPage() 425 sEnd (SW_RESSTR(STR_END )), in SwCaptionOptPage() 426 sAbove (SW_RESSTR(STR_ABOVE )), in SwCaptionOptPage() 427 sBelow (SW_RESSTR(STR_CP_BELOW )), in SwCaptionOptPage() 428 sNone (SW_RESSTR( STR_CATEGORY_NONE )), in SwCaptionOptPage()
|
/trunk/main/sw/source/ui/shells/ |
H A D | basesh.cxx | 2817 pLst->Insert( (void*) new SW_RESSTR( STR_SWBG_PAGE ), pLst->Count() ); in GetGalleryState() 2825 pLst->Insert( (void*) new SW_RESSTR( STR_SWBG_PARAGRAPH ), pLst->Count() ); in GetGalleryState() 2831 pLst->Insert( (void*) new SW_RESSTR( STR_SWBG_TABLE ), pLst->Count() ); in GetGalleryState() 2836 pLst->Insert( (void*) new SW_RESSTR( STR_SWBG_TABLE_ROW ), pLst->Count() ); in GetGalleryState() 2840 pLst->Insert( (void*) new SW_RESSTR( STR_SWBG_TABLE_CELL), pLst->Count() ); in GetGalleryState() 2847 pLst->Insert( (void*) new SW_RESSTR( STR_SWBG_FRAME ), pLst->Count() ); in GetGalleryState() 2852 pLst->Insert( (void*) new SW_RESSTR( STR_SWBG_GRAPHIC ), pLst->Count() ); in GetGalleryState() 2857 pLst->Insert( (void*) new SW_RESSTR( STR_SWBG_OLE ), pLst->Count() ); in GetGalleryState() 2863 pLst->Insert( (void*) new SW_RESSTR( STR_SWBG_HEADER ), pLst->Count() ); in GetGalleryState() 2868 pLst->Insert( (void*) new SW_RESSTR( STR_SWBG_FOOTER ), pLst->Count() ); in GetGalleryState()
|
/trunk/main/sw/source/ui/uiview/ |
H A D | view2.cxx | 282 pFileDlg->SetTitle(SW_RESSTR(STR_INSERT_GRAPHIC )); in InsertGraphicDlg() 320 String sGraphicFormat = SW_RESSTR(STR_POOLFRM_GRAPHIC); in InsertGraphicDlg() 480 InfoBox aInfoBox( GetWindow(), SW_RESSTR( nResId )); in InsertGraphicDlg() 1515 sStr += SW_RESSTR(STR_NUM_LEVEL); in StateStatusLine() 1527 sStr += SW_RESSTR(STR_OUTLINE_NUMBERING); in StateStatusLine() 1529 sStr += SW_RESSTR(STR_NUM_LEVEL); in StateStatusLine() 1532 sStr += SW_RESSTR(STR_NUM_OUTLINE); in StateStatusLine() 1541 sStr.Insert( SW_RESSTR( STR_READONLY_SEL ), 0 ); in StateStatusLine()
|
/trunk/main/sw/source/core/tox/ |
H A D | tox.cxx | 343 SetTemplate( 0, SW_RESSTR( nPoolId++ )); in SwForm() 356 SetTemplate( i, SW_RESSTR( STR_POOLCOLL_TOX_IDXBREAK )); in SwForm() 361 SetTemplate( i, SW_RESSTR( STR_POOLCOLL_TOX_IDX1 + i - 2 )); in SwForm() 379 SetTemplate( i, SW_RESSTR( nPoolId ) ); in SwForm()
|
H A D | txmsrt.cxx | 648 rTxt = SW_RESSTR( nId ); in GetText_Impl() 808 rTxt = SW_RESSTR( STR_TABLE_DEFNAME ); in GetText_Impl()
|
/trunk/main/sw/source/ui/inc/ |
H A D | dialmgr.hxx | 40 #define SW_RESSTR(i) UniString(ResId(i,SWDIALOG_MGR())) macro
|
/trunk/main/sw/source/ui/lingu/ |
H A D | hyp.cxx | 170 InfoBox( &pView->GetEditWin(), SW_RESSTR(STR_HYP_OK) ).Execute(); in ~SwHyphWrapper()
|
/trunk/main/sw/source/core/doc/ |
H A D | docfld.cxx | 1655 SW_RESSTR(STR_POOLCOLL_LABEL_ABB), nsSwGetSetExpType::GSE_SEQ), nFldType++); in _InitFieldTypes() 1657 SW_RESSTR(STR_POOLCOLL_LABEL_TABLE), nsSwGetSetExpType::GSE_SEQ),nFldType++); in _InitFieldTypes() 1659 SW_RESSTR(STR_POOLCOLL_LABEL_FRAME), nsSwGetSetExpType::GSE_SEQ),nFldType++); in _InitFieldTypes() 1661 SW_RESSTR(STR_POOLCOLL_LABEL_DRAWING), nsSwGetSetExpType::GSE_SEQ),nFldType++); in _InitFieldTypes()
|