Lines Matching refs:mpView
44 : mpView (pView), in AccessibleViewForwarder()
49 for(sal_uInt32 a(0L); a < mpView->PaintWindowCount(); a++) in AccessibleViewForwarder()
51 SdrPaintWindow* pPaintWindow = mpView->GetPaintWindow(a); in AccessibleViewForwarder()
85 if((sal_uInt32)mnWindowId < mpView->PaintWindowCount()) in GetVisibleArea()
87 SdrPaintWindow* pPaintWindow = mpView->GetPaintWindow((sal_uInt32)mnWindowId); in GetVisibleArea()
103 OSL_ASSERT (mpView != NULL); in LogicToPixel()
104 if((sal_uInt32)mnWindowId < mpView->PaintWindowCount()) in LogicToPixel()
106 SdrPaintWindow* pPaintWindow = mpView->GetPaintWindow((sal_uInt32)mnWindowId); in LogicToPixel()
120 OSL_ASSERT (mpView != NULL); in LogicToPixel()
121 if((sal_uInt32)mnWindowId < mpView->PaintWindowCount()) in LogicToPixel()
123 SdrPaintWindow* pPaintWindow = mpView->GetPaintWindow((sal_uInt32)mnWindowId); in LogicToPixel()
139 OSL_ASSERT (mpView != NULL); in PixelToLogic()
140 if((sal_uInt32)mnWindowId < mpView->PaintWindowCount()) in PixelToLogic()
142 SdrPaintWindow* pPaintWindow = mpView->GetPaintWindow((sal_uInt32)mnWindowId); in PixelToLogic()
156 OSL_ASSERT (mpView != NULL); in PixelToLogic()
157 if((sal_uInt32)mnWindowId < mpView->PaintWindowCount()) in PixelToLogic()
159 SdrPaintWindow* pPaintWindow = mpView->GetPaintWindow((sal_uInt32)mnWindowId); in PixelToLogic()