Home
last modified time | relevance | path

Searched refs:OutputDevice (Results 126 – 150 of 809) sorted by relevance

12345678910>>...33

/trunk/main/svx/source/form/
H A Dfmshell.cxx303 …SdrPageWindow* pWindow = pCurPageView ? pCurPageView->FindPageWindow(*((OutputDevice*)m_pFormView-… in PrepareClose()
605 const OutputDevice* pDevice = GetCurrentViewDevice(); in Execute()
606 Window* pWindow = dynamic_cast< Window* >( const_cast< OutputDevice* >( pDevice ) ); in Execute()
1367 …eControlFocus( const SdrUnoObj& i_rUnoObject, const SdrView& i_rView, OutputDevice& i_rDevice ) co… in ToggleControlFocus()
1404 FocusableControlsFilter( const SdrView& i_rView, const OutputDevice& i_rDevice ) in FocusableControlsFilter()
1423 const OutputDevice& m_rDevice;
1428 …ormShell::CreateFocusableControlFilter( const SdrView& i_rView, const OutputDevice& i_rDevice ) co… in CreateFocusableControlFilter()
1439 …st Reference< XControlModel >& _rxModel, const SdrView& _rView, const OutputDevice& _rDevice, Refe… in GetFormControl()
1482 …ller( const Reference< XForm >& _rxForm, const SdrView& _rView, const OutputDevice& _rDevice ) con… in GetFormController()
/trunk/main/svtools/source/control/
H A Dscriptedtext.cxx45 OutputDevice& mrOutDevice; /// The output device for drawing the text.
76 OutputDevice& _rOutDevice,
104 OutputDevice& _rOutDevice, in SvtScriptedTextHelper_Impl()
324 SvtScriptedTextHelper::SvtScriptedTextHelper( OutputDevice& _rOutDevice ) : in SvtScriptedTextHelper()
330 OutputDevice& _rOutDevice, in SvtScriptedTextHelper()
/trunk/main/starmath/source/
H A Daccessibility.cxx923 OutputDevice* pOutDev = pEditView ? pEditView->GetWindow() : 0; in GetVisArea()
935 aVisArea = OutputDevice::LogicToLogic( aVisArea, in GetVisArea()
949 OutputDevice* pOutDev = pEditView ? pEditView->GetWindow() : 0; in LogicToPixel()
966 OutputDevice* pOutDev = pEditView ? pEditView->GetWindow() : 0; in PixelToLogic()
973 return OutputDevice::LogicToLogic( aPoint, in PixelToLogic()
1383 OutputDevice* SmTextForwarder::GetRefDevice() const in GetRefDevice()
1582 OutputDevice* pOutDev = pEditView ? pEditView->GetWindow() : 0; in GetVisArea()
1594 aVisArea = OutputDevice::LogicToLogic( aVisArea, in GetVisArea()
1608 OutputDevice* pOutDev = pEditView ? pEditView->GetWindow() : 0; in LogicToPixel()
1625 OutputDevice* pOutDev = pEditView ? pEditView->GetWindow() : 0; in PixelToLogic()
[all …]
/trunk/main/sd/source/ui/func/
H A Dfuinsert.cxx350 Size aTmp = OutputDevice::LogicToLogic( aSize, MAP_100TH_MM, aUnit ); in DoExecute()
357 aSize = OutputDevice::LogicToLogic(aSize, aUnit, MAP_100TH_MM); in DoExecute()
414 Size aTmp( OutputDevice::LogicToLogic( aRect.GetSize(), MAP_100TH_MM, aUnit ) ); in DoExecute()
576 Size aTmp = OutputDevice::LogicToLogic( aSize, MAP_100TH_MM, aMapUnit ); in DoExecute()
583 aSize = OutputDevice::LogicToLogic(aSize, aMapUnit, MAP_100TH_MM); in DoExecute()
625 … Size aTmp = OutputDevice::LogicToLogic( aRect.GetSize(), MAP_100TH_MM, aMapUnit ); in DoExecute()
688 … Size aTmp = OutputDevice::LogicToLogic( aRect.GetSize(), MAP_100TH_MM, aMapUnit ); in DoExecute()
/trunk/main/svx/inc/svx/
H A Dsvdcrtv.hxx88 …sal_Bool ImpBegCreateObj(sal_uInt32 nInvent, sal_uInt16 nIdent, const Point& rPnt, OutputDevice* p…
97 SdrCreateView(SdrModel* pModel1, OutputDevice* pOut = 0L);
137 …sal_Bool BegCreateObj(const Point& rPnt, OutputDevice* pOut=NULL, short nMinMov=-3, SdrPageView* p…
149 …sal_Bool BegCreateCaptionObj(const Point& rPnt, const Size& rObjSiz, OutputDevice* pOut=NULL, shor…
H A Dsvdedxv.hxx134 …void ImpPaintOutlinerView(OutlinerView& rOutlView, const Rectangle& rRect, OutputDevice& rTargetDe…
157 SdrObjEditView(SdrModel* pModel1, OutputDevice* pOut = 0L);
270 virtual void AddWindowToPaintView(OutputDevice* pNewWin);
271 virtual void DeleteWindowFromPaintView(OutputDevice* pOldWin);
H A Dsvdsnpv.hxx110 SdrSnapView(SdrModel* pModel1, OutputDevice* pOut = 0L);
132 …void RecalcLogicSnapMagnetic(const OutputDevice& rOut) { SetSnapMagnetic(rOut.PixelToLogic(Size(nM… in RecalcLogicSnapMagnetic()
133 …void SetActualWin(const OutputDevice* pWin) { SdrPaintView::SetActualWin(pWin); if (pWin!=NULL) Re… in SetActualWin()
190 …sal_Bool PickHelpLine(const Point& rPnt, short nTol, const OutputDevice& rOut, sal_uInt16& rnHelpL…
/trunk/main/svx/source/svdraw/
H A Dsvdhlpln.cxx46 FASTBOOL SdrHelpLine::IsHit(const Point& rPnt, sal_uInt16 nTolLog, const OutputDevice& rOut) const in IsHit()
65 Rectangle SdrHelpLine::GetBoundRect(const OutputDevice& rOut) const in GetBoundRect()
84 bool SdrHelpLine::IsVisibleEqual( const SdrHelpLine& rHelpLine, const OutputDevice& rOut ) const in IsVisibleEqual()
135 sal_uInt16 SdrHelpLineList::HitTest(const Point& rPnt, sal_uInt16 nTolLog, const OutputDevice& rOut… in HitTest()
/trunk/main/sw/source/core/text/
H A Dtxtfly.hxx30 class OutputDevice;
99 void ShowContour( OutputDevice* pOut, const SdrObject* pObj,
213 void DrawFlyRect( OutputDevice* pOut, const SwRect &rRect,
232 void ShowContour( OutputDevice* pOut );
/trunk/main/canvas/source/cairo/
H A Dcairo_devicehelper.hxx64 OutputDevice& rRefDevice );
104 OutputDevice* getOutputDevice() const { return mpRefDevice; } in getOutputDevice()
121 OutputDevice& rRefDevice );
133 OutputDevice* mpRefDevice;
H A Dcairo_devicehelper.cxx54 OutputDevice& rRefDevice ) in implInit()
63 OutputDevice& rRefDevice ) in init()
67 OutputDevice* pOutDev=getOutputDevice(); in init()
90 OutputDevice* pOutDev=getOutputDevice(); in setSize()
/trunk/main/svx/source/sidebar/tools/
H A DValueSetWithTextControl.cxx169 OutputDevice* pDev = rUDEvt.GetDevice(); in UserDraw()
176 …Font aFont(OutputDevice::GetDefaultFont(DEFAULTFONT_UI_SANS, MsLangId::getSystemLanguage(), DEFAUL… in UserDraw()
297 OutputDevice* pDev = rUDEvt.GetDevice(); in UserDraw()
307 Font aFont(OutputDevice::GetDefaultFont( in UserDraw()
421 OutputDevice* pDev = rUDEvt.GetDevice(); in UserDraw()
489 …Font aFont(OutputDevice::GetDefaultFont(DEFAULTFONT_UI_SANS, MsLangId::getSystemLanguage(), DEFAUL… in UserDraw()
/trunk/main/sw/source/core/inc/
H A Dtxtfrm.hxx44 class OutputDevice;
546 void StopAnimation( OutputDevice *pOut );
816 const OutputDevice& rOut;
819 SwLayoutModeModifier( const OutputDevice& rOutp );
827 const OutputDevice& rOut;
830 SwDigitModeModifier( const OutputDevice& rOutp, LanguageType eCurLang );
H A Dswfont.hxx74 sal_Bool ChgFnt( ViewShell *pSh, OutputDevice& rOut );
76 sal_uInt16 GetAscent( ViewShell *pSh, const OutputDevice& rOut );
77 sal_uInt16 GetHeight( ViewShell *pSh, const OutputDevice& rOut );
164 inline void ChgFnt( ViewShell *pSh, OutputDevice& rOut ) in ChgFnt()
324 void ChgPhysFnt( ViewShell *pSh, OutputDevice& rOut );
329 xub_StrLen GetCapitalBreak( ViewShell* pSh, const OutputDevice* pOut,
363 inline sal_uInt16 GetAscent( ViewShell *pSh, const OutputDevice& rOut ) in GetAscent()
365 inline sal_uInt16 GetHeight( ViewShell *pSh, const OutputDevice& rOut ) in GetHeight()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsButtonBar.cxx78 const OutputDevice& rTemplateDevice,
108 const OutputDevice& rTemplateDevice,
129 const OutputDevice& rTemplateDevice,
434 OutputDevice& rDevice, in Paint()
479 OutputDevice& rDevice, in PaintButtonBackground()
880 const OutputDevice& rTemplateDevice, in CreateBackground()
997 const OutputDevice& rTemplateDevice, in CreateBackground()
1208 OutputDevice& rDevice, in Paint()
1286 OutputDevice& rDevice, in Paint()
/trunk/main/vcl/source/gdi/
H A Danimate.cxx318 sal_Bool Animation::Start( OutputDevice* pOut, const Point& rDestPt, long nExtraData, in Start()
319 OutputDevice* pFirstFrameOutDev ) in Start()
326 sal_Bool Animation::Start( OutputDevice* pOut, const Point& rDestPt, const Size& rDestSz, long nExt… in Start()
327 OutputDevice* pFirstFrameOutDev ) in Start()
386 void Animation::Stop( OutputDevice* pOut, long nExtraData ) in Stop()
410 void Animation::Draw( OutputDevice* pOut, const Point& rDestPt ) const in Draw()
417 void Animation::Draw( OutputDevice* pOut, const Point& rDestPt, const Size& rDestSz ) const in Draw()
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxgraphics.hxx39 class OutputDevice;
63 OutputDevice* mpOutputDevice;
81 void Init( OutputDevice* pOutDev );
84 void SetOutputDevice( OutputDevice* pOutDev );
85 OutputDevice* GetOutputDevice() const { return mpOutputDevice; } in GetOutputDevice()
/trunk/main/canvas/source/vcl/
H A Doutdevprovider.hxx31 class OutputDevice;
50 virtual OutputDevice& getOutDev() = 0;
51 virtual const OutputDevice& getOutDev() const = 0;
H A Dsprite.hxx29 class OutputDevice;
47 virtual void redraw( OutputDevice& rOutDev,
61 virtual void redraw( OutputDevice& rOutDev,
H A Dbackbuffer.hxx48 BackBuffer( const OutputDevice& rRefDevice,
51 virtual OutputDevice& getOutDev();
52 virtual const OutputDevice& getOutDev() const;
/trunk/main/drawinglayer/inc/drawinglayer/processor2d/
H A Dprocessor2dtools.hxx32 class OutputDevice;
54 OutputDevice& rTargetOutDev,
73 OutputDevice& rTargetOutDev,
/trunk/main/sc/source/ui/inc/
H A Dsizedev.hxx29 class OutputDevice;
34 OutputDevice* pDevice;
44 OutputDevice* GetDevice() const { return pDevice; } in GetDevice()
H A Dgridmerg.hxx29 class OutputDevice;
34 OutputDevice* pDev;
48 ScGridMerger( OutputDevice* pOutDev, long nOnePixelX, long nOnePixelY );
/trunk/main/sw/source/core/docnode/
H A Dndnotxt.cxx151 OutputDevice::LogicToLogic( aGrfPrefMapModeSize, in HasContour()
161 OutputDevice* pOutDev = in HasContour()
187 rPoly[i] = OutputDevice::LogicToLogic( rPoly[i], in HasContour()
242 rPoly[i] = OutputDevice::LogicToLogic( rPoly[i], aGrfMap, in GetContourAPI()
/trunk/main/editeng/inc/editeng/
H A DAccessibleStringWrap.hxx32 class OutputDevice;
47 … EDITENG_DLLPUBLIC AccessibleStringWrap( OutputDevice& rDev, SvxFont& rFont, const String& rText );
54 OutputDevice& mrDev;

Completed in 123 milliseconds

12345678910>>...33