Home
last modified time | relevance | path

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

/trunk/main/vcl/source/control/
H A Dfield2.cxx2140 sal_Bool bTextLen = GetText().Len() != 0; in Notify() local
2141 if ( bTextLen || !IsEmptyFieldValueEnabled() ) in Notify()
2154 else if ( !bTextLen && IsEmptyFieldValueEnabled() ) in Notify()
2294 sal_Bool bTextLen = GetText().Len() != 0; in Notify() local
2295 if ( bTextLen || !IsEmptyFieldValueEnabled() ) in Notify()
2297 else if ( !bTextLen && IsEmptyFieldValueEnabled() ) in Notify()
/trunk/main/cui/source/options/
H A Doptinet2.cxx1029 sal_Bool bTextLen = ( 0 != pEdit->GetText().Len() ); in IMPL_LINK() local
1031 if ( bTextLen ) in IMPL_LINK()
1042 aAddPB.Enable(bTextLen && !bFound); in IMPL_LINK()

Completed in 34 milliseconds