Lines Matching refs:m_aScrollWindow
146 ,m_aScrollWindow(this) in DBG_NAME()
172 …m_aSplitWin.InsertItem( REPORT_ID, &m_aScrollWindow, 100/*m_aScrollWindow.getMaxMarkerWidth(sal_Fa… in DBG_NAME()
192 m_aScrollWindow.Hide(); in ~ODesignView()
225 m_aScrollWindow.initialize(); in initialize()
226 m_aScrollWindow.Show(); in initialize()
359 m_aScrollWindow.SetMode(_eNewMode); in SetMode()
365 m_aScrollWindow.SetInsertObj( eObj,_sShapeType ); in SetInsertObj()
370 return m_aScrollWindow.GetInsertObjString(); in GetInsertObjString()
390 m_aScrollWindow.Copy(); in Copy()
397 m_aScrollWindow.Paste(); in Paste()
402 m_aScrollWindow.Delete(); in Delete()
407 return m_aScrollWindow.HasSelection(); in HasSelection()
413 return m_aScrollWindow.IsPasteAllowed(); in IsPasteAllowed()
422 m_aScrollWindow.setMarked(m_pCurrentView,sal_False); in UpdatePropertyBrowserDelayed()
425 m_aScrollWindow.setMarked(m_pCurrentView,sal_True); in UpdatePropertyBrowserDelayed()
436 m_aScrollWindow.toggleGrid(_bGridVisible); in toggleGrid()
441 return m_aScrollWindow.getSectionCount(); in getSectionCount()
446 m_aScrollWindow.showRuler(_bShow); in showRuler()
451 m_aScrollWindow.removeSection(_nPosition); in removeSection()
456 m_aScrollWindow.addSection(_xSection,_sColorEntry,_nPosition); in addSection()
465 ::boost::shared_ptr<OSectionWindow> pSectionWindow = m_aScrollWindow.getMarkedSection(); in GetFocus()
490 …if ( (aOutputSize.Width() - nTest) >= nMinWidth && nTest > m_aScrollWindow.getMaxMarkerWidth(sal_F…
502 m_aScrollWindow.SelectAll(_nObjectType); in SelectAll()
507 m_aScrollWindow.unmarkAllObjects(_pSectionView); in unmarkAllObjects()
547 m_aScrollWindow.setMarked(m_pCurrentView,sal_False); in showProperties()
640 return m_aScrollWindow.getMarkedSection(nsa); in getMarkedSection()
645 return m_aScrollWindow.getSectionWindow(_xSection); in getSectionWindow()
650 m_aScrollWindow.markSection(_nPos); in markSection()
655 m_aScrollWindow.fillCollapsedSections(_rCollapsedPositions); in fillCollapsedSections()
660 m_aScrollWindow.collapseSections(_aCollpasedSections); in collapseSections()
676 m_aScrollWindow.alignMarkedObjects(_nControlModification, _bAlignAtSection,bBoundRects); in alignMarkedObjects()
695 return m_aScrollWindow.handleKeyEvent(_rEvent); in handleKeyEvent()
700 m_aScrollWindow.setMarked(_xSection,_bMark); in setMarked()
709 m_aScrollWindow.setMarked(_aShapes,_bMark); in setMarked()
750 m_aScrollWindow.fillControlModelSelection(_rSelection); in fillControlModelSelection()
755 m_aScrollWindow.setGridSnap(bOn); in setGridSnap()
761 m_aScrollWindow.setDragStripes(bOn); in setDragStripes()
771 return m_aScrollWindow.getMarkedObjectCount(); in getMarkedObjectCount()
776 m_aScrollWindow.zoom(_aZoom); in zoom()
781 return m_aScrollWindow.getZoomFactor(_eType); in getZoomFactor()