Searched refs:nChangePos (Results 1 – 2 of 2) sorted by relevance
871 const xub_StrLen nChangePos = rPos.GetIndex(); in Update() local877 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 …]
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 57 milliseconds