Home
last modified time | relevance | path

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

/trunk/main/desktop/source/migration/
H A Dpages.cxx300 Reference < XNameReplace > xUpdateAccess; in commitPage() local
303 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()
H A Dwizard.cxx502 Reference < XNameReplace > xUpdateAccess; in showOnlineUpdatePage() local
505 xUpdateAccess = Reference < XNameReplace >( in showOnlineUpdatePage()
508 if ( xUpdateAccess.is() ) in showOnlineUpdatePage()
511 Any result = xUpdateAccess->getByName( UNISTRING( "AutoCheckEnabled" ) ); in showOnlineUpdatePage()
/trunk/main/unotools/source/config/
H A Dlingucfg.cxx1030 uno::Reference< util::XChangesBatch > xUpdateAccess( GetMainUpdateAccess() ); in SetOrCreateSupportedDictionaryFormatsFor() local
1031 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() local
1173 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() local
1215 uno::Reference< container::XNameAccess > xNA( xUpdateAccess, uno::UNO_QUERY_THROW ); in SetDisabledDictionaries()
1228 xUpdateAccess->commitChanges(); in SetDisabledDictionaries()

Completed in 22 milliseconds