Lines Matching refs:SwXFlatParagraph

62 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()
131 void SAL_CALL SwXFlatParagraph::commitStringMarkup(::sal_Int32 nType, const ::rtl::OUString & rIden… in commitStringMarkup()
138 ::rtl::OUString SAL_CALL SwXFlatParagraph::getText() throw (uno::RuntimeException) in getText()
144 void SAL_CALL SwXFlatParagraph::setChecked( ::sal_Int32 nType, ::sal_Bool bVal ) throw (uno::Runtim… in setChecked()
164 ::sal_Bool SAL_CALL SwXFlatParagraph::isChecked( ::sal_Int32 nType ) throw (uno::RuntimeException) in isChecked()
181 ::sal_Bool SAL_CALL SwXFlatParagraph::isModified() throw (uno::RuntimeException) in isModified()
188 lang::Locale SAL_CALL SwXFlatParagraph::getLanguageOfText(::sal_Int32 nPos, ::sal_Int32 nLen) in getLanguageOfText()
200 lang::Locale SAL_CALL SwXFlatParagraph::getPrimaryLanguageOfText(::sal_Int32 nPos, ::sal_Int32 nLen… in getPrimaryLanguageOfText()
213 void SAL_CALL SwXFlatParagraph::changeText(::sal_Int32 nPos, ::sal_Int32 nLen, const ::rtl::OUStrin… in changeText()
245 void SAL_CALL SwXFlatParagraph::changeAttributes(::sal_Int32 nPos, ::sal_Int32 nLen, const css::uno… in changeAttributes()
270 css::uno::Sequence< ::sal_Int32 > SAL_CALL SwXFlatParagraph::getLanguagePortions() throw (css::uno:… in getLanguagePortions()
278 SwXFlatParagraph::getUnoTunnelId() in getUnoTunnelId()
286 SwXFlatParagraph::getSomething( in getSomething()
432 xRet = new SwXFlatParagraph( *pRet, aExpandText, pConversionMap ); in getNextPara()
457SwXFlatParagraph* const pFlatParagraph(sw::UnoTunnelGetImplementation<SwXFlatParagraph>(xFPTunnel)… in getParaAfter()
485 xRet = new SwXFlatParagraph( *pNextTxtNode, aExpandText, pConversionMap ); in getParaAfter()
504SwXFlatParagraph* const pFlatParagraph(sw::UnoTunnelGetImplementation<SwXFlatParagraph>(xFPTunnel)… in getParaBefore()
532 xRet = new SwXFlatParagraph( *pPrevTxtNode, aExpandText, pConversionMap ); in getParaBefore()