Kaydet (Commit) eff4f0c0 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Kill more ScBaseCell usages.

Change-Id: I6fdcdd6763e6da1fd25c6bded22960a1be6d7f66
üst 63fb74ae
......@@ -21,6 +21,7 @@
#define SC_OUTPUT_HXX
#include "address.hxx"
#include "cellvalue.hxx"
#include <tools/color.hxx>
#include <tools/fract.hxx>
#include <com/sun/star/embed/XEmbeddedObject.hpp>
......@@ -84,14 +85,14 @@ private:
long mnPosX;
long mnPosY;
long mnInitPosX;
bool mbBreak;
bool mbCellIsValue;
bool mbAsianVertical;
bool mbPixelToLogic;
bool mbHyphenatorSet;
bool mbRTL;
bool mbBreak:1;
bool mbCellIsValue:1;
bool mbAsianVertical:1;
bool mbPixelToLogic:1;
bool mbHyphenatorSet:1;
bool mbRTL:1;
ScFieldEditEngine* mpEngine;
ScBaseCell* mpCell;
ScRefCellValue maCell;
const ScPatternAttr* mpPattern;
const SfxItemSet* mpCondSet;
const ScPatternAttr* mpOldPattern;
......@@ -223,8 +224,8 @@ private:
long& rEngineWidth, long& rEngineHeight, long& rNeededPixel,
bool& rLeftClip, bool& rRightClip );
void SetSyntaxColor( Font* pFont, ScBaseCell* pCell );
void SetEditSyntaxColor( EditEngine& rEngine, ScBaseCell* pCell );
void SetSyntaxColor( Font* pFont, const ScRefCellValue& rCell );
void SetEditSyntaxColor( EditEngine& rEngine, ScRefCellValue& rCell );
double GetStretch();
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment