oleembobj.hxx (08421ca6) oleembobj.hxx (fb0b81f5)
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

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

169 // embedded object related stuff
170 ::rtl::OUString m_aEntryName;
171 ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > m_xParentStorage;
172 ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream > m_xObjectStream;
173
174 // link related stuff
175 ::rtl::OUString m_aLinkURL; // ???
176
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

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

169 // embedded object related stuff
170 ::rtl::OUString m_aEntryName;
171 ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > m_xParentStorage;
172 ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream > m_xObjectStream;
173
174 // link related stuff
175 ::rtl::OUString m_aLinkURL; // ???
176
177 // points to own view provider if the the object has no server
177 // points to own view provider if the object has no server
178 OwnView_Impl* m_pOwnView;
179
180 // whether the object should be initialized from clipboard in case of default initialization
181 sal_Bool m_bFromClipboard;
182
183 ::rtl::OUString m_aTempURL;
184
185 ::rtl::OUString m_aTempDumpURL;

--- 357 unchanged lines hidden ---
178 OwnView_Impl* m_pOwnView;
179
180 // whether the object should be initialized from clipboard in case of default initialization
181 sal_Bool m_bFromClipboard;
182
183 ::rtl::OUString m_aTempURL;
184
185 ::rtl::OUString m_aTempDumpURL;

--- 357 unchanged lines hidden ---