Home
last modified time | relevance | path

Searched refs:nMyPos (Results 1 – 10 of 10) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Dacmplwrd.cxx344 size_t nMyPos = 0, nNewPos = 0; in CheckChangedList() local
346 for( ; nMyPos < nMyLen && nNewPos < nNewLen; ++nMyPos, ++nNewPos ) in CheckChangedList()
349 while (m_WordList[nMyPos] != pStr) in CheckChangedList()
352 dynamic_cast<SwAutoCompleteString*>(m_WordList[nMyPos]); in CheckChangedList()
353 m_WordList.erase_at(nMyPos); in CheckChangedList()
358 if( nMyPos >= --nMyLen ) in CheckChangedList()
363 if( nMyPos >= nMyLen ) in CheckChangedList()
377 m_WordList.erase(m_WordList.begin() + nMyPos, in CheckChangedList()
H A Ddocredln.cxx1108 void SwRangeRedline::CallDisplayFunc(size_t nMyPos) in CallDisplayFunc() argument
1112 Show(0, nMyPos); in CallDisplayFunc()
1114 Hide(0, nMyPos); in CallDisplayFunc()
1116 ShowOriginal(0, nMyPos); in CallDisplayFunc()
1144 MoveFromSection(nMyPos); in Show()
1151 MoveFromSection(nMyPos); in Show()
1185 MoveFromSection(nMyPos); in Hide()
1194 case 2: DelCopyOfSection(nMyPos); break; in Hide()
1230 case 2: DelCopyOfSection(nMyPos); break; in ShowOriginal()
1237 MoveFromSection(nMyPos); in ShowOriginal()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Dacmplwrd.cxx347 size_t nMyPos = 0, nNewPos = 0; in CheckChangedList() local
349 for( ; nMyPos < nMyLen && nNewPos < nNewLen; ++nMyPos, ++nNewPos ) in CheckChangedList()
352 while (m_WordList[nMyPos] != pStr) in CheckChangedList()
355 dynamic_cast<SwAutoCompleteString*>(m_WordList[nMyPos]); in CheckChangedList()
356 m_WordList.erase(nMyPos); in CheckChangedList()
361 if( nMyPos >= --nMyLen ) in CheckChangedList()
366 if( nMyPos < nMyLen ) in CheckChangedList()
379 m_WordList.erase(m_WordList.begin() + nMyPos, in CheckChangedList()
H A Ddocredln.cxx1091 void SwRangeRedline::CallDisplayFunc(size_t nMyPos) in CallDisplayFunc() argument
1095 Show(0, nMyPos); in CallDisplayFunc()
1097 Hide(0, nMyPos); in CallDisplayFunc()
1099 ShowOriginal(0, nMyPos); in CallDisplayFunc()
1115 MoveFromSection(nMyPos); in Show()
1120 MoveFromSection(nMyPos); in Show()
1146 MoveFromSection(nMyPos); in Hide()
1155 case 2: DelCopyOfSection(nMyPos); break; in Hide()
1191 case 2: DelCopyOfSection(nMyPos); break; in ShowOriginal()
1198 MoveFromSection(nMyPos); in ShowOriginal()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dredline.hxx164 void DelCopyOfSection(size_t nMyPos);
165 void MoveFromSection(size_t nMyPos);
228 void CallDisplayFunc(size_t nMyPos);
229 void Show(sal_uInt16 nLoop , size_t nMyPos, bool bForced = false);
230 void Hide(sal_uInt16 nLoop , size_t nMyPos, bool bForced = false);
231 void ShowOriginal(sal_uInt16 nLoop, size_t nMyPos, bool bForced = false);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dredline.hxx165 void DelCopyOfSection(size_t nMyPos);
166 void MoveFromSection(size_t nMyPos);
229 void CallDisplayFunc(size_t nMyPos);
230 void Show(sal_uInt16 nLoop , size_t nMyPos);
231 void Hide(sal_uInt16 nLoop , size_t nMyPos);
232 void ShowOriginal(sal_uInt16 nLoop, size_t nMyPos);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dfrmform.cxx198 SwTwips nMyPos = aRectFnSet.GetTop(getFrameArea()); in CalcFollow() local
331 nMyPos - getFrameArea().Right() : in CalcFollow()
332 getFrameArea().Top() - nMyPos ) ) in CalcFollow()
H A Dtxtfly.cxx1222 SwAnchoredObjList::size_type nMyPos = nFlyPos; in CalcLeftMargin() local
1234 if( --nFlyPos == nMyPos ) in CalcLeftMargin()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Dfrmform.cxx195 SwTwips nMyPos = aRectFnSet.GetTop(getFrameArea()); in CalcFollow() local
328 nMyPos - getFrameArea().Right() : in CalcFollow()
329 getFrameArea().Top() - nMyPos ) ) in CalcFollow()
H A Dtxtfly.cxx1222 SwAnchoredObjList::size_type nMyPos = nFlyPos; in CalcLeftMargin() local
1234 if( --nFlyPos == nMyPos ) in CalcLeftMargin()