Home
last modified time | relevance | path

Searched refs:OUTDEV_PRINTER (Results 1 – 25 of 66) sorted by relevance

123

/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/doc/
H A Dobjembed.cxx171 if( pDev->IsClipRegion() && pDev->GetOutDevType() != OUTDEV_PRINTER ) in DoDraw_Impl()
181 if( pMtf->IsRecord() && pDev->GetOutDevType() != OUTDEV_PRINTER ) in DoDraw_Impl()
186 if( pDev->IsClipRegion() && pDev->GetOutDevType() != OUTDEV_PRINTER ) in DoDraw_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/doc/
H A Dobjembed.cxx205 if( pDev->IsClipRegion() && pDev->GetOutDevType() != OUTDEV_PRINTER ) in DoDraw_Impl()
215 if( pMtf->IsRecord() && pDev->GetOutDevType() != OUTDEV_PRINTER ) in DoDraw_Impl()
220 if( pDev->IsClipRegion() && pDev->GetOutDevType() != OUTDEV_PRINTER ) in DoDraw_Impl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dsdrpaintwindow.hxx114 bool OutputToPrinter() const { return (OUTDEV_PRINTER == mpOutputDevice->GetOutDevType()); } in OutputToPrinter()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dsdrpaintwindow.hxx114 bool OutputToPrinter() const { return (OUTDEV_PRINTER == mpOutputDevice->GetOutDevType()); } in OutputToPrinter()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/sdr/contact/
H A Dviewcontactofunocontrol.cxx76 && ( ( ( pDevice != nullptr ) && ( pDevice->GetOutDevType() == OUTDEV_PRINTER ) ) in CreateObjectSpecificViewObjectContact()
H A Dobjectcontactofpageview.cxx366 … return (OUTDEV_PRINTER == mrPageWindow.GetPaintWindow().GetOutputDevice().GetOutDevType()); in isOutputToPrinter()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/sdr/contact/
H A Dviewcontactofunocontrol.cxx80 && ( ( ( pDevice != nullptr ) && ( pDevice->GetOutDevType() == OUTDEV_PRINTER ) ) in CreateObjectSpecificViewObjectContact()
H A Dobjectcontactofpageview.cxx377 … return (OUTDEV_PRINTER == mrPageWindow.GetPaintWindow().GetOutputDevice().GetOutDevType()); in isOutputToPrinter()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/source/awt/
H A Dvclxdevice.cxx100 else if ( eDevType == OUTDEV_PRINTER ) in getInfo()
129 if ( mpOutputDevice->GetOutDevType() != OUTDEV_PRINTER ) in getInfo()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/docshell/
H A Ddocshel2.cxx100 if (pOut->GetOutDevType() == OUTDEV_PRINTER) in Draw()
113 if (pOut->GetOutDevType() == OUTDEV_PRINTER) in Draw()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/docshell/
H A Ddocshel2.cxx100 if (pOut->GetOutDevType() == OUTDEV_PRINTER) in Draw()
113 if (pOut->GetOutDevType() == OUTDEV_PRINTER) in Draw()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Ddecoview.cxx484 if ( pDev->GetOutDevType() == OUTDEV_PRINTER ) in ImplDrawButton()
520 if ( pDev->GetOutDevType() == OUTDEV_PRINTER ) in ImplDrawButton()
616 (pDev->GetOutDevType() == OUTDEV_PRINTER) || in ImplDrawFrame()
817 (mpOutDev->GetOutDevType() == OUTDEV_PRINTER) ) in DrawSymbol()
869 (mpOutDev->GetOutDevType() == OUTDEV_PRINTER) ) in DrawHighlightFrame()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/source/
H A Drect.cxx50 if (rDev.GetOutDevType() != OUTDEV_PRINTER) in SmGetGlyphBoundRect()
204 if (aFM.GetInternalLeading() < 5 && rDev.GetOutDevType() == OUTDEV_PRINTER) in SmRect()
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/
H A Drect.cxx48 if (rDev.GetOutDevType() != OUTDEV_PRINTER) in SmGetGlyphBoundRect()
202 if (aFM.GetInternalLeading() < 5 && rDev.GetOutDevType() == OUTDEV_PRINTER) in SmRect()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dprint.cxx841 : OutputDevice(OUTDEV_PRINTER) in Printer()
856 : OutputDevice(OUTDEV_PRINTER) in Printer()
877 : OutputDevice(OUTDEV_PRINTER) in Printer()
889 : OutputDevice(OUTDEV_PRINTER) in Printer()
H A Dvirdev.cxx166 if ( pOutDev->GetOutDevType() == OUTDEV_PRINTER ) in ImplInitVirDev()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/control/
H A Dctrltool.cxx250 if ( pDevice->GetOutDevType() != OUTDEV_PRINTER ) in ImplInsertFonts()
360 if ( !pDevice2 && (pDevice->GetOutDevType() == OUTDEV_PRINTER) ) in FontList()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/control/
H A Dctrltool.cxx246 if ( pDevice->GetOutDevType() != OUTDEV_PRINTER ) in ImplInsertFonts()
356 if ( !pDevice2 && (pDevice->GetOutDevType() == OUTDEV_PRINTER) ) in FontList()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/txtnode/
H A Dfntcache.cxx295 ( OUTDEV_PRINTER != rRefDev.GetOutDevType() || in lcl_IsFontAdjustNecessary()
296 OUTDEV_PRINTER != rOutDev.GetOutDevType() ); in lcl_IsFontAdjustNecessary()
882 const bool bPrt = OUTDEV_PRINTER == rInf.GetOut().GetOutDevType() && in DrawText()
883 OUTDEV_PRINTER == rRefDev.GetOutDevType(); in DrawText()
924 if ( OUTDEV_PRINTER == rInf.GetOut().GetOutDevType() ) in DrawText()
927 if ( OUTDEV_PRINTER == rRefDev.GetOutDevType() ) in DrawText()
943 if ( OUTDEV_PRINTER == rRefDev.GetOutDevType() ) in DrawText()
960 if ( OUTDEV_PRINTER == rRefDev.GetOutDevType() ) in DrawText()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/txtnode/
H A Dfntcache.cxx245 ( OUTDEV_PRINTER != rRefDev.GetOutDevType() || in lcl_IsFontAdjustNecessary()
246 OUTDEV_PRINTER != rOutDev.GetOutDevType() ); in lcl_IsFontAdjustNecessary()
846 const bool bPrt = OUTDEV_PRINTER == rInf.GetOut().GetOutDevType() && in DrawText()
847 OUTDEV_PRINTER == rRefDev.GetOutDevType(); in DrawText()
888 if ( OUTDEV_PRINTER == rInf.GetOut().GetOutDevType() ) in DrawText()
891 if ( OUTDEV_PRINTER == rRefDev.GetOutDevType() ) in DrawText()
907 if ( OUTDEV_PRINTER == rRefDev.GetOutDevType() ) in DrawText()
924 if ( OUTDEV_PRINTER == rRefDev.GetOutDevType() ) in DrawText()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A Dprint.cxx933 : OutputDevice(OUTDEV_PRINTER) in Printer()
948 : OutputDevice(OUTDEV_PRINTER) in Printer()
969 : OutputDevice(OUTDEV_PRINTER) in Printer()
981 : OutputDevice(OUTDEV_PRINTER) in Printer()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/toolkit/
H A Dgroup.cxx146 bool bIsPrinter = OUTDEV_PRINTER == pDev->GetOutDevType(); in ImplDraw()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/toolkit/
H A Dgroup.cxx146 bool bIsPrinter = OUTDEV_PRINTER == pDev->GetOutDevType(); in ImplDraw()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Ddecoview.cxx592 (pDev->GetOutDevType() == OUTDEV_PRINTER) || in ImplDrawFrame()
793 (mpOutDev->GetOutDevType() == OUTDEV_PRINTER) ) in DrawSymbol()
845 (mpOutDev->GetOutDevType() == OUTDEV_PRINTER) ) in DrawHighlightFrame()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/control/
H A Dspinfld.cxx977 if (eOutDevType == OUTDEV_PRINTER) in Draw()
995 if ((nFlags & DrawFlags::Mono) || (eOutDevType == OUTDEV_PRINTER)) in Draw()

123