Home
last modified time | relevance | path

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

/aoo42x/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx1969 const sal_uInt32 nTextIndex(pA->GetIndex()); in interpretMetafile() local
1972 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() local
2000 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 …]
/aoo42x/main/svx/source/table/
H A Dviewcontactoftableobj.cxx603 const sal_uInt32 nTextIndex(nColCount * aCellPos.mnRow + aCellPos.mnCol); in createViewIndependentPrimitive2DSequence() local
604 const SdrText* pSdrText = rTableObj.getText(nTextIndex); in createViewIndependentPrimitive2DSequence()
/aoo42x/main/sw/source/ui/index/
H A Dswuiidxmrk.cxx384 xub_StrLen nTextIndex = *pTxtTOXMark->GetStart(); in UpdateLanguageDependenciesForPhoneticReading() local
385 nLangForPhoneticReading = pTxtNode->GetLang( nTextIndex ); in UpdateLanguageDependenciesForPhoneticReading()

Completed in 34 milliseconds