Searched refs:FormOperations (Results 1 – 12 of 12) sorted by relevance
133 FormOperations::FormOperations( const Reference< XMultiServiceFactory >& _rxContext ) in FormOperations() function in frm::FormOperations146 FormOperations::~FormOperations() in ~FormOperations()167 return *new FormOperations( _rxFactory ); in Create()994 void SAL_CALL FormOperations::disposing() in disposing()1039 void FormOperations::impl_initFromController_throw() in impl_initFromController_throw()1054 void FormOperations::impl_initFromForm_throw() in impl_initFromForm_throw()1186 void FormOperations::impl_disposeParser_nothrow() in impl_disposeParser_nothrow()1213 bool FormOperations::impl_canMoveLeft_throw( ) const in impl_canMoveLeft_throw()1280 bool FormOperations::impl_isParseable_throw() const in impl_isParseable_throw()1382 bool FormOperations::impl_moveLeft_throw( ) const in impl_moveLeft_throw()[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" ) )
Completed in 61 milliseconds