Searched refs:bLen (Results 1 – 2 of 2) sorted by relevance
286 int bLen = aSearchAttrText.GetText().Len(); in HasSearchAttributes() local287 return ( aSearchAttrText.IsEnabled() && bLen ); in HasSearchAttributes()292 int bLen = aReplaceAttrText.GetText().Len(); in HasReplaceAttributes() local293 return ( aReplaceAttrText.IsEnabled() && bLen ); in HasReplaceAttributes()
711 sal_Bool bLen = sText.Len() > 0; in AddEntry() local714 if( !bLen && (rEntry.nVal == SC_EMPTYFIELDS) ) in AddEntry()716 else if( !bLen && (rEntry.nVal == SC_NONEMPTYFIELDS) ) in AddEntry()723 … sal_Bool bIsNum = bLen ? GetFormatter().IsNumberFormat( sText, nIndex, fVal ) : sal_True; in AddEntry()
Completed in 30 milliseconds