Home
last modified time | relevance | path

Searched refs:aParagraph (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx3724 String aParagraph( pCurrent, (sal_uInt16)nParaSize ); in ReadObjText() local
3725 …if ( !nParaIndex && !aParagraph.Len() ) // SJ: we are crashing if the first paragraph is empty… in ReadObjText()
3726 aParagraph += (sal_Unicode)' '; // otherwise these two lines can be removed. in ReadObjText()
3727 rOutliner.Insert( aParagraph, nParaIndex, 0 ); in ReadObjText()
/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx608 … PPTParagraphObj aParagraph( *pPPTStyleSheet, TSS_TYPE_TEXT_IN_SHAPE, 0 ); in Import() local
610 aParagraph.AppendPortion( aPortion ); in Import()
621 PPTParagraphObj aParagraph( *pPPTStyleSheet, TSS_TYPE_TEXT_IN_SHAPE, 0 ); in Import() local
623 aParagraph.AppendPortion( aPortion ); in Import()
624aParagraph.ApplyTo( rItemSet, oStartNumbering, (SdrPowerPointImport&)*this, 0xffffffff, NULL ); in Import()
670 PPTParagraphObj aParagraph( *pPPTStyleSheet, nTitleInstance, 0 ); in Import() local
672 aParagraph.AppendPortion( aPortion ); in Import()
711 PPTParagraphObj aParagraph( *pPPTStyleSheet, TSS_TYPE_SUBTITLE, 0 ); in Import() local
713 aParagraph.AppendPortion( aPortion ); in Import()
724 PPTParagraphObj aParagraph( *pPPTStyleSheet, TSS_TYPE_NOTES, 0 ); in Import() local
[all …]
/trunk/main/xmloff/source/text/
H A Dtxtflde.cxx2565 SvXMLElementExport aParagraph( in ProcessParagraphSequence() local
H A DXMLRedlineExport.cxx663 SvXMLElementExport aParagraph( in WriteComment() local
/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()

Completed in 86 milliseconds