Kaydet (Commit) 7d700ecf authored tarafından Cédric Bosdonnat's avatar Cédric Bosdonnat

Header/Footer: ghost footnote and columns lines

Dirty hack... Simply added a bGhosted member in SwLineRect class. All
lines are stacked and drawn later: not ideal.
üst cebaf590
...@@ -526,7 +526,8 @@ public: ...@@ -526,7 +526,8 @@ public:
const sal_Bool bLowerMode = sal_False, const sal_Bool bLowerMode = sal_False,
const sal_Bool bLowerBorder = sal_False ) const; const sal_Bool bLowerBorder = sal_False ) const;
void PaintBorderLine( const SwRect&, const SwRect&, const SwPageFrm*, void PaintBorderLine( const SwRect&, const SwRect&, const SwPageFrm*,
const Color *pColor, const editeng::SvxBorderStyle = editeng::SOLID ) const; const Color *pColor, const editeng::SvxBorderStyle = editeng::SOLID,
sal_Bool bGhosted = sal_False ) const;
drawinglayer::processor2d::BaseProcessor2D * CreateProcessor2D( ) const; drawinglayer::processor2d::BaseProcessor2D * CreateProcessor2D( ) const;
void ProcessPrimitives( const drawinglayer::primitive2d::Primitive2DSequence& rSequence ) const; void ProcessPrimitives( const drawinglayer::primitive2d::Primitive2DSequence& rSequence ) const;
......
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