Home
last modified time | relevance | path

Searched refs:InsertParagraph (Results 1 – 14 of 14) sorted by relevance

/trunk/main/sw/source/ui/vba/
H A Dvbaselection.cxx378 InsertParagraph(); in TypeParagraph()
384 SwVbaSelection::InsertParagraph() throw ( uno::RuntimeException ) in InsertParagraph() function in SwVbaSelection
387 getRange()->InsertParagraph(); in InsertParagraph()
H A Dvbarange.hxx73 virtual void SAL_CALL InsertParagraph() throw (css::uno::RuntimeException);
H A Dvbaselection.hxx73 virtual void SAL_CALL InsertParagraph() throw (css::uno::RuntimeException);
H A Dvbarange.cxx194 SwVbaRange::InsertParagraph() throw ( uno::RuntimeException ) in InsertParagraph() function in SwVbaRange
/trunk/main/editeng/inc/editeng/
H A Dediteng.hxx248 void InsertParagraph( sal_uInt32 nPara, const EditTextObject& rTxtObj );
249 void InsertParagraph( sal_uInt32 nPara, const String& rText);
/trunk/main/oovbaapi/ooo/vba/word/
H A DXRange.idl61 void InsertParagraph();
H A DXSelection.idl68 void InsertParagraph();
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx1565 void EditEngine::InsertParagraph( sal_uInt32 nPara, const EditTextObject& rTxtObj ) in InsertParagraph() function in EditEngine
1577 EditPaM aPaM( pImpEditEngine->InsertParagraph( nPara ) ); in InsertParagraph()
1588 void EditEngine::InsertParagraph( sal_uInt32 nPara, const XubString& rTxt ) in InsertParagraph() function in EditEngine
1598 EditPaM aPaM( pImpEditEngine->InsertParagraph( nPara ) ); in InsertParagraph()
H A Dimpedit.hxx849 EditPaM InsertParagraph( sal_uInt32 nPara );
H A Dimpedit3.cxx4153 EditPaM ImpEditEngine::InsertParagraph( sal_uInt32 nPara ) in InsertParagraph() function in ImpEditEngine
/trunk/main/editeng/source/outliner/
H A Doutliner.cxx138 pEditEngine->InsertParagraph( (sal_uInt32)nAbsPos, String() ); in Insert()
528 pEditEngine->InsertParagraph( nInsPos, aStr ); in SetText()
697 pEditEngine->InsertParagraph( EE_PARA_APPEND, rPObj.GetTextObject() ); in AddText()
/trunk/main/editeng/source/uno/
H A Dunofored.cxx524 rEditEngine.InsertParagraph( rEditEngine.GetParagraphCount(), String::EmptyString() ); in AppendParagraph()
H A Dunoforou.cxx559 rEditEngine.InsertParagraph( rEditEngine.GetParagraphCount(), String::EmptyString() ); in AppendParagraph()
/trunk/main/starmath/source/
H A Daccessibility.cxx1524 pEditEngine->InsertParagraph( nParaCount, String() ); in AppendParagraph()

Completed in 94 milliseconds