Home
last modified time | relevance | path

Searched refs:aComboBox (Results 1 – 6 of 6) sorted by relevance

/trunk/main/basctl/source/basicide/
H A Dbrkdlg.cxx91 aComboBox.SetUpdateMode( sal_True ); in BreakPointDialog()
101 aComboBox.GrabFocus(); in BreakPointDialog()
109 aComboBox.SetText( aComboBox.GetEntry( 0 ) ); in BreakPointDialog()
119 aComboBox.SetText( aStr ); in SetCurrentBreakPoint()
174 if ( pEdit == &aComboBox ) in IMPL_LINK()
219 aComboBox.SetText( aText ); in IMPL_LINK()
220 aComboBox.GrabFocus(); in IMPL_LINK()
227 sal_uInt16 nEntry = aComboBox.GetEntryPos( aComboBox.GetText() ); in IMPL_LINK()
232 aComboBox.RemoveEntry( nEntry ); in IMPL_LINK()
235 aComboBox.SetText( aComboBox.GetEntry( nEntry ) ); in IMPL_LINK()
[all …]
H A Dbrkdlg.hxx40 ComboBox aComboBox; member in BreakPointDialog
/trunk/main/svtools/source/dialogs/
H A Dproperty.cxx318 aComboBox.SetModifyHdl( in SvXPropertyComboBox()
320 aComboBox.SetGetFocusHdl( in SvXPropertyComboBox()
322 aComboBox.SetLoseFocusHdl( in SvXPropertyComboBox()
324 aComboBox.Show(); in SvXPropertyComboBox()
332 aComboBox.SetModifyHdl( in SvXPropertyComboBox()
334 aComboBox.SetGetFocusHdl( in SvXPropertyComboBox()
336 aComboBox.SetLoseFocusHdl( in SvXPropertyComboBox()
341 aComboBox.Show(); in SvXPropertyComboBox()
375 aComboBox.SetText(rString); in SetProperty()
380 return aComboBox.GetText(); in GetProperty()
[all …]
/trunk/main/extensions/source/propctrlr/
H A Dcommoncontrol.cxx126 ComboBox aComboBox(m_pControlWindow, WB_DROPDOWN); in autoSizeWindow() local
127 aComboBox.SetPosSizePixel(Point(0,0), Size(100,100)); in autoSizeWindow()
128 m_pControlWindow->SetSizePixel(aComboBox.GetSizePixel()); in autoSizeWindow()
/trunk/main/svtools/source/inc/
H A Dproperty.hxx198 ComboBox aComboBox; member in SvXPropertyComboBox
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx473 PDFWriter::ComboBoxWidget aComboBox; in doTestCode() local
474 aComboBox.Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "testComboBox" ) ); in doTestCode()
475 aComboBox.Text = OUString( RTL_CONSTASCII_USTRINGPARAM( "test a combobox" ) ); in doTestCode()
476 aComboBox.Entries.push_back( OUString( RTL_CONSTASCII_USTRINGPARAM( "Larry" ) ) ); in doTestCode()
477 aComboBox.Entries.push_back( OUString( RTL_CONSTASCII_USTRINGPARAM( "Curly" ) ) ); in doTestCode()
478 aComboBox.Entries.push_back( OUString( RTL_CONSTASCII_USTRINGPARAM( "Moe" ) ) ); in doTestCode()
479 aComboBox.Location = Rectangle( Point( 4500, 20000 ), Size( 3000, 500 ) ); in doTestCode()
480 aWriter.CreateControl( aComboBox ); in doTestCode()

Completed in 76 milliseconds