Searched refs:UnoEditControl (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/toolkit/source/controls/ |
H A D | unocontrols.cxx | 145 UnoEditControl::UnoEditControl( const Reference< XMultiServiceFactory >& i_factory ) in UnoEditControl() function in UnoEditControl 172 void SAL_CALL UnoEditControl::acquire( ) throw () in acquire() 177 void SAL_CALL UnoEditControl::release( ) throw () in release() 184 ::rtl::OUString UnoEditControl::GetComponentServiceName() in IMPLEMENT_FORWARD_XTYPEPROVIDER2() 521 :UnoEditControl( i_factory ) in UnoFileControl() 2802 :UnoEditControl( i_factory ) in UnoComboBoxControl() 2845 UnoEditControl::getTypes() 2850 UnoEditControl::updateFromModel(); 2947 if ( !UnoEditControl::setModel( i_rModel ) ) in setModel() 3123 :UnoEditControl( i_factory ) in UnoSpinFieldControl() [all …]
|
/aoo4110/main/forms/source/richtext/ |
H A D | richtextcontrol.cxx | 108 :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 D | richtextcontrol.hxx | 55 class ORichTextControl :public UnoEditControl 74 DECLARE_UNO3_AGG_DEFAULTS( ORichTextControl, UnoEditControl );
|
/aoo4110/main/toolkit/inc/toolkit/controls/ |
H A D | unocontrols.hxx | 105 class TOOLKIT_DLLPUBLIC UnoEditControl :public UnoControlBase class 123 …UnoEditControl( 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 D | formattedcontrol.hxx | 119 …DECLIMPL_SERVICEINFO_DERIVED( UnoFormattedFieldControl, UnoEditControl, szServiceName2_UnoControlF…
|
/aoo4110/main/toolkit/source/helper/ |
H A D | registerservices.cxx | 176 IMPL_CREATEINSTANCE2( UnoEditControl ) 250 GET_FACTORY( UnoEditControl, szServiceName_UnoControlEdit, szServiceName2_UnoControlEdit ) in component_getFactory()
|
Completed in 46 milliseconds