/trunk/main/svtools/inc/svtools/ |
H A D | ctrlbox.hxx | 195 void SelectEntry( const XubString& rStr, sal_Bool bSelect = sal_True ) in SelectEntry() function in ColorListBox 196 { ListBox::SelectEntry( rStr, bSelect ); } in SelectEntry() 197 void SelectEntry( const Color& rColor, sal_Bool bSelect = sal_True ); 215 inline void ColorListBox::SelectEntry( const Color& rColor, sal_Bool bSelect ) in SelectEntry() function in ColorListBox 280 …inline void SelectEntry( const XubString& rStr, sal_Bool bSelect = sal_True ) { ListBox::SelectEn… in SelectEntry() function in LineListBox 281 …void SelectEntry( long nLine1, long nLine2 = 0, long nDistance = 0, sal_Bool bSelect = sal_True … 304 inline void LineListBox::SelectEntry( long nLine1, long nLine2, long nDistance, sal_Bool bSelect ) in SelectEntry() function in LineListBox
|
H A D | svxbox.hxx | 69 using ListBox::SelectEntry; 90 inline void SelectEntry( const SvxBoxEntry& rEntry, 117 inline void SvxListBox::SelectEntry( const SvxBoxEntry& aEntry, sal_Bool bSelect ) in SelectEntry() function in SvxListBox 118 { ListBox::SelectEntry( aEntry.aName, bSelect ); } in SelectEntry()
|
/trunk/main/sd/source/ui/dlg/ |
H A D | copydlg.cxx | 197 maLbStartColor.SelectEntry( aColor ); in IMPL_LINK() 198 maLbEndColor.SelectEntry( aColor ); in IMPL_LINK() 230 maLbStartColor.SelectEntry( Color( nTmp ) ); in IMPL_LINK() 233 maLbEndColor.SelectEntry( Color( nTmp ) ); in IMPL_LINK() 307 maLbStartColor.SelectEntry( aColor ); in IMPL_LINK() 335 maLbStartColor.SelectEntry( aColor ); in IMPL_LINK() 336 maLbEndColor.SelectEntry( aColor ); in IMPL_LINK()
|
H A D | navigatr.cxx | 192 maLbDocs.SelectEntry( aDocShName ); in FreshTree() 229 maLbDocs.SelectEntry( aDocShName ); in InitTreeLB() 234 maLbDocs.SelectEntry( aDocShName ); in InitTreeLB() 240 maLbDocs.SelectEntry( aDocShName ); in InitTreeLB() 1048 pNavigatorWin->maTlbObjects.SelectEntry( aPageName ); in StateChanged()
|
/trunk/main/basctl/source/basicide/ |
H A D | basicbox.cxx | 193 SelectEntry( aCurText ); in Update() 238 SelectEntry( aCurText ); in FillBox() 285 SelectEntry( aCurText ); in PreNotify() 319 SelectEntry( aCurText ); // Seit 306... (Select nach Escape) in Select() 493 SelectEntry( m_sCurrentText ); // Select after Escape in Select() 513 SelectEntry( m_sCurrentText ); in PreNotify() 537 SelectEntry( m_sCurrentText ); in Update()
|
/trunk/main/svx/source/tbxctrls/ |
H A D | fillctrl.cxx | 265 mpFillAttrLB->SelectEntry(aString); in Update() 269 mpFillAttrLB->SelectEntry(aColor); in Update() 308 mpFillAttrLB->SelectEntry(aString); in Update() 357 mpFillAttrLB->SelectEntry(aString); in Update() 405 mpFillAttrLB->SelectEntry(aString); in Update() 470 mpFillAttrLB->SelectEntry(aTmpColor); in Update() 483 mpFillAttrLB->SelectEntry(aString); in Update() 496 mpFillAttrLB->SelectEntry(aString); in Update() 509 mpFillAttrLB->SelectEntry(aString); in Update()
|
/trunk/main/vcl/source/control/ |
H A D | ilstbox.cxx | 1029 SelectEntry( nS, sal_False ); in DeselectAll() 1054 mpEntryList->SelectEntry( nPos, sal_True ); in SelectEntry() 1099 SelectEntry( nSelect, sal_True ); in SelectEntries() 1114 SelectEntry( nPos, bSelect ); in SelectEntries() 1136 SelectEntry( n, sal_True ); in SelectEntries() 1141 SelectEntry( n, sal_False ); in SelectEntries() 1144 SelectEntry( nSelect, bSelect ); in SelectEntries() 1172 SelectEntry( n, sal_True ); in SelectEntries() 1187 SelectEntry( n, sal_False ); in SelectEntries() 1198 SelectEntry( n, sal_False ); in SelectEntries() [all …]
|
H A D | combobox.cxx | 291 mpImplLB->SelectEntry( 0 , sal_True ); in IMPL_LINK() 312 mpImplLB->SelectEntry( mpFloatWin->GetPopupModeStartSaveSelection(), sal_True ); in IMPL_LINK() 526 mpImplLB->SelectEntry( 0 , sal_True ); in ToggleDropDown() 844 mpImplLB->SelectEntry( 0 , sal_True ); in Notify() 967 mpImplLB->SelectEntry( nSelect, bSelect ); in ImplUpdateFloatSelection() 973 mpImplLB->SelectEntry( nSelect, sal_False ); in ImplUpdateFloatSelection() 982 mpImplLB->SelectEntry( n, aSelInText.IsKeyValid( ImplCreateKey( n ) ) ); in ImplUpdateFloatSelection() 1550 mpImplLB->SelectEntry( nPos + mpImplLB->GetEntryList()->GetMRUCount(), bSelect ); in SelectEntryPos()
|
/trunk/main/sw/source/ui/misc/ |
H A D | docfnote.cxx | 226 aFtnCharTextTemplBox.SelectEntry(pCharFmt->GetName()); in Reset() 230 aFtnCharAnchorTemplBox.SelectEntry( pCharFmt->GetName() ); in Reset() 252 aParaTemplBox.SelectEntry( sStr ); // Default in Reset() 262 aParaTemplBox.SelectEntry(pColl->GetName()); in Reset() 278 aPageTemplBox.SelectEntry( pInf->GetPageDesc( *pSh->GetDoc() )->GetName()); in Reset() 316 aNumCountBox.SelectEntry(sSelect); in SelectNumbering()
|
H A D | outline.cxx | 646 aCharFmtLB.SelectEntry(pFirstFmt->GetName()); in Update() 648 aCharFmtLB.SelectEntry( ViewShell::GetShellRes()->aStrNone ); in Update() 670 aCollBox.SelectEntry(aColl); in Update() 672 aCollBox.SelectEntry(aNoFmtName); in Update() 680 aCharFmtLB.SelectEntry(pFmt->GetName()); in Update() 682 aCharFmtLB.SelectEntry( ViewShell::GetShellRes()->aStrNone ); in Update()
|
/trunk/main/sc/source/ui/optdlg/ |
H A D | opredlin.cxx | 207 aContentColorLB.SelectEntry(Color(nColor)); in Reset() 213 aMoveColorLB.SelectEntry(Color(nColor)); in Reset() 220 aInsertColorLB.SelectEntry(Color(nColor)); in Reset() 227 aRemoveColorLB.SelectEntry(Color(nColor)); in Reset()
|
/trunk/main/dbaccess/source/ui/control/ |
H A D | FieldDescControl.cxx | 620 pBoolDefault->SelectEntry(rText); in SetControlText() 635 pRequired->SelectEntry(rText); in SetControlText() 646 pNumType->SelectEntry(rText); in SetControlText() 653 pAutoIncrement->SelectEntry(rText); in SetControlText() 679 m_pType->SelectEntry(rText); in SetControlText() 753 pBoolDefault->SelectEntry(sDef); in IMPL_LINK() 758 pBoolDefault->SelectEntry(sDef); in IMPL_LINK() 1490 pBoolDefault->SelectEntry(sDef); in DisplayData() 1497 pBoolDefault->SelectEntry(sDef); in DisplayData() 1500 pBoolDefault->SelectEntry(sDef); in DisplayData() [all …]
|
H A D | RelationControl.cxx | 359 m_pListCell->SelectEntry( sName ); in InitController() 363 m_pListCell->SelectEntry( sName ); in InitController() 570 m_lmbLeftTable.SelectEntry(m_strCurrentLeft); in fillListBoxes() 571 m_lmbRightTable.SelectEntry(m_strCurrentRight); in fillListBoxes()
|
/trunk/main/sc/source/ui/attrdlg/ |
H A D | condfrmt.cxx | 222 aLbCond1Template.SelectEntry( aName ); in ScConditionalFormatDlg() 223 aLbCond2Template.SelectEntry( aName ); in ScConditionalFormatDlg() 224 aLbCond3Template.SelectEntry( aName ); in ScConditionalFormatDlg() 242 aLbCond1Template.SelectEntry( pEntry->GetStyle() ); in ScConditionalFormatDlg() 266 aLbCond2Template.SelectEntry( pEntry->GetStyle() ); in ScConditionalFormatDlg() 289 aLbCond3Template.SelectEntry( pEntry->GetStyle() ); in ScConditionalFormatDlg() 846 pListBox->SelectEntry( aNewStyle ); in IMPL_LINK()
|
/trunk/main/sfx2/source/dialog/ |
H A D | mgetempl.cxx | 326 pBox->SelectEntry( rNew ); in UpdateName_Impl() 507 aFollowLb.SelectEntry( aName ); in Reset() 509 aFollowLb.SelectEntry( aFollow ); in Reset() 520 aBaseLb.SelectEntry( String( SfxResId( STR_NONE ) ) ); in Reset() 522 aBaseLb.SelectEntry( aParent ); in Reset()
|
/trunk/main/svtools/source/contnr/ |
H A D | imivctl1.cxx | 2499 SelectEntry( pCursor, sal_True, sal_True ); in SetCursor() 2516 SelectEntry( pCursor, sal_True, sal_True ); in SetCursor() 2968 SelectEntry( pEntry, bSel, sal_True, sal_True ); in ToggleSelection() 3227 SelectEntry( pEntry, sal_True, sal_True, sal_True ); in SelectRect() 3234 SelectEntry( pEntry, sal_False, sal_True, sal_True ); in SelectRect() 3254 SelectEntry( pEntry, sal_False, sal_True, sal_True ); in SelectRect() 3260 SelectEntry( pEntry, sal_True, sal_True, sal_True ); in SelectRect() 3266 SelectEntry( pEntry, sal_False, sal_True, sal_True ); in SelectRect() 3434 SelectEntry( pEntry, sal_True, sal_True ); in PrepareCommandEvent() 3758 SelectEntry( pCurEditedEntry, sal_True ); in IMPL_LINK() [all …]
|
/trunk/main/padmin/source/ |
H A D | prtsetup.cxx | 75 rBox.SelectEntry( m_aInvalidString ); in insertAllPPDValues() 271 m_aOrientBox.SelectEntry( in update() 380 case -1: m_aSpaceBox.SelectEntry( m_aSpaceGray );break; in RTSDevicePage() 381 case 0: m_aSpaceBox.SelectEntry( m_pParent->m_aFromDriverString );break; in RTSDevicePage() 382 case 1: m_aSpaceBox.SelectEntry( m_aSpaceColor );break; in RTSDevicePage() 399 …m_aDepthBox.SelectEntry( String::CreateFromInt32( m_pParent->m_aJobData.m_nColorDepth ).AppendAsci… in RTSDevicePage()
|
/trunk/main/sw/source/ui/fldui/ |
H A D | fldvar.cxx | 706 aSelectionLB.SelectEntry( sOldSel ); in UpdateSubType() 822 aNumFormatLB.SelectEntry( sOldSel ); in FillFormatLB() 842 aFormatLB.SelectEntry( sOldSel ); in FillFormatLB() 846 aFormatLB.SelectEntry( SW_RESSTR( FMT_NUM_PAGEDESC ) ); in FillFormatLB() 849 aFormatLB.SelectEntry( SW_RESSTR( FMT_NUM_ARABIC ) ); in FillFormatLB() 1109 aSelectionLB.SelectEntry(sName); in IMPL_LINK() 1125 aSelectionLB.SelectEntry(sName); in IMPL_LINK()
|
H A D | fldref.cxx | 382 aTypeLB.SelectEntry(sName); in IMPL_LINK() 708 aSelectionLB.SelectEntry(sOldSel); in UpdateSubType() 797 aFormatLB.SelectEntry(sOldSel); in FillFormatLB() 799 aFormatLB.SelectEntry(SW_RESSTR(FMT_REF_BEGIN + (sal_uInt16)GetCurField()->GetFormat())); in FillFormatLB() 831 aSelectionLB.SelectEntry(aName); in IMPL_LINK()
|
/trunk/main/svx/source/sidebar/area/ |
H A D | AreaPropertyPanel.cxx | 1089 mpLbFillAttr->SelectEntry(aColor); in NotifyItemUpdate() 1114 mpLbFillAttr->SelectEntry(aString); in NotifyItemUpdate() 1139 mpLbFillAttr->SelectEntry(aString); in NotifyItemUpdate() 1164 mpLbFillAttr->SelectEntry(aString); in NotifyItemUpdate() 1233 mpLbFillAttr->SelectEntry(aString); in Update() 1262 mpLbFillAttr->SelectEntry( aString ); in Update() 1291 mpLbFillAttr->SelectEntry(aString); in Update()
|
/trunk/main/svx/source/engine3d/ |
H A D | float3d.cxx | 3165 pLb->SelectEntry( rColor ); in LBSelectColor() 3242 aLbLight1.SelectEntry( aColWhite ); in InitColorLB() 3243 aLbLight2.SelectEntry( aColWhite ); in InitColorLB() 3244 aLbLight3.SelectEntry( aColWhite ); in InitColorLB() 3245 aLbLight4.SelectEntry( aColWhite ); in InitColorLB() 3246 aLbLight5.SelectEntry( aColWhite ); in InitColorLB() 3247 aLbLight6.SelectEntry( aColWhite ); in InitColorLB() 3248 aLbLight7.SelectEntry( aColWhite ); in InitColorLB() 3249 aLbLight8.SelectEntry( aColWhite ); in InitColorLB() 3251 aLbMatColor.SelectEntry( aColWhite ); in InitColorLB() [all …]
|
/trunk/main/cui/source/dialogs/ |
H A D | cuicharmap.cxx | 327 aFontLB.SelectEntry( aDefStr ); in SvxCharMapData() 365 aFontLB.SelectEntry( aTmp.GetName() ); in SetCharFont() 516 aSubsetLB.SelectEntry( pSubset->GetName() ); in IMPL_LINK() 547 aSubsetLB.SelectEntry( pSubset->GetName() ); in IMPL_LINK()
|
/trunk/main/sw/source/ui/envelp/ |
H A D | label1.cxx | 503 aTypeBox.SelectEntry(aItem.aLstType); in IMPL_LINK_INLINE_END() 581 aDatabaseLB.SelectEntry(sDBName); in InitDatabaseBox() 584 aTableLB.SelectEntry(sTableName); in InitDatabaseBox() 665 aMakeBox .SelectEntry( aItem.aMake ); in Reset() 675 aTypeBox.SelectEntry(aItem.aType); in Reset() 680 aDatabaseLB.SelectEntry(sDBName); in Reset()
|
/trunk/main/cui/source/options/ |
H A D | optinet2.cxx | 811 aSearchLB.SelectEntry(sLastSelectedEntry); in ConfirmLeave() 823 aSearchLB.SelectEntry(rStringSelection); in ConfirmLeave() 846 aSearchLB.SelectEntry(rStringSelection); in ConfirmLeave() 932 aSearchLB.SelectEntry( aCurrentSrchData.sEngineName ); in IMPL_LINK() 950 aSearchLB.SelectEntry(sEngine); in IMPL_LINK() 960 aSearchLB.SelectEntry(sTemp); in IMPL_LINK() 962 aSearchLB.SelectEntry(sEntry); in IMPL_LINK()
|
/trunk/main/vcl/inc/ |
H A D | ilstbox.hxx | 153 void SelectEntry( sal_uInt16 nPos, sal_Bool bSelect ); 301 void SelectEntry( sal_uInt16 nPos, sal_Bool bSelect ); 394 virtual void SelectEntry( ::vcl::StringEntryIdentifier _entry ); 454 void SelectEntry( sal_uInt16 nPos, sal_Bool bSelect );
|