Home
last modified time | relevance | path

Searched refs:GetSelectEntry (Results 26 – 50 of 173) sorted by relevance

1234567

/aoo42x/main/sc/source/ui/miscdlgs/
H A Dlbseldlg.cxx75 String ScSelEntryDlg::GetSelectEntry() const in GetSelectEntry() function in ScSelEntryDlg
77 return aLb.GetSelectEntry(); in GetSelectEntry()
H A Dshtabdlg.cxx82 String ScShowTabDlg::GetSelectEntry(sal_uInt16 nPos) const in GetSelectEntry() function in ScShowTabDlg
84 return aLb.GetSelectEntry(nPos); in GetSelectEntry()
H A Dcrnrdlg.cxx841 String aRangeStr = aLbRange.GetSelectEntry(); in IMPL_LINK()
928 String aRangeStr = aLbRange.GetSelectEntry(); in IMPL_LINK()
936 aRangeStr = aLbRange.GetSelectEntry(); in IMPL_LINK()
943 aRangeStr = aLbRange.GetSelectEntry(); in IMPL_LINK()
H A Dinstbdlg.cxx258 aStrCurSelTable = aLbTables.GetSelectEntry( 0 ); in GetFirstTable()
276 aStrCurSelTable = aLbTables.GetSelectEntry( nSelTabIndex ); in GetNextTable()
/aoo42x/main/sc/source/ui/formdlg/
H A Ddwfunctr.cxx598 String aString=pAllFuncList->GetSelectEntry(); in SetDescription()
884 String aString=pAllFuncList->GetSelectEntry(); in DoEnter()
898 aString += pAllFuncList->GetSelectEntry(); in DoEnter()
948 aString += pAllFuncList->GetSelectEntry(); in DoEnter()
/aoo42x/main/sfx2/source/dialog/
H A Dmgetempl.cxx321 const sal_Bool bSelect = pBox->GetSelectEntry() == aBuf; in UpdateName_Impl()
638 const String aFollowEntry( aFollowLb.GetSelectEntry() ); in DeactivatePage()
655 String aParentEntry( aBaseLb.GetSelectEntry() ); in DeactivatePage()
/aoo42x/main/extensions/source/dbpilots/
H A Dlistcombowizard.cxx364 rSettings.sListContentTable = m_aSelectTable.GetSelectEntry(); in commitPage()
431 m_aDisplayedField.SetText(m_aSelectTableField.GetSelectEntry());
441 getSettings().sListContentField = m_aSelectTableField.GetSelectEntry(); in commitPage()
/aoo42x/main/svx/source/sidebar/area/
H A DAreaPropertyPanel.cxx415 const XFillHatchItem aXFillHatchItem(mpLbFillAttr->GetSelectEntry(), aHatch); in IMPL_LINK()
454 …const XFillBitmapItem aXFillBitmapItem(mpLbFillAttr->GetSelectEntry(), pXBitmapEntry->GetGraphicOb… in IMPL_LINK()
528 const XFillGradientItem aXFillGradientItem(mpLbFillAttr->GetSelectEntry(), aGradient); in IMPL_LINK()
559 const XFillHatchItem aXFillHatchItem( mpLbFillAttr->GetSelectEntry(), aHatch); in IMPL_LINK()
590 …const XFillBitmapItem aXFillBitmapItem(mpLbFillAttr->GetSelectEntry(), pXBitmapEntry->GetGraphicOb… in IMPL_LINK()
/aoo42x/main/padmin/source/
H A Dadddlg.cxx208 aText.SearchAndReplace( String::CreateFromAscii( "%s" ), m_aDriverBox.GetSelectEntry( i ) ); in IMPL_LINK()
221 aText.SearchAndReplace( String::CreateFromAscii( "%s" ), m_aDriverBox.GetSelectEntry( i ) ); in IMPL_LINK()
241 aText.SearchAndReplace( String::CreateFromAscii( "%s" ), m_aDriverBox.GetSelectEntry( i ) ); in IMPL_LINK()
250 aText.SearchAndReplace( String::CreateFromAscii( "%s" ), m_aDriverBox.GetSelectEntry( i ) ); in IMPL_LINK()
292 … aText.SearchAndReplace( String::CreateFromAscii( "%s1" ), m_aDriverBox.GetSelectEntry( i ) ); in IMPL_LINK()
/aoo42x/main/starmath/source/
H A Ddialog.cxx1396 SelectSymbolSet(aSymbolSets.GetSelectEntry()); in IMPL_LINK()
1422 const XubString aSymSetName (aSymbolSets.GetSelectEntry()), in IMPL_LINK()
1430 XubString aOldSymbolSet (aSymbolSets.GetSelectEntry()); in IMPL_LINK()
1745 XubString aText (aFonts.GetSelectEntry()); in FillStyles()
1834 SelectFont(aFonts.GetSelectEntry()); in IMPL_LINK()
2016 && aFonts.GetSelectEntry().EqualsIgnoreCaseAscii( in UpdateButtons()
2411 SetFont(aFonts.GetSelectEntry(), aStyles.GetText()); in SelectFont()
2442 SetFont(aFonts.GetSelectEntry(), aStyles.GetText()); in SelectStyle()
/aoo42x/main/sw/source/ui/index/
H A Dcnttab.cxx1319 rDesc.SetTOUName(aTypeLB.GetSelectEntry()); in FillTOXDescription()
1356 rDesc.SetSequenceName(aCaptionSequenceLB.GetSelectEntry()); in FillTOXDescription()
1376 rDesc.SetAuthBrackets(aBracketLB.GetSelectEntry()); in FillTOXDescription()
2549 String sTemp(aMainEntryStyleLB.GetSelectEntry()); in UpdateDescriptor()
2626 String sToInsert(aAuthFieldsLB.GetSelectEntry()); in IMPL_LINK()
2850 String sEntry = aCharStyleLB.GetSelectEntry(); in IMPL_LINK()
2980 String sEntry = pBox->GetSelectEntry(); in IMPL_LINK()
4212 SfxStringItem aStyle(SID_STYLE_EDIT, aParaLayLB.GetSelectEntry()); in IMPL_LINK()
4241 aStr += aParaLayLB.GetSelectEntry(); in IMPL_LINK()
4278 String aTmpName( aParaLayLB.GetSelectEntry() ); in IMPL_LINK_INLINE_START()
[all …]
/aoo42x/main/sw/source/ui/misc/
H A Dsrtdlg.cxx347 String sEntry( aTypDLB1.GetSelectEntry() ); in Apply()
361 String sEntry( aTypDLB2.GetSelectEntry() ); in Apply()
375 String sEntry( aTypDLB3.GetSelectEntry() ); in Apply()
/aoo42x/main/cui/source/options/
H A Dfontsubs.cxx232 pSourceViewConfig->SetFontHeight((sal_Int16)aFontHeightLB.GetSelectEntry().ToInt32()); in FillItemSet()
238 sFontName = aFontNameLB.GetSelectEntry(); in FillItemSet()
380 String sFontName = aFontNameLB.GetSelectEntry(); in IMPL_LINK()
/aoo42x/main/sfx2/source/appl/
H A Dnewhelp.cxx432 String ContentListBox_Impl::GetSelectEntry() const in GetSelectEntry() function in ContentListBox_Impl
865 String IndexTabPage_Impl::GetSelectEntry() const in GetSelectEntry() function in IndexTabPage_Impl
1210 String SearchTabPage_Impl::GetSelectEntry() const in GetSelectEntry() function in SearchTabPage_Impl
1472 String BookmarksTabPage_Impl::GetSelectEntry() const in GetSelectEntry() function in BookmarksTabPage_Impl
1924 String SfxHelpIndexWindow_Impl::GetSelectEntry() const in GetSelectEntry() function in SfxHelpIndexWindow_Impl
1931 sRet = pCPage->GetSelectEntry(); in GetSelectEntry()
1935 sRet = pIPage->GetSelectEntry(); in GetSelectEntry()
1939 sRet = pSPage->GetSelectEntry(); in GetSelectEntry()
1943 sRet = pBPage->GetSelectEntry(); in GetSelectEntry()
3077 String aEntry = pIndexWin->GetSelectEntry(); in IMPL_LINK()
/aoo42x/main/sc/source/ui/dbgui/
H A Ddapidata.cxx124 rDesc.aDBName = aLbDatabase.GetSelectEntry(); in GetValues()
149 String aDatabaseName = aLbDatabase.GetSelectEntry(); in FillObjects()
/aoo42x/main/cui/source/tabpages/
H A Dtplneend.cxx233 if( aString != aLbLineEnds.GetSelectEntry() ) in CheckChanges_Impl()
281 aEdtName.SetText( aLbLineEnds.GetSelectEntry() ); in Reset()
325 aEdtName.SetText( aLbLineEnds.GetSelectEntry() ); in IMPL_LINK()
/aoo42x/main/sc/source/ui/attrdlg/
H A Dscdlgfact.cxx435 String AbstractScSelEntryDlg_Impl::GetSelectEntry() const in GetSelectEntry() function in AbstractScSelEntryDlg_Impl
437 return pDlg->GetSelectEntry(); in GetSelectEntry()
605 String AbstractScShowTabDlg_Impl::GetSelectEntry(sal_uInt16 nPos) const in GetSelectEntry() function in AbstractScShowTabDlg_Impl
607 return pDlg->GetSelectEntry(nPos); in GetSelectEntry()
H A Dcondfrmt.cxx448 sStyle = aLbCond1Template.GetSelectEntry(); in GetConditionalFormat()
461 sStyle = aLbCond2Template.GetSelectEntry(); in GetConditionalFormat()
474 sStyle = aLbCond3Template.GetSelectEntry(); in GetConditionalFormat()
/aoo42x/main/sw/source/ui/chrdlg/
H A Dbreak.cxx76 aTemplate = aPageCollBox.GetSelectEntry(); in Apply()
128 pPageDesc = rSh.FindPageDescByName( aPageCollBox.GetSelectEntry(), in IMPL_LINK_INLINE_END()
H A Dchardlg.cxx345 String sEntry = aVisitedLB.GetSelectEntry(); in FillItemSet()
349 sEntry = aNotVisitedLB.GetSelectEntry(); in FillItemSet()
H A Dswuiccoll.cxx298 sSel += aStyleLB.GetSelectEntry(); in IMPL_LINK()
341 String sStyle = aStyleLB.GetSelectEntry(); in IMPL_LINK()
/aoo42x/main/cui/source/dialogs/
H A DSpellDialog.cxx558 aNoSuggestionsST != aSuggestionLB.GetSelectEntry()) in IMPL_LINK()
560 sCurrentErrorText = aSuggestionLB.GetSelectEntry(); in IMPL_LINK()
625 aNoSuggestionsST != aSuggestionLB.GetSelectEntry()) in IMPL_LINK()
626 aString = aSuggestionLB.GetSelectEntry(); in IMPL_LINK()
650 aNoSuggestionsST != aSuggestionLB.GetSelectEntry()) in IMPL_LINK()
651 aString = aSuggestionLB.GetSelectEntry(); in IMPL_LINK()
/aoo42x/main/sw/source/ui/fldui/
H A Dfldfunc.cxx447 aNameED.SetText( aSelectionLB.GetSelectEntry() ); in IMPL_LINK()
488 String sEntry = aListItemsLB.GetSelectEntry(); in IMPL_LINK()
499 String sEntry = aListItemsLB.GetSelectEntry(); in IMPL_LINK()
/aoo42x/main/dbaccess/source/ui/dlg/
H A Dqueryorder.cxx180 #define LbText(x) ((x).GetSelectEntry())
284 String sName = m_aColumnList[i]->GetSelectEntry(); in GetOrderList()
/aoo42x/main/svx/source/dialog/
H A Dsrchdlg.cxx1458 pSearchItem->SetSearchString ( aSearchTmplLB.GetSelectEntry() ); in IMPL_LINK()
1459 pSearchItem->SetReplaceString( aReplaceTmplLB.GetSelectEntry() ); in IMPL_LINK()
1800 String aOldSrch( aSearchTmplLB .GetSelectEntry() ); in TemplatesChanged_Impl()
1801 String aOldRepl( aReplaceTmplLB.GetSelectEntry() ); in TemplatesChanged_Impl()
2472 pSearchItem->SetSearchString ( aSearchTmplLB.GetSelectEntry() ); in SaveToModule_Impl()
2473 pSearchItem->SetReplaceString( aReplaceTmplLB.GetSelectEntry() ); in SaveToModule_Impl()

Completed in 126 milliseconds

1234567