Home
last modified time | relevance | path

Searched refs:xLast (Results 1 – 3 of 3) sorted by relevance

/trunk/main/editeng/inc/editeng/
H A Dsplwrap.hxx59 ::com::sun::star::uno::XInterface > xLast; // result of last spelling/hyphenation attempt
130 GetLast() { return xLast; } in GetLast()
133 { xLast = xNewLast; } in SetLast()
/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java428 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()
/trunk/main/framework/source/services/
H A Ddesktop.cxx605 …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 28 milliseconds