Home
last modified time | relevance | path

Searched refs:aListBox (Results 1 – 9 of 9) sorted by relevance

/trunk/main/svtools/source/dialogs/
H A Dproperty.cxx189 aListBox.SetSelectHdl( in SvXPropertyListBox()
191 aListBox.SetGetFocusHdl( in SvXPropertyListBox()
193 aListBox.SetLoseFocusHdl( in SvXPropertyListBox()
195 aListBox.Show(); in SvXPropertyListBox()
203 aListBox.SetSelectHdl( in SvXPropertyListBox()
205 aListBox.SetGetFocusHdl( in SvXPropertyListBox()
207 aListBox.SetLoseFocusHdl( in SvXPropertyListBox()
212 aListBox.Show(); in SvXPropertyListBox()
231 aListBox.SetPosPixel(aPos); in SetCtrSize()
232 aListBox.SetSizePixel(aSize); in SetCtrSize()
[all …]
/trunk/main/dbaccess/source/ui/misc/
H A DWTypeSelect.cxx129 MultiListBox &aListBox = ((OWizTypeSelect*)GetParent())->m_lbColumnNames; in CellModified() local
133 sal_uInt16 nPos = aListBox.GetEntryPos( String( pCurFieldDescr->GetName() ) ); in CellModified()
134 pCurFieldDescr = static_cast< OFieldDescription* >( aListBox.GetEntryData( nPos ) ); in CellModified()
157 sal_uInt16 nCount = aListBox.GetEntryCount(); in CellModified()
160 ::rtl::OUString sEntry(aListBox.GetEntry(i)); in CellModified()
168 bDoubleName = ((aListBox.GetEntryPos(String(sNewName)) != LISTBOX_ENTRY_NOTFOUND) in CellModified()
201 aListBox.RemoveEntry(nPos); in CellModified()
202 aListBox.InsertEntry(pCurFieldDescr->GetName(),nPos); in CellModified()
203 aListBox.SetEntryData(nPos,pCurFieldDescr); in CellModified()
/trunk/main/sw/source/ui/uiview/
H A Dviewling.cxx899 SwFieldListBox aListBox; member in SwFieldDialog
906 …*fieldBM) : Dialog(parent, WB_BORDER | WB_SYSTEMWINDOW | WB_NOSHADOW ), aListBox(this), aText(this… in SwFieldDialog()
920 aListBox.InsertEntry(*pCurrent); in SwFieldDialog()
924 Size lbSize=aListBox.GetOptimalSize(WINDOWSIZE_PREFERRED); in SwFieldDialog()
927 aListBox.SetSizePixel(lbSize); in SwFieldDialog()
928 aListBox.SetSelectHdl( LINK( this, SwFieldDialog, MyListBoxHandler ) ); in SwFieldDialog()
929 aListBox.Show(); in SwFieldDialog()
953 if (rNEvt.GetType() == EVENT_LOSEFOCUS && aListBox.GetImplWin()==rNEvt.GetWindow()) { in PreNotify()
/trunk/main/vcl/test/
H A Ddndtest.cxx208 MyListBox aListBox( &aMainWin ); in Main() local
209 aListBox.SetPosSizePixel( 10, 10, 100, 100 ); in Main()
210 aListBox.InsertEntry( OUString::createFromAscii( "TestItem" )); in Main()
211 aListBox.Show(); in Main()
/trunk/main/sw/source/ui/config/
H A Doptpage.cxx633 aListBox (this, SW_RES(LB_LIST )), in SwStdFontTabPage()
682 aListBox .SetLoseFocusHdl( aFocusLink ); in SwStdFontTabPage()
750 String sList = aListBox .GetText(); in FillItemSet()
755 String sListBak = aListBox .GetSavedValue(); in FillItemSet()
937 aListBox .InsertEntry( *it ); in Reset()
1042 aListBox .SetText(sListBackup); in Reset()
1065 aListBox .SaveValue(); in Reset()
1092 aListBox .SaveValue(); in IMPL_LINK()
1124 aListBox.SetText(sEntry); in IMPL_LINK()
1130 else if(pBox == &aListBox) in IMPL_LINK()
[all …]
/trunk/main/extensions/source/propctrlr/
H A Dbrowserlistbox.cxx373 ListBox aListBox(this,WB_DROPDOWN); in DBG_NAME() local
374 aListBox.SetPosSizePixel(Point(0,0),Size(100,100)); in DBG_NAME()
375 m_nRowHeight = (sal_uInt16)aListBox.GetSizePixel().Height()+2; in DBG_NAME()
/trunk/main/svtools/source/inc/
H A Dproperty.hxx156 ListBox aListBox; member in SvXPropertyListBox
/trunk/main/sw/source/ui/inc/
H A Doptpage.hxx192 ComboBox aListBox ; member in SwStdFontTabPage
/trunk/main/sw/source/filter/ww8/
H A Dww8par3.cxx2397 : WW8FormulaControl( CREATE_CONST_ASC(SL::aListBox), rR) in WW8FormulaListBox()

Completed in 69 milliseconds