drawview.hxx (4d7c9de0) | drawview.hxx (52f1c2ee) |
---|---|
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 --- 144 unchanged lines hidden (view full) --- 153 inline void UnlockInternalLayer() { LockInternalLayer( false ); } 154 155 SdrEndTextEditKind ScEndTextEdit(); // ruft SetDrawTextUndo(0) 156//UNUSED2009-05 void CaptionTextDirection(sal_uInt16 nSlot); 157 ::com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XTransferable > CopyToTransferable(); 158 SdrObject* GetObjectByName(const String& rName); 159 sal_Bool GetObjectIsMarked( SdrObject * pObject ); 160 sal_Bool SelectCurrentViewObject( const String& rName ); | 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 --- 144 unchanged lines hidden (view full) --- 153 inline void UnlockInternalLayer() { LockInternalLayer( false ); } 154 155 SdrEndTextEditKind ScEndTextEdit(); // ruft SetDrawTextUndo(0) 156//UNUSED2009-05 void CaptionTextDirection(sal_uInt16 nSlot); 157 ::com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XTransferable > CopyToTransferable(); 158 SdrObject* GetObjectByName(const String& rName); 159 sal_Bool GetObjectIsMarked( SdrObject * pObject ); 160 sal_Bool SelectCurrentViewObject( const String& rName ); |
161 162 // #123922# helper which checks if a Graphic may be appied to an existing 163 // SdrObject; if it's a SdrGrafObj the fill will be replaced. If it's a 164 // fillable, non-OLE SdrObject, the FillStyle will be adapted 165 SdrObject* ApplyGraphicToObject( 166 SdrObject& rHitObject, 167 const Graphic& rGraphic, 168 const String& rBeginUndoText, 169 const String& rFile, 170 const String& rFilter); |
|
161}; 162 163 164 165 166#endif 167 | 171}; 172 173 174 175 176#endif 177 |