ndole.hxx (1d2dbeb0) | ndole.hxx (4d7c9de0) |
---|---|
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 --- 52 unchanged lines hidden (view full) --- 61 sal_Int64 nAspect ); 62 63 String GetDescription(); 64 65#ifndef _FESHVIEW_ONLY_INLINE_NEEDED 66 const com::sun::star::uno::Reference < com::sun::star::embed::XEmbeddedObject > GetOleRef(); 67 svt::EmbeddedObjectRef& GetObject(); 68 const String& GetCurrentPersistName() const { return aName; } | 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 --- 52 unchanged lines hidden (view full) --- 61 sal_Int64 nAspect ); 62 63 String GetDescription(); 64 65#ifndef _FESHVIEW_ONLY_INLINE_NEEDED 66 const com::sun::star::uno::Reference < com::sun::star::embed::XEmbeddedObject > GetOleRef(); 67 svt::EmbeddedObjectRef& GetObject(); 68 const String& GetCurrentPersistName() const { return aName; } |
69 String GetStyleString(); |
|
69 sal_Bool IsOleRef() const; //Damit das Objekt nicht unnoetig geladen werden muss. 70#endif 71}; 72 73 74// -------------------- 75// SwOLENode 76// -------------------- --- 90 unchanged lines hidden --- | 70 sal_Bool IsOleRef() const; //Damit das Objekt nicht unnoetig geladen werden muss. 71#endif 72}; 73 74 75// -------------------- 76// SwOLENode 77// -------------------- --- 90 unchanged lines hidden --- |