Searched refs:RulerLine (Results 1 – 3 of 3) sorted by relevance
638 struct RulerLine struct831 void SetLines( sal_uInt16 n = 0, const RulerLine* pLineAry = NULL );833 const RulerLine* GetLines() const;
95 RulerLine* pLines;202 pLines = new RulerLine[nLines]; in operator =()203 memcpy( pLines, rData.pLines, nLines*sizeof( RulerLine ) ); in operator =()2898 void Ruler::SetLines( sal_uInt16 n, const RulerLine* pLineAry ) in SetLines()2904 const RulerLine* pAry1 = mpData->pLines; in SetLines()2905 const RulerLine* pAry2 = pLineAry; in SetLines()2945 mpData->pLines = new RulerLine[n]; in SetLines()2948 memcpy( mpData->pLines, pLineAry, n*sizeof( RulerLine ) ); in SetLines()3183 const RulerLine* Ruler::GetLines() const { return mpData->pLines; } in GetLines()
881 RulerLine pHLines[2]; in ShowMousePosInfo()882 RulerLine pVLines[2]; in ShowMousePosInfo()