Searched refs:xLast (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/editeng/inc/editeng/ |
H A D | splwrap.hxx | 59 ::com::sun::star::uno::XInterface > xLast; // result of last spelling/hyphenation attempt 130 GetLast() { return xLast; } in GetLast() 133 { xLast = xNewLast; } in SetLast()
|
/aoo4110/main/unoxml/qa/complex/unoxml/ |
H A D | DOMTest.java | 428 XNode xLast = xDoc.getLastChild(); in testXDocument() local 429 assertEquals("XDocument.getLastChild()", xElemFooNs, xLast); in testXDocument() 626 XNode xLast = xDF.getLastChild(); in testXDocumentFragment() local 627 assertEquals("XDocumentFragment.getLastChild()", xElemFoo, xLast); in testXDocumentFragment() 1007 XNode xLast = xElemFoo.getLastChild(); in testXElement() local 1008 assertEquals("XDocument.getLastChild()", xElemFooNs, xLast); in testXElement() 1231 XNode xLast = xAttr.getLastChild(); in testXAttr() local 1232 assertEquals("XAttr.getLastChild()", xText, xLast); in testXAttr() 1974 XNode xLast = xER.getLastChild(); in testXEntityReference() local 1975 assertEquals("XEntityReference.getLastChild()", xERChild, xLast); in testXEntityReference()
|
/aoo4110/main/framework/source/services/ |
H A D | desktop.cxx | 605 …css::uno::Reference< css::frame::XFramesSupplier > xLast = css::uno::Reference< css::frame::XFrame… in getCurrentFrame() local 606 if( xLast.is() == sal_True ) in getCurrentFrame() 608 …mesSupplier > xNext = css::uno::Reference< css::frame::XFramesSupplier >( xLast->getActiveFrame(),… in getCurrentFrame() 611 xLast = xNext; in getCurrentFrame() 615 return css::uno::Reference< css::frame::XFrame >( xLast, css::uno::UNO_QUERY ); in getCurrentFrame()
|
Completed in 57 milliseconds