Lines Matching refs:UnoEditControl

145 UnoEditControl::UnoEditControl( const Reference< XMultiServiceFactory >& i_factory )  in UnoEditControl()  function in UnoEditControl
159 uno::Any SAL_CALL UnoEditControl::queryAggregation( const uno::Type & rType ) throw(uno::RuntimeExc… in queryAggregation()
167 uno::Any SAL_CALL UnoEditControl::queryInterface( const uno::Type & rType ) throw(uno::RuntimeExcep… in queryInterface()
172 void SAL_CALL UnoEditControl::acquire( ) throw () in acquire()
177 void SAL_CALL UnoEditControl::release( ) throw () in release()
182 IMPLEMENT_FORWARD_XTYPEPROVIDER2( UnoEditControl, UnoControlBase, UnoEditControl_Base ) in IMPLEMENT_FORWARD_XTYPEPROVIDER2() argument
184 ::rtl::OUString UnoEditControl::GetComponentServiceName() in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
198 sal_Bool SAL_CALL UnoEditControl::setModel(const uno::Reference< awt::XControlModel >& _rModel) thr… in setModel()
205 void UnoEditControl::ImplSetPeerProperty( const ::rtl::OUString& rPropName, const uno::Any& rVal ) in ImplSetPeerProperty()
226 void UnoEditControl::dispose() throw(uno::RuntimeException) in dispose()
233 void UnoEditControl::createPeer( const uno::Reference< awt::XToolkit > & rxToolkit, const uno::Refe… in createPeer()
249 void UnoEditControl::textChanged(const awt::TextEvent& e) throw(uno::RuntimeException) in textChanged()
268 void UnoEditControl::addTextListener(const uno::Reference< awt::XTextListener > & l) throw(uno::Run… in addTextListener()
273 void UnoEditControl::removeTextListener(const uno::Reference< awt::XTextListener > & l) throw(uno::… in removeTextListener()
278 void UnoEditControl::setText( const ::rtl::OUString& aText ) throw(uno::RuntimeException) in setText()
322 void UnoEditControl::insertText( const awt::Selection& rSel, const ::rtl::OUString& rNewText ) thro… in insertText()
349 ::rtl::OUString UnoEditControl::getText() throw(uno::RuntimeException) in getText()
365 ::rtl::OUString UnoEditControl::getSelectedText( void ) throw(uno::RuntimeException) in getSelectedText()
375 void UnoEditControl::setSelection( const awt::Selection& aSelection ) throw(uno::RuntimeException) in setSelection()
382 awt::Selection UnoEditControl::getSelection( void ) throw(uno::RuntimeException) in getSelection()
391 sal_Bool UnoEditControl::isEditable( void ) throw(uno::RuntimeException) in isEditable()
396 void UnoEditControl::setEditable( sal_Bool bEditable ) throw(uno::RuntimeException) in setEditable()
403 sal_Int16 UnoEditControl::getMaxTextLen() throw(uno::RuntimeException) in getMaxTextLen()
413 void UnoEditControl::setMaxTextLen( sal_Int16 nLen ) throw(uno::RuntimeException) in setMaxTextLen()
431 awt::Size UnoEditControl::getMinimumSize( ) throw(uno::RuntimeException) in getMinimumSize()
436 awt::Size UnoEditControl::getPreferredSize( ) throw(uno::RuntimeException) in getPreferredSize()
441 awt::Size UnoEditControl::calcAdjustedSize( const awt::Size& rNewSize ) throw(uno::RuntimeException) in calcAdjustedSize()
446 awt::Size UnoEditControl::getMinimumSize( sal_Int16 nCols, sal_Int16 nLines ) throw(uno::RuntimeExc… in getMinimumSize()
451 void UnoEditControl::getColumnsAndLines( sal_Int16& nCols, sal_Int16& nLines ) throw(uno::RuntimeEx… in getColumnsAndLines()
521 :UnoEditControl( i_factory ) in UnoFileControl()
2802 :UnoEditControl( i_factory ) in UnoComboBoxControl()
2809 IMPL_SERVICEINFO_DERIVED( UnoComboBoxControl, UnoEditControl, szServiceName2_UnoControlComboBox ) in IMPL_SERVICEINFO_DERIVED() argument
2838 return (aRet.hasValue() ? aRet : UnoEditControl::queryAggregation( rType )); in queryAggregation()
2845 UnoEditControl::getTypes()
2850 UnoEditControl::updateFromModel();
2866 UnoEditControl::ImplSetPeerProperty( rPropName, rVal ); in ImplSetPeerProperty()
2870 UnoEditControl::createPeer( rxToolkit, rParentPeer ); in createPeer()
2947 if ( !UnoEditControl::setModel( i_rModel ) ) in setModel()
3123 :UnoEditControl( i_factory ) in UnoSpinFieldControl()
3134 return (aRet.hasValue() ? aRet : UnoEditControl::queryAggregation( rType )); in queryAggregation()
3140 UnoEditControl::getTypes()
3145 UnoEditControl::createPeer( rxToolkit, rParentPeer );