Searched refs:nChangePos (Results 1 – 2 of 2) sorted by relevance
866 const xub_StrLen nChangePos = rPos.GetIndex(); in Update() local872 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 …]
4265 sal_Int32 nChangePos(rProps.getLength()); in GetChangeTrackViewSettings() local4266 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 63 milliseconds