Searched refs:aComboBox (Results 1 – 6 of 6) sorted by relevance
91 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 …]
40 ComboBox aComboBox; member in BreakPointDialog
318 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 …]
126 ComboBox aComboBox(m_pControlWindow, WB_DROPDOWN); in autoSizeWindow() local127 aComboBox.SetPosSizePixel(Point(0,0), Size(100,100)); in autoSizeWindow()128 m_pControlWindow->SetSizePixel(aComboBox.GetSizePixel()); in autoSizeWindow()
198 ComboBox aComboBox; member in SvXPropertyComboBox
473 PDFWriter::ComboBoxWidget aComboBox; in doTestCode() local474 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 66 milliseconds