Home
last modified time | relevance | path

Searched refs:MapMode (Results 76 – 100 of 442) sorted by relevance

12345678910>>...18

/aoo4110/main/editeng/source/editeng/
H A Deditdbg.cxx209 MapMode aItemMapMode( (MapUnit) eUnit ); in DbgOutItem()
210 MapMode aPntMap( MAP_POINT ); in DbgOutItem()
279 MapMode aItemMapMode( (MapUnit) eUnit ); in DbgOutItem()
280 MapMode aPntMap( MAP_POINT ); in DbgOutItem()
H A Deertfpar.hxx76 MapMode aRTFMapMode;
77 MapMode aEditMapMode;
/aoo4110/main/chart2/source/controller/dialogs/
H A Ddlg_InsertTrendline.cxx82 LogicToPixel( Size( RSC_SP_CTRL_X, 10 ), MapMode( MAP_APPFONT )).getWidth(); in adjustSize()
91 MapMode( MAP_APPFONT )).getWidth()); in adjustSize()
H A Dres_TextSeparator.cxx80 Size aBigDistanceSize( rWindow.LogicToPixel( Size(0,RSC_SP_CTRL_Y), MapMode(MAP_APPFONT) ) ); in PositionBelowControl()
83 …(RSC_SP_CTRL_DESC_X, (RSC_CD_DROPDOWN_HEIGHT-RSC_CD_FIXEDTEXT_HEIGHT)/2), MapMode(MAP_APPFONT) ) ); in PositionBelowControl()
/aoo4110/main/sd/source/ui/slidesorter/view/
H A DSlsLayeredDevice.cxx114 void Validate (const MapMode& rMapMode);
338 const MapMode& rMapMode (mpTargetWindow->GetMapMode()); in HandleMapModeChange()
453 void Layer::Validate (const MapMode& rMapMode) in Validate()
/aoo4110/main/svtools/inc/svtools/
H A Dscrwin.hxx86 virtual void SetMapMode( const MapMode& rNewMapMode );
87 virtual MapMode GetMapMode() const;
H A Dgrfmgr.hxx200 MapMode maPrefMapMode;
381 …Graphic GetTransformedGraphic( const Size& rDestSize, const MapMode& rDestMap, const GraphicAt…
401 const MapMode& GetPrefMapMode() const { return maPrefMapMode; } in GetPrefMapMode()
/aoo4110/main/sw/source/core/view/
H A Dpagepreviewlayout.cxx231 MapMode aMapMode( MAP_TWIP ); in Init()
1110 MapMode aMapMode( pOutputDev->GetMapMode() ); in Paint()
1111 MapMode aSavedMapMode = aMapMode; in Paint()
1273 MapMode aMapMode( pOutputDev->GetMapMode() ); in _PaintSelectMarkAtPage()
1275 MapMode aSavedMapMode = aMapMode; in _PaintSelectMarkAtPage()
H A Dvprint.cxx210 MapMode aMapMode( pOut->GetMapMode() ); in SetSwVisArea()
229 MapMode aMapMode( pOutDev->GetMapMode() ); in InitPrt()
562 MapMode aTmp( pOutDev->GetMapMode() ); in PrintOrPDFExport()
/aoo4110/main/cui/source/options/
H A Ddbregister.cxx147 LogicToPixel( aSz, MapMode( MAP_APPFONT ) ).Width(), in DbRegistrationOptionsPage()
151 LogicToPixel( aSz, MapMode( MAP_APPFONT ) ).Width(), in DbRegistrationOptionsPage()
379 pPathBox->SetTab( i, PixelToLogic( aSz, MapMode(MAP_APPFONT) ).Width(), MAP_APPFONT ); in IMPL_LINK()
/aoo4110/main/sw/source/filter/html/
H A Dhtmldraw.cxx117 MapMode(MAP_TWIP) ); in InsertDrawObject()
497 ->PixelToLogic( aTwipSz, MapMode( MAP_TWIP ) ); in NewMarquee()
768 MapMode(MAP_TWIP) ).Width()); in OutHTML_DrawFrmFmtAsMarquee()
794 MapMode(MAP_TWIP) ); in OutHTML_DrawFrmFmtAsMarquee()
H A Dhtmltabw.cxx131 aSz = Application::GetDefaultDevice()->LogicToPixel( aSz, MapMode(MAP_TWIP) ); in Pixelize()
134 aSz = Application::GetDefaultDevice()->PixelToLogic( aSz, MapMode(MAP_TWIP) ); in Pixelize()
372 MapMode(MAP_TWIP) ); in OutTableCell()
666 Size(nTabWidth,0), MapMode(MAP_TWIP) ).Width(); in Write()
683 MapMode(MAP_TWIP) ); in Write()
/aoo4110/main/svtools/source/filter/
H A Dexportdialog.cxx743 Size aBorder( LogicToPixel( Size( 5, 5 ), MapMode( MAP_APPFONT ) ) ); in createSizeControls()
820 Size aBorder( LogicToPixel( Size( 5, 5 ), MapMode( MAP_APPFONT ) ) ); in createColorDepthControls()
854 Size aBorder( LogicToPixel( Size( 5, 5 ), MapMode( MAP_APPFONT ) ) ); in createFilterOptions()
1105 Size aBorder( LogicToPixel( Size( 5, 5 ), MapMode( MAP_APPFONT ) ) ); in createButtons()
1125 Size aBorder( LogicToPixel( Size( 5, 5 ), MapMode( MAP_APPFONT ) ) ); in setupLayout()
1323 MapMode( GetMapUnit( maLbSizeX.GetSelectEntryPos() ) ) ) ); in updateControls()
1447 MapMode aSourceMapMode( GetMapUnit( maLbSizeX.GetSelectEntryPos() ),Point(), aFract, aFract ); in IMPL_LINK()
1481 MapMode aSourceMapMode( GetMapUnit( maLbSizeX.GetSelectEntryPos() ),Point(), aFract, aFract ); in IMPL_LINK()
/aoo4110/main/svx/source/dialog/
H A Dmeasctrl.cxx58 MapMode aMapMode = GetMapMode(); in SvxXMeasurePreview()
138 MapMode aMapMode = GetMapMode(); in MouseButtonDown()
/aoo4110/main/vcl/inc/vcl/
H A Dalpha.hxx61 const MapMode& GetPrefMapMode() const { return Bitmap::GetPrefMapMode(); } in GetPrefMapMode()
62 void SetPrefMapMode( const MapMode& rMapMode ) { Bitmap::SetPrefMapMode( rMapMode ); } in SetPrefMapMode()
H A Dgraph.hxx145 MapMode GetPrefMapMode() const;
146 void SetPrefMapMode( const MapMode& rPrefMapMode );
H A Dbitmapex.hxx112 const MapMode& GetPrefMapMode() const { return aBitmap.GetPrefMapMode(); } in GetPrefMapMode()
113 void SetPrefMapMode( const MapMode& rPrefMapMode ) { aBitmap.SetPrefMapMode( rPrefMapMode ); } in SetPrefMapMode()
/aoo4110/main/sc/source/ui/Accessibility/
H A DAccessibleDocumentPagePreview.cxx524 const MapMode& aMapMode);
539 MapMode maMapMode;
550 const MapMode& aMapMode) in ScIAccessibleViewForwarder()
681 MapMode maMapMode;
733 void FillShapes(const Rectangle& aPixelPaintRect, const MapMode& aMapMode, sal_uInt8 nRangeId);
938 MapMode aMapMode; in Init()
1125 void ScShapeChilds::FillShapes(const Rectangle& aPixelPaintRect, const MapMode& aMapMode, sal_uInt8… in FillShapes()
/aoo4110/main/sw/source/core/inc/
H A Dfntcache.hxx39 class MapMode;
94 static MapMode *pPixMap;
/aoo4110/main/forms/source/richtext/
H A Drichtextengine.cxx63 MapMode aDeviceMapMode( pOutputDevice->GetMapMode() ); in Create()
75 MapMode aPointMapMode( MAP_POINT ); in Create()
/aoo4110/main/sd/source/ui/tools/
H A DPreviewRenderer.cxx196 MapMode aMapMode (mpPreviewDevice->GetMapMode()); in RenderSubstitution()
426 MapMode aMapMode (mpPreviewDevice->GetMapMode()); in SetupOutputSize()
512 MapMode aMapMode (mpPreviewDevice->GetMapMode()); in ScaleBitmap()
/aoo4110/main/sd/source/ui/slideshow/
H A Dshowwin.cxx70 MapMode aMap(GetMapMode()); in ShowWindow()
573 const MapMode& rMap = GetMapMode(); in DrawPauseScene()
609 MapMode aVMap( rMap ); in DrawPauseScene()
/aoo4110/main/vcl/source/gdi/
H A Dbitmap3.cxx423 const MapMode aMap( maPrefMapMode ); in ImplMakeMono()
500 const MapMode aMap( maPrefMapMode ); in ImplMakeMonoDither()
608 const MapMode aMap( maPrefMapMode ); in ImplMakeGreyscales()
690 const MapMode aMap( maPrefMapMode ); in ImplConvertUp()
816 const MapMode aMap( maPrefMapMode ); in ImplConvertDown()
893 const MapMode aMap( maPrefMapMode ); in ImplConvertGhosted()
2615 const MapMode aMap( maPrefMapMode ); in ImplDitherMatrix()
2755 const MapMode aMap( maPrefMapMode ); in ImplDitherFloyd()
2847 const MapMode aMap( maPrefMapMode ); in ImplDitherFloyd16()
2935 const MapMode aMap( maPrefMapMode ); in ImplReduceSimple()
[all …]
/aoo4110/main/sc/source/ui/view/
H A Dgridwin.cxx5083 MapMode aOld = GetMapMode(); in GetEditUrlOrError()
5264 MapMode aDrawMode = GetDrawMapMode(); in UpdateCursorOverlay()
5265 MapMode aOldMode = GetMapMode(); in UpdateCursorOverlay()
5396 MapMode aDrawMode = GetDrawMapMode(); in UpdateSelectionOverlay()
5397 MapMode aOldMode = GetMapMode(); in UpdateSelectionOverlay()
5451 MapMode aDrawMode = GetDrawMapMode(); in UpdateAutoFillOverlay()
5452 MapMode aOldMode = GetMapMode(); in UpdateAutoFillOverlay()
5525 MapMode aDrawMode = GetDrawMapMode(); in UpdateDragRectOverlay()
5526 MapMode aOldMode = GetMapMode(); in UpdateDragRectOverlay()
5658 MapMode aOldMode = GetMapMode(); in UpdateHeaderOverlay()
[all …]
/aoo4110/main/sw/source/core/layout/
H A Dvirtoutp.cxx122 MapMode* , in SetMappingForVirtDev() argument
225 MapMode aMapMode( pOut->GetMapMode() ); in Enter()

Completed in 134 milliseconds

12345678910>>...18