imagemanagerimpl.hxx (67e470da) imagemanagerimpl.hxx (5758ad8c)
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

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

154 void storeToStorage( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& Storage ) throw (::com::sun::star::uno::Exception, ::com::sun::star::uno::RuntimeException);
155 sal_Bool isModified() throw (::com::sun::star::uno::RuntimeException);
156 sal_Bool isReadOnly() throw (::com::sun::star::uno::RuntimeException);
157
158 void clear();
159
160 typedef std::hash_map< rtl::OUString,
161 sal_Bool,
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

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

154 void storeToStorage( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& Storage ) throw (::com::sun::star::uno::Exception, ::com::sun::star::uno::RuntimeException);
155 sal_Bool isModified() throw (::com::sun::star::uno::RuntimeException);
156 sal_Bool isReadOnly() throw (::com::sun::star::uno::RuntimeException);
157
158 void clear();
159
160 typedef std::hash_map< rtl::OUString,
161 sal_Bool,
162 OUStringHashCode,
162 rtl::OUStringHash,
163 ::std::equal_to< ::rtl::OUString > > ImageNameMap;
164
165 enum Layer
166 {
167 LAYER_DEFAULT,
168 LAYER_USERDEFINED,
169 LAYER_COUNT
170 };

--- 48 unchanged lines hidden ---
163 ::std::equal_to< ::rtl::OUString > > ImageNameMap;
164
165 enum Layer
166 {
167 LAYER_DEFAULT,
168 LAYER_USERDEFINED,
169 LAYER_COUNT
170 };

--- 48 unchanged lines hidden ---