viewfunc.hxx (4d7c9de0) viewfunc.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

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

122 SC_DLLPUBLIC sal_Bool PasteFromSystem( sal_uLong nFormatId, sal_Bool bApi = sal_False );
123 void PasteFromTransferable( const ::com::sun::star::uno::Reference<
124 ::com::sun::star::datatransfer::XTransferable >& rxTransferable );
125
126 void PasteDraw();
127 void PasteDraw( const Point& rLogicPos, SdrModel* pModel,
128 sal_Bool bGroup = sal_False, sal_Bool bSameDocClipboard = sal_False );
129
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

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

122 SC_DLLPUBLIC sal_Bool PasteFromSystem( sal_uLong nFormatId, sal_Bool bApi = sal_False );
123 void PasteFromTransferable( const ::com::sun::star::uno::Reference<
124 ::com::sun::star::datatransfer::XTransferable >& rxTransferable );
125
126 void PasteDraw();
127 void PasteDraw( const Point& rLogicPos, SdrModel* pModel,
128 sal_Bool bGroup = sal_False, sal_Bool bSameDocClipboard = sal_False );
129
130 sal_Bool PasteOnDrawObject( const ::com::sun::star::uno::Reference<
131 ::com::sun::star::datatransfer::XTransferable >& rxTransferable,
132 SdrObject* pHitObj, sal_Bool bLink );
130 sal_Bool PasteOnDrawObjectLinked(
131 const ::com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XTransferable >& rxTransferable,
132 SdrObject& rHitObj);
133
134 sal_Bool PasteDataFormat( sal_uLong nFormatId,
135 const ::com::sun::star::uno::Reference<
136 ::com::sun::star::datatransfer::XTransferable >& rxTransferable,
137 SCCOL nPosX, SCROW nPosY, Point* pLogicPos = NULL,
138 sal_Bool bLink = sal_False, sal_Bool bAllowDialogs = sal_False );
139
140 sal_Bool PasteFile( const Point&, const String&, sal_Bool bLink=sal_False );

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

145 const String& rFile, const String& rFilter );
146 sal_Bool PasteBookmark( sal_uLong nFormatId,
147 const ::com::sun::star::uno::Reference<
148 ::com::sun::star::datatransfer::XTransferable >& rxTransferable,
149 SCCOL nPosX, SCROW nPosY );
150 sal_Bool PasteDDE( const ::com::sun::star::uno::Reference<
151 ::com::sun::star::datatransfer::XTransferable >& rxTransferable );
152
133
134 sal_Bool PasteDataFormat( sal_uLong nFormatId,
135 const ::com::sun::star::uno::Reference<
136 ::com::sun::star::datatransfer::XTransferable >& rxTransferable,
137 SCCOL nPosX, SCROW nPosY, Point* pLogicPos = NULL,
138 sal_Bool bLink = sal_False, sal_Bool bAllowDialogs = sal_False );
139
140 sal_Bool PasteFile( const Point&, const String&, sal_Bool bLink=sal_False );

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

145 const String& rFile, const String& rFilter );
146 sal_Bool PasteBookmark( sal_uLong nFormatId,
147 const ::com::sun::star::uno::Reference<
148 ::com::sun::star::datatransfer::XTransferable >& rxTransferable,
149 SCCOL nPosX, SCROW nPosY );
150 sal_Bool PasteDDE( const ::com::sun::star::uno::Reference<
151 ::com::sun::star::datatransfer::XTransferable >& rxTransferable );
152
153 sal_Bool ApplyGraphicToObject( SdrObject* pObject, const Graphic& rGraphic );
154
155 void InsertBookmark( const String& rDescription, const String& rURL,
156 SCCOL nPosX, SCROW nPosY, const String* pTarget = NULL,
157 sal_Bool bTryReplace = sal_False );
158 sal_Bool HasBookmarkAtCursor( SvxHyperlinkItem* pContent );
159
160 long DropRequestHdl( Exchange* pExchange );
161 sal_Bool MoveBlockTo( const ScRange& rSource, const ScAddress& rDestPos,
162 sal_Bool bCut, sal_Bool bRecord, sal_Bool bPaint, sal_Bool bApi );

--- 205 unchanged lines hidden ---
153 void InsertBookmark( const String& rDescription, const String& rURL,
154 SCCOL nPosX, SCROW nPosY, const String* pTarget = NULL,
155 sal_Bool bTryReplace = sal_False );
156 sal_Bool HasBookmarkAtCursor( SvxHyperlinkItem* pContent );
157
158 long DropRequestHdl( Exchange* pExchange );
159 sal_Bool MoveBlockTo( const ScRange& rSource, const ScAddress& rDestPos,
160 sal_Bool bCut, sal_Bool bRecord, sal_Bool bPaint, sal_Bool bApi );

--- 205 unchanged lines hidden ---