Home
last modified time | relevance | path

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

/trunk/main/cui/source/options/
H A Doptdict.cxx321 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()
/trunk/main/cui/source/inc/
H A Doptdict.hxx157 sal_Bool IsDicReadonly_Impl() const { return bDicIsReadonly; } in IsDicReadonly_Impl() function in SvxEditDictionaryDialog