Searched refs:IsDicReadonly_Impl (Results 1 – 2 of 2) sorted by relevance
321 sal_Bool bEnable = !IsDicReadonly_Impl(); in IMPL_LINK_INLINE_END()439 sal_Bool bEnable = !IsDicReadonly_Impl(); in IMPL_LINK()575 aDeletePB .Enable( sal_True && !IsDicReadonly_Impl() ); in IMPL_LINK()776 aNewReplacePB.Enable( bEnableNewReplace && !IsDicReadonly_Impl() ); in IMPL_LINK()777 aDeletePB .Enable( bEnableDelete && !IsDicReadonly_Impl() ); in IMPL_LINK()
157 sal_Bool IsDicReadonly_Impl() const { return bDicIsReadonly; } in IsDicReadonly_Impl() function in SvxEditDictionaryDialog