/trunk/main/svx/source/sdr/contact/ |
H A D | objectcontactofpageview.cxx | 421 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/sw/source/ui/ribbar/ |
H A D | drawbase.cxx | 313 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/sd/source/ui/view/ |
H A D | DocumentRenderer.cxx | 728 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 D | salgdi2.cxx | 346 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/os2/source/gdi/ |
H A D | salgdi2.cxx | 279 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/sd/source/ui/slidesorter/controller/ |
H A D | SlideSorterController.cxx | 663 … 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()
|
/trunk/main/vcl/source/gdi/ |
H A D | outdev.cxx | 1201 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/editeng/source/editeng/ |
H A D | impedit.hxx | 670 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/vcl/inc/vcl/ |
H A D | outdev.hxx | 893 void SetDrawMode( sal_uLong nDrawMode );
|