Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/uno/
H A DSwXDocumentSettings.cxx452 sal_Bool bSaveGlobal = *(sal_Bool*)rValue.getValue(); in _setSingleValue() local
453 mpDoc->set(IDocumentSettingAccess::GLOBAL_DOCUMENT_SAVE_LINKS, bSaveGlobal ); in _setSingleValue()
815 sal_Bool bSaveGlobal = mpDoc->get(IDocumentSettingAccess::GLOBAL_DOCUMENT_SAVE_LINKS); in _getSingleValue() local
816 rValue.setValue(&bSaveGlobal, ::getBooleanCppuType()); in _getSingleValue()