Home
last modified time | relevance | path

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

/trunk/main/vbahelper/source/vbahelper/
H A Dvbapagesetupbase.cxx263 sal_Bool isLandscape = sal_False; in getOrientation() local
265 aValue >>= isLandscape; in getOrientation()
267 if( isLandscape ) in getOrientation()
288 sal_Bool isLandscape = sal_False; in setOrientation() local
290 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()
/trunk/test/testuno/source/fvt/uno/sw/page/
H A DCheckPage.java67 private boolean isLandscape = false; field in CheckPage
76 …public CheckPage(boolean isLandscape, int width, int height, int topMargin, int bottomMargin, int … in CheckPage() argument
77 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 23 milliseconds