Home
last modified time | relevance | path

Searched refs:SelectEntryPos (Results 76 – 100 of 269) sorted by relevance

1234567891011

/aoo42x/main/dbaccess/source/ui/dlg/
H A Dparamdialog.cxx192 m_aAllParams.SelectEntryPos(0); in Construct()
335 m_aAllParams.SelectEntryPos(nNext); in IMPL_LINK()
360 m_aAllParams.SelectEntryPos(m_nCurrentlySelected);
H A Ddsselect.cxx209 m_aDatasource.SelectEntryPos(m_aDatasource.InsertEntry( sDatabaseName ));
307 m_aDatasource.SelectEntryPos(0); in fillListBox()
/aoo42x/main/cui/source/dialogs/
H A Dcuifmsearch.cxx155 m_lbForm.SelectEntryPos(nInitialContext); in FmSearchDialog()
277 m_lbPosition.SelectEntryPos(MATCHING_ANYWHERE); in Init()
598 m_lbField.SelectEntryPos(0); in InitContext()
851 m_lbField.SelectEntryPos(nInitialField); in LoadParams()
869 m_lbPosition.SelectEntryPos(aParams.nPosition); in LoadParams()
H A Dcuicharmap.cxx329 aFontLB.SelectEntryPos(0); in SvxCharMapData()
439 aSubsetLB.SelectEntryPos( nPos_ ); in IMPL_LINK()
463 aSubsetLB.SelectEntryPos( nPos ); in IMPL_LINK()
/aoo42x/main/sw/source/ui/dbui/
H A Dmmgreetingspage.cxx54 rBox.SelectEntryPos((sal_uInt16)rConfig.GetCurrentGreeting(eType)); in lcl_FillGreetingsBox()
64 rBox.SelectEntryPos((sal_uInt16)rConfig.GetCurrentGreeting(eType)); in lcl_FillGreetingsBox()
130 pToInsert->SelectEntryPos(pToInsert->InsertEntry(pDlg->GetAddress())); in IMPL_LINK()
413 m_aNeutralCB.SelectEntryPos(nCount); in commitPage()
/aoo42x/main/sw/source/ui/utlui/
H A Dnumfmtlb.cxx291 SelectEntryPos( nStdEntry ); in SetFormatType()
332 SelectEntryPos(i); in SetDefFormat()
386 SelectEntryPos(nPos); in SetDefFormat()
/aoo42x/main/reportdesign/source/ui/dlg/
H A DCondition.cxx290 m_aConditionType.SelectEntryPos( 0 ); in Condition()
291 m_aOperationList.SelectEntryPos( 0 ); in Condition()
630 m_aConditionType.SelectEntryPos( (sal_uInt16)eType ); in impl_setCondition()
631 m_aOperationList.SelectEntryPos( (sal_uInt16)eOperation ); in impl_setCondition()
/aoo42x/main/chart2/source/controller/dialogs/
H A Dres_BarGeometry.cxx101 void BarGeometryResources::SelectEntryPos( sal_uInt16 nPos ) in SelectEntryPos() function in chart::BarGeometryResources
104 m_aLB_Geometry.SelectEntryPos( nPos ); in SelectEntryPos()
H A Dtp_Scale.cxx477 m_aLB_AxisType.SelectEntryPos( nPos ); in Reset()
545 m_aLB_TimeResolution.SelectEntryPos( m_nTimeResolution ); in Reset()
551 m_aLB_MainTimeUnit.SelectEntryPos( m_nMainTimeUnit ); in Reset()
556 m_aLB_HelpTimeUnit.SelectEntryPos( m_nHelpTimeUnit ); in Reset()
/aoo42x/main/sd/source/ui/dlg/
H A Dcustsdlg.cxx95 aLbCustomShows.SelectEntryPos( (sal_uInt16)nPosToSelect ); in SdCustomShowDlg()
176 aLbCustomShows.SelectEntryPos( nPos ); in IMPL_LINK()
191 aLbCustomShows.SelectEntryPos( nPos == 0 ? nPos : nPos - 1 ); in IMPL_LINK()
/aoo42x/main/sc/source/ui/pagedlg/
H A Dareasdlg.cxx342 aLbPrintArea.SelectEntryPos( SC_AREASDLG_PR_ENTIRE ); in Impl_Reset()
635 pLb->SelectEntryPos( 0 ); in IMPL_LINK()
684 pLb->SelectEntryPos( bFound ? i-1 : nUserDefPos ); in IMPL_LINK()
687 pLb->SelectEntryPos( aStrEd.Len() ? nUserDefPos : 0 ); in IMPL_LINK()
/aoo42x/main/svx/source/dialog/
H A D_bmpmask.cxx632 aLbColorTrans.SelectEntryPos( 0 ); in SetColorTable()
636 aLbColor1.SelectEntryPos( 0 ); in SetColorTable()
640 aLbColor2.SelectEntryPos( 0 ); in SetColorTable()
644 aLbColor3.SelectEntryPos( 0 ); in SetColorTable()
648 aLbColor4.SelectEntryPos( 0 ); in SetColorTable()
/aoo42x/main/svtools/source/dialogs/
H A Dfiledlg2.cxx100 SelectEntryPos ( (i + nCurrentPos) % nEntries ); in PreNotify()
486 pDirList->SelectEntryPos( nDirCount-1 ); in UpdateDirs()
648 pDriveList->SelectEntryPos(i); in PreExecute()
1071 pFileList->SelectEntryPos( 1 ); in UpdateEntries()
1222 pTypeList->SelectEntryPos( (sal_uInt16)aFilterList.GetCurPos() ); in SetCurFilter()
/aoo42x/main/svx/source/sidebar/text/
H A DTextCharacterSpacingControl.cxx226 maLBKerning.SelectEntryPos( SIDEBAR_SPACE_EXPAND ); in Rearrange()
247 maLBKerning.SelectEntryPos( SIDEBAR_SPACE_CONDENSED ); in Rearrange()
269 maLBKerning.SelectEntryPos( SIDEBAR_SPACE_NORMAL ); in Rearrange()
/aoo42x/main/sw/source/ui/misc/
H A Dnumberingtypelistbox.cxx146 SelectEntryPos(0); in Reload()
170 SelectEntryPos( nPos ); in SelectNumberingType()
H A Dsrtdlg.cxx509 pL->SelectEntryPos( nInsPos ); in IMPL_LINK()
517 pL->SelectEntryPos( *aTypeArr[n] ); in IMPL_LINK()
519 pL->SelectEntryPos( 0 ); in IMPL_LINK()
/aoo42x/main/accessibility/inc/accessibility/helper/
H A Dlistboxhelper.hxx145 virtual void SelectEntryPos( sal_uInt16 nPos, sal_Bool bSelect = sal_True ) in SelectEntryPos() function in VCLListBoxHelper
147 m_aComboListBox.SelectEntryPos(nPos,bSelect); in SelectEntryPos()
/aoo42x/main/sw/source/ui/table/
H A Dtautofmt.cxx277 aLbFormat.SelectEntryPos( 255 != nIndex ? (nDfltStylePos + nIndex) : 0 ); in Init()
393 aLbFormat.SelectEntryPos( nDfltStylePos + n ); in IMPL_LINK()
437 aLbFormat.SelectEntryPos( nDfltStylePos + nIndex-1 ); in IMPL_LINK()
500 aLbFormat.SelectEntryPos( nDfltStylePos + n ); in IMPL_LINK()
/aoo42x/main/sc/source/ui/miscdlgs/
H A Dmvtabdlg.cxx147 aLbDoc.SelectEntryPos( nSelPos ); in InitDocListBox()
193 aLbTable.SelectEntryPos( 0 ); in IMPL_LINK()
/aoo42x/main/sc/source/ui/dbgui/
H A Dconsdlg.cxx184 aLbFunc.SelectEntryPos( FuncToLbPos( theConsData.eFunction ) ); in Init()
244 aLbDataArea.SelectEntryPos( 0 ); in Init()
596 aLbDestArea.SelectEntryPos(0); in IMPL_LINK()
H A Ddapidata.cxx107 aLbDatabase.SelectEntryPos( 0 ); in ScDataPilotDatabaseDlg()
108 aLbType.SelectEntryPos( 0 ); in ScDataPilotDatabaseDlg()
/aoo42x/main/sfx2/source/doc/
H A Ddoctdlg.cxx116 aRegionLb.SelectEntryPos(0); in Init()
182 aTemplateLb.SelectEntryPos(0); in IMPL_LINK()
/aoo42x/main/cui/source/customize/
H A Deventdlg.cxx110 aSaveInListBox.SelectEntryPos( nPos, sal_True ); in SvxEventConfigPage()
169 aSaveInListBox.SelectEntryPos( nPos, sal_True ); in ImplInitDocument()
H A Dcfg.cxx1792 aSaveInListBox.SelectEntryPos( nPos, sal_True ); in Reset()
1798 aSaveInListBox.SelectEntryPos( 0, sal_True ); in Reset()
1810 aSaveInListBox.SelectEntryPos( nPos, sal_True ); in Reset()
1815 aSaveInListBox.SelectEntryPos( 0, sal_True ); in Reset()
2066 aTopLevelListBox.SelectEntryPos( nSelectionPos, sal_True ); in ReloadTopLevelListBox()
2423 aTopLevelListBox.SelectEntryPos(0, sal_True); in Init()
3367 aTopLevelListBox.SelectEntryPos( nSelectionPos ); in IMPL_LINK()
3736 aTopLevelListBox.SelectEntryPos(nPos, sal_True); in Init()
4725 pNameDialog->aSaveInListBox.SelectEntryPos( in IMPL_LINK()
4740 aSaveInListBox.SelectEntryPos( nInsertPos, sal_True ); in IMPL_LINK()
[all …]
/aoo42x/main/padmin/source/
H A Dcmddlg.cxx278 m_aConfigureBox.SelectEntryPos( m_nPrinterEntry ); in RTSCommandPage()
289 m_aConfigureBox.SelectEntryPos( m_nFaxEntry ); in RTSCommandPage()
299 m_aConfigureBox.SelectEntryPos( m_nPdfEntry ); in RTSCommandPage()

Completed in 113 milliseconds

1234567891011