Searched refs:pEnde (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/unotools/source/i18n/ |
H A D | textsearch.cxx | 233 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()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | ndsect.cxx | 808 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()
|
/aoo41x/main/unotools/inc/unotools/ |
H A D | textsearch.hxx | 164 xub_StrLen* pStart, xub_StrLen* pEnde, 167 xub_StrLen* pStart, xub_StrLen* pEnde,
|
/aoo41x/main/sw/source/core/crsr/ |
H A D | findattr.cxx | 111 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()
|
/aoo41x/main/sw/inc/ |
H A D | ndarr.hxx | 320 SwNodeIndex const*const pEnde,
|
Completed in 479 milliseconds