Home
last modified time | relevance | path

Searched refs:FormOperations (Results 1 – 12 of 12) sorted by relevance

/aoo42x/main/forms/source/runtime/
H A Dformoperations.cxx133 FormOperations::FormOperations( const Reference< XMultiServiceFactory >& _rxContext ) in FormOperations() function in frm::FormOperations
146 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 …]
H A Dformoperations.hxx60 class FormOperations :public ::cppu::BaseMutex class
87FormOperations( 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 implemented
340 FormOperations( const FormOperations& ); // never implemented
341 FormOperations& operator=( const FormOperations& ); // never implemented
346 FormOperations& m_rOwner;
350 inline MethodGuard( FormOperations& _rOwner ) in MethodGuard()
354 m_rOwner.enterMethod( FormOperations::MethodAccess() ); in MethodGuard()
[all …]
/aoo42x/main/offapi/com/sun/star/form/runtime/
H A DFormOperations.idl51 service FormOperations : XFormOperations
53 …/** 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…
H A DXFormController.idl331 [attribute, readonly] XFormOperations FormOperations;
/aoo42x/main/svx/source/form/
H A Dformcontrolling.cxx58 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()
H A Dformcontroller.cxx200 using ::com::sun::star::form::runtime::FormOperations;
1944 …m_xFormOperations.set( FormOperations::createWithFormController( m_aContext.getUNOContext(), this … in setModel()
/aoo42x/main/odk/examples/DevelopersGuide/Forms/
H A DButtonOperator.java28 import com.sun.star.form.runtime.FormOperations;
161 m_formOperations = FormOperations.createWithFormController( in onFormsAlive()
/aoo42x/main/offapi/com/sun/star/form/
H A DFormControllerDispatcher.idl37 <type scope="com::sun::star::form::runtime">FormOperations</type>.
H A DFormController.idl86 [optional, property] ::com::sun::star::form::runtime::XFormOperations FormOperations;
/aoo42x/main/offapi/com/sun/star/view/
H A DXFormLayerAccess.idl70 @see ::com::sun::star::form::runtime::FormOperations
/aoo42x/main/svx/source/inc/
H A Dfmprop.hrc169 …_PROP_FORM_OPERATIONS rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FormOperations" ) )
/aoo42x/main/offapi/
H A DUnoApi_offapi.mk75 offapi/com/sun/star/form/runtime/FormOperations \

Completed in 1308 milliseconds