Searched refs:pSmartTagList (Results 1 – 4 of 4) sorted by relevance
1347 SwWrongList* pSmartTagList = pNode->GetSmartTags(); in SmartTagScan() local1352 if ( pSmartTagList ) in SmartTagScan()1354 if ( pSmartTagList->GetBeginInv() != STRING_LEN ) in SmartTagScan()1356 nBegin = pSmartTagList->GetBeginInv(); in SmartTagScan()1369 const sal_uInt16 nNumberOfEntries = pSmartTagList ? pSmartTagList->Count() : 0; in SmartTagScan()1380 nNumberOfRemovedEntries = nNumberOfEntries - pSmartTagList->Count(); in SmartTagScan()1424 pSmartTagList = pNode->GetSmartTags(); in SmartTagScan()1426 … const sal_uInt16 nNumberOfEntriesAfterRecognize = pSmartTagList ? pSmartTagList->Count() : 0; in SmartTagScan()1430 if( pSmartTagList ) in SmartTagScan()1435 pSmartTagList->SetInvalid( STRING_LEN, 0 ); in SmartTagScan()[all …]
3443 const SwWrongList *pSmartTagList = pNode->GetSmartTags(); in GetSmartTagTerm() local3444 if ( pSmartTagList ) 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()3483 const SwWrongList *pSmartTagList; in GetSmartTagTerm() local3487 0 != (pSmartTagList = pNode->GetSmartTags()) && in GetSmartTagTerm()3494 if( pSmartTagList->InWrongWord( nBegin, nLen ) && !pNode->IsSymbol(nBegin) ) in GetSmartTagTerm()3496 const sal_uInt16 nIndex = pSmartTagList->GetWrongPos( nBegin ); in GetSmartTagTerm()3497 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 49 milliseconds