NameContainer.hxx (de7b3f82) NameContainer.hxx (a8f4084d)
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

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

77 // XElementAccess
78 virtual sal_Bool SAL_CALL hasElements( ) throw( com::sun::star::uno::RuntimeException);
79 virtual com::sun::star::uno::Type SAL_CALL getElementType( ) throw( com::sun::star::uno::RuntimeException);
80
81 // XCloneable
82 virtual ::com::sun::star::uno::Reference< ::com::sun::star::util::XCloneable > SAL_CALL createClone() throw (::com::sun::star::uno::RuntimeException);
83
84private: //methods
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

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

77 // XElementAccess
78 virtual sal_Bool SAL_CALL hasElements( ) throw( com::sun::star::uno::RuntimeException);
79 virtual com::sun::star::uno::Type SAL_CALL getElementType( ) throw( com::sun::star::uno::RuntimeException);
80
81 // XCloneable
82 virtual ::com::sun::star::uno::Reference< ::com::sun::star::util::XCloneable > SAL_CALL createClone() throw (::com::sun::star::uno::RuntimeException);
83
84private: //methods
85 NameContainer();//no default contructor
85 NameContainer();//no default constructor
86
87private: //member
88 const ::com::sun::star::uno::Type m_aType;
89 const rtl::OUString m_aServicename;
90 const rtl::OUString m_aImplementationName;
91
92 typedef ::std::map< ::rtl::OUString, com::sun::star::uno::Any > tContentMap;
93
94 tContentMap m_aMap;
95};
96
97//.............................................................................
98} //namespace chart
99//.............................................................................
100#endif
86
87private: //member
88 const ::com::sun::star::uno::Type m_aType;
89 const rtl::OUString m_aServicename;
90 const rtl::OUString m_aImplementationName;
91
92 typedef ::std::map< ::rtl::OUString, com::sun::star::uno::Any > tContentMap;
93
94 tContentMap m_aMap;
95};
96
97//.............................................................................
98} //namespace chart
99//.............................................................................
100#endif