Searched refs:xUpdateAccess (Results 1 – 3 of 3) sorted by relevance
300 Reference < XNameReplace > xUpdateAccess; in commitPage() local303 xUpdateAccess = Reference < XNameReplace >( in commitPage()306 if ( !xUpdateAccess.is() ) in commitPage()310 xUpdateAccess->replaceByName( UNISTRING("AutoCheckEnabled"), makeAny( bAutoUpdChk ) ); in commitPage()312 Reference< XChangesBatch > xChangesBatch( xUpdateAccess, UNO_QUERY); in commitPage()
502 Reference < XNameReplace > xUpdateAccess; in showOnlineUpdatePage() local505 xUpdateAccess = Reference < XNameReplace >( in showOnlineUpdatePage()508 if ( xUpdateAccess.is() ) in showOnlineUpdatePage()511 Any result = xUpdateAccess->getByName( UNISTRING( "AutoCheckEnabled" ) ); in showOnlineUpdatePage()
1030 uno::Reference< util::XChangesBatch > xUpdateAccess( GetMainUpdateAccess() ); in SetOrCreateSupportedDictionaryFormatsFor() local1031 uno::Reference< container::XNameAccess > xNA( xUpdateAccess, uno::UNO_QUERY_THROW ); in SetOrCreateSupportedDictionaryFormatsFor()1039 xUpdateAccess->commitChanges(); in SetOrCreateSupportedDictionaryFormatsFor()1172 uno::Reference< util::XChangesBatch > xUpdateAccess( GetMainUpdateAccess() ); in SetOrCreateDictionaryEntry() local1173 uno::Reference< container::XNameAccess > xNA( xUpdateAccess, uno::UNO_QUERY_THROW ); in SetOrCreateDictionaryEntry()1187 xUpdateAccess->commitChanges(); in SetOrCreateDictionaryEntry()1214 uno::Reference< util::XChangesBatch > xUpdateAccess( GetMainUpdateAccess() ); in SetDisabledDictionaries() local1215 uno::Reference< container::XNameAccess > xNA( xUpdateAccess, uno::UNO_QUERY_THROW ); in SetDisabledDictionaries()1228 xUpdateAccess->commitChanges(); in SetDisabledDictionaries()
Completed in 28 milliseconds