Home
last modified time | relevance | path

Searched refs:aBulletArea (Results 1 – 4 of 4) sorted by path

/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx1248 Rectangle aBulletArea = pEditEngine->GetBulletArea( nPara ); in IsBulletArea() local
1252 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()
H A Dimpedit3.cxx737 Rectangle aBulletArea( aZeroArea ); in CreateLines() local
740 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() local
1619 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()
/trunk/main/editeng/source/outliner/
H A Doutleeng.cxx76 Rectangle aBulletArea = Rectangle( Point(), Point() ); in GetBulletArea() local
80 aBulletArea = pOwner->ImpCalcBulletArea( nPara, sal_False, sal_False ); in GetBulletArea()
82 return aBulletArea; in GetBulletArea()
H A Doutliner.cxx1046 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() 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()
[all …]

Completed in 63 milliseconds