summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2013-04-15 20:35:47 +0100
committerNoel Power <noel.power@suse.com>2013-04-15 20:37:19 +0100
commitdd763604784fe10ee06a2f9c1fddf74cdf890bcc (patch)
treefe601ebfc1259a585b2e041ab3471d3561520ef7 /sc/source/ui/inc
parent808d14765bcf57870c9306c40a431e525b0eaa71 (diff)
basic inplace Font preview for calc
Change-Id: Ic1e6c953852a6106ee94f0b577ed398d62aa2285
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r--sc/source/ui/inc/output.hxx1
-rw-r--r--sc/source/ui/inc/viewfunc.hxx2
2 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/ui/inc/output.hxx b/sc/source/ui/inc/output.hxx
index 1e715a70977c..dc36f2399791 100644
--- a/sc/source/ui/inc/output.hxx
+++ b/sc/source/ui/inc/output.hxx
@@ -94,6 +94,7 @@ private:
ScRefCellValue maCell;
const ScPatternAttr* mpPattern;
const SfxItemSet* mpCondSet;
+ const SfxItemSet* mpPreviewFontSet;
const ScPatternAttr* mpOldPattern;
const SfxItemSet* mpOldCondSet;
const RowInfo* mpThisRowInfo;
diff --git a/sc/source/ui/inc/viewfunc.hxx b/sc/source/ui/inc/viewfunc.hxx
index c0e8f07e623d..7203b6b58ed6 100644
--- a/sc/source/ui/inc/viewfunc.hxx
+++ b/sc/source/ui/inc/viewfunc.hxx
@@ -331,7 +331,7 @@ public:
SCROW nEndRow , SCCOL nEndCol ,
boost::ptr_vector<boost::nullable<Edit> >& aEdits,
sal_uInt16 aColLength );
-
+ void UpdateSelectionArea( const ScMarkData& rSel, ScPatternAttr* pAttr = NULL );
// Internal helper functions
protected:
void UpdateLineAttrs( ::editeng::SvxBorderLine& rLine,