Home
last modified time | relevance | path

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

/aoo41x/main/sfx2/source/doc/
H A Diframe.cxx250 sal_Bool bIsAutoScroll = sal_Bool(); in setPropertyValue() local
251 if ( (aAny >>= bIsAutoScroll) && bIsAutoScroll ) in setPropertyValue()
328 sal_Bool bIsAutoScroll = ( maFrmDescr.GetScrollingMode() == ScrollingAuto ); in getPropertyValue() local
329 aAny <<= bIsAutoScroll; in getPropertyValue()
/aoo41x/main/sw/source/filter/xml/
H A Dxmltexte.cxx333 sal_Bool bIsAutoScroll = sal_False, bIsScrollingMode; in lcl_addFrameProperties() local
335 aAny >>= bIsAutoScroll; in lcl_addFrameProperties()
336 if ( !bIsAutoScroll ) in lcl_addFrameProperties()
357 if( !bIsAutoScroll ) in lcl_addFrameProperties()

Completed in 27 milliseconds