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 if ( getImpl() ) in Clear()
454 getImpl()->setProperty( "StringItemList", uno::Any( aNoItems ) ); in Clear()
459 return getImpl()->GetEntryPos( rStr ); in GetEntryPos()
464 rtl::OUString rItem = getImpl()->mxComboBox->getItem( nPos ); in GetEntry()
470 return getImpl()->GetEntryCount(); in GetEntryCount()
475 if (getImpl() && getImpl()->mxComboBox.is ()) in SetClickHdl()
476 getImpl()->SetClickHdl( link ); in SetClickHdl()
481 if (getImpl() && getImpl()->mxComboBox.is ()) in SetSelectHdl()
482 getImpl()->SetSelectHdl( link ); in SetSelectHdl()
490 IMPL_CONSTRUCTORS_BODY( ComboBox, Edit, "combobox", getImpl()->parent = parent; );
663 return getImpl()->InsertEntry(rStr, nPos); in InsertEntry()
668 return getImpl()->RemoveEntry( nPos ); in RemoveEntry()
673 return getImpl()->RemoveEntry( GetEntryPos( rStr ) ); in RemoveEntry()
679 if ( getImpl() ) in Clear()
680 getImpl()->setProperty( "StringItemList", uno::Any( aNoItems ) ); in Clear()
685 return getImpl()->GetEntryPos( rStr ); in GetEntryPos()
690 return getImpl()->GetEntry( nPos ); in GetEntry()
695 return getImpl()->GetEntryCount(); in GetEntryCount()
701 getImpl()->SelectEntryPos( nPos, bSelect ); in SelectEntryPos()
714 return getImpl()->GetSelectEntryCount(); in GetSelectEntryCount()
719 return getImpl()->GetSelectEntryPos( nSelIndex ); in GetSelectEntryPos()
729 return getImpl()->GetSelectHdl (); in GetSelectHdl()
734 getImpl()->SetSelectHdl( link ); in SetSelectHdl()
739 return getImpl()->GetSelectHdl (); in GetClickHdl()
744 if (getImpl() && getImpl()->mxListBox.is ()) in SetClickHdl()
745 getImpl()->SetClickHdl( link ); in SetClickHdl()
750 return getImpl()->GetSelectHdl (); in GetDoubleClickHdl()
755 getImpl()->SetDoubleClickHdl( link ); in SetDoubleClickHdl()