Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/qa/cppunit/
H A Dfontmetric.cxx91 CPPUNIT_ASSERT_EQUAL( 0L, aFontMetric.GetBulletOffset() ); in testBulletOffset()
94 CPPUNIT_ASSERT_EQUAL( 45L, aFontMetric.GetBulletOffset() ); in testBulletOffset()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/qa/cppunit/
H A Dfontmetric.cxx91 CPPUNIT_ASSERT_EQUAL(tools::Long(0), aFontMetric.GetBulletOffset()); in testBulletOffset()
94 CPPUNIT_ASSERT_EQUAL(tools::Long(45), aFontMetric.GetBulletOffset()); in testBulletOffset()
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/uno/
H A Dunoedprx.cxx101 sal_Int32 GetBulletOffset() const { return mnBulletOffset; } in GetBulletOffset() function in __anon61d558f30111::SvxAccessibleTextIndex
473 DBG_ASSERT(sStr.getLength() - (aEndIndex.GetBulletLen() - aEndIndex.GetBulletOffset()) >= 0, in GetText()
476 … sStr = sStr.copy(0, sStr.getLength() - (aEndIndex.GetBulletLen() - aEndIndex.GetBulletOffset()) ); in GetText()
483 … DBG_ASSERT(sBullet.getLength() - (aEndIndex.GetBulletLen() - aEndIndex.GetBulletOffset()) >= 0, in GetText()
486 …= sBullet.copy(0, sBullet.getLength() - (aEndIndex.GetBulletLen() - aEndIndex.GetBulletOffset()) ); in GetText()
706 aStringWrap.GetCharacterBounds( aIndex.GetBulletOffset(), aRect ); in GetCharBounds()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/uno/
H A Dunoedprx.cxx104 sal_Int32 GetBulletOffset() const { return mnBulletOffset; } in GetBulletOffset() function in SvxAccessibleTextIndex
475 DBG_ASSERT(sStr.getLength() - (aEndIndex.GetBulletLen() - aEndIndex.GetBulletOffset()) >= 0, in GetText()
478 … sStr = sStr.copy(0, sStr.getLength() - (aEndIndex.GetBulletLen() - aEndIndex.GetBulletOffset()) ); in GetText()
485 … DBG_ASSERT(sBullet.getLength() - (aEndIndex.GetBulletLen() - aEndIndex.GetBulletOffset()) >= 0, in GetText()
488 …= sBullet.copy(0, sBullet.getLength() - (aEndIndex.GetBulletLen() - aEndIndex.GetBulletOffset()) ); in GetText()
708 aStringWrap.GetCharacterBounds( aIndex.GetBulletOffset(), aRect ); in GetCharBounds()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dmetric.hxx46 long GetBulletOffset() const { return mnBulletOffset; } in GetBulletOffset() function in FontMetric
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dmetric.hxx45 … tools::Long GetBulletOffset() const { return mnBulletOffset; } in GetBulletOffset() function in FontMetric
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/
H A Dimpfontmetricdata.hxx62 …long GetBulletOffset() const { return mnBulletO… in GetBulletOffset() function in ImplFontMetricData
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/
H A Dimpfontmetricdata.hxx63 …tools::Long GetBulletOffset() const { return mn… in GetBulletOffset() function in ImplFontMetricData
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/outdev/
H A Dfont.cxx227 aMetric.SetBulletOffset( xFontMetric->GetBulletOffset() ); in GetFontMetric()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/outdev/
H A Dfont.cxx211 aMetric.SetBulletOffset( xFontMetric->GetBulletOffset() ); in GetFontMetric()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/txtnode/
H A Dfntcache.cxx1882 tools::Long nShift = rInf.GetOut( ).GetFontMetric( ).GetBulletOffset( ); in DrawText()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/txtnode/
H A Dfntcache.cxx1846 long nShift = rInf.GetOut( ).GetFontMetric( ).GetBulletOffset( ); in DrawText()