Home
last modified time | relevance | path

Searched refs:UnoEditControl (Results 1 – 6 of 6) sorted by relevance

/AOO42X/main/toolkit/source/controls/
H A Dunocontrols.cxx145 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()
[all …]
/AOO42X/main/forms/source/richtext/
H A Drichtextcontrol.cxx108 :UnoEditControl( _rxORB ) in DBG_NAME()
120 IMPLEMENT_FORWARD_XTYPEPROVIDER2( ORichTextControl, UnoEditControl, ORichTextControl_Base ) in IMPLEMENT_FORWARD_XTYPEPROVIDER2() argument
125 Any aReturn = UnoEditControl::queryAggregation( _rType ); in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
219 UnoEditControl::createPeer( _rToolkit, _rParentPeer ); in createPeer()
H A Drichtextcontrol.hxx55 class ORichTextControl :public UnoEditControl
74 DECLARE_UNO3_AGG_DEFAULTS( ORichTextControl, UnoEditControl );
/AOO42X/main/toolkit/inc/toolkit/controls/
H A Dunocontrols.hxx105 class TOOLKIT_DLLPUBLIC UnoEditControl :public UnoControlBase class
123UnoEditControl( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFacto…
169 DECLIMPL_SERVICEINFO_DERIVED( UnoEditControl, UnoControlBase, szServiceName2_UnoControlEdit )
202 class UnoFileControl : public UnoEditControl
209 …DECLIMPL_SERVICEINFO_DERIVED( UnoFileControl, UnoEditControl, szServiceName2_UnoControlFileControl…
943 class UnoComboBoxControl : public UnoEditControl
958 …entObject& Source ) throw(::com::sun::star::uno::RuntimeException) { UnoEditControl::disposing( So… in disposing()
961 …pe & rType ) throw(::com::sun::star::uno::RuntimeException) { return UnoEditControl::queryInterfac… in queryInterface()
1013 class UnoSpinFieldControl : public UnoEditControl,
1023 …pe & rType ) throw(::com::sun::star::uno::RuntimeException) { return UnoEditControl::queryInterfac… in queryInterface()
H A Dformattedcontrol.hxx119 …DECLIMPL_SERVICEINFO_DERIVED( UnoFormattedFieldControl, UnoEditControl, szServiceName2_UnoControlF…
/AOO42X/main/toolkit/source/helper/
H A Dregisterservices.cxx176 IMPL_CREATEINSTANCE2( UnoEditControl )
250 GET_FACTORY( UnoEditControl, szServiceName_UnoControlEdit, szServiceName2_UnoControlEdit ) in component_getFactory()