Home
last modified time | relevance | path

Searched refs:aParagraph (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx606 … PPTParagraphObj aParagraph( *pPPTStyleSheet, TSS_TYPE_TEXT_IN_SHAPE, 0 ); in Import() local
608 aParagraph.AppendPortion( aPortion ); in Import()
609aParagraph.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()
622aParagraph.ApplyTo( rItemSet, oStartNumbering, (SdrPowerPointImport&)*this, 0xffffffff, NULL ); in Import()
668 PPTParagraphObj aParagraph( *pPPTStyleSheet, nTitleInstance, 0 ); in Import() local
670 aParagraph.AppendPortion( aPortion ); in Import()
671aParagraph.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 Drtfattributeoutput.cxx501 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 DXMLRedlineExport.cxx663 SvXMLElementExport aParagraph( in WriteComment() local
H A Dtxtflde.cxx2565 SvXMLElementExport aParagraph( in ProcessParagraphSequence() local
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx3721 String aParagraph( pCurrent, (sal_uInt16)nParaSize ); in ReadObjText() local
3722 …if ( !nParaIndex && !aParagraph.Len() ) // SJ: we are crashing if the first paragr… in ReadObjText()
3723aParagraph += (sal_Unicode)' '; // otherwise these two lines can be removed. in ReadObjText()
3724 rOutliner.Insert( aParagraph, nParaIndex, 0 ); in ReadObjText()