Searched refs:bTextLen (Results 1 – 2 of 2) sorted by relevance
2140 sal_Bool bTextLen = GetText().Len() != 0; in Notify() local2141 if ( bTextLen || !IsEmptyFieldValueEnabled() ) in Notify()2154 else if ( !bTextLen && IsEmptyFieldValueEnabled() ) in Notify()2294 sal_Bool bTextLen = GetText().Len() != 0; in Notify() local2295 if ( bTextLen || !IsEmptyFieldValueEnabled() ) in Notify()2297 else if ( !bTextLen && IsEmptyFieldValueEnabled() ) in Notify()
1029 sal_Bool bTextLen = ( 0 != pEdit->GetText().Len() ); in IMPL_LINK() local1031 if ( bTextLen ) in IMPL_LINK()1042 aAddPB.Enable(bTextLen && !bFound); in IMPL_LINK()
Completed in 59 milliseconds