Lines Matching refs:sal_uLong

103 	sal_uLong nBoxIdx, nOffset;
174 sal_uLong nSttNode;
194 void InsertSort( SvULongs& rArr, sal_uLong nIdx, sal_uInt16* pInsPos = 0 );
215 sal_uLong m_nSttNd;
216 sal_uLong m_nEndNd;
223 SwTblToTxtSave( SwDoc& rDoc, sal_uLong nNd, sal_uLong nEndIdx, xub_StrLen nCntnt );
388 SwTblToTxtSave::SwTblToTxtSave( SwDoc& rDoc, sal_uLong nNd, sal_uLong nEndIdx, xub_StrLen nCnt ) in SwTblToTxtSave()
444 sal_uLong nTblStt = pTblNd->GetIndex(), nTblEnd = pTblNd->EndOfSectionIndex(); in SwUndoTblToTxt()
543 SwTableNode* SwNodes::UndoTableToText( sal_uLong nSttNd, sal_uLong nEndNd, in UndoTableToText()
558 sal_uLong n, nTmpEnd = aEndIdx.GetIndex(); in UndoTableToText()
642 for( sal_uLong i = aSttIdx.GetIndex(); i < aEndIdx.GetIndex()-1; ++i ) in UndoTableToText()
716 void SwUndoTblToTxt::AddBoxPos( SwDoc& rDoc, sal_uLong nNdIdx, sal_uLong nEndIdx, xub_StrLen nCntnt… in AddBoxPos()
752 sal_uLong nTblNd = nSttNode; in UndoImpl()
1324 sal_uLong nEnd = rBox.GetSttNd()->EndOfSectionIndex(); in RestoreAttr()
1325 for( sal_uLong n = nSttNode + 1; n < nEnd; ++n ) in RestoreAttr()
1363 sal_uLong nEnd = pDoc->GetNodes()[ nSttNode ]->EndOfSectionIndex(); in SaveCntntAttrs()
1365 for( sal_uLong n = nSttNode + 1; n < nEnd; ++n ) in SaveCntntAttrs()
1729 sal_uLong nNodes = rNodeCnts[ nNdsPos ]; in SaveNewBoxes()
1818 sal_uLong nIdx = aTmp[ --n ]; in UndoImpl()
1836 sal_uLong nSttIdx = aInsPos.GetIndex() - 2, in UndoImpl()
1856 sal_uLong nIdx = (*Ptrs.pNewSttNds)[ --n ]; in UndoImpl()
2071 sal_uLong nIdx = aNewSttNds[ --n ]; in UndoImpl()
2204 aNewSttNds.Insert( (sal_uLong)0, aNewSttNds.Count() ); in SetSelBoxes()
2527 sal_uLong nSttPos = pEntry->nBoxIdx + pEntry->nOffset; in UndoImpl()
2678 sal_uLong nSttPos = pEntry->nBoxIdx + pEntry->nOffset; in RedoImpl()
3231 void InsertSort( SvULongs& rArr, sal_uLong nIdx, sal_uInt16* pInsPos ) in InsertSort()