namecontainer.cxx (dde7d3fa) namecontainer.cxx (796b7e2a)
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

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

34namespace comphelper
35{
36 class NameContainerImpl
37 {
38 public:
39 osl::Mutex maMutex;
40 };
41
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

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

34namespace comphelper
35{
36 class NameContainerImpl
37 {
38 public:
39 osl::Mutex maMutex;
40 };
41
42 /** this is the base helper class for NameContainer thats also declared in this header. */
42 /** this is the base helper class for NameContainer that's also declared in this header. */
43 class NameContainer : public ::cppu::WeakImplHelper1< ::com::sun::star::container::XNameContainer >, private NameContainerImpl
44 {
45 public:
46 NameContainer( ::com::sun::star::uno::Type aType );
47 virtual ~NameContainer();
48
49 // XNameContainer
50 virtual void SAL_CALL insertByName( const ::rtl::OUString& aName, const ::com::sun::star::uno::Any& aElement )

--- 157 unchanged lines hidden ---
43 class NameContainer : public ::cppu::WeakImplHelper1< ::com::sun::star::container::XNameContainer >, private NameContainerImpl
44 {
45 public:
46 NameContainer( ::com::sun::star::uno::Type aType );
47 virtual ~NameContainer();
48
49 // XNameContainer
50 virtual void SAL_CALL insertByName( const ::rtl::OUString& aName, const ::com::sun::star::uno::Any& aElement )

--- 157 unchanged lines hidden ---