Searched refs:aBulletArea (Results 1 – 4 of 4) sorted by relevance
1046 aTextPos.X() = rStartPos.X() + aBulletArea.Left(); in PaintBullet()1054 aTextPos.Y() = rStartPos.Y() + aBulletArea.Left(); in PaintBullet()1163 aStartPos.Y() = rStartPos.Y() + aBulletArea.Bottom(); 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() local1735 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()[all …]
76 Rectangle aBulletArea = Rectangle( Point(), Point() ); in GetBulletArea() local80 aBulletArea = pOwner->ImpCalcBulletArea( nPara, sal_False, sal_False ); in GetBulletArea()82 return aBulletArea; in GetBulletArea()
1248 Rectangle aBulletArea = pEditEngine->GetBulletArea( nPara ); in IsBulletArea() local1252 if ( ( aDocPos.Y() > ( nY + aBulletArea.Top() ) ) && in IsBulletArea()1253 ( aDocPos.Y() < ( nY + aBulletArea.Bottom() ) ) && in IsBulletArea()1254 ( aDocPos.X() > ( aBulletArea.Left() ) ) && in IsBulletArea()1255 ( aDocPos.X() < ( aBulletArea.Right() ) ) ) in IsBulletArea()
737 Rectangle aBulletArea( aZeroArea ); in CreateLines() local740 aBulletArea = GetEditEnginePtr()->GetBulletArea( GetParaPortions().GetPos( pParaPortion ) ); in CreateLines()741 if ( aBulletArea.Right() > 0 ) in CreateLines()742 pParaPortion->SetBulletX( (sal_uInt16) GetXValue( aBulletArea.Right() ) ); in CreateLines()1612 Rectangle aBulletArea = Rectangle( Point(), Point() ); in CreateAndInsertEmptyLine() local1619 aBulletArea = GetEditEnginePtr()->GetBulletArea( GetParaPortions().GetPos( pParaPortion ) ); in CreateAndInsertEmptyLine()1620 if ( aBulletArea.Right() > 0 ) in CreateAndInsertEmptyLine()1621 pParaPortion->SetBulletX( (sal_uInt16) GetXValue( aBulletArea.Right() ) ); in CreateAndInsertEmptyLine()1721 long nMinHeight = aBulletArea.GetHeight(); in CreateAndInsertEmptyLine()
Completed in 134 milliseconds