rootactiontriggercontainer.cxx (6d739b60) rootactiontriggercontainer.cxx (5b6a8715)
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

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

300
301 // Control these pointer again ... it can be, that another instance will be faster then these!
302 if ( pTypeCollection == NULL )
303 {
304 // Create a static typecollection ...
305 static ::cppu::OTypeCollection aTypeCollection(
306 ::getCppuType(( const Reference< XMultiServiceFactory >*)NULL ) ,
307 ::getCppuType(( const Reference< XIndexContainer >*)NULL ) ,
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

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

300
301 // Control these pointer again ... it can be, that another instance will be faster then these!
302 if ( pTypeCollection == NULL )
303 {
304 // Create a static typecollection ...
305 static ::cppu::OTypeCollection aTypeCollection(
306 ::getCppuType(( const Reference< XMultiServiceFactory >*)NULL ) ,
307 ::getCppuType(( const Reference< XIndexContainer >*)NULL ) ,
308 ::getCppuType(( const Reference< XIndexAccess >*)NULL ) ,
309 ::getCppuType(( const Reference< XIndexReplace >*)NULL ) ,
310 ::getCppuType(( const Reference< XServiceInfo >*)NULL ) ,
311 ::getCppuType(( const Reference< XTypeProvider >*)NULL ) ,
312 ::getCppuType(( const Reference< XUnoTunnel >*)NULL ) ,
313 ::getCppuType(( const Reference< XNamed >*)NULL )) ;
314
315 // ... and set his address to static pointer!
316 pTypeCollection = &aTypeCollection ;
317 }

--- 58 unchanged lines hidden ---
308 ::getCppuType(( const Reference< XServiceInfo >*)NULL ) ,
309 ::getCppuType(( const Reference< XTypeProvider >*)NULL ) ,
310 ::getCppuType(( const Reference< XUnoTunnel >*)NULL ) ,
311 ::getCppuType(( const Reference< XNamed >*)NULL )) ;
312
313 // ... and set his address to static pointer!
314 pTypeCollection = &aTypeCollection ;
315 }

--- 58 unchanged lines hidden ---