Searched refs:isLandscape (Results 1 – 2 of 2) sorted by relevance
263 sal_Bool isLandscape = sal_False; in getOrientation() local265 aValue >>= isLandscape; in getOrientation()267 if( isLandscape ) in getOrientation()288 sal_Bool isLandscape = sal_False; in setOrientation() local290 aValue >>= isLandscape; in setOrientation()293 if(( isLandscape && orientation != mnOrientLandscape ) || in setOrientation()294 ( !isLandscape && orientation != mnOrientPortrait )) in setOrientation()301 aValue <<= !isLandscape; in setOrientation()309 if( isLandscape ) in setOrientation()
67 private boolean isLandscape = false; field in CheckPage76 …public CheckPage(boolean isLandscape, int width, int height, int topMargin, int bottomMargin, int … in CheckPage() argument77 this.isLandscape = isLandscape; in CheckPage()106 …SWUtil.setDefaultPageStyleProperty(xComponent, isLandscapeProperty, new Boolean(this.isLandscape)); in testPage()151 …Assert.assertEquals(preDescription + ":" + this.isLandscapeProperty,this.isLandscape, isLandScape); in compare()
Completed in 15 milliseconds