Home
last modified time | relevance | path

Searched refs:aBulletSize (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/editeng/source/outliner/
H A Doutliner.cxx1671 Size aBulletSize( ImplGetBulletSize( nPara ) ); in ImpCalcBulletArea() local
1683 nBulletWidth = aBulletSize.Width(); in ImpCalcBulletArea()
1703 - aBulletSize.Height() / 2; in ImpCalcBulletArea()
1725 aTopLeft.X() += nBulletWidth - aBulletSize.Width(); in ImpCalcBulletArea()
1735 aBulletArea = Rectangle( aTopLeft, aBulletSize ); in ImpCalcBulletArea()
1739 Size aBulletSize( aBulletArea.GetSize() ); in ImpCalcBulletArea() local
1749 aBulletPos.X() -= aBulletSize.Height(); in ImpCalcBulletArea()
1750 Size aSz( aBulletSize ); in ImpCalcBulletArea()
1751 aBulletSize.Width() = aSz.Height(); in ImpCalcBulletArea()
1752 aBulletSize.Height() = aSz.Width(); in ImpCalcBulletArea()
[all …]
/aoo4110/main/sw/source/core/text/
H A Dporglue.cxx118 SwPosSize aBulletSize( rInf.GetTxtSize( aBullet ) ); in Paint() local
120 aPos.X() += (Width()/2) - (aBulletSize.Width()/2); in Paint()
124 aBulletPor.Width( aBulletSize.Width() ); in Paint()
125 aBulletPor.Height( aBulletSize.Height() ); in Paint()
/aoo4110/main/oox/source/drawingml/
H A Dtextparagraphproperties.cxx369 com::sun::star::awt::Size aBulletSize; in pushToPropSet() local
370aBulletSize.Width = aBulletSize.Height = static_cast< sal_Int32 >( ( fCharacterSize * ( 2540.0 / 7… in pushToPropSet()
371 rioBulletMap[ PROP_GraphicSize ] <<= aBulletSize; in pushToPropSet()

Completed in 40 milliseconds