moduleoptions.cxx (86e1cf34) | moduleoptions.cxx (7a164331) |
---|---|
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 --- 446 unchanged lines hidden (view full) --- 455 @onerror - 456 @threadsafe no 457*//*-*************************************************************************************************************/ 458SvtModuleOptions_Impl::SvtModuleOptions_Impl(SvtModuleOptions* pOutsideClass) 459 : ::utl::ConfigItem( ROOTNODE_FACTORIES ) 460 , m_bReadOnlyStatesWellKnown( sal_False ) 461 , m_pOutsideClass( pOutsideClass ) 462{ | 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 --- 446 unchanged lines hidden (view full) --- 455 @onerror - 456 @threadsafe no 457*//*-*************************************************************************************************************/ 458SvtModuleOptions_Impl::SvtModuleOptions_Impl(SvtModuleOptions* pOutsideClass) 459 : ::utl::ConfigItem( ROOTNODE_FACTORIES ) 460 , m_bReadOnlyStatesWellKnown( sal_False ) 461 , m_pOutsideClass( pOutsideClass ) 462{ |
463 // First initialize list of factory infos! Otherwise we couldnt guarantee right working of these class. | 463 // First initialize list of factory infos! Otherwise we couldn't guarantee right working of these class. |
464 for( sal_Int32 nFactory=0; nFactory<FACTORYCOUNT; ++nFactory ) 465 m_lFactories[nFactory].free(); 466 467 // Get name list of all existing set node names in configuration to read her properties in impl_Read(). 468 // These list is a list of long names of our factories. 469 const css::uno::Sequence< ::rtl::OUString > lFactories = GetNodeNames( ::rtl::OUString() ); 470 impl_Read( lFactories ); 471 --- 1122 unchanged lines hidden --- | 464 for( sal_Int32 nFactory=0; nFactory<FACTORYCOUNT; ++nFactory ) 465 m_lFactories[nFactory].free(); 466 467 // Get name list of all existing set node names in configuration to read her properties in impl_Read(). 468 // These list is a list of long names of our factories. 469 const css::uno::Sequence< ::rtl::OUString > lFactories = GetNodeNames( ::rtl::OUString() ); 470 impl_Read( lFactories ); 471 --- 1122 unchanged lines hidden --- |