Lines Matching refs:bBitmap
1904 sal_Bool bBitmap = sal_False; in SwitchNumberType() local
1921 bBitmap = sal_True; in SwitchNumberType()
1924 sal_Bool bNumeric = !(bBitmap||bBullet); in SwitchNumberType()
1931 aCharFmtFT.Show(!bBitmap && bCharFmt); in SwitchNumberType()
1932 aCharFmtLB.Show(!bBitmap && bCharFmt); in SwitchNumberType()
1941 aStartFT.Show(!bBitmap); in SwitchNumberType()
1942 aStartED.Show(!(bBullet||bBitmap)); in SwitchNumberType()
1946 aBulColorFT.Show( !bBitmap && bBullColor ); in SwitchNumberType()
1947 aBulColLB.Show( !bBitmap && bBullColor ); in SwitchNumberType()
1949 aBulRelSizeFT.Show( !bBitmap && bBullResSize ); in SwitchNumberType()
1950 aBulRelSizeMF.Show( !bBitmap && bBullResSize ); in SwitchNumberType()
1952 aBitmapFT .Show(bBitmap); in SwitchNumberType()
1953 aBitmapMB .Show(bBitmap); in SwitchNumberType()
1955 aSizeFT .Show(bBitmap); in SwitchNumberType()
1956 aWidthMF .Show(bBitmap); in SwitchNumberType()
1957 aMultFT .Show(bBitmap); in SwitchNumberType()
1958 aHeightMF .Show(bBitmap); in SwitchNumberType()
1959 aRatioCB .Show(bBitmap); in SwitchNumberType()
1961 aOrientFT .Show(bBitmap && bAllLevelFeature); in SwitchNumberType()
1962 aOrientLB .Show(bBitmap && bAllLevelFeature); in SwitchNumberType()