Home
last modified time | relevance | path

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

/aoo4110/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()
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 …]
/aoo4110/main/sw/source/core/crsr/
H A Dcrsrsh.cxx3443 const SwWrongList *pSmartTagList = pNode->GetSmartTags(); in GetSmartTagTerm() local
3444 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() local
3487 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 …]
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()
/aoo4110/main/sw/source/core/inc/
H A Dtxtfrm.hxx222 SwWrongList* _SmartTagScan ( ::rtl::OUString aTxtToScan, SwWrongList *pSmartTagList,

Completed in 58 milliseconds