Lines Matching refs:bLandscape
289 bLandscape ( sal_False ), in SvxPageDescPage()
512 bLandscape = ( pImpl->mpDefPrinter->GetOrientation() == ORIENTATION_LANDSCAPE ); in Reset()
521 bLandscape = rItem.IsLandscape(); in Reset()
573 bLandscape = sal_True; in Reset()
575 aLandscapeBtn.Check( bLandscape ); in Reset()
576 aPortraitBtn.Check( !bLandscape ); in Reset()
582 if ( bLandscape ) in Reset()
591 if ( bLandscape ) in Reset()
1133 (!bLandscape && pBtn == &aLandscapeBtn) || in IMPL_LINK()
1134 (bLandscape && pBtn == &aPortraitBtn) in IMPL_LINK()
1137 bLandscape = aLandscapeBtn.IsChecked(); in IMPL_LINK()
1164 if ( bLandscape ) in SwapFirstValues_Impl()
1353 bLandscape = aLandscapeBtn.IsChecked(); in InitHeadFoot_Impl()