Searched refs:bIsAutoScroll (Results 1 – 2 of 2) sorted by relevance
250 sal_Bool bIsAutoScroll = sal_Bool(); in setPropertyValue() local251 if ( (aAny >>= bIsAutoScroll) && bIsAutoScroll ) in setPropertyValue()328 sal_Bool bIsAutoScroll = ( maFrmDescr.GetScrollingMode() == ScrollingAuto ); in getPropertyValue() local329 aAny <<= bIsAutoScroll; in getPropertyValue()
333 sal_Bool bIsAutoScroll = sal_False, bIsScrollingMode; in lcl_addFrameProperties() local335 aAny >>= bIsAutoScroll; in lcl_addFrameProperties()336 if ( !bIsAutoScroll ) in lcl_addFrameProperties()357 if( !bIsAutoScroll ) in lcl_addFrameProperties()
Completed in 26 milliseconds