Searched refs:aParagraph (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/sd/source/filter/ppt/ |
| H A D | pptin.cxx | 606 … PPTParagraphObj aParagraph( *pPPTStyleSheet, TSS_TYPE_TEXT_IN_SHAPE, 0 ); in Import() local 608 aParagraph.AppendPortion( aPortion ); in Import() 609 … aParagraph.ApplyTo( rItemSet, oStartNumbering, (SdrPowerPointImport&)*this, 0xffffffff, NULL ); in Import() 619 PPTParagraphObj aParagraph( *pPPTStyleSheet, TSS_TYPE_TEXT_IN_SHAPE, 0 ); in Import() local 621 aParagraph.AppendPortion( aPortion ); in Import() 622 … aParagraph.ApplyTo( rItemSet, oStartNumbering, (SdrPowerPointImport&)*this, 0xffffffff, NULL ); in Import() 668 PPTParagraphObj aParagraph( *pPPTStyleSheet, nTitleInstance, 0 ); in Import() local 670 aParagraph.AppendPortion( aPortion ); in Import() 671 … aParagraph.ApplyTo( rItemSet, oStartNumbering, (SdrPowerPointImport&)*this, 0xffffffff, NULL ); in Import() 709 PPTParagraphObj aParagraph( *pPPTStyleSheet, TSS_TYPE_SUBTITLE, 0 ); in Import() local [all …]
|
| /trunk/main/sw/source/filter/ww8/ |
| H A D | rtfattributeoutput.cxx | 501 MultiBuffer aParagraph; in EndParagraph() local 503 aParagraph.appendAndClear(m_aRun); in EndParagraph() 504 aParagraph.getOStringBuffer().append(m_aAfterRuns.makeStringAndClear()); in EndParagraph() 509 aParagraph.getOStringBuffer().append(m_rExport.sNewLine); in EndParagraph() 510 aParagraph.getOStringBuffer().append(OOO_STRING_SVTOOLS_RTF_PAR); in EndParagraph() 511 aParagraph.getOStringBuffer().append(' '); in EndParagraph() 515 aParagraph.getOStringBuffer().append(OOO_STRING_SVTOOLS_RTF_COLUMN); in EndParagraph() 521 aParagraph.writeAndClear(m_rExport.Strm()); in EndParagraph() 525 m_aSectionHeaders.appendAndClear(aParagraph); in EndParagraph()
|
| /trunk/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
|
| /trunk/main/filter/source/msfilter/ |
| H A D | msdffimp.cxx | 3721 String aParagraph( pCurrent, (sal_uInt16)nParaSize ); in ReadObjText() local 3722 …if ( !nParaIndex && !aParagraph.Len() ) // SJ: we are crashing if the first paragr… in ReadObjText() 3723 … aParagraph += (sal_Unicode)' '; // otherwise these two lines can be removed. in ReadObjText() 3724 rOutliner.Insert( aParagraph, nParaIndex, 0 ); in ReadObjText()
|