Home
last modified time | relevance | path

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

/AOO41X/main/editeng/source/outliner/
H A Doutliner.cxx1024 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()
[all …]
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()
/AOO41X/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()