Searched refs:bSaveGlobal (Results 1 – 1 of 1) sorted by relevance
452 sal_Bool bSaveGlobal = *(sal_Bool*)rValue.getValue(); in _setSingleValue() local453 mpDoc->set(IDocumentSettingAccess::GLOBAL_DOCUMENT_SAVE_LINKS, bSaveGlobal ); in _setSingleValue()815 sal_Bool bSaveGlobal = mpDoc->get(IDocumentSettingAccess::GLOBAL_DOCUMENT_SAVE_LINKS); in _getSingleValue() local816 rValue.setValue(&bSaveGlobal, ::getBooleanCppuType()); in _getSingleValue()