Searched refs:xProps2 (Results 1 – 2 of 2) sorted by relevance
130 XPropertySet xProps2 = UnoRuntime.queryInterface(XPropertySet.class, xPropContainer); in checkDocInfo() local131 showPropertySet(xProps2); in checkDocInfo()
162 uno::Reference< beans::XPropertySet> xProps2(pData2->xShape, uno::UNO_QUERY); in operator ()() local163 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 16 milliseconds