Home
last modified time | relevance | path

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

/AOO41X/main/svx/inc/svx/
H A Dpagectrl.hxx57 long nHdHeight; member in SvxPageWindow
115 void SetHdHeight( long nNew ) { nHdHeight = nNew; } in SetHdHeight()
122 long GetHdHeight() const { return nHdHeight;} in GetHdHeight()
/AOO41X/main/svx/source/dialog/
H A Dpagectrl.cxx81 nHdHeight ( 0 ), in SvxPageWindow()
235 aHdRect.Bottom() = aRect.Top() + nHdHeight; in DrawPage()
236 aRect.Top() += nHdHeight + nHdDist; in DrawPage()