Home
last modified time | relevance | path

Searched refs:bLen (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/inc/svx/
H A Dsrchdlg.hxx286 int bLen = aSearchAttrText.GetText().Len(); in HasSearchAttributes() local
287 return ( aSearchAttrText.IsEnabled() && bLen ); in HasSearchAttributes()
292 int bLen = aReplaceAttrText.GetText().Len(); in HasReplaceAttributes() local
293 return ( aReplaceAttrText.IsEnabled() && bLen ); in HasReplaceAttributes()
/trunk/main/sc/source/filter/excel/
H A Dexcrecds.cxx711 sal_Bool bLen = sText.Len() > 0; in AddEntry() local
714 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 23 milliseconds