Home
last modified time | relevance | path

Searched refs:pOutDev (Results 101 – 121 of 121) sorted by relevance

12345

/trunk/main/sw/source/core/draw/
H A Ddview.cxx104 SwDrawView::SwDrawView( SwViewImp &rI, SdrModel *pMd, OutputDevice *pOutDev) : in SwDrawView() argument
105 FmFormView( (FmFormModel*)pMd, pOutDev ), in SwDrawView()
/trunk/main/vcl/inc/vcl/
H A Dvirdev.hxx53 …SAL_DLLPRIVATE void ImplInitVirDev( const OutputDevice* pOutDev, long nDX, long nDY, sal_uInt16 nB…
H A Dscrbar.hxx84 SAL_DLLPRIVATE void ImplDraw( sal_uInt16 nDrawFlags, OutputDevice* pOutDev );
H A Doutdev.hxx1189 const OutputDevice* pOutDev = NULL );
/trunk/main/editeng/source/outliner/
H A Doutleeng.hxx48 …int& rStartPos, long nBaseLineY, const Point& rOrigin, short nOrientation, OutputDevice* pOutDev );
/trunk/main/vcl/inc/
H A Dimage.h68 void ImplUpdateDisplayBmp( OutputDevice* pOutDev );
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx2713 OutputDevice *pOutDev = lcl_GetOutputDevice( *m_pPrintUIOptions ); in getRendererCount() local
2714 nRet = pSwSrcView->PrintSource( pOutDev, 1 /* dummy */, true /* get page count only */ ); in getRendererCount()
2830 OutputDevice *pOutDev = lcl_GetOutputDevice( *m_pPrintUIOptions ); in getRendererCount() local
2831 m_pRenderData->CreatePostItData( pDoc, pViewShell->GetViewOptions(), pOutDev ); in getRendererCount()
3154 OutputDevice *pOutDev = lcl_GetOutputDevice( *m_pPrintUIOptions ); in render() local
3155 pSwSrcView->PrintSource( pOutDev, nRenderer + 1, false ); in render()
/trunk/main/editeng/source/editeng/
H A Dimpedit.hxx628 …void ImplInitLayoutMode( OutputDevice* pOutDev, sal_uInt32 nPara, sal_uInt16 nIndex…
629 …void ImplInitDigitMode( OutputDevice* pOutDev, String* pString, xub_StrLen nStt, xu…
755 …void Paint( OutputDevice* pOutDev, Rectangle aClipRec, Point aStartPos, sal_Bool bStripOnly = …
H A Dimpedit.cxx58 inline void lcl_AllignToPixel( Point& rPoint, OutputDevice* pOutDev, short nDiffX, short nDiffY ) in lcl_AllignToPixel() argument
60 rPoint = pOutDev->LogicToPixel( rPoint ); in lcl_AllignToPixel()
67 rPoint = pOutDev->PixelToLogic( rPoint ); in lcl_AllignToPixel()
/trunk/main/sw/inc/
H A Dswtypes.hxx193 SW_DLLPUBLIC Size GetGraphicSizeTwip( const Graphic&, OutputDevice* pOutDev );
H A Dprintdata.hxx262 void CreatePostItData( SwDoc *pDoc, const SwViewOption *pViewOpt, OutputDevice *pOutDev );
/trunk/main/sc/source/ui/inc/
H A Ddpcontrol.hxx63 …ScDPFieldButton(OutputDevice* pOutDev, const StyleSettings* pStyle, const Fraction* pZoomX = NULL,…
/trunk/main/vcl/source/gdi/
H A Dimpanmvw.cxx345 pAInfo->pOutDev = mpOut; in ImplCreateAInfo()
H A Danimate.cxx473 pView = new ImplAnimView( this, pAInfo->pOutDev, in IMPL_LINK()
/trunk/main/sc/source/ui/view/
H A Dprintfun.cxx248 ScPrintFunc::ScPrintFunc( OutputDevice* pOutDev, ScDocShell* pShell, SCTAB nTab, in ScPrintFunc() argument
266 pDev = pOutDev; in ScPrintFunc()
270 ScPrintFunc::ScPrintFunc( OutputDevice* pOutDev, ScDocShell* pShell, in ScPrintFunc() argument
281 pDev = pOutDev; in ScPrintFunc()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx906 void PspGraphics::GetDevFontSubstList( OutputDevice* pOutDev ) in GetDevFontSubstList() argument
912 pOutDev->ImplAddDevFontSubstitute( it->first, it->second, FONT_SUBSTITUTE_ALWAYS ); in GetDevFontSubstList()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx815 void PspGraphics::GetDevFontSubstList( OutputDevice* pOutDev ) in GetDevFontSubstList() argument
821 AddDevFontSubstitute( pOutDev, it->first, it->second, FONT_SUBSTITUTE_ALWAYS ); in GetDevFontSubstList()
/trunk/main/sc/source/ui/cctrl/
H A Ddpcontrol.cxx58 ScDPFieldButton::ScDPFieldButton(OutputDevice* pOutDev, const StyleSettings* pStyle, const Fraction… in ScDPFieldButton() argument
60 mpOutDev(pOutDev), in ScDPFieldButton()
/trunk/main/svx/source/table/
H A Dtablecontroller.cxx1958 OutputDevice* pOutDev = mpView->GetFirstOutputDevice(); in updateSelectionOverlay() local
1959 if( pOutDev ) in updateSelectionOverlay()
1960 aHighlight = pOutDev->GetSettings().GetStyleSettings().GetHighlightColor(); in updateSelectionOverlay()
/trunk/main/toolkit/source/awt/
H A Dvclxwindow.cxx967 OutputDevice* pOutDev = GetOutputDevice(); in IMPL_XUNOTUNNEL2() local
969 SetOutputDevice( pOutDev ); in IMPL_XUNOTUNNEL2()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx1195 void Os2SalGraphics::GetDevFontSubstList( OutputDevice* pOutDev ) in GetDevFontSubstList() argument

Completed in 204 milliseconds

12345