Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/txtnode/
H A Dtxtedt.cxx1347 SwWrongList* pSmartTagList = pNode->GetSmartTags(); in SmartTagScan() local
1352 if ( pSmartTagList ) in SmartTagScan()
1354 if ( pSmartTagList->GetBeginInv() != STRING_LEN ) in SmartTagScan()
1356 nBegin = pSmartTagList->GetBeginInv(); in SmartTagScan()
1357 nEnd = Min( pSmartTagList->GetEndInv(), (xub_StrLen)rText.getLength() ); in SmartTagScan()
1369 const sal_uInt16 nNumberOfEntries = pSmartTagList ? pSmartTagList->Count() : 0; in SmartTagScan()
1378 const sal_uInt16 nCurrentIndex = pSmartTagList->GetWrongPos( nBegin ); in SmartTagScan()
1379pSmartTagList->Fresh( nChgStart, nChgEnd, nBegin, nEnd - nBegin, nCurrentIndex, STRING_LEN ); in SmartTagScan()
1380 nNumberOfRemovedEntries = nNumberOfEntries - pSmartTagList->Count(); in SmartTagScan()
1424 pSmartTagList = pNode->GetSmartTags(); in SmartTagScan()
[all …]
/AOO41X/main/sw/source/core/crsr/
H A Dcrsrsh.cxx3443 const SwWrongList *pSmartTagList = pNode->GetSmartTags(); in GetSmartTagTerm() local
3444 if ( pSmartTagList ) in GetSmartTagTerm()
3450 if( pSmartTagList->InWrongWord( nBegin, nLen ) && !pNode->IsSymbol(nBegin) ) in GetSmartTagTerm()
3452 const sal_uInt16 nIndex = pSmartTagList->GetWrongPos( nBegin ); in GetSmartTagTerm()
3453 const SwWrongList* pSubList = pSmartTagList->SubList( nIndex ); in GetSmartTagTerm()
3456 pSmartTagList = pSubList; in GetSmartTagTerm()
3460 lcl_FillRecognizerData( rSmartTagTypes, rStringKeyMaps, *pSmartTagList, nCurrent ); in GetSmartTagTerm()
3483 const SwWrongList *pSmartTagList; in GetSmartTagTerm() local
3487 0 != (pSmartTagList = pNode->GetSmartTags()) && in GetSmartTagTerm()
3494 if( pSmartTagList->InWrongWord( nBegin, nLen ) && !pNode->IsSymbol(nBegin) ) in GetSmartTagTerm()
[all …]
H A Dcrstrvl.cxx1205 const SwWrongList* pSmartTagList = pTxtNd->GetSmartTags(); in GetContentAtPos() local
1210 … if ( pSmartTagList && pSmartTagList->InWrongWord( nCurrent, nLen ) && !pTxtNd->IsSymbol(nBegin) ) in GetContentAtPos()
1212 const sal_uInt16 nIndex = pSmartTagList->GetWrongPos( nBegin ); in GetContentAtPos()
1213 const SwWrongList* pSubList = pSmartTagList->SubList( nIndex ); in GetContentAtPos()
/AOO41X/main/sw/source/core/inc/
H A Dtxtfrm.hxx222 SwWrongList* _SmartTagScan ( ::rtl::OUString aTxtToScan, SwWrongList *pSmartTagList,