LibreOffice Module sc (master)
1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
sc
source
ui
inc
cliputil.hxx
Go to the documentation of this file.
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2
/*
3
* This file is part of the LibreOffice project.
4
*
5
* This Source Code Form is subject to the terms of the Mozilla Public
6
* License, v. 2.0. If a copy of the MPL was not distributed with this
7
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
8
*/
9
10
#ifndef INCLUDED_SC_SOURCE_UI_INC_CLIPUTIL_HXX
11
#define INCLUDED_SC_SOURCE_UI_INC_CLIPUTIL_HXX
12
13
#include <types.hxx>
14
15
class
ScViewData
;
16
class
ScTabViewShell
;
17
class
ScDocument
;
18
class
ScMarkData
;
19
class
ScRangeList
;
20
21
namespace
ScClipUtil
22
{
23
void
PasteFromClipboard
(
ScViewData
& rViewData,
ScTabViewShell
* pTabViewShell,
bool
bShowDialog );
24
25
bool
CheckDestRanges
(
26
const
ScDocument
& rDoc,
SCCOL
nSrcCols,
SCROW
nSrcRows,
const
ScMarkData
& rMark,
27
const
ScRangeList
& rDest);
28
}
29
30
#endif
31
32
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
ScMarkData
todo: It should be possible to have MarkArrays for each table, in order to enable "search all" across...
Definition:
markdata.hxx:43
ScRangeList
Definition:
rangelst.hxx:32
SCCOL
sal_Int16 SCCOL
Definition:
types.hxx:22
ScClipUtil
Definition:
cliputil.hxx:21
ScClipUtil::CheckDestRanges
bool CheckDestRanges(const ScDocument &rDoc, SCCOL nSrcCols, SCROW nSrcRows, const ScMarkData &rMark, const ScRangeList &rDest)
Definition:
cliputil.cxx:96
SCROW
sal_Int32 SCROW
Definition:
types.hxx:18
ScViewData
Definition:
viewdata.hxx:271
ScTabViewShell
Definition:
tabvwsh.hxx:91
ScClipUtil::PasteFromClipboard
void PasteFromClipboard(ScViewData &rViewData, ScTabViewShell *pTabViewShell, bool bShowDialog)
Definition:
cliputil.cxx:46
ScDocument
Definition:
document.hxx:312
Generated on Thu Jan 14 2021 06:09:09 for LibreOffice Module sc (master) by
1.8.10