Home
last modified time | relevance | path

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

/trunk/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()
1125 aBulletPos.X() = rStartPos.X() - aBulletArea.Bottom(); in PaintBullet()
1126 aBulletPos.Y() = rStartPos.Y() + aBulletArea.Left(); in PaintBullet()
1139 aBulletPos, in PaintBullet()
1742 Point aBulletPos( aBulletDocPos ); in ImpCalcBulletArea() local
1746 aBulletPos.Y() = aBulletDocPos.X(); in ImpCalcBulletArea()
1747 aBulletPos.X() = GetPaperSize().Width() - aBulletDocPos.Y(); in ImpCalcBulletArea()
1749 aBulletPos.X() -= aBulletSize.Height(); in ImpCalcBulletArea()
[all …]

Completed in 16 milliseconds