Searched refs:xSibling (Results 1 – 2 of 2) sorted by relevance
741 Reference< XNode > xSibling = xChild; in lcl_ImportSiblings() local742 while (xSibling.is()) in lcl_ImportSiblings()745 xTargetDocument->importNode(xSibling, sal_True)); in lcl_ImportSiblings()747 xSibling = xSibling->getNextSibling(); in lcl_ImportSiblings()
993 css::uno::Reference< css::frame::XFrame > xSibling; in findFrame() local995 …( !(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 38 milliseconds