Home
last modified time | relevance | path

Searched refs:GetSelectEntry (Results 1 – 25 of 173) sorted by relevance

1234567

/trunk/main/svx/source/tbxctrls/
H A Dfillctrl.cxx311 if(mpFillAttrLB->GetSelectEntry() != aString) in Update()
360 if(mpFillAttrLB->GetSelectEntry() != aString) in Update()
408 if(mpFillAttrLB->GetSelectEntry() != aString) in Update()
480 String aString(mpFillAttrLB->GetSelectEntry()); in Update()
493 String aString(mpFillAttrLB->GetSelectEntry()); in Update()
506 String aString(mpFillAttrLB->GetSelectEntry()); in Update()
776 String aTmpStr = mpLbFillAttr->GetSelectEntry(); in IMPL_LINK()
802 … XFillGradientItem aXFillGradientItem(mpLbFillAttr->GetSelectEntry(),aGradient); in IMPL_LINK()
823 XFillHatchItem aXFillHatchItem(mpLbFillAttr->GetSelectEntry(),aHatch); in IMPL_LINK()
845 …const XFillBitmapItem aXFillBitmapItem(mpLbFillAttr->GetSelectEntry(),pXBitmapEntry->GetGraphicObj… in IMPL_LINK()
/trunk/main/sw/source/ui/envelp/
H A Denvlop1.cxx288 sActDBName = pListBox->GetSelectEntry(); in IMPL_LINK()
293 sActDBName.SetToken(1, DB_DELIM, aTableLB.GetSelectEntry()); in IMPL_LINK()
295 &aDBFieldLB, aDatabaseLB.GetSelectEntry(), aTableLB.GetSelectEntry()); in IMPL_LINK()
306 aStr += aDatabaseLB.GetSelectEntry(); in IMPL_LINK()
309 aStr += aTableLB.GetSelectEntry(); in IMPL_LINK()
314 aStr += aDBFieldLB.GetSelectEntry(); in IMPL_LINK()
H A Dlabel1.cxx411 sActDBName = aDatabaseLB.GetSelectEntry(); in IMPL_LINK()
426 aStr += aDatabaseLB.GetSelectEntry(); in IMPL_LINK()
428 aStr += aTableLB.GetSelectEntry(); in IMPL_LINK()
432 aStr += aDBFieldLB.GetSelectEntry(); in IMPL_LINK()
464 const String aMake = aMakeBox.GetSelectEntry(); in IMPL_LINK_INLINE_END()
517 aItem.aType = aTypeBox.GetSelectEntry(); in IMPL_LINK_INLINE_START()
561 String sSelEntry(aTypeBox.GetSelectEntry()); in GetSelectedEntryPos()
621 rItem.aMake = aMakeBox.GetSelectEntry(); in FillItem()
622 rItem.aType = aTypeBox.GetSelectEntry(); in FillItem()
628 rItem.aLstMake = aMakeBox.GetSelectEntry(); in FillItem()
[all …]
/trunk/main/sfx2/source/appl/
H A Dnewhelp.hxx96 String GetSelectEntry() const;
129 inline String GetSelectEntry() const { return aContentBox.GetSelectEntry(); } in GetSelectEntry() function in ContentTabPage_Impl
180 String GetSelectEntry() const;
252 String GetSelectEntry() const;
294 String GetSelectEntry() const;
355 String GetSelectEntry() const;
358 inline String GetActiveFactoryTitle() const { return aActiveLB.GetSelectEntry(); } in GetActiveFactoryTitle()
/trunk/main/basctl/source/basicide/
H A Dbasicbox.cxx192 if ( GetSelectEntry() != aCurText ) in Update()
216 aCurText = GetSelectEntry(); in FillBox()
242 aCurText = GetSelectEntry(); in FillBox()
421 m_sCurrentText = GetSelectEntry(); in FillBox()
456 m_sCurrentText = GetSelectEntry(); in FillBox()
536 if ( GetSelectEntry() != m_sCurrentText ) in Update()
/trunk/main/sw/source/ui/dbui/
H A Dmmgreetingspage.cxx153 String sPreview = m_aFemaleLB.GetSelectEntry(); in IMPL_LINK()
155 sPreview += m_aMaleLB.GetSelectEntry(); in IMPL_LINK()
186 ::rtl::OUString sFemaleColumn = m_aFemaleColumnLB.GetSelectEntry(); in UpdatePreview()
226 String sPreview = bFemale ? m_aFemaleLB.GetSelectEntry() : in UpdatePreview()
227 bNoValue ? m_aNeutralCB.GetText() : m_aMaleLB.GetSelectEntry(); in UpdatePreview()
399 aAssignment[MM_PART_GENDER] = m_aFemaleColumnLB.GetSelectEntry(); in commitPage()
604 aAssignment[MM_PART_GENDER] = m_aFemaleColumnLB.GetSelectEntry(); in IMPL_LINK()
/trunk/main/sfx2/source/doc/
H A Ddoctdlg.cxx96 const SfxStringItem aRegion( SID_TEMPLATE_REGIONNAME, aRegionLb.GetSelectEntry() ); in IMPL_LINK()
97 const SfxStringItem aName( SID_TEMPLATE_NAME, aTemplateLb.GetSelectEntry() ); in IMPL_LINK()
193 aNameEd.SetText(pBox->GetSelectEntry()); in IMPL_LINK_INLINE_START()
209 aEditBt.Enable( aTemplateLb.GetSelectEntry() == rText ); in IMPL_LINK_INLINE_END()
H A Dnew.cxx396 String aSel=aRegionLb.GetSelectEntry(); in IMPL_LINK()
483 String aSel=aRegionLb.GetSelectEntry().Copy(); in IMPL_LINK_INLINE_END()
518 return aRegionLb.GetSelectEntry(); in GetTemplateRegion()
527 return aTemplateLb.GetSelectEntry(); in GetTemplateName()
/trunk/main/dbaccess/source/ui/control/
H A DRelationControl.cxx279 String sFieldName(m_pListCell->GetSelectEntry()); in SaveModified()
360 if ( m_pListCell->GetSelectEntry() != sName ) in InitController()
578 String strSelected(pListBox->GetSelectEntry()); in IMPL_LINK()
597 if ( m_lmbLeftTable.GetSelectEntry() == String(pFirst->GetName()) ) in IMPL_LINK()
628 …eView::OTableWindowMap::const_iterator aIter = m_pTableMap->find(m_lmbRightTable.GetSelectEntry()); in IMPL_LINK()
644 …leView::OTableWindowMap::const_iterator aIter = m_pTableMap->find(m_lmbLeftTable.GetSelectEntry()); in IMPL_LINK()
H A DFieldDescControl.cxx560 return pBoolDefault->GetSelectEntry(); in GetControlText()
568 return pRequired->GetSelectEntry(); in GetControlText()
575 return pNumType->GetSelectEntry(); in GetControlText()
579 return pAutoIncrement->GetSelectEntry(); in GetControlText()
598 return m_pType->GetSelectEntry(); in GetControlText()
619 String sOld = pBoolDefault->GetSelectEntry(); in SetControlText()
652 String sOld = pAutoIncrement->GetSelectEntry(); in SetControlText()
1492 …>SetControlDefault(makeAny(::rtl::OUString(BoolStringPersistent(pBoolDefault->GetSelectEntry())))); in DisplayData()
1677 sDefault = BoolStringPersistent(pBoolDefault->GetSelectEntry()); in SaveData()
/trunk/main/cui/source/tabpages/
H A Dtpcolor.cxx223 aEdtName.SetText( aLbColor.GetSelectEntry() ); in ActivatePage()
316 String aString = aLbColor.GetSelectEntry(); in CheckChanges_Impl()
394 aString = aLbColor.GetSelectEntry(); in FillItemSet()
420 aEdtName.SetText( aLbColor.GetSelectEntry() ); in Reset()
961 aEdtName.SetText( aLbColor.GetSelectEntry() ); in IMPL_LINK()
984 aEdtName.SetText( aLbColor.GetSelectEntry() ); in IMPL_LINK()
1045 String aStr( aLbColorModel.GetSelectEntry() ); in IMPL_LINK()
1090 String aStr( aLbColorModel.GetSelectEntry() ); in IMPL_LINK()
H A Dtpline.cxx543 …XLineDashItem aDashItem( aLbLineStyle.GetSelectEntry(), maDashList->GetDash( nPos - 2 )->GetDash()… in FillItemSet()
599 XLineColorItem aItem( aLbColor.GetSelectEntry(), in FillItemSet()
620 pItem = new XLineStartItem( aLbStartStyle.GetSelectEntry(), in FillItemSet()
640 pItem = new XLineEndItem( aLbEndStyle.GetSelectEntry(), in FillItemSet()
858 …rXLSet.Put( XLineDashItem( aLbLineStyle.GetSelectEntry(), maDashList->GetDash( nPos - 2 )->GetDash… in FillXLSet_Impl()
868 rXLSet.Put( XLineStartItem( aLbStartStyle.GetSelectEntry(), in FillXLSet_Impl()
877 rXLSet.Put( XLineEndItem( aLbEndStyle.GetSelectEntry(), in FillXLSet_Impl()
938 rXLSet.Put( XLineColorItem( aLbColor.GetSelectEntry(), in FillXLSet_Impl()
/trunk/main/sw/source/ui/fldui/
H A Dfldvar.cxx338 String sName( aSelectionLB.GetSelectEntry() ); in IMPL_LINK()
388 String sName( aSelectionLB.GetSelectEntry() ); in IMPL_LINK()
427 sName = aSelectionLB.GetSelectEntry(); in IMPL_LINK()
512 aNameED.SetText( aSelectionLB.GetSelectEntry() ); in IMPL_LINK()
599 aValueED.ReplaceSelected( aSelectionLB.GetSelectEntry() ); in IMPL_LINK()
1002 GetFldMgr().RemoveFldType(RES_USERFLD, aSelectionLB.GetSelectEntry()); in IMPL_LINK()
1018 GetFldMgr().RemoveFldType(nWhich, aSelectionLB.GetSelectEntry()); in IMPL_LINK()
1222 if (nFormat == ULONG_MAX && aNumFormatLB.GetSelectEntry() == SW_RESSTR(FMT_USERVAR_CMD)) in FillItemSet()
H A Dfldref.cxx464 aNameED.SetText(aSelectionLB.GetSelectEntry()); in IMPL_LINK()
496 aNameED.SetText(aSelectionLB.GetSelectEntry()); in IMPL_LINK()
897 _SeqFldLstElem aElem( aSelectionLB.GetSelectEntry(), 0 ); in FillItemSet()
918 _SeqFldLstElem aElem( aSelectionLB.GetSelectEntry(), 0 ); in FillItemSet()
986 _SeqFldLstElem aElem( aSelectionLB.GetSelectEntry(), 0 ); in FillItemSet()
/trunk/main/dbaccess/source/ui/dlg/
H A Dqueryfilter.cxx265 #define LbText(x) ((x).GetSelectEntry())
370 _rFilter.Name = _rField.GetSelectEntry(); in getCondition()
414 _rFilter.Handle = GetOSQLPredicateType( _rComp.GetSelectEntry() ); in getCondition()
488 sField = aLB_WHEREFIELD1.GetSelectEntry(); in getMatchingColumn()
492 sField = aLB_WHEREFIELD2.GetSelectEntry(); in getMatchingColumn()
496 sField = aLB_WHEREFIELD3.GetSelectEntry(); in getMatchingColumn()
/trunk/main/padmin/source/
H A Dprtsetup.hxx112 String getOrientation() { return m_aOrientBox.GetSelectEntry(); } in getOrientation()
148 sal_uLong getDepth() { return m_aDepthBox.GetSelectEntry().ToInt32(); } in getDepth()
151 String aSpace( m_aSpaceBox.GetSelectEntry() ); in getColorDevice()
/trunk/main/svtools/source/dialogs/
H A Dfiledlg2.cxx274 UniString aDrive( pDriveList->GetSelectEntry(), 0, 2); in IMPL_LINK()
283 UniString aEntry( pDirList->GetSelectEntry() ); in IMPL_LINK()
376 UniString aEntry( pBox->GetSelectEntry() ); in IMPL_LINK()
816 UniString aDrive ( pDriveList->GetSelectEntry(), 0, 2); in IMPL_LINK()
823 pEdit->SetText( pFileList->GetSelectEntry() ); in IMPL_LINK()
834 UniString aEntry( pBox->GetSelectEntry() ); in IMPL_LINK()
1231 aFilter = pTypeList->GetSelectEntry(); in GetCurFilter()
H A Dprnsetup.cxx73 const QueueInfo* pInfo = Printer::GetQueueInfo( pBox->GetSelectEntry(), true ); in ImplPrnDlgListBoxSelect()
131 const QueueInfo* pInfo = Printer::GetQueueInfo( pBox->GetSelectEntry(), true ); in ImplPrnDlgUpdateQueueInfo()
291 const QueueInfo* pInfo = Printer::GetQueueInfo(maLbName.GetSelectEntry(), true); in ImplSetInfo()
/trunk/main/sw/source/ui/misc/
H A Ddocfnote.cxx443 aFtnCharTextTemplBox.GetSelectEntry() ) ); in FillItemSet()
445 aFtnCharAnchorTemplBox.GetSelectEntry() ) ); in FillItemSet()
451 const String aFmtName( aParaTemplBox.GetSelectEntry() ); in FillItemSet()
459 aPageTemplBox.GetSelectEntry(), sal_True ) ); in FillItemSet()
H A Dglosbib.cxx295 sTemp += aPathLB.GetSelectEntry(); in IMPL_LINK()
298 pData->sPath = aPathLB.GetSelectEntry(); in IMPL_LINK()
426 sTemp += aPathLB.GetSelectEntry(); in IMPL_LINK()
429 pData->sPath = aPathLB.GetSelectEntry(); in IMPL_LINK()
/trunk/main/extensions/source/dbpilots/
H A Dcommonpagesdbp.cxx176 ::rtl::OUString sDataSource = m_aDatasource.GetSelectEntry(); in commitPage()
179 ::rtl::OUString sCommand = m_aTable.GetSelectEntry(); in commitPage()
285 ::rtl::OUString sCurrentDatasource = m_aDatasource.GetSelectEntry(); in implFillTables()
441 _rSelection = m_pYes->IsChecked() ? m_pList->GetSelectEntry() : String(); in implCommit()
/trunk/main/sc/source/ui/dbgui/
H A Dpvfundlg.cxx243 aRef.ReferenceField = maLbBaseField.GetSelectEntry(); in GetFieldRef()
258 aRef.ReferenceItemName = maLbBaseItem.GetSelectEntry(); in GetFieldRef()
545 rLabelData.maSortInfo.Field = maLbSortBy.GetSelectEntry(); in FillLabelData()
558 rLabelData.maShowInfo.DataField = maLbShowUsing.GetSelectEntry(); in FillLabelData()
769 String aSelectedName = maLbDims.GetSelectEntry(); in GetDimensionName()
/trunk/main/dbaccess/source/ui/misc/
H A DWColumnSelect.cxx248 moveColumn(pRight,pLeft,aRightColumns,pLeft->GetSelectEntry(i),sExtraChars,nMaxNameLen,aCase); in IMPL_LINK()
251 pLeft->RemoveEntry(pLeft->GetSelectEntry(j-1)); in IMPL_LINK()
296 moveColumn(pRight,pLeft,aRightColumns,pLeft->GetSelectEntry(i),sExtraChars,nMaxNameLen,aCase); in IMPL_LINK()
298 pLeft->RemoveEntry(pLeft->GetSelectEntry(j-1)); in IMPL_LINK()
/trunk/main/sw/source/ui/index/
H A Dswuiidxmrk.cxx248 sTmpTypeSelection = aTypeDCB.GetSelectEntry(); in InitControls()
495 if((nTypePos = aTypeDCB.GetEntryPos(aTypeDCB.GetSelectEntry())) == LISTBOX_ENTRY_NOTFOUND) in InsertUpdate()
531 sal_uInt16 nPos = aTypeDCB.GetEntryPos(aTypeDCB.GetSelectEntry()); in InsertMark()
556 String aName(aTypeDCB.GetSelectEntry()); in InsertMark()
597 sal_uInt16 nPos = aTypeDCB.GetEntryPos(aTypeDCB.GetSelectEntry()); in UpdateMark()
753 sal_uInt16 nPos = aTypeDCB.GetEntryPos(aTypeDCB.GetSelectEntry()); in IMPL_LINK()
1356 String sEntry(pBox->GetSelectEntry()); in IMPL_LINK()
1390 if(!pBox->GetSelectEntry().Len()) in IMPL_LINK()
/trunk/main/sd/source/ui/dlg/
H A Dsdtreelb.cxx468 maSelectionEntryText = GetSelectEntry(); in Clear()
579 aSelection = GetSelectEntry(); in Fill()
989 String SdPageObjsTLB::GetSelectEntry() in GetSelectEntry() function in SdPageObjsTLB
1265 String aStr=GetSelectEntry(); in KeyInput()
1390 aURL.Append( GetSelectEntry() ); in DoDrag()
1392 INetBookmark aBookmark( aURL, GetSelectEntry() ); in DoDrag()

Completed in 135 milliseconds

1234567