Home
last modified time | relevance | path

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

/AOO41X/main/editeng/source/outliner/
H A Doutliner.cxx1114 Point aBulletPos; in PaintBullet() local
1117 aBulletPos.Y() = rStartPos.Y() + aBulletArea.Top(); in PaintBullet()
1119 aBulletPos.X() = rStartPos.X() + aBulletArea.Left(); in PaintBullet()
1121aBulletPos.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()
1139 aBulletPos, in PaintBullet()
1148 …((GraphicObject*)pFmt->GetBrush()->GetGraphicObject())->Draw( pOutDev, aBulletPos, pPara->aBulSize… in PaintBullet()
1742 Point aBulletPos( aBulletDocPos ); in ImpCalcBulletArea() local
1746 aBulletPos.Y() = aBulletDocPos.X(); in ImpCalcBulletArea()
[all …]