Home
last modified time | relevance | path

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

/AOO41X/main/svtools/inc/svtools/
H A Druler.hxx638 struct RulerLine struct
831 void SetLines( sal_uInt16 n = 0, const RulerLine* pLineAry = NULL );
833 const RulerLine* GetLines() const;
/AOO41X/main/svtools/source/control/
H A Druler.cxx95 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()
/AOO41X/main/sd/source/ui/view/
H A Ddrviews4.cxx881 RulerLine pHLines[2]; in ShowMousePosInfo()
882 RulerLine pVLines[2]; in ShowMousePosInfo()