Searched refs:aTaskPanePos (Results 1 – 1 of 1) sorted by relevance
301 Point aTaskPanePos(nSplitPos + nSplitterWidth, _rPlayground.Top()); in resizeDocumentView() local304 aTaskPanePos.X() = aPlaygroundSize.Width() - m_pTaskPane->GetSizePixel().Width(); in resizeDocumentView()306 if ( nMinWidth > (aPlaygroundSize.Width() - aTaskPanePos.X()) ) in resizeDocumentView()308 aTaskPanePos.X() = aPlaygroundSize.Width() - nMinWidth; in resizeDocumentView()310 nSplitPos = aTaskPanePos.X() - nSplitterWidth; in resizeDocumentView()313 …nst long nTaskPaneSize = static_cast<long>((aPlaygroundSize.Width() - aTaskPanePos.X())*100/aPlayg… in resizeDocumentView()
Completed in 15 milliseconds