Home
last modified time | relevance | path

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

/AOO41X/main/svtools/inc/svtools/
H A Dbrwbox.hxx274 sal_Bool mbInteractiveRowHeight; member in BrowseBox
613 … EnableInteractiveRowHeight( sal_Bool _bEnable = sal_True ) { mbInteractiveRowHeight = _bEnable… in EnableInteractiveRowHeight()
614 sal_Bool IsInteractiveRowHeightEnabled( ) const { return mbInteractiveRowHeight; } in IsInteractiveRowHeightEnabled()
/AOO41X/main/svtools/source/brwbox/
H A Dbrwbox1.cxx126 mbInteractiveRowHeight = sal_False; in ConstructImpl()