Searched refs:nTextIndex (Results 1 – 3 of 3) sorted by relevance
1969 const sal_uInt32 nTextIndex(pA->GetIndex()); in interpretMetafile() local1972 if(nTextLength + nTextIndex > nStringLength) in interpretMetafile()1974 nTextLength = nStringLength - nTextIndex; in interpretMetafile()1983 nTextIndex, in interpretMetafile()1997 const sal_uInt32 nTextIndex(pA->GetIndex()); in interpretMetafile() local2000 if(nTextLength + nTextIndex > nStringLength) in interpretMetafile()2002 nTextLength = nTextIndex > nStringLength ? 0 : nStringLength - nTextIndex; in interpretMetafile()2024 nTextIndex, in interpretMetafile()2050 nTextLength = nStringLength - nTextIndex; in interpretMetafile()2061 nTextIndex, in interpretMetafile()[all …]
601 const sal_uInt32 nTextIndex(nColCount * aCellPos.mnRow + aCellPos.mnCol); in createViewIndependentPrimitive2DSequence() local602 const SdrText* pSdrText = rTableObj.getText(nTextIndex); in createViewIndependentPrimitive2DSequence()
384 xub_StrLen nTextIndex = *pTxtTOXMark->GetStart(); in UpdateLanguageDependenciesForPhoneticReading() local385 nLangForPhoneticReading = pTxtNode->GetLang( nTextIndex ); in UpdateLanguageDependenciesForPhoneticReading()
Completed in 42 milliseconds