Lines Matching refs:bFound
222 sal_Bool bFound = sal_False; in Reset() local
235 bFound = sal_True; in Reset()
241 GraphicHasChanged( bFound ); in Reset()
652 void SvxGrfCropPage::GraphicHasChanged( sal_Bool bFound ) in GraphicHasChanged() argument
654 if( bFound ) in GraphicHasChanged()
710 aLeftFT .Enable(bFound); in GraphicHasChanged()
711 aLeftMF .Enable(bFound); in GraphicHasChanged()
712 aRightFT .Enable(bFound); in GraphicHasChanged()
713 aRightMF .Enable(bFound); in GraphicHasChanged()
714 aTopFT .Enable(bFound); in GraphicHasChanged()
715 aTopMF .Enable(bFound); in GraphicHasChanged()
716 aBottomFT .Enable(bFound); in GraphicHasChanged()
717 aBottomMF .Enable(bFound); in GraphicHasChanged()
718 aSizeConstRB .Enable(bFound); in GraphicHasChanged()
719 aZoomConstRB .Enable(bFound); in GraphicHasChanged()
720 aWidthFT .Enable(bFound); in GraphicHasChanged()
721 aWidthMF .Enable(bFound); in GraphicHasChanged()
722 aHeightFT .Enable(bFound); in GraphicHasChanged()
723 aHeightMF .Enable(bFound); in GraphicHasChanged()
724 aWidthZoomFT .Enable(bFound); in GraphicHasChanged()
725 aWidthZoomMF .Enable(bFound); in GraphicHasChanged()
726 aHeightZoomFT .Enable(bFound); in GraphicHasChanged()
727 aHeightZoomMF .Enable(bFound); in GraphicHasChanged()
728 aExampleWN .Enable(bFound); in GraphicHasChanged()
729 aOrigSizePB .Enable(bFound); in GraphicHasChanged()
730 aOrigSizeFT .Enable(bFound); in GraphicHasChanged()