Searched refs:rPropOpt (Results 1 – 6 of 6) sorted by relevance
| /trunk/main/sw/source/filter/ww8/ |
| H A D | wrtw8esh.cxx | 289 …SwBasicEscherEx::PreWriteHyperlinkWithinFly(const SwFrmFmt& rFmt,EscherPropertyContainer& rPropOpt) in PreWriteHyperlinkWithinFly() argument 303 rPropOpt.AddOpt( ESCHER_Prop_pihlShape, sal_True, nSize, pBuf, nSize ); in PreWriteHyperlinkWithinFly() 308 rPropOpt.AddOpt(ESCHER_Prop_wzName, aNamestr ); in PreWriteHyperlinkWithinFly() 310 if(rPropOpt.GetOpt( ESCHER_Prop_fPrint, nValue)) in PreWriteHyperlinkWithinFly() 313 rPropOpt.AddOpt(ESCHER_Prop_fPrint, nValue ); in PreWriteHyperlinkWithinFly() 316 rPropOpt.AddOpt(ESCHER_Prop_fPrint, 0x03080008 ); in PreWriteHyperlinkWithinFly() 1698 EscherPropertyContainer& rPropOpt) in WriteGrfAttr() argument 1747 rPropOpt.AddOpt( ESCHER_Prop_pictureActive, nMode ); in WriteGrfAttr() 1763 rPropOpt.AddOpt( ESCHER_Prop_pictureContrast, nContrast); in WriteGrfAttr() 1767 rPropOpt.AddOpt( ESCHER_Prop_pictureBrightness, nBrightness * 327 ); in WriteGrfAttr() [all …]
|
| H A D | escher.hxx | 110 EscherPropertyContainer& rPropOpt); 112 EscherPropertyContainer& rPropOpt); 113 void WriteOLEPicture(EscherPropertyContainer &rPropOpt, 116 void WriteGrfAttr(const SwNoTxtNode& rNd,EscherPropertyContainer& rPropOpt); 141 void PreWriteHyperlinkWithinFly(const SwFrmFmt& rFmt,EscherPropertyContainer& rPropOpt); 168 EscherPropertyContainer& rPropOpt); 174 EscherPropertyContainer &rPropOpt);
|
| /trunk/main/sd/source/filter/eppt/ |
| H A D | eppt.hxx | 797 void ImplFlipBoundingBox( EscherPropertyContainer& rPropOpt ); 815 … ImplAdjustFirstLineLineSpacing( TextObj& rTextObj, EscherPropertyContainer& rPropOpt );
|
| H A D | epptso.cxx | 1678 void PPTWriter::ImplFlipBoundingBox( EscherPropertyContainer& rPropOpt ) in ImplFlipBoundingBox() argument 1698 rPropOpt.AddOpt( ESCHER_Prop_Rotation, mnAngle ); in ImplFlipBoundingBox() 3116 …d PPTWriter::ImplAdjustFirstLineLineSpacing( TextObj& rTextObj, EscherPropertyContainer& rPropOpt ) in ImplAdjustFirstLineLineSpacing() argument 3166 rPropOpt.GetOpt( ESCHER_Prop_dyTextTop, nUpperDistance ); in ImplAdjustFirstLineLineSpacing() 3168 rPropOpt.AddOpt( ESCHER_Prop_dyTextTop, nUpperDistance ); in ImplAdjustFirstLineLineSpacing() 4249 void PPTWriter::ImplCreateTextShape( EscherPropertyContainer& rPropOpt, EscherSolverContainer& rSol… in ImplCreateTextShape() argument 4255 rPropOpt.CreateFillProperties( mXPropSet, sal_True, mXShape ); in ImplCreateTextShape() 4257 rPropOpt.CreateTextProperties( mXPropSet, mnTxId += 0x60, sal_False, sal_True ); in ImplCreateTextShape()
|
| /trunk/main/filter/source/msfilter/ |
| H A D | eschesdo.hxx | 160 …oid ImplFlipBoundingBox( ImplEESdrObject& rObj, EscherPropertyContainer& rPropOpt );
|
| H A D | eschesdo.cxx | 113 void ImplEESdrWriter::ImplFlipBoundingBox( ImplEESdrObject& rObj, EscherPropertyContainer& rPropOpt… in ImplFlipBoundingBox() argument 138 rPropOpt.AddOpt( ESCHER_Prop_Rotation, nAngle ); in ImplFlipBoundingBox()
|