Searched refs:pSectionView (Results 1 – 1 of 1) sorted by relevance
491 OSectionView* pSectionView = getCurrentSectionView(); in GetState() local492 aReturn.bEnabled = pSectionView && pSectionView->GetMarkedObjectCount() > 2; in GetState()505 OSectionView* pSectionView = getCurrentSectionView(); in GetState() local506 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() local1072 if ( pSectionView ) in Execute()1073 pSectionView->DistributeMarkedObjects(); in Execute()1127 OSectionView* pSectionView = getCurrentSectionView(); in Execute() local[all …]