Searched refs:aBulletArea (Results 1 – 4 of 4) sorted by relevance
1024 Rectangle aBulletArea( ImpCalcBulletArea( nPara, sal_True, sal_False ) ); in PaintBullet() local1044 …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 …]
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()