Home
last modified time | relevance | path

Searched refs:xChild (Results 176 – 200 of 221) sorted by relevance

123456789

/trunk/main/ucb/workben/ucb/
H A Ducbdemo.cxx1251 uno::Reference< ucb::XContent > xChild; in openAll() local
1264 xChild = xProv->queryContent( aEntry.m_xIdentifier ); in openAll()
1269 xChild = aEntry.m_xContent; in openAll()
1270 if ( !xChild.is() ) in openAll()
1276 UcbContent( m_rUCB, xChild, m_pOutEdit ). in openAll()
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.cxx2438 ::ucbhelper::ContentImplHelperRef xChild = (*it); in queryChildren()
2440 = xChild->getIdentifier()->getContentIdentifier(); in queryChildren()
2456 xChild.get() ) ) ); in queryChildren()
3191 ContentRef xChild = (*it); in exchangeIdentity() local
3195 xOldChildId = xChild->getIdentifier(); in exchangeIdentity()
3207 if ( !xChild->exchangeIdentity( xNewChildId ) ) in exchangeIdentity()
/trunk/main/unotools/source/ucbhelper/
H A Ducbhelper.cxx602 uno::Reference< XChild > xChild( aCnt.get(), UNO_QUERY ); in HasParentFolder() local
603 if ( xChild.is() ) in HasParentFolder()
605 uno::Reference< XContent > xParent( xChild->getParent(), UNO_QUERY ); in HasParentFolder()
/trunk/main/ucb/source/core/
H A Ducbcmds.cxx1662 uno::Reference< ucb::XContent > xChild in globalTransfer_() local
1664 if ( xChild.is() ) in globalTransfer_()
1669 = xChild->getIdentifier()->getContentIdentifier(); in globalTransfer_()
1672 xChild, in globalTransfer_()
/trunk/main/xmloff/source/draw/
H A Dshapeexport.cxx598 uno::Reference< container::XChild > xChild( xShape, uno::UNO_QUERY ); in exportShape() local
599 if( xChild.is() ) in exportShape()
601 uno::Reference< drawing::XShapes > xParent( xChild->getParent(), uno::UNO_QUERY ); in exportShape()
/trunk/main/connectivity/source/commontools/
H A Ddbtools2.cxx499 Reference<XChild> xChild(xParent,UNO_QUERY); in lcl_getXModel() local
500 xParent.set(xChild.is() ? xChild->getParent() : Reference< XInterface >(),UNO_QUERY); in lcl_getXModel()
/trunk/main/sd/source/filter/xml/
H A Dsdxmlwrp.cxx523 uno::Reference< container::XChild > xChild( mxModel, uno::UNO_QUERY ); in Import() local
524 if( xChild.is() ) in Import()
526 uno::Reference< beans::XPropertySet > xParentSet( xChild->getParent(), uno::UNO_QUERY ); in Import()
/trunk/main/sc/source/filter/xml/
H A Dxmlwrap.cxx442 uno::Reference< container::XChild > xChild( xModel, uno::UNO_QUERY ); in Import() local
443 if( xChild.is() ) in Import()
445 uno::Reference< beans::XPropertySet > xParentSet( xChild->getParent(), uno::UNO_QUERY ); in Import()
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh1.cxx518 uno::Reference < container::XChild > xChild( xRef.GetObject(), uno::UNO_QUERY ); in InsertOleObject() local
519 if ( xChild.is() ) in InsertOleObject()
520 xChild->setParent( pDoc->GetDocShell()->GetModel() ); in InsertOleObject()
/trunk/main/accessibility/source/extended/
H A Daccessiblelistboxentry.cxx1006 Reference< XAccessible > xChild; in getSelectedAccessibleChild() local
1021 xChild = new AccessibleListBoxEntry( *getListBox(), pEntry, this ); in getSelectedAccessibleChild()
1026 return xChild; in getSelectedAccessibleChild()
/trunk/main/wizards/com/sun/star/wizards/document/
H A DFormHandler.java325 XChild xChild = UnoRuntime.queryInterface(XChild.class, xControlModel); in belongsToForm() local
326 XNamed xNamed = UnoRuntime.queryInterface(XNamed.class, xChild.getParent()); in belongsToForm()
/trunk/main/sw/source/core/access/
H A Dacctable.cxx1033 … uno::Reference< XAccessible > xChild = xRowHeaderCellContext->getAccessibleChild( nChildIndex ); in getAccessibleRowDescription() local
1034 uno::Reference< XAccessibleText > xChildText( xChild, uno::UNO_QUERY ); in getAccessibleRowDescription()
1069 …uno::Reference< XAccessible > xChild = xColumnHeaderCellContext->getAccessibleChild( nChildIndex ); in getAccessibleColumnDescription() local
1070 uno::Reference< XAccessibleText > xChildText( xChild, uno::UNO_QUERY ); in getAccessibleColumnDescription()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbashape.cxx465 uno::Reference< container::XChild > xChild( m_xShape, uno::UNO_QUERY_THROW ); in ShapeRange() local
467 …xParent, mxContext, xIndexAccess, uno::Reference< drawing::XDrawPage >( xChild->getParent(), uno:… in ShapeRange()
/trunk/main/svx/source/form/
H A Dfmpgeimp.cxx660 Reference< XChild > xChild( xFormComponent, UNO_QUERY_THROW ); in setUniqueName() local
661 …OSL_ENSURE( !xChild->getParent().is(), "FmFormPageImpl::setUniqueName: to be called before inserti… in setUniqueName()
H A Dfmvwimp.cxx1161 Reference< XChild > xChild( xConnection, UNO_QUERY ); in implCreateFieldControl() local
1162 if ( xChild.is() ) in implCreateFieldControl()
1163 xDataSource = xDataSource.query( xChild->getParent() ); in implCreateFieldControl()
/trunk/main/sdext/source/minimizer/
H A Dconfigurationaccess.cxx397 Reference< container::XNameReplace > xChild( xChildFactory->createInstance(), UNO_QUERY_THROW ); in SaveConfiguration() local
398 xNameContainer->insertByName( aElementName, Any( xChild ) ); in SaveConfiguration()
/trunk/main/toolkit/source/layout/core/
H A Dflow.hxx46 css::uno::Reference< css::awt::XLayoutConstrains > xChild; member
/trunk/main/dbaccess/source/ui/app/
H A DAppDetailPageHelper.cxx979 Reference<XChild> xChild(_rObject,UNO_QUERY); in elementAdded() local
980 if ( xChild.is() && E_QUERY != _eType ) in elementAdded()
982 Reference<XContent> xContent(xChild->getParent(),UNO_QUERY); in elementAdded()
/trunk/main/toolkit/inc/layout/
H A Dlayout.hxx736 void setProps( css::uno::Reference< css::awt::XLayoutConstrains > xChild,
750 void setProps( css::uno::Reference< css::awt::XLayoutConstrains > xChild,
/trunk/main/framework/source/inc/accelerators/
H A Dstorageholder.hxx192 …css::embed::XStorage > getParentStorage(const css::uno::Reference< css::embed::XStorage >& xChild);
/trunk/main/desktop/source/migration/
H A Dmigration.cxx1192 uno::Reference< container::XIndexContainer > xChild; in mergeOldToNewVersion() local
1204 aPropSeq[j].Value >>= xChild; in mergeOldToNewVersion()
1209 xTemp = xChild; in mergeOldToNewVersion()
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11ywrapper.mm339 Reference< XAccessible > xChild( xContext -> getAccessibleChild( i ) );
340 if( xChild.is() ) {
341 … Reference< XAccessibleContext > xChildContext( xChild -> getAccessibleContext() );
/trunk/main/embeddedobj/source/commonembedding/
H A Dpersistence.cxx321 uno::Reference < container::XChild > xChild( i_rxDocument, uno::UNO_QUERY ); in EmbedAndReparentDoc_Impl() local
322 if ( xChild.is() ) in EmbedAndReparentDoc_Impl()
323 xChild->setParent( m_xParent ); in EmbedAndReparentDoc_Impl()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocument.cxx1118 uno::Reference< XAccessible > xChild( (*vi)->pAccShape); in FindSelectedShapesChanges() local
1119 aEvent.NewValue <<= xChild; in FindSelectedShapesChanges()
1129 uno::Reference< XAccessible > xChild( (*vi)->pAccShape); in FindSelectedShapesChanges() local
1130 aEvent.NewValue <<= xChild; in FindSelectedShapesChanges()
/trunk/main/fileaccess/source/
H A DFileAccess.cxx296 Reference< XChild > xChild( aFullDest.get(), UNO_QUERY_THROW ); in transferImpl()
298 xParent( xChild->getParent(), UNO_QUERY_THROW ); in transferImpl()

Completed in 1863 milliseconds

123456789