Home
last modified time | relevance | path

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

/aoo41x/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 …]
/aoo41x/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx509 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 DXMLRedlineExport.cxx663 SvXMLElementExport aParagraph( in WriteComment() local
H A Dtxtflde.cxx2565 SvXMLElementExport aParagraph( in ProcessParagraphSequence() local
/aoo41x/main/filter/source/msfilter/
H A Dmsdffimp.cxx3711 String aParagraph( pCurrent, (sal_uInt16)nParaSize ); in ReadObjText() local
3712 …if ( !nParaIndex && !aParagraph.Len() ) // SJ: we are crashing if the first paragraph is empty… in ReadObjText()
3713 aParagraph += (sal_Unicode)' '; // otherwise these two lines can be removed. in ReadObjText()
3714 rOutliner.Insert( aParagraph, nParaIndex, 0 ); in ReadObjText()

Completed in 85 milliseconds