Lines Matching refs:aPortion

596                             PPTPortionObj aPortion( *m_pPPTStyleSheet, TSS_Type::TextInShape, 0 );  in Import()  local
597 aParagraph.AppendPortion( aPortion ); in Import()
599aPortion.ApplyTo( rItemSet, static_cast<SdrPowerPointImport&>(*this), TSS_Type::Unknown ); in Import()
609 PPTPortionObj aPortion( *m_pPPTStyleSheet, TSS_Type::TextInShape, 0 ); in Import() local
610 aParagraph.AppendPortion( aPortion ); in Import()
612aPortion.ApplyTo( rItemSet, static_cast<SdrPowerPointImport&>(*this), TSS_Type::Unknown ); in Import()
653 PPTPortionObj aPortion( *m_pPPTStyleSheet, nTitleInstance, 0 ); in Import() local
654 aParagraph.AppendPortion( aPortion ); in Import()
656aPortion.ApplyTo( rItemSet, static_cast<SdrPowerPointImport&>(*this), TSS_Type::Unknown ); in Import()
673 … PPTPortionObj aPortion( *m_pPPTStyleSheet, nOutlinerInstance, nLevel ); in Import() local
674 pParagraphs[ nLevel ]->AppendPortion( aPortion ); in Import()
676aPortion.ApplyTo( rItemSet, static_cast<SdrPowerPointImport&>(*this), TSS_Type::Unknown ); in Import()
689 PPTPortionObj aPortion( *m_pPPTStyleSheet, TSS_Type::Subtitle, 0 ); in Import() local
690 aParagraph.AppendPortion( aPortion ); in Import()
692aPortion.ApplyTo( rItemSet, static_cast<SdrPowerPointImport&>(*this), TSS_Type::Unknown ); in Import()
702 PPTPortionObj aPortion( *m_pPPTStyleSheet, TSS_Type::Notes, 0 ); in Import() local
703 aParagraph.AppendPortion( aPortion ); in Import()
705aPortion.ApplyTo( rItemSet, static_cast<SdrPowerPointImport&>(*this), TSS_Type::Unknown ); in Import()