Home
last modified time | relevance | path

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

123456789

/trunk/main/svx/source/svdraw/
H A Dsvdoole2.cxx1172 uno::Reference< container::XChild > xChild( xObjRef.GetObject(), uno::UNO_QUERY ); in Connect_Impl() local
1173 if( xChild.is() ) in Connect_Impl()
1177 xChild->setParent( pModel->getUnoModel() ); in Connect_Impl()
/trunk/main/svx/source/accessibility/
H A DChildrenManagerImpl.hxx376 ::com::sun::star::accessibility::XAccessible>& xChild) const
H A DAccessibleTextHelper.cxx2105 uno::Reference< XAccessible > xChild = mpImpl->getAccessibleAtPoint( aPoint ); in GetAt() local
2109 return xChild; in GetAt()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DConfigHelper.java235 Object xChild=xSetCont.getByName(groupName); in getOrInsertGroup() local
/trunk/main/winaccessibility/source/UAccCOM/
H A DMAccessible.cpp2007 Reference<XAccessible> xChild = xListSel->getSelectedAccessibleChild(0); in get_groupPosition() local
2008 if (xChild.is()) in get_groupPosition()
2010 Reference<XAccessibleContext> xChildContext(xChild,UNO_QUERY); in get_groupPosition()
/trunk/main/svtools/source/contnr/
H A Dfileview.cxx1420 Reference< com::sun::star::container::XChild > xChild( xContent, UNO_QUERY ); in GetParentURL() local
1421 if ( xChild.is() ) in GetParentURL()
1423 Reference< XContent > xParent( xChild->getParent(), UNO_QUERY ); in GetParentURL()
/trunk/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx2092 Reference< container::XChild > xChild( xPointSet, uno::UNO_QUERY ); in createLegendSymbolForPoint() local
2093 if( xChild.is()) in createLegendSymbolForPoint()
2094 xChild->setParent( xSeriesProps ); in createLegendSymbolForPoint()
/trunk/main/sw/source/filter/html/
H A Dhtmlforw.cxx125 uno::Reference< container::XChild > xChild( rFormComp, uno::UNO_QUERY ); in SV_IMPL_OP_PTRARR_SORT() local
126 uno::Reference< uno::XInterface > xParentIfc = xChild->getParent(); in SV_IMPL_OP_PTRARR_SORT()
/trunk/main/dbaccess/source/ui/app/
H A DAppController.cxx2111 Reference<XChild> xChild(xRename,UNO_QUERY); in renameEntry() local
2112 if ( xChild.is() ) in renameEntry()
2114 Reference<XHierarchicalNameContainer> xParent(xChild->getParent(),UNO_QUERY); in renameEntry()
/trunk/main/forms/source/inc/
H A DInterfaceContainer.hxx69 ::com::sun::star::uno::Reference< ::com::sun::star::container::XChild > xChild;
/trunk/main/dbaccess/source/ui/browser/
H A Dformadapter.cxx1178 Reference< ::com::sun::star::container::XChild > xChild(*aIter, UNO_QUERY); in dispose() local
1179 if (xChild.is()) in dispose()
1180 xChild->setParent(Reference< XInterface > ()); in dispose()
/trunk/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx880 …uno::Reference< XAccessible > xChild( static_cast< ::cppu::OWeakObject* > (pChild), uno::UNO_QUERY… in getAccessibleChild() local
882 if( !xChild.is() ) in getAccessibleChild()
887 aChild = WeakBullet::HardRefType( xChild, pChild ); in getAccessibleChild()
/trunk/main/animations/source/animcore/
H A Danimcore.cxx1955 Reference< XInterface > xChild( newChild ); in appendChild() local
1957 if( xThis == xChild ) in appendChild()
/trunk/main/xmloff/source/draw/
H A Dximpshap.cxx3519 …uno::Reference< container::XChild > xChild(pSdXMLGraphicObjectShapeContext->getShape(), uno::UNO_Q… in removeGraphicFromImportContext() local
3521 if(xChild.is()) in removeGraphicFromImportContext()
3523 … uno::Reference< drawing::XShapes > xParent(xChild->getParent(), uno::UNO_QUERY_THROW); in removeGraphicFromImportContext()
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx3758 uno::Reference< accessibility::XAccessible > xChild = xContext->getAccessibleChild(i); in FindFocus() local
3759 if (!xChild.is()) in FindFocus()
3761 …uno::Reference< accessibility::XAccessibleContext > xChildContext = xChild->getAccessibleContext(); in FindFocus()
/trunk/main/chart2/source/view/main/
H A DChartView.cxx1235 uno::Reference< container::XChild > xChild( xChartModel, uno::UNO_QUERY ); in lcl_setDefaultWritingMode() local
1237 if ( xChild.is() ) in lcl_setDefaultWritingMode()
1239 … uno::Reference< beans::XPropertySet > xParentProps( xChild->getParent(), uno::UNO_QUERY ); in lcl_setDefaultWritingMode()
/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx1279 Reference<container::XChild> xChild(rChartDoc, uno::UNO_QUERY ); in parseDocument() local
1280 if ( xChild.is() ) in parseDocument()
1282 … Reference< beans::XPropertySet > xParentDoc( xChild->getParent(),uno::UNO_QUERY); in parseDocument()
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx2934 uno::Reference < container::XChild > xChild( xIPObj, uno::UNO_QUERY ); in attachToRange() local
2935 if ( xChild.is() ) in attachToRange()
2936 xChild->setParent( pDoc->GetDocShell()->GetModel() ); in attachToRange()
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx247 Reference< container::XChild > xChild( m_xModel, UNO_QUERY_THROW ); in impl_toggleScriptManager_nothrow() local
248 Reference< script::XEventAttacherManager > xManager( xChild->getParent(), UNO_QUERY_THROW ); in impl_toggleScriptManager_nothrow()
249 Reference< container::XIndexAccess > xContainer( xChild->getParent(), UNO_QUERY_THROW ); in impl_toggleScriptManager_nothrow()
/trunk/main/package/source/xstor/
H A Dxstorage.hxx340 …dIsDisposed( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& xChild );
H A Dxstorage.cxx2083 void OStorage::ChildIsDisposed( const uno::Reference< uno::XInterface >& xChild ) in ChildIsDisposed() argument
2096 if ( !xTmp.is() || xTmp == xChild ) in ChildIsDisposed()

Completed in 236 milliseconds

123456789