Lines Matching refs:bEqual
550 sal_Bool bEqual = sal_True; in GetSelectionStyle() local
558 while (bEqual && aMarkIter.Next( nTop, nBottom )) in GetSelectionStyle()
564 while (bEqual && ( pPattern = aAttrIter.Next( nRow, nDummy ) ) != NULL) in GetSelectionStyle()
569 bEqual = sal_False; // unterschiedliche in GetSelectionStyle()
574 return bEqual ? pStyle : NULL; in GetSelectionStyle()
582 sal_Bool bEqual = sal_True; in GetAreaStyle() local
591 while (bEqual && ( pPattern = aAttrIter.Next( nRow, nDummy ) ) != NULL) in GetAreaStyle()
596 bEqual = sal_False; // unterschiedliche in GetAreaStyle()
600 return bEqual ? pStyle : NULL; in GetAreaStyle()
934 sal_Bool bEqual = sal_True; in SwapRow() local
943 bEqual = sal_False; in SwapRow()
949 if (bEqual) in SwapRow()