Home
last modified time | relevance | path

Searched refs:mbDevOutput (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dprint.cxx453 mbDevOutput = sal_False; in ImplInitData()
1508 mbDevOutput = sal_False; in EndJob()
1541 mbDevOutput = sal_False; in AbortJob()
1567 mbDevOutput = sal_True; in ImplStartPage()
1592 mbDevOutput = sal_False; in ImplEndPage()
H A Dvirdev.cxx102 mbDevOutput = sal_True; in ImplInitVirDev()
H A Doutdev.cxx379 mbDevOutput = sal_False; in OutputDevice()
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx366 mutable bool mbDevOutput : 1; member in OutputDevice
876 sal_Bool IsDeviceOutput() const { return mbDevOutput; } in IsDeviceOutput()
877 sal_Bool IsDeviceOutputNecessary() const { return (mbOutput && mbDevOutput); } in IsDeviceOutputNecessary()
878 …sal_Bool IsOutputNecessary() const { return ((mbOutput && mbDevOutput) || (mpMetaFi… in IsOutputNecessary()
/trunk/main/vcl/source/window/
H A Dwindow.cxx1561 mbDevOutput = sal_False; in ImplResetReallyVisible()
1603 mbDevOutput = sal_True; in ImplSetReallyVisible()
9920 sal_Bool bDevOutput = mbDevOutput; in ImplPaintToDevice()
9921 mbDevOutput = sal_True; in ImplPaintToDevice()
10032 mbDevOutput = bDevOutput; in ImplPaintToDevice()

Completed in 87 milliseconds