Home
last modified time | relevance | path

Searched defs:bMetaFile (Results 1 – 7 of 7) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Doutput.hxx211 bool bMetaFile; // Output to metafile (not pixels!) member in ScOutputData
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Doutput.hxx210 bool bMetaFile; // Output to metafile (not pixels!) member in ScOutputData
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dprintfun.cxx466 const tools::Rectangle& rBound, ScViewData* pViewData, bool bMetaFile) in DrawToDev()
H A Doutput2.cxx2821 const VclPtr<OutputDevice>& pDev, bool bMetaFile ) in ClearableClipRegion()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dprintfun.cxx444 const tools::Rectangle& rBound, ScViewData* pViewData, bool bMetaFile ) in DrawToDev()
H A Doutput2.cxx2744 const VclPtr<OutputDevice>& pDev, bool bMetaFile ) in ClearableClipRegion()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/activeqt/control/
H A Dqaxserverbase.cpp3195 bool bMetaFile = GetDeviceCaps(hdcDraw, TECHNOLOGY) == DT_METAFILE; in Draw() local