Home
last modified time | relevance | path

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

/aoo4110/main/sfx2/qa/complex/sfx2/undo/
H A DDrawingOrPresentationDocumentTest.java153 …final XPropertySet firstPageProps = UnoRuntime.queryInterface( XPropertySet.class, firstPageShapes… in impl_getFirstPagePlayground() local
154 final int pageWidth = ((Integer)firstPageProps.getPropertyValue( "Width" )).intValue(); in impl_getFirstPagePlayground()
155 final int pageHeight = ((Integer)firstPageProps.getPropertyValue( "Height" )).intValue(); in impl_getFirstPagePlayground()
156 … final int borderLeft = ((Integer)firstPageProps.getPropertyValue( "BorderLeft" )).intValue(); in impl_getFirstPagePlayground()
157 final int borderTop = ((Integer)firstPageProps.getPropertyValue( "BorderTop" )).intValue(); in impl_getFirstPagePlayground()
158 … final int borderRight = ((Integer)firstPageProps.getPropertyValue( "BorderRight" )).intValue(); in impl_getFirstPagePlayground()
159 … final int borderBottom = ((Integer)firstPageProps.getPropertyValue( "BorderBottom" )).intValue(); in impl_getFirstPagePlayground()

Completed in 11 milliseconds