Home
last modified time | relevance | path

Searched refs:SmTmpDevice (Results 1 – 12 of 12) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/
H A Dtmpdevice.hxx25 class SmTmpDevice class
29 SmTmpDevice(const SmTmpDevice&) = delete;
30 SmTmpDevice& operator=(const SmTmpDevice&) = delete;
35 SmTmpDevice(OutputDevice& rTheDev, bool bUseMap100th_mm);
36 ~SmTmpDevice() COVERITY_NOEXCEPT_FALSE { rOutDev.Pop(); } in ~SmTmpDevice()
H A Dtmpdevice.cxx34 SmTmpDevice::SmTmpDevice(OutputDevice &rTheDev, bool bUseMap100th_mm) : in SmTmpDevice() function in SmTmpDevice
47 Color SmTmpDevice::GetTextColor(const Color& rTextColor) in GetTextColor()
59 void SmTmpDevice::SetFont(const vcl::Font &rNewFont) in SetFont()
H A Dnode.cxx636 SmTmpDevice aTmpDev (rDev, true); in Arrange()
1116 SmTmpDevice aTmpDev (rDev, true); in Arrange()
1445 SmTmpDevice aTmpDev (rDev, true); in Arrange()
1743 SmTmpDevice aTmpDev (rDev, true); in Arrange()
1819 SmTmpDevice aTmpDev (rDev, true); in Arrange()
1891 SmTmpDevice aTmpDev (rDev, true); in Arrange()
2071 SmTmpDevice aTmpDev (rDev, true); in AdaptToX()
2106 SmTmpDevice aTmpDev (rDev, true); in AdaptToY()
2152 SmTmpDevice aTmpDev (rDev, true); in Arrange()
2259 SmTmpDevice aTmpDev (rDev, true); in Arrange()
[all …]
H A Dvisitors.cxx402 SmTmpDevice aTmpDev( mrDev, true ); in Visit()
442 SmTmpDevice aTmpDev ( mrDev, false ); in Visit()
453 SmTmpDevice aTmpDev ( mrDev, false ); in Visit()
484 SmTmpDevice aTmpDev ( mrDev, false ); in DrawTextNode()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/source/
H A Dtmpdevice.hxx26 class SmTmpDevice class
30 SmTmpDevice(const SmTmpDevice&) = delete;
31 SmTmpDevice& operator=(const SmTmpDevice&) = delete;
36 SmTmpDevice(OutputDevice &rTheDev, bool bUseMap100th_mm);
37 ~SmTmpDevice() COVERITY_NOEXCEPT_FALSE { rOutDev.Pop(); } in ~SmTmpDevice()
H A Dtmpdevice.cxx35 SmTmpDevice::SmTmpDevice(OutputDevice &rTheDev, bool bUseMap100th_mm) : in SmTmpDevice() function in SmTmpDevice
48 Color SmTmpDevice::GetTextColor(const Color& rTextColor) in GetTextColor()
60 void SmTmpDevice::SetFont(const vcl::Font &rNewFont) in SetFont()
H A Dnode.cxx583 SmTmpDevice aTmpDev (rDev, true); in Arrange()
1093 SmTmpDevice aTmpDev (rDev, true); in Arrange()
1514 SmTmpDevice aTmpDev (rDev, true); in Arrange()
1948 SmTmpDevice aTmpDev (rDev, true); in Arrange()
2024 SmTmpDevice aTmpDev (rDev, true); in Arrange()
2090 SmTmpDevice aTmpDev (rDev, true); in Arrange()
2365 SmTmpDevice aTmpDev (rDev, true); in AdaptToX()
2400 SmTmpDevice aTmpDev (rDev, true); in AdaptToY()
2446 SmTmpDevice aTmpDev (rDev, true); in Arrange()
2671 SmTmpDevice aTmpDev (rDev, true); in Arrange()
[all …]
H A Dvisitors.cxx400 SmTmpDevice aTmpDev( mrDev, true ); in Visit()
440 SmTmpDevice aTmpDev ( mrDev, false ); in Visit()
451 SmTmpDevice aTmpDev ( mrDev, false ); in Visit()
483 SmTmpDevice aTmpDev ( mrDev, false ); in DrawTextNode()
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/qa/cppunit/
H A Dtest_starmath.cxx162 SmTmpDevice aTmpDev(*pPrinter, bUseMap100th_mm); in testSmTmpDeviceRestoreFont()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/qa/cppunit/
H A Dtest_starmath.cxx165 SmTmpDevice aTmpDev(*pPrinter.get(), bUseMap100th_mm); in testSmTmpDeviceRestoreFont()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog50525 tdf#74702: remove GetOutDevType() from SmTmpDevice
50532 Also added a unit test to ensure that SmTmpDevice restores font and
63454 This helps in SmTmpDevice::Impl_GetColor() because it no longer needs to know
911279 starmath: remove duplicate SmTmpDevice
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog312574 tdf#74702: remove GetOutDevType() from SmTmpDevice
312581 Also added a unit test to ensure that SmTmpDevice restores font and
325503 This helps in SmTmpDevice::Impl_GetColor() because it no longer needs to know
1173328 starmath: remove duplicate SmTmpDevice