Home
last modified time | relevance | path

Searched refs:xPageProperties (Results 1 – 4 of 4) sorted by relevance

/trunk/test/testuno/source/testlib/uno/
H A DPageUtil.java118 XPropertySet xPageProperties = (XPropertySet) UnoRuntime in getPageSize() local
121 ((Integer) xPageProperties.getPropertyValue("Width")) in getPageSize()
123 ((Integer) xPageProperties.getPropertyValue("Height")) in getPageSize()
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DPageHelper.java104 XPropertySet xPageProperties = (XPropertySet) in getPageSize() local
107 ((Integer)xPageProperties.getPropertyValue( "Width" )).intValue(), in getPageSize()
108 ((Integer)xPageProperties.getPropertyValue( "Height" )).intValue() ); in getPageSize()
H A DDrawingDemo.java285 XPropertySet xPageProperties = (XPropertySet) in Demo_PolyPolygonBezier() local
287 int nPageWidth = ((Integer)xPageProperties.getPropertyValue( "Width" )).intValue() / 2; in Demo_PolyPolygonBezier()
288 int nPageHeight = ((Integer)xPageProperties.getPropertyValue( "Height" )).intValue() / 2; in Demo_PolyPolygonBezier()
/trunk/main/sd/source/ui/accessibility/
H A DAccessiblePageShape.cxx342 Reference<beans::XPropertySet> xPageProperties (mxPage, UNO_QUERY); in CreateAccessibleName() local
348 if (xPageProperties.is()) in CreateAccessibleName()
350 xPageProperties->getPropertyValue(A2S("LinkDisplayName")) >>= sCurrentSlideName; in CreateAccessibleName()

Completed in 30 milliseconds