Searched refs:bSaveGlobal (Results 1 – 1 of 1) sorted by relevance
457 sal_Bool bSaveGlobal = *(sal_Bool*)rValue.getValue(); in _setSingleValue() local458 mpDoc->set(IDocumentSettingAccess::GLOBAL_DOCUMENT_SAVE_LINKS, bSaveGlobal ); in _setSingleValue()823 sal_Bool bSaveGlobal = mpDoc->get(IDocumentSettingAccess::GLOBAL_DOCUMENT_SAVE_LINKS); in _getSingleValue() local824 rValue.setValue(&bSaveGlobal, ::getBooleanCppuType()); in _getSingleValue()
Completed in 20 milliseconds