Lines Matching refs:aBulletSize
1671 Size aBulletSize( ImplGetBulletSize( nPara ) ); in ImpCalcBulletArea() local
1682 if ( nBulletWidth < aBulletSize.Width() ) // Bullet macht sich Platz in ImpCalcBulletArea()
1683 nBulletWidth = aBulletSize.Width(); in ImpCalcBulletArea()
1703 - aBulletSize.Height() / 2; in ImpCalcBulletArea()
1725 aTopLeft.X() += nBulletWidth - aBulletSize.Width(); in ImpCalcBulletArea()
1729 aTopLeft.X() += ( nBulletWidth - aBulletSize.Width() ) / 2; 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()
1756 aBulletPos.X() = GetPaperSize().Width() - aBulletDocPos.X() - aBulletSize.Width(); in ImpCalcBulletArea()
1759 aBulletArea = Rectangle( aBulletPos, aBulletSize ); in ImpCalcBulletArea()