Searched refs:InsertParagraph (Results 1 – 14 of 14) sorted by relevance
/aoo4110/main/sw/source/ui/vba/ |
H A D | vbaselection.cxx | 378 InsertParagraph(); in TypeParagraph() 384 SwVbaSelection::InsertParagraph() throw ( uno::RuntimeException ) in InsertParagraph() function in SwVbaSelection 387 getRange()->InsertParagraph(); in InsertParagraph()
|
H A D | vbarange.hxx | 73 virtual void SAL_CALL InsertParagraph() throw (css::uno::RuntimeException);
|
H A D | vbaselection.hxx | 73 virtual void SAL_CALL InsertParagraph() throw (css::uno::RuntimeException);
|
H A D | vbarange.cxx | 194 SwVbaRange::InsertParagraph() throw ( uno::RuntimeException ) in InsertParagraph() function in SwVbaRange
|
/aoo4110/main/editeng/inc/editeng/ |
H A D | editeng.hxx | 248 void InsertParagraph( sal_uInt16 nPara, const EditTextObject& rTxtObj ); 249 void InsertParagraph( sal_uInt16 nPara, const String& rText);
|
/aoo4110/main/oovbaapi/ooo/vba/word/ |
H A D | XRange.idl | 61 void InsertParagraph();
|
H A D | XSelection.idl | 68 void InsertParagraph();
|
/aoo4110/main/editeng/source/outliner/ |
H A D | outliner.cxx | 138 pEditEngine->InsertParagraph( (sal_uInt16)nAbsPos, String() ); in Insert() 528 pEditEngine->InsertParagraph( nInsPos, aStr ); in SetText() 697 pEditEngine->InsertParagraph( EE_PARA_APPEND, rPObj.GetTextObject() ); in AddText()
|
/aoo4110/main/editeng/source/editeng/ |
H A D | editeng.cxx | 1565 void EditEngine::InsertParagraph( sal_uInt16 nPara, const EditTextObject& rTxtObj ) in InsertParagraph() function in EditEngine 1577 EditPaM aPaM( pImpEditEngine->InsertParagraph( nPara ) ); in InsertParagraph() 1588 void EditEngine::InsertParagraph( sal_uInt16 nPara, const XubString& rTxt ) in InsertParagraph() function in EditEngine 1598 EditPaM aPaM( pImpEditEngine->InsertParagraph( nPara ) ); in InsertParagraph()
|
H A D | impedit.hxx | 849 EditPaM InsertParagraph( sal_uInt16 nPara );
|
H A D | impedit3.cxx | 4086 EditPaM ImpEditEngine::InsertParagraph( sal_uInt16 nPara ) in InsertParagraph() function in ImpEditEngine
|
/aoo4110/main/editeng/source/uno/ |
H A D | unofored.cxx | 524 rEditEngine.InsertParagraph( rEditEngine.GetParagraphCount(), String::EmptyString() ); in AppendParagraph()
|
H A D | unoforou.cxx | 559 rEditEngine.InsertParagraph( rEditEngine.GetParagraphCount(), String::EmptyString() ); in AppendParagraph()
|
/aoo4110/main/starmath/source/ |
H A D | accessibility.cxx | 1524 pEditEngine->InsertParagraph( nParaCount, String() ); in AppendParagraph()
|
Completed in 109 milliseconds