Lines Matching refs:mnState
57 sal_uInt16 mnState; // 0 = single, 1 = auto, 2 = book, 3 = none member
72 mpImpl->mnState = 0; in SwViewLayoutControl()
104 mpImpl->mnState = 0; in StateChanged()
107 mpImpl->mnState = 1; in StateChanged()
110 mpImpl->mnState = 2; in StateChanged()
112 mpImpl->mnState = 3; in StateChanged()
131 const bool bSingleColumn = 0 == mpImpl->mnState; in Paint()
132 const bool bAutomatic = 1 == mpImpl->mnState; in Paint()
133 const bool bBookMode = 2 == mpImpl->mnState; in Paint()
177 mpImpl->mnState = 0; // single in MouseButtonDown()
182 mpImpl->mnState = 1; // auto in MouseButtonDown()
187 mpImpl->mnState = 2; // book in MouseButtonDown()