| /AOO41X/main/svtools/workben/ ! |
| H A D | svdem.cxx | 369 aUnderlineBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "UNDERLINE_NONE" ) ) ); in MyFontDialog() 370 aUnderlineBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "UNDERLINE_SINGLE" ) ) ); in MyFontDialog() 371 aUnderlineBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "UNDERLINE_DOUBLE" ) ) ); in MyFontDialog() 372 aUnderlineBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "UNDERLINE_DOTTED" ) ) ); in MyFontDialog() 373 aUnderlineBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "UNDERLINE_DONTKNOW" ) ) ); in MyFontDialog() 374 aUnderlineBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "UNDERLINE_DASH" ) ) ); in MyFontDialog() 375 aUnderlineBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "UNDERLINE_LONGDASH" ) ) ); in MyFontDialog() 376 aUnderlineBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "UNDERLINE_DASHDOT" ) ) ); in MyFontDialog() 377 aUnderlineBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "UNDERLINE_DASHDOTDOT" ) ) ); in MyFontDialog() 378 aUnderlineBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "UNDERLINE_SMALLWAVE" ) ) ); in MyFontDialog() [all …]
|
| /AOO41X/main/sd/source/ui/dlg/ ! |
| H A D | dlgfield.cxx | 201 aLbFormat.InsertEntry( String( SdResId( STR_STANDARD_SMALL ) ) ); in FillFormatList() 202 aLbFormat.InsertEntry( String( SdResId( STR_STANDARD_BIG ) ) ); in FillFormatList() 206 aLbFormat.InsertEntry( aDateField.GetFormatted( *pNumberFormatter, eLangType ) ); in FillFormatList() 208 aLbFormat.InsertEntry( aDateField.GetFormatted( *pNumberFormatter, eLangType ) ); in FillFormatList() 210 aLbFormat.InsertEntry( aDateField.GetFormatted( *pNumberFormatter, eLangType ) ); in FillFormatList() 212 aLbFormat.InsertEntry( aDateField.GetFormatted( *pNumberFormatter, eLangType ) ); in FillFormatList() 214 aLbFormat.InsertEntry( aDateField.GetFormatted( *pNumberFormatter, eLangType ) ); in FillFormatList() 216 aLbFormat.InsertEntry( aDateField.GetFormatted( *pNumberFormatter, eLangType ) ); in FillFormatList() 227 aLbFormat.InsertEntry( String( SdResId( STR_STANDARD_NORMAL ) ) ); in FillFormatList() 231 aLbFormat.InsertEntry( aTimeField.GetFormatted( *pNumberFormatter, eLangType ) ); in FillFormatList() [all …]
|
| H A D | gluectrl.cxx | 134 InsertEntry( String( SdResId( STR_GLUE_ESCDIR_SMART ) ) ); in Fill() 135 InsertEntry( String( SdResId( STR_GLUE_ESCDIR_LEFT ) ) ); in Fill() 136 InsertEntry( String( SdResId( STR_GLUE_ESCDIR_RIGHT ) ) ); in Fill() 137 InsertEntry( String( SdResId( STR_GLUE_ESCDIR_TOP ) ) ); in Fill() 138 InsertEntry( String( SdResId( STR_GLUE_ESCDIR_BOTTOM ) ) ); in Fill()
|
| /AOO41X/main/svx/source/dialog/ ! |
| H A D | dlgctrl.cxx | 1321 InsertEntry( pEntry->GetColor(), pEntry->GetName() ); in Fill() 1332 InsertEntry( rEntry.GetColor(), rEntry.GetName() ); in Append() 1341 InsertEntry( rEntry.GetColor(), rEntry.GetName(), nPos ); in Modify() 1359 InsertEntry( pEntry->GetColor(), pEntry->GetName() ); in Fill() 1396 InsertEntry( pEntry->GetName(), aBitmap ); in Fill() 1398 InsertEntry( pEntry->GetName() ); in Fill() 1411 InsertEntry( rEntry.GetName(), rBitmap ); in Append() 1415 InsertEntry( rEntry.GetName() ); in Append() 1429 InsertEntry( rEntry.GetName(), rBitmap, nPos ); in Modify() 1433 InsertEntry( rEntry.GetName(), nPos ); in Modify() [all …]
|
| /AOO41X/main/svtools/workben/toolpanel/ ! |
| H A D | toolpaneltest.cxx | 386 …m_aColors.InsertEntry( Color( COL_BLACK ), String( RTL_CONSTASCII_USTRINGPARAM( "Black" ) … in OptionsWindow() 387 …m_aColors.InsertEntry( Color( COL_BLUE ), String( RTL_CONSTASCII_USTRINGPARAM( "Blue" ) )… in OptionsWindow() 388 …m_aColors.InsertEntry( Color( COL_GREEN ), String( RTL_CONSTASCII_USTRINGPARAM( "Green" ) … in OptionsWindow() 389 …m_aColors.InsertEntry( Color( COL_CYAN ), String( RTL_CONSTASCII_USTRINGPARAM( "Cyan" ) )… in OptionsWindow() 390 …m_aColors.InsertEntry( Color( COL_RED ), String( RTL_CONSTASCII_USTRINGPARAM( "Red" ) ) … in OptionsWindow() 391 …m_aColors.InsertEntry( Color( COL_MAGENTA ), String( RTL_CONSTASCII_USTRINGPARAM( "Magenta" … in OptionsWindow() 392 …m_aColors.InsertEntry( Color( COL_BROWN ), String( RTL_CONSTASCII_USTRINGPARAM( "Brown" ) … in OptionsWindow() 393 …m_aColors.InsertEntry( Color( COL_GRAY ), String( RTL_CONSTASCII_USTRINGPARAM( "Gray" ) )… in OptionsWindow() 394 …m_aColors.InsertEntry( Color( COL_LIGHTGRAY ), String( RTL_CONSTASCII_USTRINGPARAM( "Light Gra… in OptionsWindow() 395 …m_aColors.InsertEntry( Color( COL_LIGHTBLUE ), String( RTL_CONSTASCII_USTRINGPARAM( "Light Blu… in OptionsWindow() [all …]
|
| /AOO41X/main/sw/source/ui/fldui/ ! |
| H A D | fldref.cxx | 218 nPos = aTypeLB.InsertEntry(GetFldMgr().GetTypeStr(i), i - rRg.nStart); in Reset() 225 nPos = aTypeLB.InsertEntry(sHeadingTxt); in Reset() 227 nPos = aTypeLB.InsertEntry(sNumItemTxt); in Reset() 244 nPos = aTypeLB.InsertEntry(pType->GetName()); in Reset() 250 nPos = aTypeLB.InsertEntry(sBookmarkTxt); in Reset() 256 nPos = aTypeLB.InsertEntry(sFootnoteTxt); in Reset() 263 nPos = aTypeLB.InsertEntry(sEndnoteTxt); in Reset() 378 sal_uInt16 nPos = aTypeLB.InsertEntry(sName); in IMPL_LINK() 546 aSelectionLB.InsertEntry( pBkmk->GetName() ); in UpdateSubType() 559 aSelectionLB.InsertEntry( aArr[ n ]->sDlgEntry ); in UpdateSubType() [all …]
|
| H A D | flddok.cxx | 138 nPos = aTypeLB.InsertEntry(SW_RESSTR(FMT_REF_PAGE)); in Reset() 145 nPos = aTypeLB.InsertEntry(GetFldMgr().GetTypeStr(i)); in Reset() 159 nPos = aTypeLB.InsertEntry(GetFldMgr().GetTypeStr(GetFldMgr().GetPos(nTypeId))); in Reset() 256 nPos = aSelectionLB.InsertEntry(*aLst[i]); in IMPL_LINK() 258 nPos = aSelectionLB.InsertEntry(GetFldMgr().GetFormatStr(nTypeId, i)); in IMPL_LINK() 270 nPos = aSelectionLB.InsertEntry(*aLst[i]); in IMPL_LINK() 280 nPos = aSelectionLB.InsertEntry(*aLst[i]); in IMPL_LINK() 289 nPos = aSelectionLB.InsertEntry(sFmt); in IMPL_LINK() 302 nPos = aSelectionLB.InsertEntry(*aLst[i]); in IMPL_LINK() 476 sal_uInt16 nPos = aSelectionLB.InsertEntry(SwFieldType::GetTypeStr(nTypeId)); in AddSubType() [all …]
|
| H A D | fldvar.cxx | 91 aChapterLevelLB.InsertEntry(String::CreateFromInt32(i)); in SwFldVarPage() 129 nPos = aTypeLB.InsertEntry(GetFldMgr().GetTypeStr(i)); in Reset() 141 nPos = aTypeLB.InsertEntry( GetFldMgr().GetTypeStr( GetFldMgr().GetPos( nTypeId ) ) ); in Reset() 329 sal_uInt16 nPos = aNumFormatLB.InsertEntry( SW_RESSTR( FMT_SETVAR_TEXT ), 0 ); in IMPL_LINK() 446 … sal_uInt16 nPos = aNumFormatLB.InsertEntry( SW_RESSTR( FMT_USERVAR_TEXT ), 0 ); in IMPL_LINK() 636 const sal_uInt16 nPos = aSelectionLB.InsertEntry( *aList[i] ); in UpdateSubType() 679 const sal_uInt16 nPos = aSelectionLB.InsertEntry( *aList[i] ); in UpdateSubType() 692 const sal_uInt16 nPos = aSelectionLB.InsertEntry( *aList[i] ); in UpdateSubType() 777 sal_uInt16 nPos = aNumFormatLB.InsertEntry( SW_RESSTR( FMT_MARK_TEXT ), 0 ); in FillFormatLB() 779 nPos = aNumFormatLB.InsertEntry( SW_RESSTR( FMT_USERVAR_CMD ), 1 ); in FillFormatLB() [all …]
|
| /AOO41X/main/vcl/source/app/ ! |
| H A D | dbggui.cxx | 451 sal_uInt16 nEntryPos = rList.InsertEntry( channel->first ); in ImplAppendUserDefinedChannels() 728 sal_uInt16 nInsertionPos = maLstBox.InsertEntry( aStr.Copy( 0, nPos ) ); in InsertLine() 738 sal_uInt16 nInsertionPos = maLstBox.InsertEntry( aStr ); in InsertLine() 1075 maTraceBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "None" ) ) ); in DbgDialog() 1076 maTraceBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "File" ) ) ); in DbgDialog() 1077 maTraceBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "Window" ) ) ); in DbgDialog() 1078 maTraceBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "Shell" ) ) ); in DbgDialog() 1079 maTraceBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "MessageBox" ) ) ); in DbgDialog() 1080 maTraceBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "TestTool" ) ) ); in DbgDialog() 1081 maTraceBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "Debugger" ) ) ); in DbgDialog() [all …]
|
| /AOO41X/main/svtools/source/control/ ! |
| H A D | ctrlbox.cxx | 117 sal_uInt16 ColorListBox::InsertEntry( const XubString& rStr, sal_uInt16 nPos ) in InsertEntry() function in ColorListBox 119 nPos = ListBox::InsertEntry( rStr, nPos ); in InsertEntry() 130 sal_uInt16 ColorListBox::InsertEntry( const Color& rColor, const XubString& rStr, in InsertEntry() function in ColorListBox 133 nPos = ListBox::InsertEntry( rStr, nPos ); in InsertEntry() 147 InsertEntry( Color( COL_AUTO ), SvtResId( STR_SVT_AUTOMATIC_COLOR ), 0 ); in InsertAutomaticEntry() 178 sal_uInt16 nPos = InsertEntry( rBox.GetEntry( n ), LISTBOX_APPEND ); in CopyEntries() 419 sal_uInt16 LineListBox::InsertEntry( const XubString& rStr, sal_uInt16 nPos ) in InsertEntry() function in LineListBox 421 nPos = ListBox::InsertEntry( rStr, nPos ); in InsertEntry() 429 sal_uInt16 LineListBox::InsertEntry( long nLine1, long nLine2, long nDistance, in InsertEntry() function in LineListBox 435 nPos = ListBox::InsertEntry( aStr, aBmp, nPos ); in InsertEntry() [all …]
|
| /AOO41X/main/sw/source/ui/config/ ! |
| H A D | optload.cxx | 117 sal_uInt16 nPos = aMetricLB.InsertEntry( sMetric ); in SwLoadOptPage() 465 aFormatBox.InsertEntry( pMgr->GetFormatStr(TYP_SEQFLD, i) ); in SwCaptionOptPage() 473 aLbLevel.InsertEntry(String::CreateFromInt32(i + 1)); in SwCaptionOptPage() 578 aCheckLB.InsertEntry(sSWTable); in Reset() 580 aCheckLB.InsertEntry(sSWFrame); in Reset() 582 aCheckLB.InsertEntry(sSWGraphic); in Reset() 623 aCheckLB.InsertEntry( sClass ); in Reset() 706 aCategoryBox.InsertEntry( sNone ); in IMPL_LINK() 716 aCategoryBox.InsertEntry(SwBoxEntry(pType->GetName())); in IMPL_LINK() 721 aCategoryBox.InsertEntry(SwBoxEntry(sIllustration)); in IMPL_LINK() [all …]
|
| /AOO41X/main/cui/source/tabpages/ ! |
| H A D | border.cxx | 362 aLbLineColor.InsertEntry( pEntry->GetColor(), pEntry->GetName() ); in SvxBorderTabPage() 567 nSelPos = aLbLineColor.InsertEntry( aColor, SVX_RESSTR( RID_SVXSTR_COLOR_USER ) ); in Reset() 1086 aLbLineStyle.InsertEntry( SVX_RESSTR( RID_SVXSTR_NONE ) ); in FillLineListBox_Impl() 1088 aLbLineStyle.InsertEntry( LINE_WIDTH0 ); in FillLineListBox_Impl() 1089 aLbLineStyle.InsertEntry( LINE_WIDTH5 ); in FillLineListBox_Impl() 1090 aLbLineStyle.InsertEntry( LINE_WIDTH1 ); in FillLineListBox_Impl() 1091 aLbLineStyle.InsertEntry( LINE_WIDTH2 ); in FillLineListBox_Impl() 1092 aLbLineStyle.InsertEntry( LINE_WIDTH3 ); in FillLineListBox_Impl() 1093 aLbLineStyle.InsertEntry( LINE_WIDTH4 ); in FillLineListBox_Impl() 1098 aLbLineStyle.InsertEntry( DLINE0_OUT, DLINE0_IN, DLINE0_DIST ); in FillLineListBox_Impl() [all …]
|
| /AOO41X/main/sc/source/ui/optdlg/ ! |
| H A D | opredlin.cxx | 175 aContentColorLB.InsertEntry(aAuthorStr); in Reset() 176 aMoveColorLB.InsertEntry(aAuthorStr); in Reset() 177 aInsertColorLB.InsertEntry(aAuthorStr); in Reset() 178 aRemoveColorLB.InsertEntry(aAuthorStr); in Reset() 191 aContentColorLB.InsertEntry( aColor, sName ); in Reset() 192 aMoveColorLB.InsertEntry( aColor, sName ); in Reset() 193 aInsertColorLB.InsertEntry( aColor, sName ); in Reset() 194 aRemoveColorLB.InsertEntry( aColor, sName ); in Reset()
|
| /AOO41X/main/sc/source/ui/dbgui/ ! |
| H A D | pfiltdlg.cxx | 289 aLbField1.InsertEntry( aStrNone, 0 ); in FillFieldLists() 290 aLbField2.InsertEntry( aStrNone, 0 ); in FillFieldLists() 291 aLbField3.InsertEntry( aStrNone, 0 ); in FillFieldLists() 312 aLbField1.InsertEntry( aFieldName, i ); in FillFieldLists() 313 aLbField2.InsertEntry( aFieldName, i ); in FillFieldLists() 314 aLbField3.InsertEntry( aFieldName, i ); in FillFieldLists() 333 pValList->InsertEntry( aStrNotEmpty, 0 ); in UpdateValueList() 334 pValList->InsertEntry( aStrEmpty, 1 ); in UpdateValueList() 362 pValList->InsertEntry( (*pColl)[i]->GetString(), nListPos ); in UpdateValueList() 379 pValList->InsertEntry( aStrNotEmpty, 0 ); in ClearValueList() [all …]
|
| H A D | tpsort.cxx | 415 aLbSort1.InsertEntry( aStrUndefined, 0 ); in FillFieldLists() 416 aLbSort2.InsertEntry( aStrUndefined, 0 ); in FillFieldLists() 417 aLbSort3.InsertEntry( aStrUndefined, 0 ); in FillFieldLists() 440 aLbSort1.InsertEntry( aFieldName, i ); in FillFieldLists() 441 aLbSort2.InsertEntry( aFieldName, i ); in FillFieldLists() 442 aLbSort3.InsertEntry( aFieldName, i ); in FillFieldLists() 462 aLbSort1.InsertEntry( aFieldName, i ); in FillFieldLists() 463 aLbSort2.InsertEntry( aFieldName, i ); in FillFieldLists() 464 aLbSort3.InsertEntry( aFieldName, i ); in FillFieldLists() 659 aLbOutPos.InsertEntry( aStrUndefined, 0 ); in Init() [all …]
|
| H A D | filtdlg.cxx | 448 aLbField1.InsertEntry( aStrNone, 0 ); in FillFieldLists() 449 aLbField2.InsertEntry( aStrNone, 0 ); in FillFieldLists() 450 aLbField3.InsertEntry( aStrNone, 0 ); in FillFieldLists() 451 aLbField4.InsertEntry( aStrNone, 0 ); in FillFieldLists() 472 aLbField1.InsertEntry( aFieldName, i ); in FillFieldLists() 473 aLbField2.InsertEntry( aFieldName, i ); in FillFieldLists() 474 aLbField3.InsertEntry( aFieldName, i ); in FillFieldLists() 475 aLbField4.InsertEntry( aFieldName, i ); in FillFieldLists() 495 pValList->InsertEntry( aStrNotEmpty, 0 ); in UpdateValueList() 496 pValList->InsertEntry( aStrEmpty, 1 ); in UpdateValueList() [all …]
|
| H A D | pvfundlg.cxx | 76 rLBox.InsertEntry( *pStr ); in lclFillListBox() 79 rLBox.InsertEntry( ScGlobal::GetRscString( STR_EMPTYDATA ), nEmptyPos ); in lclFillListBox() 96 rLBox.InsertEntry(aName); in lclFillListBox() 99 rLBox.InsertEntry(ScGlobal::GetRscString(STR_EMPTYDATA), nEmptyPos); in lclFillListBox() 202 InsertEntry( aArr.GetString( nIndex ) ); in FillFunctionNames() 291 maLbBaseField.InsertEntry(aIt->getDisplayName()); in Init() 580 maLbSortBy.InsertEntry(maLabelData.getDisplayName()); in Init() 584 maLbSortBy.InsertEntry( *aIt ); in Init() 585 maLbShowUsing.InsertEntry( *aIt ); // for AutoShow in Init() 749 maLbDims.InsertEntry( aName ); in ScDPShowDetailDlg()
|
| /AOO41X/main/dbaccess/source/ui/dlg/ ! |
| H A D | queryfilter.cxx | 161 aLB_WHEREFIELD1.InsertEntry( aSTR_NOENTRY ); in DlgFilterCrit() 162 aLB_WHEREFIELD2.InsertEntry( aSTR_NOENTRY ); in DlgFilterCrit() 163 aLB_WHEREFIELD3.InsertEntry( aSTR_NOENTRY ); in DlgFilterCrit() 193 aLB_WHEREFIELD1.InsertEntry( *pIter ); in DlgFilterCrit() 194 aLB_WHEREFIELD2.InsertEntry( *pIter ); in DlgFilterCrit() 195 aLB_WHEREFIELD3.InsertEntry( *pIter ); in DlgFilterCrit() 216 aLB_WHEREFIELD1.InsertEntry( *pIter ); in DlgFilterCrit() 217 aLB_WHEREFIELD2.InsertEntry( *pIter ); in DlgFilterCrit() 218 aLB_WHEREFIELD3.InsertEntry( *pIter ); in DlgFilterCrit() 783 pComp->InsertEntry(aSTR_COMPARE_OPERATORS.GetToken(i)); in IMPL_LINK() [all …]
|
| /AOO41X/main/padmin/source/ ! |
| H A D | prtsetup.cxx | 58 nPos = rBox.InsertEntry( aOptionText, LISTBOX_APPEND ); in insertAllPPDValues() 243 m_aOrientBox.InsertEntry( PORTRAIT_STRING ); in RTSPaperPage() 244 m_aOrientBox.InsertEntry( LSCAPE_STRING ); in RTSPaperPage() 246 nPos = m_aDuplexBox.InsertEntry( m_pParent->m_aInvalidString ); in RTSPaperPage() 252 nPos = m_aSlotBox.InsertEntry( m_pParent->m_aInvalidString ); in RTSPaperPage() 375 m_aSpaceBox.InsertEntry( m_pParent->m_aFromDriverString ); in RTSDevicePage() 376 m_aSpaceBox.InsertEntry( m_aSpaceColor ); in RTSDevicePage() 377 m_aSpaceBox.InsertEntry( m_aSpaceGray ); in RTSDevicePage() 415 sal_uInt16 nPos = m_aPPDKeyBox.InsertEntry( aEntry ); in RTSDevicePage() 489 sal_uInt16 nPos = m_aPPDValueBox.InsertEntry( aEntry ); in FillValueBox() [all …]
|
| H A D | cmddlg.cxx | 246 …m_nPrinterEntry = m_aConfigureBox.InsertEntry( String( PaResId( RID_RTS_CMD_STR_CONFIGURE_PRINTER … in RTSCommandPage() 249 m_nFaxEntry = m_aConfigureBox.InsertEntry( String( PaResId( RID_RTS_CMD_STR_CONFIGURE_FAX ) ) ); in RTSCommandPage() 250 m_nPdfEntry = m_aConfigureBox.InsertEntry( String( PaResId( RID_RTS_CMD_STR_CONFIGURE_PDF ) ) ); in RTSCommandPage() 506 m_aCommandsCB.InsertEntry( *it ); in UpdateCommands() 507 m_aQuickCB.InsertEntry( *it ); in UpdateCommands() 518 m_aCommandsCB.InsertEntry( *it ); in UpdateCommands() 519 m_aQuickCB.InsertEntry( *it ); in UpdateCommands() 530 m_aCommandsCB.InsertEntry( *it ); in UpdateCommands() 531 m_aQuickCB.InsertEntry( *it ); in UpdateCommands()
|
| /AOO41X/main/toolkit/workben/layout/ ! |
| H A D | tpsort.cxx | 419 aLbSort1.InsertEntry( aStrUndefined, 0 ); in FillFieldLists() 420 aLbSort2.InsertEntry( aStrUndefined, 0 ); in FillFieldLists() 421 aLbSort3.InsertEntry( aStrUndefined, 0 ); in FillFieldLists() 444 aLbSort1.InsertEntry( aFieldName, i ); in FillFieldLists() 445 aLbSort2.InsertEntry( aFieldName, i ); in FillFieldLists() 446 aLbSort3.InsertEntry( aFieldName, i ); in FillFieldLists() 466 aLbSort1.InsertEntry( aFieldName, i ); in FillFieldLists() 467 aLbSort2.InsertEntry( aFieldName, i ); in FillFieldLists() 468 aLbSort3.InsertEntry( aFieldName, i ); in FillFieldLists() 670 aLbOutPos.InsertEntry( aStrUndefined, 0 ); in Init() [all …]
|
| /AOO41X/main/ucbhelper/workben/ucbexplorer/ ! |
| H A D | ucbexplorer.cxx | 175 InsertEntry( ::ucbhelper::Content& rContent, SvLBoxEntry* pParent ); 177 InsertEntry( const String& rURL, SvLBoxEntry* pParent = 0 ); 602 InsertEntry( in RequestingChilds() 892 InsertEntry( aNewContent, pEntry ); in Command() 909 UcbExplorerListBoxEntry* UcbExplorerTreeListBox::InsertEntry( in InsertEntry() function in UcbExplorerTreeListBox 927 SvTreeListBox::InsertEntry( aTitle, in InsertEntry() 960 SvTreeListBox::InsertEntry( aTitle, in InsertEntry() 971 SvTreeListBox::InsertEntry( aTitle, in InsertEntry() 994 UcbExplorerListBoxEntry* UcbExplorerTreeListBox::InsertEntry( in InsertEntry() function in UcbExplorerTreeListBox 1019 return InsertEntry( aContent, pParent ); in InsertEntry() [all …]
|
| /AOO41X/main/sc/source/ui/pagedlg/ ! |
| H A D | scuitphfedit.cxx | 292 maLbDefined.InsertEntry( ScGlobal::GetRscString( STR_HF_NONE_IN_BRACKETS )); in InitPreDefinedList() 297 maLbDefined.InsertEntry(aPageEntry); in InitPreDefinedList() 302 maLbDefined.InsertEntry( aPageOfEntry); in InitPreDefinedList() 304 maLbDefined.InsertEntry(aSheetFieldValue); in InitPreDefinedList() 313 maLbDefined.InsertEntry( aConfidentialEntry); in InitPreDefinedList() 318 maLbDefined.InsertEntry( aFileNamePageEntry); in InitPreDefinedList() 320 maLbDefined.InsertEntry( aExtFileFieldValue); in InitPreDefinedList() 325 maLbDefined.InsertEntry( aPageSheetNameEntry); in InitPreDefinedList() 330 maLbDefined.InsertEntry( aPageFileNameEntry); in InitPreDefinedList() 335 maLbDefined.InsertEntry( aPagePathNameEntry); in InitPreDefinedList() [all …]
|
| /AOO41X/main/svtools/source/contnr/ ! |
| H A D | templwin.cxx | 172 i_pEditWin->InsertEntry( i_rName, aDateStr ); in lcl_insertDateTimeEntry() 186 m_pEditWin->InsertEntry( m_pInfoTable->GetString( DI_TITLE ), aStr ); in fill() 191 m_pEditWin->InsertEntry( m_pInfoTable->GetString( DI_FROM ), aStr ); in fill() 200 m_pEditWin->InsertEntry( m_pInfoTable->GetString(DI_MODIFIEDBY), aStr ); in fill() 209 m_pEditWin->InsertEntry( m_pInfoTable->GetString( DI_PRINTBY ), aStr ); in fill() 218 m_pEditWin->InsertEntry( m_pInfoTable->GetString( DI_THEME ), aStr ); in fill() 224 m_pEditWin->InsertEntry( m_pInfoTable->GetString( DI_KEYWORDS ), aStr ); in fill() 229 m_pEditWin->InsertEntry( m_pInfoTable->GetString( DI_DESCRIPTION ), in fill() 237 m_pEditWin->InsertEntry( in fill() 254 m_pEditWin->InsertEntry( m_pInfoTable->GetString( DI_MIMETYPE ), in fill() [all …]
|
| /AOO41X/main/sw/source/ui/misc/ ! |
| H A D | docfnote.cxx | 240 aParaTemplBox.InsertEntry(pStyle->GetName()); in Reset() 248 aParaTemplBox.InsertEntry( sStr ); in Reset() 261 aParaTemplBox.InsertEntry(pColl->GetName()); in Reset() 268 aPageTemplBox.InsertEntry(SwStyleNameMapper::GetUIName( i, aEmptyStr )); in Reset() 275 aPageTemplBox.InsertEntry(rPageDesc.GetName()); in Reset() 358 aNumCountBox.InsertEntry(aNumPage, FTNNUM_PAGE); in IMPL_LINK() 359 aNumCountBox.InsertEntry(aNumChapter, FTNNUM_CHAPTER); in IMPL_LINK()
|