Searched refs:aBulletSize (Results 1 – 3 of 3) sorted by relevance
1671 Size aBulletSize( ImplGetBulletSize( nPara ) ); in ImpCalcBulletArea() local1683 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() local1749 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 …]
118 SwPosSize aBulletSize( rInf.GetTxtSize( aBullet ) ); in Paint() local120 aPos.X() += (Width()/2) - (aBulletSize.Width()/2); in Paint()124 aBulletPor.Width( aBulletSize.Width() ); in Paint()125 aBulletPor.Height( aBulletSize.Height() ); in Paint()
369 com::sun::star::awt::Size aBulletSize; in pushToPropSet() local370 …aBulletSize.Width = aBulletSize.Height = static_cast< sal_Int32 >( ( fCharacterSize * ( 2540.0 / 7… in pushToPropSet()371 rioBulletMap[ PROP_GraphicSize ] <<= aBulletSize; in pushToPropSet()
Completed in 29 milliseconds