Home
last modified time | relevance | path

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

/trunk/main/sfx2/qa/complex/sfx2/
H A DDocumentInfo.java130 XPropertySet xProps2 = UnoRuntime.queryInterface(XPropertySet.class, xPropContainer); in checkDocInfo() local
131 showPropertySet(xProps2); in checkDocInfo()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocument.cxx162 uno::Reference< beans::XPropertySet> xProps2(pData2->xShape, uno::UNO_QUERY); in operator ()() local
163 if (xProps1.is() && xProps2.is()) in operator ()()
166 uno::Any aPropAny2 = xProps2->getPropertyValue(msLayerId); in operator ()()
175 uno::Any aAny2 = xProps2->getPropertyValue(msZOrder); in operator ()()

Completed in 24 milliseconds