servicefactory.cxx (07a3d7f1) servicefactory.cxx (77dbc36c)
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

--- 302 unchanged lines hidden (view full) ---

311 context_values.push_back( entry );
312 // - ac singleton
313 entry.bLateInitService = true;
314 entry.name = OUSTR("/singletons/com.sun.star.security.theAccessController");
315 entry.value <<= ac_service;
316 context_values.push_back( entry );
317}
318
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

--- 302 unchanged lines hidden (view full) ---

311 context_values.push_back( entry );
312 // - ac singleton
313 entry.bLateInitService = true;
314 entry.name = OUSTR("/singletons/com.sun.star.security.theAccessController");
315 entry.value <<= ac_service;
316 context_values.push_back( entry );
317}
318
319SAL_DLLPUBLIC_EXPORT
319Reference< lang::XMultiComponentFactory > bootstrapInitialSF(
320 OUString const & rBootstrapPath )
321 SAL_THROW( (Exception) )
322{
323 OUString const & bootstrap_path =
324 0 == rBootstrapPath.getLength() ? get_this_libpath() : rBootstrapPath;
325
326 Reference< lang::XMultiComponentFactory > xMgr(

--- 331 unchanged lines hidden ---
320Reference< lang::XMultiComponentFactory > bootstrapInitialSF(
321 OUString const & rBootstrapPath )
322 SAL_THROW( (Exception) )
323{
324 OUString const & bootstrap_path =
325 0 == rBootstrapPath.getLength() ? get_this_libpath() : rBootstrapPath;
326
327 Reference< lang::XMultiComponentFactory > xMgr(

--- 331 unchanged lines hidden ---