Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/doc/
H A Diframe.cxx257 sal_Bool bIsScroll = sal_Bool(); in setPropertyValue() local
258 if ( aAny >>= bIsScroll ) in setPropertyValue()
259 maFrmDescr.SetScrollingMode( bIsScroll ? ScrollingYes : ScrollingNo ); in setPropertyValue()
334 sal_Bool bIsScroll = ( maFrmDescr.GetScrollingMode() == ScrollingYes ); in getPropertyValue() local
335 aAny <<= bIsScroll; in getPropertyValue()

Completed in 9 milliseconds