Searched refs:pSmartTagList (Results 1 – 4 of 4) sorted by relevance
1353 SwWrongList* pSmartTagList = pNode->GetSmartTags(); in SmartTagScan() local1358 if ( pSmartTagList ) in SmartTagScan()1360 if ( pSmartTagList->GetBeginInv() != STRING_LEN ) in SmartTagScan()1362 nBegin = pSmartTagList->GetBeginInv(); in SmartTagScan()1375 const sal_uInt16 nNumberOfEntries = pSmartTagList ? pSmartTagList->Count() : 0; in SmartTagScan()1386 nNumberOfRemovedEntries = nNumberOfEntries - pSmartTagList->Count(); in SmartTagScan()1430 pSmartTagList = pNode->GetSmartTags(); in SmartTagScan()1432 … const sal_uInt16 nNumberOfEntriesAfterRecognize = pSmartTagList ? pSmartTagList->Count() : 0; in SmartTagScan()1436 if( pSmartTagList ) in SmartTagScan()1441 pSmartTagList->SetInvalid( STRING_LEN, 0 ); in SmartTagScan()[all …]
3451 const SwWrongList *pSmartTagList = pNode->GetSmartTags(); in GetSmartTagTerm() local3452 if ( pSmartTagList ) in GetSmartTagTerm()3460 const sal_uInt16 nIndex = pSmartTagList->GetWrongPos( nBegin ); in GetSmartTagTerm()3461 const SwWrongList* pSubList = pSmartTagList->SubList( nIndex ); in GetSmartTagTerm()3464 pSmartTagList = pSubList; in GetSmartTagTerm()3491 const SwWrongList *pSmartTagList; in GetSmartTagTerm() local3495 0 != (pSmartTagList = pNode->GetSmartTags()) && in GetSmartTagTerm()3502 if( pSmartTagList->InWrongWord( nBegin, nLen ) && !pNode->IsSymbol(nBegin) ) in GetSmartTagTerm()3504 const sal_uInt16 nIndex = pSmartTagList->GetWrongPos( nBegin ); in GetSmartTagTerm()3505 const SwWrongList* pSubList = pSmartTagList->SubList( nIndex ); in GetSmartTagTerm()[all …]
1205 const SwWrongList* pSmartTagList = pTxtNd->GetSmartTags(); in GetContentAtPos() local1210 … 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()
222 SwWrongList* _SmartTagScan ( ::rtl::OUString aTxtToScan, SwWrongList *pSmartTagList,
Completed in 56 milliseconds