Home
last modified time | relevance | path

Searched refs:nDrawMode (Results 1 – 9 of 9) sorted by last modified time

/trunk/main/editeng/source/editeng/
H A Dimpedit.hxx670 inline VirtualDevice* GetVirtualDevice( const MapMode& rMapMode, sal_uLong nDrawMode );
1074 inline VirtualDevice* ImpEditEngine::GetVirtualDevice( const MapMode& rMapMode, sal_uLong nDrawMode in GetVirtualDevice() argument
1088 pVirtDev->SetDrawMode( nDrawMode ); in GetVirtualDevice()
/trunk/main/sd/source/ui/view/
H A DDocumentRenderer.cxx728 const sal_uLong nDrawMode, in PrinterPage() argument
736 mnDrawMode(nDrawMode), in PrinterPage()
784 const sal_uLong nDrawMode, in RegularPrinterPage() argument
788 rPageStringOffset, nDrawMode, eOrientation, nPaperTray), in RegularPrinterPage()
841 const sal_uLong nDrawMode, in TiledPrinterPage() argument
845 rPageStringOffset, nDrawMode, eOrientation, nPaperTray), in TiledPrinterPage()
925 const sal_uLong nDrawMode, in BookletPrinterPage() argument
929 Point(), nDrawMode, eOrientation, nPaperTray), in BookletPrinterPage()
1002 const sal_uLong nDrawMode, in HandoutPrinterPage() argument
1006 rPageStringOffset, nDrawMode, eOrientation, nPaperTray), in HandoutPrinterPage()
[all …]
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx346 sal_Bool bPrinter, int nDrawMode ) in ImplDrawBitmap() argument
377 pBits, pBI, DIB_RGB_COLORS, nDrawMode ); in ImplDrawBitmap()
403 nDrawMode ); in ImplDrawBitmap()
415 nDrawMode ); in ImplDrawBitmap()
/trunk/main/vcl/source/gdi/
H A Doutdev.cxx1201 void OutputDevice::SetDrawMode( sal_uLong nDrawMode ) in SetDrawMode() argument
1203 DBG_TRACE1( "OutputDevice::SetDrawMode( %lx )", nDrawMode ); in SetDrawMode()
1206 mnDrawMode = nDrawMode; in SetDrawMode()
1209 mpAlphaVDev->SetDrawMode( nDrawMode ); in SetDrawMode()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi2.cxx279 PM_BOOL bPrinter, int nDrawMode ) in ImplDrawBitmap() argument
393 GpiDrawBits( hPS, pDummy + nInfoSize, (BITMAPINFO2*) pDummy, 4L, pts, nDrawMode, BBO_IGNORE ); in ImplDrawBitmap()
397 GpiDrawBits( hPS, pBits, pBI, 4L, pts, nDrawMode, BBO_IGNORE ); in ImplDrawBitmap()
413 GpiWCBitBlt( hPS, hDrawDDB, 4L, pts, nDrawMode, BBO_IGNORE ); in ImplDrawBitmap()
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx893 void SetDrawMode( sal_uLong nDrawMode );
/trunk/main/sw/source/ui/ribbar/
H A Ddrawbase.cxx313 const SdrObjKind nDrawMode = m_pWin->GetSdrDrawMode(); in MouseButtonUp() local
315 sal_Bool bMultiPoint = OBJ_PLIN == nDrawMode || in MouseButtonUp()
316 OBJ_PATHLINE == nDrawMode || in MouseButtonUp()
317 OBJ_FREELINE == nDrawMode; in MouseButtonUp()
325 if (OBJ_NONE == nDrawMode) in MouseButtonUp()
334 if (OBJ_NONE == nDrawMode) // Textrahmen eingefuegt in MouseButtonUp()
/trunk/main/svx/source/sdr/contact/
H A Dobjectcontactofpageview.cxx421 const sal_uInt32 nDrawMode(mrPageWindow.GetPaintWindow().GetOutputDevice().GetDrawMode()); in isDrawModeGray() local
422 …return (nDrawMode == (DRAWMODE_GRAYLINE|DRAWMODE_GRAYFILL|DRAWMODE_BLACKTEXT|DRAWMODE_GRAYBITMAP|D… in isDrawModeGray()
428 const sal_uInt32 nDrawMode(mrPageWindow.GetPaintWindow().GetOutputDevice().GetDrawMode()); in isDrawModeBlackWhite() local
429 …return (nDrawMode == (DRAWMODE_BLACKLINE|DRAWMODE_BLACKTEXT|DRAWMODE_WHITEFILL|DRAWMODE_GRAYBITMAP… in isDrawModeBlackWhite()
435 const sal_uInt32 nDrawMode(mrPageWindow.GetPaintWindow().GetOutputDevice().GetDrawMode()); in isDrawModeHighContrast() local
436 …return (nDrawMode == (DRAWMODE_SETTINGSLINE|DRAWMODE_SETTINGSFILL|DRAWMODE_SETTINGSTEXT|DRAWMODE_S… in isDrawModeHighContrast()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlideSorterController.cxx663 … sal_uLong nDrawMode (Application::GetSettings().GetStyleSettings().GetHighContrastMode() in IMPL_LINK() local
667 mrSlideSorter.GetViewShell()->GetFrameView()->SetDrawMode(nDrawMode); in IMPL_LINK()
669 pActiveWindow->SetDrawMode(nDrawMode); in IMPL_LINK()

Completed in 59 milliseconds