Searched refs:xAsChild (Results 1 – 12 of 12) sorted by relevance
/aoo4110/main/svx/source/form/ |
H A D | fmpgeimp.cxx | 342 Reference< XChild > xAsChild( m_xForms, UNO_QUERY ); in getForms() local 343 if ( xAsChild.is() ) in getForms() 347 xAsChild->setParent( pObjShell->GetModel() ); in getForms() 373 Reference< XChild > xAsChild( xCurrentForm, UNO_QUERY ); in validateCurForm() local 374 DBG_ASSERT( xAsChild.is(), "FmFormPageImpl::validateCurForm: a form which is no child??" ); in validateCurForm() 375 if ( !xAsChild.is() || !xAsChild->getParent().is() ) in validateCurForm()
|
H A D | fmpage.cxx | 147 Reference< XChild > xAsChild( xForms, UNO_QUERY ); in SetModel() local 148 if ( xAsChild.is() ) in SetModel() 153 xAsChild->setParent( pObjShell->GetModel() ); in SetModel()
|
/aoo4110/main/dbaccess/source/ui/browser/ |
H A D | dbloader.cxx | 290 Reference< XChild > xAsChild( xConnection, UNO_QUERY ); in load() local 291 if ( xAsChild.is() ) in load() 293 OSL_ENSURE( Reference< XDataSource >( xAsChild->getParent(), UNO_QUERY ).is(), in load() 295 xDatabaseDocument.set( getDataSourceOrModel( xAsChild->getParent() ), UNO_QUERY ); in load()
|
/aoo4110/main/forms/qa/integration/forms/ |
H A D | dbfTools.java | 73 XChild xAsChild = UnoRuntime.queryInterface( XChild.class, aComponent ); in getParent() local 74 return UnoRuntime.queryInterface( aInterfaceClass, xAsChild.getParent() ); in getParent()
|
/aoo4110/main/forms/source/component/ |
H A D | ImageControl.cxx | 542 Reference< XChild > xAsChild( xDocument, UNO_QUERY ); in onConnectedDbColumn() local 543 while ( xAsChild.is() && !lcl_isValidDocumentURL( m_sDocumentURL ) ) in onConnectedDbColumn() 545 xDocument.set( xAsChild->getParent(), UNO_QUERY ); in onConnectedDbColumn() 548 xAsChild.set( xDocument, UNO_QUERY ); in onConnectedDbColumn()
|
H A D | Grid.cxx | 337 Reference<XChild> xAsChild(xSel, UNO_QUERY); in select() local 338 if (!xAsChild.is() || (xAsChild->getParent() != xMe)) in select()
|
H A D | FormComponent.cxx | 1916 Reference< XChild > xAsChild ( xAsPropSet, UNO_QUERY ); in setFastPropertyValue_NoBroadcast() local 1917 if ( !xAsChild.is() || !xAsServiceInfo->supportsService( m_aLabelServiceName ) ) in setFastPropertyValue_NoBroadcast() 1936 Reference< XInterface > xNewTopLevel = xAsChild->getParent(); in setFastPropertyValue_NoBroadcast()
|
/aoo4110/main/odk/examples/DevelopersGuide/Forms/ |
H A D | FLTools.java | 153 XChild xAsChild = (XChild)UnoRuntime.queryInterface( XChild.class, aComponent ); in getParent() local 155 return UnoRuntime.queryInterface( aInterfaceClass, xAsChild.getParent() ); in getParent()
|
H A D | DocumentHelper.java | 180 XChild xAsChild = (XChild)UnoRuntime.queryInterface( XChild.class, aForm ); in createSiblingForm() local 182 XIndexContainer.class, xAsChild.getParent() );; in createSiblingForm()
|
/aoo4110/main/extensions/source/propctrlr/ |
H A D | eventhandler.cxx | 583 Reference< XChild > xAsChild( _rxIntrospectee, UNO_QUERY ); in inspect() local 584 if ( xAsChild.is() && !Reference< XForm >( _rxIntrospectee, UNO_QUERY ).is() ) in inspect() 586 if ( FormComponentType::GRIDCONTROL == classifyComponent( xAsChild->getParent() ) ) in inspect()
|
/aoo4110/main/dbaccess/source/ui/uno/ |
H A D | copytablewizard.cxx | 670 Reference< XChild > xAsChild( _rxConnection, UNO_QUERY ); in lcl_getInteractionHandler_throw() local 671 if ( xAsChild.is() ) in lcl_getInteractionHandler_throw() 672 xDataSource = xDataSource.query( xAsChild->getParent() ); in lcl_getInteractionHandler_throw()
|
/aoo4110/main/connectivity/source/commontools/ |
H A D | parameters.cxx | 815 Reference< XChild > xAsChild( m_xComponent.get(), UNO_QUERY_THROW ); in getParentColumns() local 816 Reference< XPropertySet > xParent( xAsChild->getParent(), UNO_QUERY ); in getParentColumns()
|
Completed in 82 milliseconds