Lines Matching refs:OutputDevice

142 SdrPaintWindow* SdrPaintView::FindPaintWindow(const OutputDevice& rOut) const  in FindPaintWindow()
185 OutputDevice* SdrPaintView::GetFirstOutputDevice() const in GetFirstOutputDevice()
288 SdrPaintView::SdrPaintView(SdrModel* pModel1, OutputDevice* pOut) in SdrPaintView()
486 sal_uInt16 SdrPaintView::ImpGetMinMovLogic(short nMinMov, const OutputDevice* pOut) const in ImpGetMinMovLogic()
500 sal_uInt16 SdrPaintView::ImpGetHitTolLogic(short nHitTol, const OutputDevice* pOut) const in ImpGetHitTolLogic()
517 nHitTolLog=(sal_uInt16)((OutputDevice*)pActualOutDev)->PixelToLogic(Size(nHitTolPix,0)).Width(); in TheresNewMapMode()
518 nMinMovLog=(sal_uInt16)((OutputDevice*)pActualOutDev)->PixelToLogic(Size(nMinMovPix,0)).Width(); in TheresNewMapMode()
522 void SdrPaintView::SetActualWin(const OutputDevice* pWin) in SetActualWin()
629 void SdrPaintView::AddWindowToPaintView(OutputDevice* pNewWin) in AddWindowToPaintView()
646 void SdrPaintView::DeleteWindowFromPaintView(OutputDevice* pOldWin) in DeleteWindowFromPaintView()
769 void SdrPaintView::CompleteRedraw(OutputDevice* pOut, const Region& rReg, sdr::contact::ViewObjectC… in CompleteRedraw()
902 SdrPaintWindow* SdrPaintView::BeginCompleteRedraw(OutputDevice* pOut) in BeginCompleteRedraw()
968 SdrPaintWindow* SdrPaintView::BeginDrawLayers(OutputDevice* pOut, const Region& rReg, bool bDisable… in BeginDrawLayers()
1097 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in GlueInvalidate()
1140 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in InvalidateAllWin()
1433 void SdrPaintView::VisAreaChanged(const OutputDevice* pOut) in VisAreaChanged()
1439 SdrPageWindow* pWindow = mpPageView->FindPageWindow(*((OutputDevice*)pOut)); in VisAreaChanged()