Home
last modified time | relevance | path

Searched refs:pEnde (Results 1 – 3 of 3) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/unotools/source/i18n/
H A Dtextsearch.cxx277 sal_Int32* pEnde, SearchResult* pRes ) in SearchBackward() argument
284 SearchResult aRet( xTextSearch->searchBackward( rStr, *pStart, *pEnde )); in SearchBackward()
292 *pEnde = aRet.startOffset[ 0 ]; in SearchBackward()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/docnode/
H A Dndsect.cxx787 SwNodeIndex const*const pEnde, in InsertTextSection() argument
791 if( !pEnde ) // No Area, thus create a new Section before/after it in InsertTextSection()
794 OSL_ENSURE(!pEnde || rNdIdx <= *pEnde, in InsertTextSection()
825 if( pEnde ) in InsertTextSection()
828 if( &pEnde->GetNode() != &GetEndOfContent() ) in InsertTextSection()
829 aInsPos = pEnde->GetIndex()+1; in InsertTextSection()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dndarr.hxx300 SwNodeIndex const*const pEnde,