Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/txtnode/
H A Dndtxt.cxx866 const xub_StrLen nChangePos = rPos.GetIndex(); in Update() local
872 const xub_StrLen nChangeEnd = nChangePos + nChangeLen; in Update()
879 if ( *pStart > nChangePos ) in Update()
887 *pStart = nChangePos; in Update()
895 if ( *pEnd > nChangePos ) in Update()
903 *pEnd = nChangePos; in Update()
938 if ( *pStart >= nChangePos ) in Update()
946 else if ( pEnd && (*pEnd >= nChangePos) ) in Update()
1003 … MakeTxtAttr( *GetDoc(), pHint->GetAttr(), nChangePos, nChangePos + nChangeLen); in Update()
1046 if (nChangePos == rIdx.GetIndex()) in Update()
[all …]
/aoo4110/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 57 milliseconds