Home
last modified time | relevance | path

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

/aoo42x/main/svx/source/smarttags/
H A DSmartTagMgr.cxx119 const sal_uInt32 nSmartTagCount = xRecognizer->getSmartTagCount(); in RecognizeString() local
120 for ( sal_uInt32 j = 0; j < nSmartTagCount && !bCallRecognizer; ++j ) in RecognizeString()
153 const sal_uInt32 nSmartTagCount = xRecognizer->getSmartTagCount(); in RecognizeTextRange() local
154 for ( sal_uInt32 j = 0; j < nSmartTagCount && !bCallRecognizer; ++j ) in RecognizeTextRange()
542 const sal_uInt32 nSmartTagCount = xRecognizer->getSmartTagCount(); in AssociateActionsWithRecognizers() local
543 for ( sal_uInt32 j = 0; j < nSmartTagCount; ++j ) in AssociateActionsWithRecognizers()

Completed in 12 milliseconds