Lines Matching refs:getImpl
104 if ( !getImpl().mxEdit.is() ) in SetSelection()
105 getImpl().mxEdit->setSelection( awt::Selection( rSelection.Min(), rSelection.Max() ) ); in SetSelection()
114 if ( getImpl().mxEdit.is() ) in SetText()
116 getImpl().mxEdit->setText( rStr ); in SetText()
124 if ( !getImpl().mxEdit.is() ) in GetText()
125 return getImpl().mxEdit->getText(); in GetText()
131 if (&getImpl () && getImpl().mxEdit.is ()) in SetModifyHdl()
132 getImpl().SetModifyHdl( link ); in SetModifyHdl()
437 return getImpl().InsertEntry( rStr, nPos ); in InsertEntry()
442 getImpl().RemoveEntry( GetEntryPos( rStr ) ); in RemoveEntry()
447 getImpl().RemoveEntry( nPos ); in RemoveEntry()
453 getImpl().setProperty( "StringItemList", uno::Any( aNoItems ) ); in Clear()
458 return getImpl().GetEntryPos( rStr ); in GetEntryPos()
463 rtl::OUString rItem = getImpl().mxComboBox->getItem( nPos ); in GetEntry()
469 return getImpl().GetEntryCount(); in GetEntryCount()
474 if (&getImpl () && getImpl().mxComboBox.is ()) in SetClickHdl()
475 getImpl().SetClickHdl( link ); in SetClickHdl()
480 if (&getImpl () && getImpl().mxComboBox.is ()) in SetSelectHdl()
481 getImpl().SetSelectHdl( link ); in SetSelectHdl()
489 IMPL_CONSTRUCTORS_BODY( ComboBox, Edit, "combobox", getImpl().parent = parent; );
495 ComboBoxImpl &ComboBox::getImpl () const in getImpl() function in layout::ComboBox
671 return getImpl().InsertEntry(rStr, nPos); in InsertEntry()
676 return getImpl().RemoveEntry( nPos ); in RemoveEntry()
681 return getImpl().RemoveEntry( GetEntryPos( rStr ) ); in RemoveEntry()
687 getImpl().setProperty( "StringItemList", uno::Any( aNoItems ) ); in Clear()
692 return getImpl().GetEntryPos( rStr ); in GetEntryPos()
697 return getImpl().GetEntry( nPos ); in GetEntry()
702 return getImpl().GetEntryCount(); in GetEntryCount()
708 getImpl().SelectEntryPos( nPos, bSelect ); in SelectEntryPos()
721 return getImpl().GetSelectEntryCount(); in GetSelectEntryCount()
726 return getImpl().GetSelectEntryPos( nSelIndex ); in GetSelectEntryPos()
736 return getImpl ().GetSelectHdl (); in GetSelectHdl()
741 getImpl().SetSelectHdl( link ); in SetSelectHdl()
746 return getImpl ().GetSelectHdl (); in GetClickHdl()
751 if (&getImpl () && getImpl().mxListBox.is ()) in SetClickHdl()
752 getImpl().SetClickHdl( link ); in SetClickHdl()
757 return getImpl ().GetSelectHdl (); in GetDoubleClickHdl()
762 getImpl().SetDoubleClickHdl( link ); in SetDoubleClickHdl()