Home
last modified time | relevance | path

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

/trunk/main/unotools/source/i18n/
H A Dtextsearch.cxx233 xub_StrLen* pEnde, SearchResult* pRes ) in SearchFrwrd() argument
241 rStr, *pStart, *pEnde )); in SearchFrwrd()
250 *pEnde = (xub_StrLen)aRet.endOffset[ 0 ]; in SearchFrwrd()
264 xub_StrLen* pEnde, SearchResult* pRes ) in SearchBkwrd() argument
272 rStr, *pStart, *pEnde )); in SearchBkwrd()
280 *pEnde = (xub_StrLen)aRet.startOffset[ 0 ]; in SearchBkwrd()
/trunk/main/sw/source/core/docnode/
H A Dndsect.cxx808 SwNodeIndex const*const pEnde, in InsertTextSection() argument
812 if( !pEnde ) // kein Bereich also neue Section davor/hinter anlegen in InsertTextSection()
815 ASSERT(!pEnde || rNdIdx <= *pEnde, in InsertTextSection()
846 if( pEnde ) in InsertTextSection()
849 if( &pEnde->GetNode() != &GetEndOfContent() ) in InsertTextSection()
850 aInsPos = pEnde->GetIndex()+1; in InsertTextSection()
/trunk/main/unotools/inc/unotools/
H A Dtextsearch.hxx164 xub_StrLen* pStart, xub_StrLen* pEnde,
167 xub_StrLen* pStart, xub_StrLen* pEnde,
/trunk/main/sw/source/core/crsr/
H A Dfindattr.cxx111 void lcl_SetAttrPam( SwPaM & rPam, xub_StrLen nStart, const xub_StrLen* pEnde, in lcl_SetAttrPam() argument
126 if( pEnde ) in lcl_SetAttrPam()
128 if( bTstEnde && *pEnde > nCntntPos ) in lcl_SetAttrPam()
131 rPam.GetPoint()->nContent = *pEnde; in lcl_SetAttrPam()
/trunk/main/sw/inc/
H A Dndarr.hxx320 SwNodeIndex const*const pEnde,

Completed in 36 milliseconds