bootstrap.cxx (07a3d7f1) | bootstrap.cxx (b32aa359) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 164 unchanged lines hidden (view full) --- 173 OString str( buf.makeStringAndClear() ); 174 OSL_ENSURE( 0, str.getStr() ); 175 } 176#endif 177 } 178} 179 180// private forward decl | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 164 unchanged lines hidden (view full) --- 173 OString str( buf.makeStringAndClear() ); 174 OSL_ENSURE( 0, str.getStr() ); 175 } 176#endif 177 } 178} 179 180// private forward decl |
181SAL_DLLPUBLIC_EXPORT |
|
181Reference< lang::XMultiComponentFactory > bootstrapInitialSF( 182 OUString const & rBootstrapPath ) 183 SAL_THROW( (Exception) ); 184 185Reference< XComponentContext > bootstrapInitialContext( 186 Reference< lang::XMultiComponentFactory > const & xSF, 187 Reference< registry::XSimpleRegistry > const & types_xRegistry, 188 Reference< registry::XSimpleRegistry > const & services_xRegistry, --- 483 unchanged lines hidden --- | 182Reference< lang::XMultiComponentFactory > bootstrapInitialSF( 183 OUString const & rBootstrapPath ) 184 SAL_THROW( (Exception) ); 185 186Reference< XComponentContext > bootstrapInitialContext( 187 Reference< lang::XMultiComponentFactory > const & xSF, 188 Reference< registry::XSimpleRegistry > const & types_xRegistry, 189 Reference< registry::XSimpleRegistry > const & services_xRegistry, --- 483 unchanged lines hidden --- |