Home
last modified time | relevance | path

Searched refs:nIns (Results 1 – 15 of 15) sorted by relevance

/trunk/main/sw/source/filter/ww8/dump/
H A Dww8dout.cxx280 sal_uInt8 nDel, nIns, nType; in OutTab() local
294 rSt.Read( &nIns, sizeof( nIns ) ); in OutTab()
295 *pOut << "Ins " << (sal_uInt16)nIns; in OutTab()
296 if ( nIns ) *pOut << ": "; in OutTab()
298 for( i=1; i<=nIns; i++){ in OutTab()
301 if( i<nIns ) *pOut << ','; in OutTab()
304 if ( nIns ) *pOut << "Typ: "; in OutTab()
306 for( i=1; i<=nIns; i++){ in OutTab()
309 if( i<nIns ) *pOut << ','; in OutTab()
H A Dww8scan.cxx6553 sal_uInt8 nIns = pSprm[3 + mnDelta + 4 * nDel]; in GetSprmTailLen() local
6555 nL = 2 + 4 * nDel + 3 * nIns; in GetSprmTailLen()
/trunk/main/sw/source/core/txtnode/
H A Dtxatritr.cxx170 sal_uInt16 nIns = 0, nEndPos = *rAttr.End(); in AddToStack() local
171 for( ; nIns < aStack.Count(); ++nIns ) in AddToStack()
172 if( *((SwTxtAttr*)aStack[ nIns ] )->GetEnd() > nEndPos ) in AddToStack()
175 aStack.Insert( pAdd, nIns ); in AddToStack()
/trunk/main/svtools/source/contnr/
H A Dimivctl2.cxx98 sal_uInt16 nIns = GetSortListPos( &pColumns[nX], rRect.Top(), sal_True ); in ImplCreate() local
99 pColumns[ nX ].Insert( pEntry, nIns ); in ImplCreate()
101 nIns = GetSortListPos( &pRows[nY], rRect.Left(), sal_False ); in ImplCreate()
102 pRows[ nY ].Insert( pEntry, nIns ); in ImplCreate()
508 sal_uInt16 nIns = GetSortListPos((SvPtrarr*)rLists[nY],rRect.Left(),sal_False); in CreateGridAjustData() local
509 ((SvPtrarr*)rLists[ nY ])->Insert( pEntry, nIns ); in CreateGridAjustData()
530 sal_uInt16 nIns = GetSortListPos( pRow, rRect.Left(), sal_False ); in CreateGridAjustData() local
531 pRow->Insert( pEntry, nIns ); in CreateGridAjustData()
H A Dsvimpicn.cxx3115 sal_uInt16 nIns = GetSortListPos( &pColumns[nX], rRect.Top(), sal_True ); in ImplCreate() local
3116 pColumns[ nX ].Insert( pEntry, nIns ); in ImplCreate()
3118 nIns = GetSortListPos( &pRows[nY], rRect.Left(), sal_False ); in ImplCreate()
3119 pRows[ nY ].Insert( pEntry, nIns ); in ImplCreate()
3618 sal_uInt16 nIns = GetSortListPos((SvPtrarr*)rLists[nY],rRect.Left(),sal_False); in CreateGridAjustData() local
3619 ((SvPtrarr*)rLists[ nY ])->Insert( pEntry, nIns ); in CreateGridAjustData()
3642 sal_uInt16 nIns = GetSortListPos( pRow, rRect.Left(), sal_False ); in CreateGridAjustData() local
3643 pRow->Insert( pEntry, nIns ); in CreateGridAjustData()
/trunk/main/svl/source/items/
H A Dnranges.cxx71 NUMTYPE nSize = 0, nIns = 0; in InitializeRanges_Impl() local
80 ( nIns = in InitializeRanges_Impl()
84 aNumArr.Insert( nIns, nCnt++ ); in InitializeRanges_Impl()
87 DBG_ASSERT( aNumArr[ nCnt-2 ] <= nIns, "Ungueltiger Bereich" ); in InitializeRanges_Impl()
88 nSize += nIns - aNumArr[ nCnt-2 ] + 1; in InitializeRanges_Impl()
/trunk/main/sw/source/core/undo/
H A Dunnum.cxx240 sal_uInt16 nIns = aNodeIdx.Count(); in AddNode() local
241 aNodeIdx.Insert( rNd.GetIndex(), nIns ); in AddNode()
243 aLevels.insert( aLevels.begin() + nIns, static_cast<sal_uInt8>(rNd.GetActualListLevel()) ); in AddNode()
/trunk/main/sw/source/filter/html/
H A Dhtmlfly.cxx1806 sal_uInt16 nIns=0; in AddLinkTarget() local
1807 while( nIns < aOutlineMarkPoss.Count() && in AddLinkTarget()
1808 aOutlineMarkPoss[nIns] < nIdx ) in AddLinkTarget()
1809 nIns++; in AddLinkTarget()
1811 aOutlineMarkPoss.Insert( nIdx, nIns ); in AddLinkTarget()
1817 aOutlineMarks.Insert( new String( aURL ), nIns ); in AddLinkTarget()
/trunk/main/sw/source/filter/ww1/
H A Dw1sprm.cxx364 sal_uInt8 nIns = pSprm[nDel*2+2]; in Start() local
366 W1_TBD* pTyp = (W1_TBD*)(pSprm + 2*nDel + 2*nIns + 3);// Typ - Array in Start()
378 for( i=0; i<nIns; i++ ){ in Start()
H A Dw1class.cxx487 sal_uInt16 nIns = SVBT8ToByte(pSprm + 3 + nDel) * 3; in Size() local
488 nRet += nDel + nIns; in Size()
/trunk/main/sw/source/core/doc/
H A Ddoccomp.cxx1662 sal_uInt16 nIns = 0; in InsertRedline() local
1752 ++nIns; in InsertRedline()
1787 ++nIns; in InsertRedline()
1794 return nIns; in InsertRedline()
/trunk/main/svx/source/xoutdev/
H A Dxattr.cxx710 sal_uInt16 nIns(0); in CreateDotDashArray() local
875 rDotDashArray[nIns++] = fSingleDotLen; in CreateDotDashArray()
877 rDotDashArray[nIns++] = fDashDotDistance; in CreateDotDashArray()
883 rDotDashArray[nIns++] = fSingleDashLen; in CreateDotDashArray()
885 rDotDashArray[nIns++] = fDashDotDistance; in CreateDotDashArray()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx1529 sal_uInt8 nIns = pData[nDel*2+1]; in Read_Tab() local
1530 WW8_TBD* pTyp = (WW8_TBD*)(pData + 2*nDel + 2*nIns + 2);// Typ - Array in Read_Tab()
1593 for (i=0; i < nIns; ++i) in Read_Tab()
1638 if (nIns || nDel) in Read_Tab()
H A Dww8par2.cxx225 void InsertCells( short nIns );
3083 void WW8TabDesc::InsertCells( short nIns ) in InsertCells() argument
3090 (SwTxtFmtColl*)pIo->pDfltTxtFmtColl, 0, pTabBoxes->Count(), nIns ); in InsertCells()
H A Dww8scan.cxx7446 sal_uInt8 nIns = pSprm[3 + mnDelta + 4 * nDel]; in GetSprmTailLen() local
7448 nL = 2 + 4 * nDel + 3 * nIns; in GetSprmTailLen()

Completed in 199 milliseconds