Home
last modified time | relevance | path

Searched refs:pSectionView (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/reportdesign/source/ui/report/
H A DReportController.cxx491 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
[all …]