Home
last modified time | relevance | path

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

/AOO41X/main/forms/source/runtime/
H A Dformoperations.cxx71 static ::frm::OMultiInstanceAutoRegistration< ::frm::FormOperations > aAutoRegistration; in createRegistryInfo_FormOperations()
133 FormOperations::FormOperations( const Reference< XMultiServiceFactory >& _rxContext ) in FormOperations() function in frm::FormOperations
146 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 …]
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 …]
/AOO41X/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 Dmakefile.mk40 FormOperations.idl \
H A DXFormController.idl331 [attribute, readonly] XFormOperations FormOperations;
/AOO41X/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()
/AOO41X/main/odk/examples/DevelopersGuide/Forms/
H A DButtonOperator.java28 import com.sun.star.form.runtime.FormOperations;
161 m_formOperations = FormOperations.createWithFormController( in onFormsAlive()
/AOO41X/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;
/AOO41X/main/offapi/com/sun/star/view/
H A DXFormLayerAccess.idl70 @see ::com::sun::star::form::runtime::FormOperations
/AOO41X/main/svx/source/inc/
H A Dfmprop.hrc169 …_PROP_FORM_OPERATIONS rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FormOperations" ) )