Home
last modified time | relevance | path

Searched refs:aControlList (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/sdext/source/minimizer/
H A Doptimizerdialogcontrols.cxx499 std::vector< rtl::OUString > aControlList; in InitPage0() local
500aControlList.push_back( ImplInsertFixedText( TKGet( TK_FixedText0Pg0 ), getString( STR_INTRODUCTIO… in InitPage0()
501aControlList.push_back( ImplInsertFixedText( TKGet( TK_FixedText1Pg0 ), getString( STR_INTRODUCTIO… in InitPage0()
502aControlList.push_back( ImplInsertSeparator( TKGet( TK_Separator1Pg0 ), 0, PAGE_POS_X + 6, DIALOG_… in InitPage0()
503aControlList.push_back( ImplInsertFixedText( TKGet( TK_FixedText2Pg0 ), getString( STR_CHOOSE_SETT… in InitPage0()
504aControlList.push_back( ImplInsertListBox( TKGet( TK_ListBox0Pg0 ), HID(HID_SDEXT_MINIMIZER_WIZ_ST… in InitPage0()
505aControlList.push_back( ImplInsertButton( TKGet( TK_Button0Pg0 ), HID( HID_SDEXT_MINIMIZER_WIZ_STE… in InitPage0()
506 maControlPages.push_back( aControlList ); in InitPage0()
534 std::vector< rtl::OUString > aControlList; in InitPage1() local
535aControlList.push_back( ImplInsertFixedText( TKGet( TK_FixedText0Pg3 ), getString( STR_CHOOSE_SLID… in InitPage1()
[all …]
/AOO42X/main/sw/source/ui/index/
H A Dcnttab.cxx3193 for( sal_uInt32 n = 0; n < aControlList.Count(); ++n ) in ~SwTokenWindow()
3195 Control* pControl = aControlList.GetObject( n ); in ~SwTokenWindow()
3200 for( sal_uLong i = aControlList.Count(); i; ) in ~SwTokenWindow()
3202 Control* pControl = aControlList.Remove( --i ); in ~SwTokenWindow()
3216 for( sal_uLong i = aControlList.Count(); i; ) in SetForm()
3218 Control* pControl = aControlList.Remove( --i ); in SetForm()
3321 Control* pLast = aControlList.Last(); in InsertItem()
3334 aControlList.Insert(pEdit, aControlList.Count()); in InsertItem()
3373 aControlList.Insert(pButton, aControlList.Count()); in InsertItem()
3429 const Control* pControl = aControlList.First(); in InsertAtSelection()
[all …]
/AOO42X/main/dbaccess/source/ui/dlg/
H A Dadminpages.cxx178 ::std::vector< ISaveValueWrapper* > aControlList; in implInitControls()
181 fillControls(aControlList); in implInitControls()
182 ::std::for_each(aControlList.begin(),aControlList.end(),TSaveValueWrapperFunctor()); in implInitControls()
187 fillWindows(aControlList); in implInitControls()
188 ::std::for_each(aControlList.begin(),aControlList.end(),TDisableWrapperFunctor()); in implInitControls()
191 ::std::for_each(aControlList.begin(),aControlList.end(),TDeleteWrapperFunctor()); in implInitControls()
192 aControlList.clear(); in implInitControls()
/AOO42X/main/sw/source/ui/inc/
H A Dswuicnttab.hxx279 TOXControlList aControlList; member in SwTokenWindow