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.cxx67 aComboBox( this, IDEResId( RID_CB_BRKPOINTS ) ), in BreakPointDialog()
81 aComboBox.SetUpdateMode( sal_False ); in BreakPointDialog()
88 aComboBox.InsertEntry( aEntryStr, COMBOBOX_APPEND ); in BreakPointDialog()
91 aComboBox.SetUpdateMode( sal_True ); in BreakPointDialog()
99 aComboBox.SetSelectHdl( LINK( this, BreakPointDialog, ComboBoxHighlightHdl ) ); in BreakPointDialog()
100 aComboBox.SetModifyHdl( LINK( this, BreakPointDialog, EditModifyHdl ) ); in BreakPointDialog()
101 aComboBox.GrabFocus(); in BreakPointDialog()
109 aComboBox.SetText( aComboBox.GetEntry( 0 ) ); in BreakPointDialog()
119 aComboBox.SetText( aStr ); in SetCurrentBreakPoint()
129 if (lcl_ParseText(aComboBox.GetText(), nLine) in CheckButtons()
[all …]
H A Dbrkdlg.hxx40 ComboBox aComboBox; member in BreakPointDialog
/trunk/main/svtools/source/dialogs/
H A Dproperty.cxx315 aComboBox(this,WB_BORDER | WB_DROPDOWN | WB_TABSTOP) in SvXPropertyComboBox()
318 aComboBox.SetModifyHdl( in SvXPropertyComboBox()
320 aComboBox.SetGetFocusHdl( in SvXPropertyComboBox()
322 aComboBox.SetLoseFocusHdl( in SvXPropertyComboBox()
324 aComboBox.Show(); in SvXPropertyComboBox()
329 aComboBox(this,WB_BORDER | WB_DROPDOWN | WB_TABSTOP) in SvXPropertyComboBox()
332 aComboBox.SetModifyHdl( in SvXPropertyComboBox()
334 aComboBox.SetGetFocusHdl( in SvXPropertyComboBox()
336 aComboBox.SetLoseFocusHdl( in SvXPropertyComboBox()
341 aComboBox.Show(); in SvXPropertyComboBox()
[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()