Home
last modified time | relevance | path

Searched refs:aMapMode (Results 1 – 25 of 99) sorted by last modified time

1234

/trunk/main/svtools/source/misc/
H A Dtransfer.cxx1900 const MapMode aMapMode(rBmpEx.GetPrefMapMode()); in GetBitmapEx() local
1902 if(MAP_PIXEL != aMapMode.GetMapUnit()) in GetBitmapEx()
1904 … const Size aSize(OutputDevice::LogicToLogic(rBmpEx.GetPrefSize(), aMapMode, MAP_100TH_MM)); in GetBitmapEx()
/trunk/main/sw/source/core/doc/
H A Ddocnew.cxx739 MapMode aMapMode( pNewVir->GetMapMode() ); in CreateVirtualDevice_() local
740 aMapMode.SetMapUnit( MAP_TWIP ); in CreateVirtualDevice_()
741 pNewVir->SetMapMode( aMapMode ); in CreateVirtualDevice_()
/trunk/main/sw/source/ui/frmdlg/
H A Dcolex.cxx352 MapMode aMapMode( GetMapMode() ); in SwColumnOnlyExample() local
353 aMapMode.SetScaleX( aScale ); in SwColumnOnlyExample()
354 aMapMode.SetScaleY( aScale ); in SwColumnOnlyExample()
355 SetMapMode( aMapMode ); in SwColumnOnlyExample()
/trunk/main/sw/source/core/view/
H A Dpagepreviewlayout.cxx229 MapMode aMapMode( MAP_TWIP ); in Init() local
245 aMapMode.SetScaleY( aYScale ); in Init()
246 aMapMode.SetScaleX( aYScale ); in Init()
1108 MapMode aMapMode( pOutputDev->GetMapMode() ); in Paint() local
1109 MapMode aSavedMapMode = aMapMode; in Paint()
1121 aMapMode.SetOrigin( (*aPageIter)->aMapOffset ); in Paint()
1122 pOutputDev->SetMapMode( aMapMode ); in Paint()
1192 aMapMode.GetScaleX(), in Paint()
1268 MapMode aMapMode( pOutputDev->GetMapMode() ); in _PaintSelectMarkAtPage() local
1270 MapMode aSavedMapMode = aMapMode; in _PaintSelectMarkAtPage()
[all …]
H A Dvprint.cxx210 MapMode aMapMode( pOut->GetMapMode() ); in SetSwVisArea() local
211 aMapMode.SetOrigin( aPt ); in SetSwVisArea()
212 pOut->SetMapMode( aMapMode ); in SetSwVisArea()
229 MapMode aMapMode( pOutDev->GetMapMode() ); in InitPrt() local
230 aMapMode.SetMapUnit( MAP_TWIP ); in InitPrt()
231 pOutDev->SetMapMode( aMapMode ); in InitPrt()
H A Dviewsh.cxx273 pVout->SetMapMode( aMapMode ); in ImplEndAction()
310 aMapMode.SetOrigin( aOrigin ); in ImplEndAction()
311 pVout->SetMapMode( aMapMode ); in ImplEndAction()
1272 MapMode aMapMode( GetWin()->GetMapMode() ); in VisPortChgd() local
1273 aMapMode.SetOrigin( aPt ); in VisPortChgd()
1274 GetWin()->SetMapMode( aMapMode ); in VisPortChgd()
1361 pVout->SetMapMode( aMapMode ); in SmoothScroll()
1386 aMapMode.SetOrigin( aPt ); in SmoothScroll()
1387 pVout->SetMapMode( aMapMode ); in SmoothScroll()
2685 aMapMode.SetOrigin( aOffset ); in GetPageNumAndSetOffsetForPDF()
[all …]
/trunk/main/sw/source/core/access/
H A Daccpara.cxx2741 MapMode aMapMode = pWin->GetMapMode(); in getIndexAtPoint() local
/trunk/main/svx/source/svdraw/
H A Dsvdotext.cxx1455 MapMode aMapMode(GetModel()->GetScaleUnit(), Point(0,0), in UpdateOutlinerFormatting() local
1458 rOutl.SetRefMapMode(aMapMode); in UpdateOutlinerFormatting()
H A Dsvdoole2.cxx2271 MapMode aMapMode( pModel->GetScaleUnit() ); in CalculateNewScaling() local
2272 aObjAreaSize = xObjRef.GetSize( &aMapMode ); in CalculateNewScaling()
/trunk/main/editeng/source/editeng/
H A Dimpedit.hxx1083 MapMode aMapMode( rMapMode ); in GetVirtualDevice() local
1084 aMapMode.SetOrigin( Point( 0, 0 ) ); in GetVirtualDevice()
1085 pVirtDev->SetMapMode( aMapMode ); in GetVirtualDevice()
H A Dimpedit3.cxx513 MapMode aMapMode( GetRefDevice()->GetMapMode() ); in ImpCheckRefMapMode() local
514 if ( aMapMode.GetScaleX().GetNumerator() != aMapMode.GetScaleX().GetDenominator() ) in ImpCheckRefMapMode()
516 else if ( aMapMode.GetScaleY().GetNumerator() != aMapMode.GetScaleY().GetDenominator() ) in ImpCheckRefMapMode()
522 aMapMode.SetScaleX( Scale1 ); in ImpCheckRefMapMode()
523 aMapMode.SetScaleY( Scale1 ); in ImpCheckRefMapMode()
525 GetRefDevice()->SetMapMode( aMapMode ); in ImpCheckRefMapMode()
H A Dimpedit.cxx1521 MapMode aMapMode( GetWindow()->GetMapMode() ); in ShowDDCursor() local
1522 aMapMode.SetOrigin( Point( 0, 0 ) ); in ShowDDCursor()
1523 pDragAndDropInfo->pBackground->SetMapMode( aMapMode ); in ShowDDCursor()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx1144 MapMode aMapMode( aSubstitute.GetPrefMapMode() ); in ImplWriteActions() local
1145 Size aOutSize( rVDev.LogicToLogic( aSize, rVDev.GetMapMode(), aMapMode ) ); in ImplWriteActions()
1146 Point aOrigin( rVDev.LogicToLogic( aPoint, rVDev.GetMapMode(), aMapMode ) ); in ImplWriteActions()
1148 aMapMode.SetOrigin( aOrigin ); in ImplWriteActions()
1149 aMapMode.SetScaleX( aOutSize.Width() / ( nBoundingBox[ 2 ] - nBoundingBox[ 0 ] ) ); in ImplWriteActions()
1150 aMapMode.SetScaleY( aOutSize.Height() / ( nBoundingBox[ 3 ] - nBoundingBox[ 1 ] ) ); in ImplWriteActions()
1152 ImplGetMapMode( aMapMode ); in ImplWriteActions()
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx288 MapMode aMapMode( pView->GetMapMode()); in Clear() local
289 aMapMode.SetOrigin( Point(0,0) ); in Clear()
290 pView->Control::SetMapMode( aMapMode ); in Clear()
756 MapMode aMapMode( pView->GetMapMode() ); in IMPL_LINK_INLINE_END() local
757 aMapMode.SetOrigin( aOrigin ); in IMPL_LINK_INLINE_END()
758 pView->SetMapMode( aMapMode ); in IMPL_LINK_INLINE_END()
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh1.cxx467 MapMode aMapMode( MAP_TWIP ); in InsertObject() local
468 Size aSize = xObj.GetSize( &aMapMode ); in InsertObject()
562 MapMode aMapMode( MAP_TWIP ); in InsertOleObject() local
563 Size aSz = xRef.GetSize( &aMapMode ); in InsertOleObject()
/trunk/main/vcl/source/gdi/
H A Ddibtools.cxx735 MapMode aMapMode( in ImplReadDIBBody() local
741 aNewBmp.SetPrefMapMode(aMapMode); in ImplReadDIBBody()
/trunk/main/drawinglayer/source/primitive2d/
H A Dgraphicprimitivehelper2d.cxx320 MapMode aMapMode(MAP_100TH_MM, aOrigin, aScaleX, aScaleY); in create2DDecompositionOfGraphic() local
325 aOut.SetMapMode(aMapMode); in create2DDecompositionOfGraphic()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx7313 … MapMode aMapMode( VCLUnoHelper::UnoEmbed2VCLMapUnit( xObj->getMapUnit( nViewAspect ) ) ); in CheckForConvertToSOObj() local
7316 aSz = lcl_GetPrefSize(rGrf, aMapMode ); in CheckForConvertToSOObj()
7320 aSz = OutputDevice::LogicToLogic( aSz, MapMode( MAP_100TH_MM ), aMapMode ); in CheckForConvertToSOObj()
/trunk/main/padmin/source/
H A Dpadialog.cxx415 MapMode aMapMode( MAP_100TH_MM ); in printPage() local
419 pPrinter->SetMapMode( aMapMode ); in printPage()
/trunk/main/svx/workben/
H A Dedittest.cxx1473 MapMode aMapMode( GetMapMode() ); in Paint() local
1474 aMapMode.SetOrigin( pEditView->GetOutputArea().TopLeft() ); in Paint()
1475 SetMapMode( aMapMode ); in Paint()
1477 aMapMode.SetOrigin( Point() ); in Paint()
1478 SetMapMode( aMapMode ); in Paint()
1565 MapMode aMapMode( MAP_100TH_MM, Point(0,0), Fraction(nZoom,100), Fraction(nZoom,100) ); in KeyInput() local
1566 SetMapMode( aMapMode ); in KeyInput()
1572 pEditEngine->SetRefMapMode( aMapMode ); in KeyInput()
1617 MapMode aMapMode( GetMapMode() ); in KeyInput() local
1618 aMapMode.SetOrigin( Point( 41, 41 ) ); in KeyInput()
[all …]
/trunk/main/starmath/source/
H A Daccessibility.cxx934 MapMode aMapMode(pOutDev->GetMapMode()); in GetVisArea() local
938 aMapMode.SetOrigin(Point()); in GetVisArea()
953 MapMode aMapMode(pOutDev->GetMapMode()); in LogicToPixel() local
956 aMapMode.SetOrigin(Point()); in LogicToPixel()
970 MapMode aMapMode(pOutDev->GetMapMode()); in PixelToLogic() local
971 aMapMode.SetOrigin(Point()); in PixelToLogic()
1597 aMapMode.SetOrigin(Point()); in GetVisArea()
1612 MapMode aMapMode(pOutDev->GetMapMode()); in LogicToPixel() local
1615 aMapMode.SetOrigin(Point()); in LogicToPixel()
1629 MapMode aMapMode(pOutDev->GetMapMode()); in PixelToLogic() local
[all …]
/trunk/main/sd/source/ui/view/
H A Dsdview.cxx1014 MapMode aMapMode( mpDoc->GetScaleUnit() ); in DoConnect() local
1015 Size aObjAreaSize = pObj->GetOrigObjSize( &aMapMode ); in DoConnect()
/trunk/main/sc/source/ui/app/
H A Dtransobj.cxx361 MapMode aMapMode( pEmbObj->GetMapUnit() ); in GetData() local
365 aVDev.SetMapMode( aMapMode ); in GetData()
367 aMtf.SetPrefMapMode( aMapMode ); in GetData()
/trunk/main/sc/source/core/data/
H A Ddocumen8.cxx212 MapMode aMapMode( pVirtualDevice_100th_mm->GetMapMode() ); in GetVirtualDevice_100th_mm() local
213 aMapMode.SetMapUnit( MAP_100TH_MM ); in GetVirtualDevice_100th_mm()
214 pVirtualDevice_100th_mm->SetMapMode( aMapMode ); in GetVirtualDevice_100th_mm()
/trunk/main/sc/source/ui/view/
H A Dgridwin5.cxx231 MapMode aMapMode = GetDrawMapMode( sal_True ); in ShowNoteMarker() local
232 Size aLeftSize = pLeft->PixelToLogic( pLeft->GetOutputSizePixel(), aMapMode ); in ShowNoteMarker()
233 Point aOrigin = aMapMode.GetOrigin(); in ShowNoteMarker()
238 aMapMode.SetOrigin( aOrigin ); in ShowNoteMarker()
242 aMapMode, bLeftEdge, bFast, bKeyboard ); in ShowNoteMarker()

Completed in 277 milliseconds

1234