Searched refs:FormOperations (Results 1 – 12 of 12) sorted by relevance
71 static ::frm::OMultiInstanceAutoRegistration< ::frm::FormOperations > aAutoRegistration; in createRegistryInfo_FormOperations()133 FormOperations::FormOperations( const Reference< XMultiServiceFactory >& _rxContext ) in FormOperations() function in frm::FormOperations146 FormOperations::~FormOperations() in ~FormOperations()151 ::rtl::OUString FormOperations::getImplementationName_Static( ) throw(RuntimeException) in getImplementationName_Static()157 …Sequence< ::rtl::OUString > FormOperations::getSupportedServiceNames_Static( ) throw(RuntimeExcep… in getSupportedServiceNames_Static()165 …Reference< XInterface > SAL_CALL FormOperations::Create(const Reference< XMultiServiceFactory >& _… in Create()167 return *new FormOperations( _rxFactory ); in Create()171 …void SAL_CALL FormOperations::initialize( const Sequence< Any >& _arguments ) throw (Exception, Ru… in initialize()193 ::rtl::OUString SAL_CALL FormOperations::getImplementationName( ) throw (RuntimeException) in getImplementationName()199 …::sal_Bool SAL_CALL FormOperations::supportsService( const ::rtl::OUString& _ServiceName ) throw (… in supportsService()[all …]
60 class FormOperations :public ::cppu::BaseMutex class87 …FormOperations( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFacto…115 virtual ~FormOperations();307 typedef void (FormOperations::*Action)( const void* ) const;339 FormOperations(); // never implemented340 FormOperations( const FormOperations& ); // never implemented341 FormOperations& operator=( const FormOperations& ); // never implemented346 FormOperations& m_rOwner;350 inline MethodGuard( FormOperations& _rOwner ) in MethodGuard()354 m_rOwner.enterMethod( FormOperations::MethodAccess() ); in MethodGuard()[all …]
51 service FormOperations : XFormOperations53 …/** creates a <code>FormOperations</code> instance which works on a <type scope="com::sun::star::f…66 …/** creates a <code>FormOperations</code> instance which works on a <type scope="com::sun::star::f…
40 FormOperations.idl \
331 [attribute, readonly] XFormOperations FormOperations;
58 using ::com::sun::star::form::runtime::FormOperations;293 …m_xFormOperations = FormOperations::createWithFormController( m_aContext.getUNOContext(), _rxContr… in FormControllerHelper()319 … m_xFormOperations = FormOperations::createWithForm( m_aContext.getUNOContext(), _rxForm ); in FormControllerHelper()
200 using ::com::sun::star::form::runtime::FormOperations;1944 …m_xFormOperations.set( FormOperations::createWithFormController( m_aContext.getUNOContext(), this … in setModel()
28 import com.sun.star.form.runtime.FormOperations;161 m_formOperations = FormOperations.createWithFormController( in onFormsAlive()
37 <type scope="com::sun::star::form::runtime">FormOperations</type>.
86 [optional, property] ::com::sun::star::form::runtime::XFormOperations FormOperations;
70 @see ::com::sun::star::form::runtime::FormOperations
169 …_PROP_FORM_OPERATIONS rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FormOperations" ) )