Lines Matching refs:pSectionView

491                 OSectionView* pSectionView = getCurrentSectionView();  in GetState()  local
492 aReturn.bEnabled = pSectionView && pSectionView->GetMarkedObjectCount() > 2; in GetState()
505 OSectionView* pSectionView = getCurrentSectionView(); in GetState() local
506 aReturn.bEnabled = pSectionView && pSectionView->OnlyShapesMarked(); in GetState()
510 … aReturn.bEnabled = pSectionView->GetLayerIdOfMarkedObjects() != RPT_LAYER_FRONT; in GetState()
512 … aReturn.bEnabled = pSectionView->GetLayerIdOfMarkedObjects() != RPT_LAYER_BACK; in GetState()
1071 OSectionView* pSectionView = getCurrentSectionView(); in Execute() local
1072 if ( pSectionView ) in Execute()
1073 pSectionView->DistributeMarkedObjects(); in Execute()
1127 OSectionView* pSectionView = getCurrentSectionView(); in Execute() local
1128 if ( pSectionView ) in Execute()
1129 pSectionView->MarkAll(); in Execute()
3654 OSectionView* pSectionView = NULL; in getCurrentSectionView() local
3657 pSectionView = &pSectionWindow->getReportSection().getSectionView(); in getCurrentSectionView()
3658 return pSectionView; in getCurrentSectionView()
3663 OSectionView* pSectionView = getCurrentSectionView(); in changeZOrder() local
3664 if ( pSectionView ) in changeZOrder()
3669 pSectionView->PutMarkedToBtm(); in changeZOrder()
3672 pSectionView->PutMarkedToTop(); in changeZOrder()
3675 pSectionView->MovMarkedToBtm(); in changeZOrder()
3678 pSectionView->MovMarkedToTop(); in changeZOrder()
3682 pSectionView->SetMarkedToLayer( RPT_LAYER_FRONT ); in changeZOrder()
3685 pSectionView->SetMarkedToLayer( RPT_LAYER_BACK ); in changeZOrder()