Lines Matching refs:m_aReportWindow

58     ,m_aReportWindow(this,m_pParent)  in OScrollWindowHelper()
67 m_aReportWindow.SetMapMode( MapMode( MAP_100TH_MM ) ); in OScrollWindowHelper()
68 m_aReportWindow.Show(); in OScrollWindowHelper()
103 m_aReportWindow.initialize(); in initialize()
127 aOutPixSz.Height() -= m_aReportWindow.getRulerHeight(); in ResizeScrollBars()
156 aOutPixSz.Height() += m_aReportWindow.getRulerHeight(); in ResizeScrollBars()
179 const sal_Int32 nNewHeight = aOutPixSz.Height() - m_aReportWindow.getRulerHeight(); in ResizeScrollBars()
180 …lcl_setScrollBar(nNewHeight,Point( aOutPixSz.Width(), m_aReportWindow.getRulerHeight() ),Size( nSc… in ResizeScrollBars()
191 m_aReportWindow.SetPosSizePixel(Point( 0, 0 ),aTotalOutputSize); in Resize()
196 m_aReportWindow.ScrollChildren( getThumbPos() );
204 m_aReportWindow.addSection(_xSection,_sColorEntry,_nPosition); in addSection()
209 m_aReportWindow.removeSection(_nPosition); in removeSection()
214 m_aReportWindow.toggleGrid(_bVisible); in toggleGrid()
219 return m_aReportWindow.getSectionCount(); in getSectionCount()
224 m_aReportWindow.SetInsertObj(eObj,_sShapeType); in SetInsertObj()
229 return m_aReportWindow.GetInsertObjString(); in GetInsertObjString()
234 m_aReportWindow.SetMode(_eNewMode); in SetMode()
239 return m_aReportWindow.HasSelection(); in HasSelection()
244 m_aReportWindow.Delete(); in Delete()
249 m_aReportWindow.Copy(); in Copy()
254 m_aReportWindow.Paste(); in Paste()
259 return m_aReportWindow.IsPasteAllowed(); in IsPasteAllowed()
264 m_aReportWindow.SelectAll(_nObjectType); in SelectAll()
269 m_aReportWindow.unmarkAllObjects(_pSectionView); in unmarkAllObjects()
274 return m_aReportWindow.getMaxMarkerWidth(_bWithEnd); in getMaxMarkerWidth()
279 m_aReportWindow.showRuler(_bShow); in showRuler()
284 return m_aReportWindow.handleKeyEvent(_rEvent); in handleKeyEvent()
289 m_aReportWindow.setMarked(_pSectionView,_bMark); in setMarked()
294 m_aReportWindow.setMarked(_xSection,_bMark); in setMarked()
299 m_aReportWindow.setMarked(_xShape,_bMark); in setMarked()
304 return m_aReportWindow.getMarkedSection(nsa); in getMarkedSection()
309 return m_aReportWindow.getSectionWindow(_xSection); in getSectionWindow()
314 m_aReportWindow.markSection(_nPos); in markSection()
319 m_aReportWindow.fillCollapsedSections(_rCollapsedPositions); in fillCollapsedSections()
324 m_aReportWindow.collapseSections(_aCollpasedSections); in collapseSections()
351 m_aReportWindow.alignMarkedObjects(_nControlModification, _bAlignAtSection, bBoundRects); in alignMarkedObjects()
376 m_aReportWindow.notifySizeChanged(); in _propertyChanged()
381 m_aReportWindow.setGridSnap(bOn); in setGridSnap()
386 m_aReportWindow.setDragStripes(bOn); in setDragStripes()
391 return m_aReportWindow.getMarkedObjectCount(); in getMarkedObjectCount()
396 m_aReportWindow.zoom(_aZoom); in zoom()
403 m_aReportWindow.fillControlModelSelection(_rSelection); in fillControlModelSelection()
408 return m_aReportWindow.getZoomFactor(_eType); in getZoomFactor()