Searched refs:xPageProperties (Results 1 – 4 of 4) sorted by relevance
118 XPropertySet xPageProperties = (XPropertySet) UnoRuntime in getPageSize() local121 ((Integer) xPageProperties.getPropertyValue("Width")) in getPageSize()123 ((Integer) xPageProperties.getPropertyValue("Height")) in getPageSize()
104 XPropertySet xPageProperties = (XPropertySet) in getPageSize() local107 ((Integer)xPageProperties.getPropertyValue( "Width" )).intValue(), in getPageSize()108 ((Integer)xPageProperties.getPropertyValue( "Height" )).intValue() ); in getPageSize()
285 XPropertySet xPageProperties = (XPropertySet) in Demo_PolyPolygonBezier() local287 int nPageWidth = ((Integer)xPageProperties.getPropertyValue( "Width" )).intValue() / 2; in Demo_PolyPolygonBezier()288 int nPageHeight = ((Integer)xPageProperties.getPropertyValue( "Height" )).intValue() / 2; in Demo_PolyPolygonBezier()
342 Reference<beans::XPropertySet> xPageProperties (mxPage, UNO_QUERY); in CreateAccessibleName() local348 if (xPageProperties.is()) in CreateAccessibleName()350 xPageProperties->getPropertyValue(A2S("LinkDisplayName")) >>= sCurrentSlideName; in CreateAccessibleName()
Completed in 33 milliseconds