Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/uiview/
H A Dviewmdi.cxx113 const bool bAutomaticViewLayout = 0 == pOpt->GetViewLayoutColumns(); in _SetZoom() local
150 long nTmpWidth = bAutomaticViewLayout ? aPageSize.Width() : aRootSize.Width(); in _SetZoom()
163 const long nTmpWidth = bAutomaticViewLayout ? aPageSize.Width() : aRootSize.Width(); in _SetZoom()
H A Dview2.cxx1322 const bool bAutomaticViewLayout = 0 == nColumns; in StateStatusLine() local
1343 … long nTmpWidth = bAutomaticViewLayout ? aPageSize.Width() : aRootSize.Width(); in StateStatusLine()
1353 if ( bAutomaticViewLayout ) in StateStatusLine()