Lines Matching refs:rManager

221 	rManager( rMan ),  in DffPropertyReader()
237 if ( rManager.SeekToRec( rStCtrl, DFF_msofbtOPT, aRecHd.GetRecEndFilePos() ) ) in SetDefaultPropSet()
257 if ( rManager.SeekToShape( rIn, pClientData, GetPropertyValue( DFF_Prop_hspMaster ) ) ) in ReadPropSet()
261 if ( rManager.SeekToRec( rIn, DFF_msofbtOPT, aRecHd.GetRecEndFilePos() ) ) in ReadPropSet()
1010 …rSet.Put( XLineColorItem( String(), rManager.MSO_CLR_ToColor( GetPropertyValue( DFF_Prop_lineColor… in ApplyLineAttributes()
1019 rManager.ScaleEmu( nLineWidth ); in ApplyLineAttributes()
1036 sal_Bool bScaleArrows = rManager.pSdrModel->GetScaleUnit() == MAP_TWIP; in ApplyLineAttributes()
1108 void GetShadeColors( const SvxMSDffManager& rManager, const DffPropertyReader& rProperties, SvStrea… in GetShadeColors() argument
1123 …rShadeColors.push_back( ShadeColor( rManager.MSO_CLR_ToColor( nColor, DFF_Prop_fillColor ), 1.0 - … in GetShadeColors()
1129 …rShadeColors.push_back( ShadeColor( rManager.MSO_CLR_ToColor( rProperties.GetPropertyValue( DFF_Pr… in GetShadeColors()
1130 …rShadeColors.push_back( ShadeColor( rManager.MSO_CLR_ToColor( rProperties.GetPropertyValue( DFF_Pr… in GetShadeColors()
1144 void ApplyRectangularGradientAsBitmap( const SvxMSDffManager& rManager, SvStream& rIn, SfxItemSet& … in ApplyRectangularGradientAsBitmap() argument
1153 double fFocusX = rManager.GetPropertyValue( DFF_Prop_fillToRight, 0 ) / 65536.0; in ApplyRectangularGradientAsBitmap()
1154 double fFocusY = rManager.GetPropertyValue( DFF_Prop_fillToBottom, 0 ) / 65536.0; in ApplyRectangularGradientAsBitmap()
1295 …if ( const_cast< SvxMSDffManager& >( rManager ).maShapeRecords.SeekToContent( rIn, DFF_msofbtUDefP… in ApplyRectangularGradientAsBitmap()
1297 const_cast< SvxMSDffManager& >( rManager ).maShapeRecords.Current()->SeekToBegOfRecord( rIn ); in ApplyRectangularGradientAsBitmap()
1298 DffPropertyReader aSecPropSet( rManager ); in ApplyRectangularGradientAsBitmap()
1329 GetShadeColors( rManager, *this, rIn, aShadeColors ); in ApplyFillAttributes()
1390 ApplyRectangularGradientAsBitmap( rManager, rIn, rSet, aShadeColors, rObjData, mnFix16Angle ); in ApplyFillAttributes()
1402 … sal_Bool bOK = rManager.GetBLIP( GetPropertyValue( DFF_Prop_fillBlip ), aGraf, NULL ); in ApplyFillAttributes()
1405 … bOK = SeekToContent( DFF_Prop_fillBlip, rIn ) && rManager.GetBLIPDirect( rIn, aGraf, NULL ); in ApplyFillAttributes()
1413 … aCol1 = rManager.MSO_CLR_ToColor( GetPropertyValue( DFF_Prop_fillColor ), DFF_Prop_fillColor ); in ApplyFillAttributes()
1416 …aCol2 = rManager.MSO_CLR_ToColor( GetPropertyValue( DFF_Prop_fillBackColor ), DFF_Prop_fillBackCol… in ApplyFillAttributes()
1971 rSet.Put( XSecondaryFillColorItem( String(), rManager.MSO_CLR_ToColor( in ApplyCustomShapeGeometryAttributes()
2651 …rSet.Put( SvxFontHeightItem( rManager.ScalePt( GetPropertyValue( DFF_Prop_gtextSize ) ), 100, EE_C… in ApplyAttributes()
2666 …rSet.Put( XFillColorItem( String(), rManager.MSO_CLR_ToColor( GetPropertyValue( DFF_Prop_fillColor… in ApplyAttributes()
2668 …rSet.Put( SdrShadowColorItem( String(), rManager.MSO_CLR_ToColor( GetPropertyValue( DFF_Prop_shado… in ApplyAttributes()
2672 …rSet.Put( SdrShadowColorItem( String(), rManager.MSO_CLR_ToColor( 0x00808080, DFF_Prop_shadowColo… in ApplyAttributes()
2679 rManager.ScaleEmu( nVal ); in ApplyAttributes()
2685 rManager.ScaleEmu( nVal ); in ApplyAttributes()
2705 sal_uInt32 nDist = rManager.pSdrModel->GetScaleUnit() == MAP_TWIP ? 173: 302; in ApplyAttributes()
2764 if ( rManager.GetSvxMSDffSettings() & SVXMSDFF_SETTINGS_IMPORT_EXCEL ) in ApplyAttributes()
2778 if ( rManager.pSecPropSet->SeekToContent( DFF_Prop_metroBlob, rIn ) ) in CheckAndCorrectExcelTextRotation()
2780 sal_uInt32 nLen = rManager.pSecPropSet->GetPropertyValue( DFF_Prop_metroBlob ); in CheckAndCorrectExcelTextRotation()
2853 if ( rManager.mnFix16Angle ) in CheckAndCorrectExcelTextRotation()
2941 …Color aCol1( rManager.MSO_CLR_ToColor( GetPropertyValue( DFF_Prop_fillColor, COL_WHITE ), DFF_Prop… in ImportGradientColor()
2942 …Color aCol2( rManager.MSO_CLR_ToColor( GetPropertyValue( DFF_Prop_fillBackColor, COL_WHITE ), DFF_… in ImportGradientColor()