Home
last modified time | relevance | path

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

/AOO42X/main/wizards/com/sun/star/wizards/text/
H A DTextStyleHandler.java93 public Size changePageAlignment(XPropertySet _xPropPageStyle, boolean _bIsLandscape) in changePageAlignment() argument
97 _xPropPageStyle.setPropertyValue("IsLandscape", Boolean.valueOf(_bIsLandscape)); in changePageAlignment()
98 …Size aPageSize = (Size) AnyConverter.toObject(Size.class, _xPropPageStyle.getPropertyValue("Size")… in changePageAlignment()
102 _xPropPageStyle.setPropertyValue("Size", aSize); in changePageAlignment()
103 … return (Size) AnyConverter.toObject(Size.class, _xPropPageStyle.getPropertyValue("Size")); in changePageAlignment()