Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx1353 SwWrongList* pSmartTagList = pNode->GetSmartTags(); in SmartTagScan() local
1358 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 …]
/trunk/main/sw/source/core/crsr/
H A Dcrsrsh.cxx3451 const SwWrongList *pSmartTagList = pNode->GetSmartTags(); in GetSmartTagTerm() local
3452 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() local
3495 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 …]
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()
/trunk/main/sw/source/core/inc/
H A Dtxtfrm.hxx222 SwWrongList* _SmartTagScan ( ::rtl::OUString aTxtToScan, SwWrongList *pSmartTagList,

Completed in 56 milliseconds