| /trunk/main/sw/source/ui/utlui/ |
| H A D | navipi.src | 34 // Size = MAP_PIXEL( 235, 195 ) ; 35 // ZoomInOutputSize = MAP_PIXEL (235, 56) ; 36 Size = MAP_PIXEL ( 282, 59 ) ; 97 Pos = MAP_PIXEL ( 5, 5 ) ; 98 Size = MAP_PIXEL ( 300, 47 ) ; 239 Pos = MAP_PIXEL ( 5, 5 ) ; 240 Size = MAP_PIXEL ( 300, 47 ) ; 306 Pos = MAP_PIXEL ( 5, 62 ) ; 307 Size = MAP_PIXEL ( 274, 112 ) ; 316 Pos = MAP_PIXEL ( 5, 34 ) ; [all …]
|
| /trunk/main/sc/source/ui/sidebar/ |
| H A D | CellAppearancePropertyPanel.src | 340 …Size = MAP_PIXEL( POPUPPANEL_MARGIN_SMALL_PIXEL * 2 + 108, POPUPPANEL_MARGIN_SMALL_PIXEL * 2 + 138… 345 …Pos = MAP_PIXEL ( POPUPPANEL_MARGIN_SMALL_PIXEL, POPUPPANEL_MARGIN_SMALL_PIXEL ) ; //MAP_APPFONT (… 346 Size = MAP_PIXEL ( TOOLBOX_BORDER_WIDTH, 31 ) ; //MAP_APPFONT ( TOOLBOX_BORDER_WIDTH, 20 ) ; 380 …Pos = MAP_PIXEL ( POPUPPANEL_MARGIN_SMALL_PIXEL, POPUPPANEL_MARGIN_SMALL_PIXEL + 31 ) ; //MAP_APPF… 381 Size = MAP_PIXEL ( TOOLBOX_BORDER_WIDTH, 8 ) ; // MAP_APPFONT ( TOOLBOX_BORDER_WIDTH, 5 ) ; 386 …Pos = MAP_PIXEL ( POPUPPANEL_MARGIN_SMALL_PIXEL, POPUPPANEL_MARGIN_SMALL_PIXEL + 31 + 8 ) ; // MAP… 387 Size = MAP_PIXEL ( TOOLBOX_BORDER_WIDTH, 61 ) ; 394 …Pos = MAP_PIXEL ( POPUPPANEL_MARGIN_SMALL_PIXEL, POPUPPANEL_MARGIN_SMALL_PIXEL + 31 + 8 + 61 ) ; /… 395 Size = MAP_PIXEL ( TOOLBOX_BORDER_WIDTH, 8 ) ; 400 …Pos = MAP_PIXEL ( POPUPPANEL_MARGIN_SMALL_PIXEL, POPUPPANEL_MARGIN_SMALL_PIXEL + 31 +8 + 61 + 8 ) … [all …]
|
| /trunk/main/sw/source/core/docnode/ |
| H A D | ndnotxt.cxx | 131 sal_Bool bPixelGrf = aGrfMap.GetMapUnit() == MAP_PIXEL; in HasContour() 132 const MapMode aContourMap( bPixelGrf ? MAP_PIXEL : MAP_100TH_MM ); in HasContour() 226 ASSERT( aGrfMap.GetMapUnit() != MAP_PIXEL || in GetContourAPI() 227 aGrfMap == MapMode( MAP_PIXEL ), in GetContourAPI() 229 if( aGrfMap.GetMapUnit() != MAP_PIXEL && in GetContourAPI() 258 bRet = aGrfMap.GetMapUnit() == MAP_PIXEL; in IsPixelContour()
|
| /trunk/main/vcl/source/gdi/ |
| H A D | outmap.cxx | 62 static int const s_ImplArySize = MAP_PIXEL+1; 251 case MAP_PIXEL: in ImplCalcMapResolution() 980 if ( eOld > MAP_PIXEL ) in SetRelativeMapMode() 984 else if ( eNew > MAP_PIXEL ) in SetRelativeMapMode() 998 if ( eOld == MAP_PIXEL ) in SetRelativeMapMode() 1003 else if ( eNew == MAP_PIXEL ) in SetRelativeMapMode() 1981 DBG_ASSERTWARNING( eUnitSource != MAP_PIXEL, \ 1983 DBG_ASSERTWARNING( eUnitDest != MAP_PIXEL, \ 2000 if ( eUnitSource == MAP_PIXEL ) \ 2002 else if( eUnitDest == MAP_PIXEL ) \ [all …]
|
| H A D | mapmod.cxx | 43 meUnit = MAP_PIXEL; in DBG_NAME() 130 mpImplMapMode = ImplMapMode::ImplGetStaticMapMode( MAP_PIXEL ); in MapMode() 281 ImplMapMode* pDefMapMode = ImplMapMode::ImplGetStaticMapMode( MAP_PIXEL ); in IsDefault()
|
| H A D | textlayout.cxx | 156 OSL_ENSURE( aTargetMapMode.GetMapUnit() == MAP_PIXEL, in ReferenceDeviceTextLayout() 161 OSL_ENSURE( aTargetMapMode.GetMapUnit() != MAP_PIXEL, in ReferenceDeviceTextLayout()
|
| H A D | gdimetafiletools.cxx | 727 if(MAP_PIXEL == rBitmapEx.GetPrefMapMode().GetMapUnit()) in clipMetafileContentAgainstOwnRegions() 754 if(MAP_PIXEL == rBitmap.GetPrefMapMode().GetMapUnit()) in clipMetafileContentAgainstOwnRegions()
|
| /trunk/main/sc/source/ui/view/ |
| H A D | gridwin4.cxx | 683 pContentDev->SetMapMode(MAP_PIXEL); in Draw() 720 pContentDev->SetMapMode(MAP_PIXEL); in Draw() 731 pContentDev->SetMapMode(MAP_PIXEL); in Draw() 756 pContentDev->SetMapMode(MAP_PIXEL); in Draw() 833 pContentDev->SetMapMode(MAP_PIXEL); in Draw() 933 SetMapMode(MAP_PIXEL); in Draw() 949 SetMapMode(MAP_PIXEL); in Draw() 1522 MapMode aOld = GetMapMode(); SetMapMode(MAP_PIXEL); // erst nach den return's !!! in InvertSimple()
|
| /trunk/main/sd/source/ui/presenter/ |
| H A D | PresenterTextView.cxx | 322 mpOutputDevice->SetMapMode(MAP_PIXEL); in Implementation() 415 pEditEngine->SetRefMapMode (MAP_PIXEL); in CreateEditEngine() 574 mpOutputDevice->SetMapMode(MAP_PIXEL); in GetBitmap()
|
| /trunk/main/svx/source/svdraw/ |
| H A D | impgrfll.cxx | 77 aBmpPrefMapMode = MAP_PIXEL; in ImpCalcBmpFillSizes() 82 if( MAP_PIXEL == aBmpPrefMapMode.GetMapUnit() ) in ImpCalcBmpFillSizes()
|
| H A D | svdtrans.cxx | 719 case MAP_PIXEL : { in GetInchOrMM() 838 case MAP_PIXEL : break; in GetMeterOrInch() 1054 case MAP_PIXEL : pText = "pixel"; break; in TakeUnitStr()
|
| /trunk/main/toolkit/source/helper/ |
| H A D | vclunohelper.cxx | 433 return MAP_PIXEL; in UnoEmbed2VCLMapUnit() 464 case MAP_PIXEL: in VCL2UnoEmbedMapUnit() 597 eMode = MAP_PIXEL; in ConvertToMapModeUnit() 682 case MAP_PIXEL: in ConvertToMeasurementUnit()
|
| /trunk/main/svtools/source/graphic/ |
| H A D | grfmgr.cxx | 358 if( maGraphic.GetPrefMapMode() == MAP_PIXEL ) in ImplGetCropParams() 976 if( aMapGraph == MAP_PIXEL ) in GetTransformedGraphic() 1049 if( aMapGraph == MAP_PIXEL ) in GetTransformedGraphic() 1501 if(MAP_PIXEL == GetPrefMapMode().GetMapUnit()) in calculateCropScaling()
|
| /trunk/main/svx/source/sdr/contact/ |
| H A D | viewcontactofgraphic.cxx | 115 if(MAP_PIXEL == GetGrafObject().GetGrafPrefMapMode().GetMapUnit()) in createVIP2DSForPresObj() 207 if(MAP_PIXEL == aDraftBitmap.GetPrefMapMode().GetMapUnit()) in createVIP2DSForDraft()
|
| /trunk/main/svx/source/dialog/ |
| H A D | _contdlg.cxx | 290 sal_Bool bPixelMap = aGrfMap.GetMapUnit() == MAP_PIXEL; in ScaleContour() 558 sal_Bool bPixelMap = aGrfMap.GetMapUnit() == MAP_PIXEL; in SetPolyPolygon() 595 sal_Bool bPixelMap = aGrfMap.GetMapUnit() == MAP_PIXEL; in GetPolyPolygon()
|
| /trunk/main/svtools/source/filter/ |
| H A D | exportdialog.cxx | 128 MapUnit aMapUnit( MAP_PIXEL ); in GetMapUnit() 135 case UNIT_PIXEL : aMapUnit = MAP_PIXEL; break; in GetMapUnit() 1328 if ( aMapUnit == MAP_PIXEL ) in updateControls() 1437 case MAP_PIXEL : maSize.Width = maMfSizeX.GetValue(); break; in IMPL_LINK() 1471 case MAP_PIXEL : maSize.Height = maMfSizeY.GetValue(); break; in IMPL_LINK()
|
| /trunk/main/sd/source/ui/tools/ |
| H A D | PreviewRenderer.cxx | 427 aMapMode.SetMapUnit(MAP_PIXEL); in SetupOutputSize() 513 aMapMode.SetMapUnit(MAP_PIXEL); in ScaleBitmap()
|
| /trunk/main/slideshow/source/engine/ |
| H A D | rehearsetimingsactivity.cxx | 170 blackHole.SetMapMode( MAP_PIXEL ); in RehearseTimingsActivity() 458 blackHole.SetMapMode( MAP_PIXEL ); in paint()
|
| /trunk/main/sfx2/source/dialog/ |
| H A D | versdlg.cxx | 357 aVersionBox.SetTab( 1, nTab + nDelta, MAP_PIXEL ); in RecalcDateColumn() 359 aVersionBox.SetTab( 2, nTab + nDelta, MAP_PIXEL ); in RecalcDateColumn()
|
| /trunk/main/sd/source/ui/notes/ |
| H A D | EditWindow.cxx | 61 SetMapMode(MAP_PIXEL); in EditWindow() 207 pEditEngine->SetRefMapMode (MAP_PIXEL); in CreateEditEngine()
|
| /trunk/main/tools/inc/tools/ |
| H A D | mapunit.hxx | 33 MAP_POINT, MAP_TWIP, MAP_PIXEL, MAP_SYSFONT, MAP_APPFONT, enumerator
|
| /trunk/main/forms/source/richtext/ |
| H A D | richtextcontrol.cxx | 413 if ( eTargetUnit != MAP_PIXEL ) in draw() 418 if ( eTargetUnit != MAP_PIXEL ) in draw()
|
| /trunk/main/sc/source/ui/docshell/ |
| H A D | sizedev.cxx | 48 pDevice->SetMapMode( MAP_PIXEL ); // GetNeededSize needs pixel MapMode in ScSizeDeviceProvider()
|
| /trunk/main/vcl/inc/vcl/ |
| H A D | morebtn.hxx | 69 void SetMapUnit( MapUnit eNewUnit = MAP_PIXEL ) { meUnit = eNewUnit; } in SetMapUnit()
|
| /trunk/main/sw/source/core/bastyp/ |
| H A D | swtypes.cxx | 94 if( MAP_PIXEL == rGraphic.GetPrefMapMode().GetMapUnit() ) in GetGraphicSizeTwip()
|