Home
last modified time | relevance | path

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

/trunk/main/svx/source/form/
H A Dfmpgeimp.cxx342 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 Dfmpage.cxx147 Reference< XChild > xAsChild( xForms, UNO_QUERY ); in SetModel() local
148 if ( xAsChild.is() ) in SetModel()
153 xAsChild->setParent( pObjShell->GetModel() ); in SetModel()
/trunk/main/dbaccess/source/ui/browser/
H A Ddbloader.cxx290 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()
/trunk/main/forms/qa/integration/forms/
H A DdbfTools.java73 XChild xAsChild = UnoRuntime.queryInterface( XChild.class, aComponent ); in getParent() local
74 return UnoRuntime.queryInterface( aInterfaceClass, xAsChild.getParent() ); in getParent()
/trunk/main/forms/source/component/
H A DImageControl.cxx542 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 DGrid.cxx337 Reference<XChild> xAsChild(xSel, UNO_QUERY); in select() local
338 if (!xAsChild.is() || (xAsChild->getParent() != xMe)) in select()
H A DFormComponent.cxx1916 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()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DFLTools.java153 XChild xAsChild = (XChild)UnoRuntime.queryInterface( XChild.class, aComponent ); in getParent() local
155 return UnoRuntime.queryInterface( aInterfaceClass, xAsChild.getParent() ); in getParent()
H A DDocumentHelper.java180 XChild xAsChild = (XChild)UnoRuntime.queryInterface( XChild.class, aForm ); in createSiblingForm() local
182 XIndexContainer.class, xAsChild.getParent() );; in createSiblingForm()
/trunk/main/extensions/source/propctrlr/
H A Deventhandler.cxx583 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()
/trunk/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx672 Reference< XChild > xAsChild( _rxConnection, UNO_QUERY ); in lcl_getInteractionHandler_throw() local
673 if ( xAsChild.is() ) in lcl_getInteractionHandler_throw()
674 xDataSource = xDataSource.query( xAsChild->getParent() ); in lcl_getInteractionHandler_throw()
/trunk/main/connectivity/source/commontools/
H A Dparameters.cxx815 Reference< XChild > xAsChild( m_xComponent.get(), UNO_QUERY_THROW ); in getParentColumns() local
816 Reference< XPropertySet > xParent( xAsChild->getParent(), UNO_QUERY ); in getParentColumns()

Completed in 79 milliseconds