Home
last modified time | relevance | path

Searched refs:xSibling (Results 1 – 2 of 2) sorted by relevance

/trunk/main/unoxml/source/dom/
H A Ddocument.cxx741 Reference< XNode > xSibling = xChild; in lcl_ImportSiblings() local
742 while (xSibling.is()) in lcl_ImportSiblings()
745 xTargetDocument->importNode(xSibling, sal_True)); in lcl_ImportSiblings()
747 xSibling = xSibling->getNextSibling(); in lcl_ImportSiblings()
/trunk/main/framework/source/services/
H A Dframe.cxx993 css::uno::Reference< css::frame::XFrame > xSibling; in findFrame() local
995 …( !(xContainer->getByIndex(i)>>=xSibling) ) || // control unpacki… in findFrame()
996 … ( ! xSibling.is() ) || // check for valid items in findFrame()
997 …( xSibling==static_cast< ::cppu::OWeakObject* >(this) ) // ignore ourself! (We are a part of t… in findFrame()
1008 xTarget = xSibling->findFrame(sTargetFrameName, nRightFlags ); in findFrame()

Completed in 50 milliseconds