Home
last modified time | relevance | path

Searched refs:xSuppForms (Results 1 – 6 of 6) sorted by relevance

/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DDocumentHelper.java285 XFormsSupplier xSuppForms = (XFormsSupplier)UnoRuntime.queryInterface( in getFormComponentTreeRoot() local
289 if ( null != xSuppForms ) in getFormComponentTreeRoot()
291 xFormsCollection = xSuppForms.getForms(); in getFormComponentTreeRoot()
/trunk/main/forms/qa/integration/forms/
H A DDocumentHelper.java369 XFormsSupplier xSuppForms = (XFormsSupplier)UnoRuntime.queryInterface( in getFormComponentTreeRoot() local
373 if ( null != xSuppForms ) in getFormComponentTreeRoot()
375 xFormsCollection = xSuppForms.getForms(); in getFormComponentTreeRoot()
/trunk/main/extensions/source/propctrlr/
H A Dcellbindinghelper.cxx136 … Reference< XFormsSupplier > xSuppForms( xSuppPage->getDrawPage(), UNO_QUERY_THROW ); in getControlSheetIndex() local
138 if ( xSuppForms->getForms() == xFormsCollection ) in getControlSheetIndex()
/trunk/main/dbaccess/source/core/recovery/
H A Dsubcomponentrecovery.cxx168 … Reference< XFormDocumentsSupplier > xSuppForms( xController->getModel(), UNO_QUERY_THROW ); in lcl_getSubComponentDef_nothrow() local
169 xDefinitionContainer.set( xSuppForms->getFormDocuments(), UNO_QUERY_THROW ); in lcl_getSubComponentDef_nothrow()
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmigrationengine.cxx1906 Reference< XFormsSupplier > xSuppForms( aPageIter.next(), UNO_QUERY_THROW ); in impl_adjustFormComponentEvents_nothrow() local
1907 Reference< XIndexAccess > xForms( xSuppForms->getForms(), UNO_QUERY_THROW ); in impl_adjustFormComponentEvents_nothrow()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddocumentdefinition.cxx1350 Reference< XFormsSupplier > xSuppForms( xSuppPage->getDrawPage(), UNO_QUERY_THROW ); in lcl_resetFormsToEmptyDataSource() local
1351 Reference< XIndexAccess > xForms( xSuppForms->getForms(), UNO_QUERY_THROW ); in lcl_resetFormsToEmptyDataSource()

Completed in 45 milliseconds