Searched refs:charIndex (Results 1 – 4 of 4) sorted by relevance
98 const sal_uInt16 *charIndex; in getWordConversion() local106 charIndex = ((const sal_uInt16* (*)()) getFunctionBySymbol("getSTC_CharIndex_T2S"))(); in getWordConversion()112 charIndex = ((const sal_uInt16* (*)()) getFunctionBySymbol("getSTC_CharIndex_S2V"))(); in getWordConversion()115 charIndex = ((const sal_uInt16* (*)()) getFunctionBySymbol("getSTC_CharIndex_S2T"))(); in getWordConversion()211 getOneCharConversion(aText[nStartPos+currPos], charData, charIndex); in getWordConversion()
359 STDMETHODIMP CAccHypertext::get_hyperlinkIndex(long charIndex, long *hyperlinkIndex) in get_hyperlinkIndex() argument375 *hyperlinkIndex = pHyperText->getHyperLinkIndex(charIndex); in get_hyperlinkIndex()
150 STDMETHOD(get_hyperlinkIndex)(long charIndex, long *hyperlinkIndex);
3608 @param [in] charIndex3615 character index, or -1 if charIndex is not on a link.3622 [in] long charIndex,
Completed in 63 milliseconds