Home
last modified time | relevance | path

Searched refs:rPropOpt (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx301 …SwBasicEscherEx::PreWriteHyperlinkWithinFly(const SwFrmFmt& rFmt,EscherPropertyContainer& rPropOpt) in PreWriteHyperlinkWithinFly() argument
315 rPropOpt.AddOpt( ESCHER_Prop_pihlShape, sal_True, nSize, pBuf, nSize ); in PreWriteHyperlinkWithinFly()
320 rPropOpt.AddOpt(ESCHER_Prop_wzName, aNamestr ); in PreWriteHyperlinkWithinFly()
322 if(rPropOpt.GetOpt( ESCHER_Prop_fPrint, nValue)) in PreWriteHyperlinkWithinFly()
325 rPropOpt.AddOpt(ESCHER_Prop_fPrint, nValue ); in PreWriteHyperlinkWithinFly()
328 rPropOpt.AddOpt(ESCHER_Prop_fPrint, 0x03080008 ); in PreWriteHyperlinkWithinFly()
1710 EscherPropertyContainer& rPropOpt) in WriteGrfAttr() argument
1759 rPropOpt.AddOpt( ESCHER_Prop_pictureActive, nMode ); in WriteGrfAttr()
1775 rPropOpt.AddOpt( ESCHER_Prop_pictureContrast, nContrast); in WriteGrfAttr()
1779 rPropOpt.AddOpt( ESCHER_Prop_pictureBrightness, nBrightness * 327 ); in WriteGrfAttr()
[all …]
H A Descher.hxx111 EscherPropertyContainer& rPropOpt);
113 EscherPropertyContainer& rPropOpt);
114 void WriteOLEPicture(EscherPropertyContainer &rPropOpt,
117 void WriteGrfAttr(const SwNoTxtNode& rNd,EscherPropertyContainer& rPropOpt);
142 void PreWriteHyperlinkWithinFly(const SwFrmFmt& rFmt,EscherPropertyContainer& rPropOpt);
169 EscherPropertyContainer& rPropOpt);
175 EscherPropertyContainer &rPropOpt);
/AOO41X/main/filter/source/msfilter/
H A Deschesdo.hxx160 …oid ImplFlipBoundingBox( ImplEESdrObject& rObj, EscherPropertyContainer& rPropOpt );
H A Deschesdo.cxx113 void ImplEESdrWriter::ImplFlipBoundingBox( ImplEESdrObject& rObj, EscherPropertyContainer& rPropOpt in ImplFlipBoundingBox() argument
138 rPropOpt.AddOpt( ESCHER_Prop_Rotation, nAngle ); in ImplFlipBoundingBox()
/AOO41X/main/sd/source/filter/eppt/
H A Deppt.hxx797 void ImplFlipBoundingBox( EscherPropertyContainer& rPropOpt );
815 … ImplAdjustFirstLineLineSpacing( TextObj& rTextObj, EscherPropertyContainer& rPropOpt );
H A Depptso.cxx1678 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()