Lines Matching refs:aBulletArea

1024 		Rectangle aBulletArea( ImpCalcBulletArea( nPara, sal_True, sal_False ) );  in PaintBullet()  local
1044 …aTextPos.Y() = rStartPos.Y() + ( bSymbol ? aBulletArea.Bottom() : aParaInfos.nFirstLineMaxAscent ); in PaintBullet()
1046 aTextPos.X() = rStartPos.X() + aBulletArea.Left(); in PaintBullet()
1048 aTextPos.X() = rStartPos.X() + GetPaperSize().Width() - aBulletArea.Left(); in PaintBullet()
1053 …aTextPos.X() = rStartPos.X() - ( bSymbol ? aBulletArea.Bottom() : aParaInfos.nFirstLineMaxAscent ); in PaintBullet()
1054 aTextPos.Y() = rStartPos.Y() + aBulletArea.Left(); in PaintBullet()
1117 aBulletPos.Y() = rStartPos.Y() + aBulletArea.Top(); in PaintBullet()
1119 aBulletPos.X() = rStartPos.X() + aBulletArea.Left(); in PaintBullet()
1121 … aBulletPos.X() = rStartPos.X() + GetPaperSize().Width() - aBulletArea.Right(); in PaintBullet()
1125 aBulletPos.X() = rStartPos.X() - aBulletArea.Bottom(); in PaintBullet()
1126 aBulletPos.Y() = rStartPos.Y() + aBulletArea.Left(); in PaintBullet()
1163 aStartPos.Y() = rStartPos.Y() + aBulletArea.Bottom(); in PaintBullet()
1165 aStartPos.X() = rStartPos.X() + aBulletArea.Right(); in PaintBullet()
1167 aStartPos.X() = rStartPos.X() + GetPaperSize().Width() - aBulletArea.Left(); in PaintBullet()
1173 aStartPos.X() = rStartPos.X() - aBulletArea.Bottom(); in PaintBullet()
1174 aStartPos.Y() = rStartPos.Y() + aBulletArea.Right(); in PaintBullet()
1665 Rectangle aBulletArea; in ImpCalcBulletArea() local
1735 aBulletArea = Rectangle( aTopLeft, aBulletSize ); in ImpCalcBulletArea()
1739 Size aBulletSize( aBulletArea.GetSize() ); in ImpCalcBulletArea()
1740 Point aBulletDocPos( aBulletArea.TopLeft() ); in ImpCalcBulletArea()
1759 aBulletArea = Rectangle( aBulletPos, aBulletSize ); in ImpCalcBulletArea()
1761 return aBulletArea; in ImpCalcBulletArea()