Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/txtnode/
H A Dndtxt.cxx871 const xub_StrLen nChangePos = rPos.GetIndex(); in Update() local
877 const xub_StrLen nChangeEnd = nChangePos + nChangeLen; in Update()
884 if ( *pStart > nChangePos ) in Update()
892 *pStart = nChangePos; in Update()
900 if ( *pEnd > nChangePos ) in Update()
908 *pEnd = nChangePos; in Update()
943 if ( *pStart >= nChangePos ) in Update()
951 else if ( pEnd && (*pEnd >= nChangePos) ) in Update()
1008 … MakeTxtAttr( *GetDoc(), pHint->GetAttr(), nChangePos, nChangePos + nChangeLen); in Update()
1051 if (nChangePos == rIdx.GetIndex()) in Update()
[all …]
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx4265 sal_Int32 nChangePos(rProps.getLength()); in GetChangeTrackViewSettings() local
4266 rProps.realloc(nChangePos + 1); in GetChangeTrackViewSettings()
4306 …pProps[nChangePos].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("TrackedChangesViewSettings")); in GetChangeTrackViewSettings()
4307 pProps[nChangePos].Value <<= aChangeProps; in GetChangeTrackViewSettings()

Completed in 248 milliseconds