Home
last modified time | relevance | path

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

/trunk/main/editeng/source/outliner/
H A Doutliner.cxx1740 Point aBulletDocPos( aBulletArea.TopLeft() ); in ImpCalcBulletArea() local
1741 aBulletDocPos.Y() += pEditEngine->GetDocPosTopLeft( nPara ).Y(); in ImpCalcBulletArea()
1742 Point aBulletPos( aBulletDocPos ); in ImpCalcBulletArea()
1746 aBulletPos.Y() = aBulletDocPos.X(); in ImpCalcBulletArea()
1747 aBulletPos.X() = GetPaperSize().Width() - aBulletDocPos.Y(); in ImpCalcBulletArea()
1756 aBulletPos.X() = GetPaperSize().Width() - aBulletDocPos.X() - aBulletSize.Width(); in ImpCalcBulletArea()

Completed in 59 milliseconds