Lines Matching refs:rManager

3681 sal_Bool PPTNumberFormatCreator::ImplGetExtNumberFormat( SdrPowerPointImport& rManager,  in ImplGetExtNumberFormat()  argument
3695 : rManager.pPPTStyleSheet->pExtParaProv; in ImplGetExtNumberFormat()
3925 void PPTNumberFormatCreator::GetNumberFormat( SdrPowerPointImport& rManager, SvxNumberFormat& rNumb… in GetNumberFormat() argument
3942 …ImplGetExtNumberFormat( rManager, rNumberFormat, nLevel, nInstance, 0xffffffff, oStartNumbering, r… in GetNumberFormat()
3945 ImplGetNumberFormat( rManager, rNumberFormat, nLevel ); in GetNumberFormat()
3957 PptFontEntityAtom* pFontEnityAtom = rManager.GetFontEnityAtom( nFont ); in GetNumberFormat()
3972 sal_Bool PPTNumberFormatCreator::GetNumberFormat( SdrPowerPointImport& rManager, SvxNumberFormat& r… in GetNumberFormat() argument
3992 nHardCount += ImplGetExtNumberFormat( rManager, rNumberFormat, pParaObj->pParaSet->mnDepth, in GetNumberFormat()
3998 ImplGetNumberFormat( rManager, rNumberFormat, pParaObj->pParaSet->mnDepth ); in GetNumberFormat()
4016 PptFontEntityAtom* pFontEnityAtom = rManager.GetFontEnityAtom( nFont ); in GetNumberFormat()
4034 void PPTNumberFormatCreator::ImplGetNumberFormat( SdrPowerPointImport& rManager, SvxNumberFormat& r… in ImplGetNumberFormat() argument
4037 PptFontEntityAtom* pAtom = rManager.GetFontEnityAtom( nBulletFont ); in ImplGetNumberFormat()
4046 Color aCol( rManager.MSO_TEXT_CLR_ToColor( nBulletColor ) ); in ImplGetNumberFormat()
4215 rManager in Read()
4331 if (!(rManager.rImportParam.nImportFlags & PPT_IMPORTFLAGS_NO_TEXT_ASSERT)) in Read()
4354 …heet::PPTStyleSheet( const DffRecordHeader& rSlideHd, SvStream& rIn, SdrPowerPointImport& rManager, in PPTStyleSheet() argument
4358 PPTNumberFormatCreator ( new PPTExtParaProv( rManager, rIn, &rSlideHd ) ), in PPTStyleSheet()
4384 DffRecordHeader* pEnvHeader = rManager.aDocRecManager.GetRecordHeader( PPT_PST_Environment ); in PPTStyleSheet()
4412 mpParaSheet[ TSS_TYPE_TEXT_IN_SHAPE ]->Read( rManager, rIn, sal_True, nLev, bFirst ); in PPTStyleSheet()
4516 mpParaSheet[ nInstance ]->Read( rManager, rIn, sal_True, nLev, bFirst ); in PPTStyleSheet()
4523 if (!(rManager.rImportParam.nImportFlags & PPT_IMPORTFLAGS_NO_TEXT_ASSERT)) in PPTStyleSheet()
4577 DffRecordHeader* pEnvHeader2 = rManager.aDocRecManager.GetRecordHeader( PPT_PST_Environment ); in PPTStyleSheet()
4599 mpParaSheet[ TSS_TYPE_TEXT_IN_SHAPE ]->Read( rManager, rIn, sal_True, nLev, bFirst ); in PPTStyleSheet()
4669 GetNumberFormat( rManager, aNumberFormat, nCount, rParaLevel, rCharLevel, i ); in PPTStyleSheet()
5813 void PPTPortionObj::ApplyTo( SfxItemSet& rSet, SdrPowerPointImport& rManager, sal_uInt32 nDestinat… in ApplyTo() argument
5815 ApplyTo( rSet, rManager, nDestinationInstance, NULL ); in ApplyTo()
5818 void PPTPortionObj::ApplyTo( SfxItemSet& rSet, SdrPowerPointImport& rManager, sal_uInt32 nDestinat… in ApplyTo() argument
5847 PptFontEntityAtom* pFontEnityAtom = rManager.GetFontEnityAtom( nAsianFontId ); in ApplyTo()
5859 PptFontEntityAtom* pFontEnityAtom = rManager.GetFontEnityAtom( nVal ); in ApplyTo()
5874 sal_uInt32 nHeight = rManager.ScalePoint( nVal ); in ApplyTo()
5887 if ( rManager.GetPropertyValue( DFF_Prop_fNoFillHitTest ) & 0x10 ) in ApplyTo()
5888 eFillType = (MSO_FillType)rManager.GetPropertyValue( DFF_Prop_fillType, mso_fillSolid ); in ApplyTo()
5899 aDefColor = rManager.MSO_CLR_ToColor( rManager.GetPropertyValue( DFF_Prop_fillColor ) ); in ApplyTo()
5902 aDefColor = rManager.MSO_CLR_ToColor( rManager.GetPropertyValue( DFF_Prop_fillBackColor ) ); in ApplyTo()
5907 if ( rManager.GetBLIP( rManager.GetPropertyValue( DFF_Prop_fillBlip ), aGraf, NULL ) ) in ApplyTo()
6008 Color aCol( rManager.MSO_TEXT_CLR_ToColor( nVal ) ); in ApplyTo()
6015 Color aCol( rManager.MSO_TEXT_CLR_ToColor( nVal ) ); in ApplyTo()
6407 …t, boost::optional< sal_Int16 >& rStartNumbering, SdrPowerPointImport& rManager, sal_uInt32 nDest… in ApplyTo() argument
6419 if ( GetNumberFormat( rManager, aNumberFormat, this, nDestinationInstance, rStartNumbering ) ) in ApplyTo()
6450 aNumberFormat2.SetBulletColor( rManager.MSO_TEXT_CLR_ToColor( nColor ) ); in ApplyTo()
6517 aItem.SetLineHeight( (sal_uInt16)( rManager.ScalePoint( -nVal2 ) / 8 ) ); in ApplyTo()