Searched refs:aParagraph (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/main/sd/source/filter/ppt/ |
| H A D | pptin.cxx | 608 … PPTParagraphObj aParagraph( *pPPTStyleSheet, TSS_TYPE_TEXT_IN_SHAPE, 0 ); in Import() local 610 aParagraph.AppendPortion( aPortion ); in Import() 611 … aParagraph.ApplyTo( rItemSet, oStartNumbering, (SdrPowerPointImport&)*this, 0xffffffff, NULL ); in Import() 621 PPTParagraphObj aParagraph( *pPPTStyleSheet, TSS_TYPE_TEXT_IN_SHAPE, 0 ); in Import() local 623 aParagraph.AppendPortion( aPortion ); in Import() 624 … aParagraph.ApplyTo( rItemSet, oStartNumbering, (SdrPowerPointImport&)*this, 0xffffffff, NULL ); in Import() 670 PPTParagraphObj aParagraph( *pPPTStyleSheet, nTitleInstance, 0 ); in Import() local 672 aParagraph.AppendPortion( aPortion ); in Import() 673 … aParagraph.ApplyTo( rItemSet, oStartNumbering, (SdrPowerPointImport&)*this, 0xffffffff, NULL ); in Import() 711 PPTParagraphObj aParagraph( *pPPTStyleSheet, TSS_TYPE_SUBTITLE, 0 ); in Import() local [all …]
|
| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | rtfattributeoutput.cxx | 509 MultiBuffer aParagraph; in EndParagraph() local 511 aParagraph.appendAndClear(m_aRun); in EndParagraph() 512 aParagraph.getOStringBuffer().append(m_aAfterRuns.makeStringAndClear()); in EndParagraph() 517 aParagraph.getOStringBuffer().append(m_rExport.sNewLine); in EndParagraph() 518 aParagraph.getOStringBuffer().append(OOO_STRING_SVTOOLS_RTF_PAR); in EndParagraph() 519 aParagraph.getOStringBuffer().append(' '); in EndParagraph() 523 aParagraph.getOStringBuffer().append(OOO_STRING_SVTOOLS_RTF_COLUMN); in EndParagraph() 529 aParagraph.writeAndClear(m_rExport.Strm()); in EndParagraph() 533 m_aSectionHeaders.appendAndClear(aParagraph); in EndParagraph()
|
| /AOO41X/main/xmloff/source/text/ |
| H A D | XMLRedlineExport.cxx | 663 SvXMLElementExport aParagraph( in WriteComment() local
|
| H A D | txtflde.cxx | 2565 SvXMLElementExport aParagraph( in ProcessParagraphSequence() local
|
| /AOO41X/main/filter/source/msfilter/ |
| H A D | msdffimp.cxx | 3711 String aParagraph( pCurrent, (sal_uInt16)nParaSize ); in ReadObjText() local 3712 …if ( !nParaIndex && !aParagraph.Len() ) // SJ: we are crashing if the first paragr… in ReadObjText() 3713 … aParagraph += (sal_Unicode)' '; // otherwise these two lines can be removed. in ReadObjText() 3714 rOutliner.Insert( aParagraph, nParaIndex, 0 ); in ReadObjText()
|