Home
last modified time | relevance | path

Searched refs:SwXFlatParagraph (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/sw/source/core/unocore/
H A Dunoflatpara.cxx62 SwXFlatParagraph::SwXFlatParagraph( SwTxtNode& rTxtNode, rtl::OUString aExpandText, const ModelToVi… in SwXFlatParagraph() function in SwXFlatParagraph
68 SwXFlatParagraph::~SwXFlatParagraph() in ~SwXFlatParagraph()
72 uno::Sequence< uno::Type > SwXFlatParagraph::getTypes( ) throw(uno::RuntimeException) in getTypes()
80 uno::Sequence< sal_Int8 > SwXFlatParagraph::getImplementationId( ) throw(uno::RuntimeException) in getImplementationId()
93 uno::Any SAL_CALL SwXFlatParagraph::queryInterface( const uno::Type& rType ) throw(uno::RuntimeExce… in queryInterface()
103 void SAL_CALL SwXFlatParagraph::acquire() throw() in acquire()
108 void SAL_CALL SwXFlatParagraph::release() throw() in release()
113 const SwTxtNode* SwXFlatParagraph::getTxtNode() const in getTxtNode()
118 css::uno::Reference< css::container::XStringKeyMap > SAL_CALL SwXFlatParagraph::getMarkupInfoContai… in getMarkupInfoContainer()
123 void SAL_CALL SwXFlatParagraph::commitTextRangeMarkup(::sal_Int32 nType, const ::rtl::OUString & aI… in commitTextRangeMarkup()
[all …]
/AOO41X/main/sw/inc/
H A Dunoflatpara.hxx54 class SwXFlatParagraph: class
63SwXFlatParagraph( SwTxtNode& rTxtNode, rtl::OUString aExpandText, const ModelToViewHelper::Convers…
64 virtual ~SwXFlatParagraph();
104 SwXFlatParagraph( const SwXFlatParagraph & ); // not defined
105 SwXFlatParagraph & operator = ( const SwXFlatParagraph & ); // not defined
/AOO41X/main/sw/source/core/edit/
H A Dedlingu.cxx1154 …uno::Reference< text::XFlatParagraph > xFlatPara = new SwXFlatParagraph( *pNode, aExpandText, pCon… in GetGrammarCorrection()
/AOO41X/main/sw/source/core/doc/
H A Ddocedt.cxx1994 …uno::Reference< text::XFlatParagraph > xFlatPara = new SwXFlatParagraph( *((SwTxtNode*)pNd), aExpa… in Spell()