summaryrefslogtreecommitdiff
path: root/cppuhelper/source/defaultbootstrap.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-01-18Insert type rdbs individually into theTypeDescriptionManagerStephan Bergmann1-1/+2
2013-01-16Move addSingletonContextEntries to ServiceManagerStephan Bergmann1-16/+1
2013-01-16Register theTypeDescriptionManager normally in services.rdbStephan Bergmann1-6/+0
2013-01-16Unfold remainder of add_access_control_entries at call siteStephan Bergmann1-2/+10
2013-01-16Remove support for UNO_AC* bootstrap variablesStephan Bergmann1-1/+1
2013-01-16Reorganize defaultbootstrap so that typedescriptionprovider can use servicemgrStephan Bergmann1-17/+7
2013-01-16Simplify defaultbootstrap.cxxStephan Bergmann1-38/+32
2013-01-16Extract servicemanager and typedescriptionprovider from defaultbootstrapStephan Bergmann1-2043/+8
2012-12-21Remove support for XML .rdbs froom SimpleRegistry service againStephan Bergmann1-7/+3
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-2/+0
2012-11-12Do stay backward-compatible also in 4.0 and later for nowTor Lillqvist1-4/+5
2012-09-14Introduce cppu::supportsService helper, adapt some call-sitesStephan Bergmann1-14/+3
2012-08-24Fix removeRdbFiles (caused extension update to fail)Stephan Bergmann1-11/+15
2012-08-10Missing mutex lockStephan Bergmann1-0/+1
2012-08-09Related fdo#52639: Do not destroy Implementations with mutex lockedStephan Bergmann1-45/+56
2012-08-08ServiceManager::createInstanceWithContext needs to honor given ContextStephan Bergmann1-12/+19
2012-07-13fdo#51143 Do not wrap CannotActivateFactoryException as DeploymentExceptionStephan Bergmann1-18/+6
2012-06-04Unbreak stuff on iOS a bit after bootstrapping changesTor Lillqvist1-0/+2
2012-06-01Revert "bootstrapping should elide duplicate .rdb paths in the configuration"Stephan Bergmann1-8/+3
2012-06-01Add "virtual" for consistencyStephan Bergmann1-7/+8
2012-06-01fdo#49291 Postpone actual factory instantiation as long as possibleStephan Bergmann1-119/+314
2012-05-22bootstrapping should elide duplicate .rdb paths in the configurationMichael Meeks1-3/+8
2012-05-14Added link to LanguageTool.oxt issueStephan Bergmann1-1/+3
2012-05-14Work around extension factories not implementing XServiceInfoStephan Bergmann1-0/+16
2012-04-24WaE: simple minded MSVC2008 thinks s could be used uninitializedCaolán McNamara1-1/+1
2012-04-23Trying to parse legacy rdb as XML can cause InvalidRegistryException, tooStephan Bergmann1-3/+5
2012-04-23Do not fail for legacy rdb that only contains root keyStephan Bergmann1-1/+6
2012-04-20Various clean up of previous commitStephan Bergmann1-3/+3
2012-04-20New cppu::defaultBootstrap_InitialComponentContext implementationStephan Bergmann1-0/+1980