View | Details | Raw Unified | Return to issue 56806
Collapse All | Expand All

(-)sw/source/filter/ww8/wrtw8esh.cxx (+8 lines)
Lines 1995-2000 Link Here
1995
            {
1995
            {
1996
                const SvxBrushItem* pBrush = (const SvxBrushItem*)pItem;
1996
                const SvxBrushItem* pBrush = (const SvxBrushItem*)pItem;
1997
                WriteBrushAttr(*pBrush, aPropOpt);
1997
                WriteBrushAttr(*pBrush, aPropOpt);
1998
                SvxGraphicPosition ePos = pBrush->GetGraphicPos();
1999
                if( ePos != GPOS_NONE && ePos != GPOS_AREA )
2000
                {
2001
                    /* 0x033F parameter specifies a 32-bit field of shape boolean properties.
2002
                    0x10001 means fBackground and fUsefBackground flag are true thus background
2003
                    picture will be shown as "tiled" fill.*/
2004
                    aPropOpt.AddOpt( ESCHER_Prop_fBackground, 0x10001 );
2005
                }
1998
            }
2006
            }
1999
            aPropOpt.AddOpt( ESCHER_Prop_lineColor, 0x8000001 );
2007
            aPropOpt.AddOpt( ESCHER_Prop_lineColor, 0x8000001 );
2000
            aPropOpt.AddOpt( ESCHER_Prop_fNoLineDrawDash, 0x00080008 );
2008
            aPropOpt.AddOpt( ESCHER_Prop_fNoLineDrawDash, 0x00080008 );
(-)sw/source/filter/ww8/ww8par.cxx (+3 lines)
Lines 3360-3365 Link Here
3360
3360
3361
    SwFrmFmt &rFmt = rPage.GetMaster();
3361
    SwFrmFmt &rFmt = rPage.GetMaster();
3362
3362
3363
	if(!mrReader.pDrawModel && mrReader.pWDop->fUseBackGroundInAllmodes)
3364
		mrReader.GrafikCtor(); 
3365
3363
    if (mrReader.pWDop->fUseBackGroundInAllmodes && mrReader.pMSDffManager)
3366
    if (mrReader.pWDop->fUseBackGroundInAllmodes && mrReader.pMSDffManager)
3364
    {
3367
    {
3365
        Rectangle aRect(0, 0, 100, 100); //A dummy, we don't care about the size
3368
        Rectangle aRect(0, 0, 100, 100); //A dummy, we don't care about the size

Return to issue 56806