Lines Matching refs:aPropOpt

1088     EscherPropertyContainer aPropOpt;  in ImplCreateMainNotes()  local
1089 aPropOpt.AddOpt( ESCHER_Prop_fillColor, 0xffffff ); // stock valued fill color in ImplCreateMainNotes()
1090 aPropOpt.AddOpt( ESCHER_Prop_fillBackColor, 0 ); in ImplCreateMainNotes()
1091 aPropOpt.AddOpt( ESCHER_Prop_fillRectRight, 0x68bdde ); in ImplCreateMainNotes()
1092 aPropOpt.AddOpt( ESCHER_Prop_fillRectBottom, 0x8b9f8e ); in ImplCreateMainNotes()
1093 aPropOpt.AddOpt( ESCHER_Prop_fNoFillHitTest, 0x120012 ); in ImplCreateMainNotes()
1094 aPropOpt.AddOpt( ESCHER_Prop_fNoLineDrawDash, 0 ); in ImplCreateMainNotes()
1095 aPropOpt.AddOpt( ESCHER_Prop_bWMode, ESCHER_wDontShow ); in ImplCreateMainNotes()
1096aPropOpt.AddOpt( ESCHER_Prop_fBackground, 0x10001 ); // if true, this is the background shape in ImplCreateMainNotes()
1097 aPropOpt.Commit( *mpStrm ); in ImplCreateMainNotes()
1542 EscherPropertyContainer aPropOpt; in ImplCreateSlide() local
1543 aPropOpt.AddOpt( ESCHER_Prop_fillRectRight, PPTtoEMU( maDestPageSize.Width ) ); in ImplCreateSlide()
1544 aPropOpt.AddOpt( ESCHER_Prop_fillRectBottom, PPTtoEMU( maDestPageSize.Width ) ); in ImplCreateSlide()
1545 aPropOpt.AddOpt( ESCHER_Prop_fNoFillHitTest, 0x120012 ); in ImplCreateSlide()
1546 aPropOpt.AddOpt( ESCHER_Prop_fNoLineDrawDash, 0x80000 ); in ImplCreateSlide()
1547 aPropOpt.AddOpt( ESCHER_Prop_bWMode, ESCHER_wDontShow ); in ImplCreateSlide()
1548aPropOpt.AddOpt( ESCHER_Prop_fBackground, 0x10001 ); // if true, this is the backgr… in ImplCreateSlide()
1549 aPropOpt.Commit( *mpStrm ); in ImplCreateSlide()
1675 EscherPropertyContainer aPropOpt; in ImplCreateNotes() local
1676 aPropOpt.AddOpt( ESCHER_Prop_fillColor, 0xffffff ); // stock valued fill color in ImplCreateNotes()
1677 aPropOpt.AddOpt( ESCHER_Prop_fillBackColor, 0 ); in ImplCreateNotes()
1678 aPropOpt.AddOpt( ESCHER_Prop_fillRectRight, 0x8b9f8e ); in ImplCreateNotes()
1679 aPropOpt.AddOpt( ESCHER_Prop_fillRectBottom, 0x68bdde ); in ImplCreateNotes()
1680 aPropOpt.AddOpt( ESCHER_Prop_fNoFillHitTest, 0x120012 ); in ImplCreateNotes()
1681 aPropOpt.AddOpt( ESCHER_Prop_fNoLineDrawDash, 0x80000 ); in ImplCreateNotes()
1682 aPropOpt.AddOpt( ESCHER_Prop_bWMode, ESCHER_wDontShow ); in ImplCreateNotes()
1683 aPropOpt.AddOpt( ESCHER_Prop_fBackground, 0x10001 ); in ImplCreateNotes()
1684 aPropOpt.Commit( *mpStrm ); in ImplCreateNotes()
1712 EscherPropertyContainer aPropOpt( mpPptEscherEx->GetGraphicProvider(), mpPicStrm, aRect ); in ImplWriteBackground() local
1713 aPropOpt.AddOpt( ESCHER_Prop_fillType, ESCHER_FillSolid ); in ImplWriteBackground()
1722 aPropOpt.CreateGradientProperties( rXPropSet ); in ImplWriteBackground()
1723 aPropOpt.AddOpt( ESCHER_Prop_fNoFillHitTest, 0x1f001e ); in ImplWriteBackground()
1724 aPropOpt.GetOpt( ESCHER_Prop_fillColor, nFillColor ); in ImplWriteBackground()
1725 aPropOpt.GetOpt( ESCHER_Prop_fillBackColor, nFillBackColor ); in ImplWriteBackground()
1730aPropOpt.CreateGraphicProperties( rXPropSet, String( RTL_CONSTASCII_USTRINGPARAM( "FillBitmapURL" … in ImplWriteBackground()
1734aPropOpt.CreateGraphicProperties( rXPropSet, String( RTL_CONSTASCII_USTRINGPARAM( "FillHatch" ) ),… in ImplWriteBackground()
1747 aPropOpt.AddOpt( ESCHER_Prop_fNoFillHitTest, 0x120012 ); in ImplWriteBackground()
1750 aPropOpt.AddOpt( ESCHER_Prop_fillColor, nFillColor ); in ImplWriteBackground()
1751 aPropOpt.AddOpt( ESCHER_Prop_fillBackColor, nFillBackColor ); in ImplWriteBackground()
1752 aPropOpt.AddOpt( ESCHER_Prop_fillRectRight, PPTtoEMU( maDestPageSize.Width ) ); in ImplWriteBackground()
1753 aPropOpt.AddOpt( ESCHER_Prop_fillRectBottom, PPTtoEMU( maDestPageSize.Height ) ); in ImplWriteBackground()
1754 aPropOpt.AddOpt( ESCHER_Prop_fNoLineDrawDash, 0x80000 ); in ImplWriteBackground()
1755 aPropOpt.AddOpt( ESCHER_Prop_bWMode, ESCHER_bwWhite ); in ImplWriteBackground()
1756 aPropOpt.AddOpt( ESCHER_Prop_fBackground, 0x10001 ); in ImplWriteBackground()
1757 aPropOpt.Commit( *mpStrm ); in ImplWriteBackground()