/aoo42x/main/svtools/source/svhtml/ |
H A D | htmlsupp.cxx | 144 xub_StrLen nDel = 0, nLen = rString.Len(); in RemoveSGMLComment() local 148 nDel = 2; in RemoveSGMLComment() 152 nDel = 1; in RemoveSGMLComment() 154 if( nDel && nLen >= nDel+1 ) in RemoveSGMLComment() 156 c = rString.GetChar( nLen-(nDel+1) ); in RemoveSGMLComment() 159 nDel++; in RemoveSGMLComment() 160 if( '\n'==c && nLen >= nDel+1 && in RemoveSGMLComment() 161 '\r'==rString.GetChar( nLen-(nDel+1) ) ) in RemoveSGMLComment() 162 nDel++; in RemoveSGMLComment() 165 rString.Erase( nLen-nDel ); in RemoveSGMLComment()
|
/aoo42x/main/sw/source/filter/ww8/dump/ |
H A D | ww8dout.cxx | 280 sal_uInt8 nDel, nIns, nType; in OutTab() local 283 rSt.Read( &nDel, sizeof( nDel ) ); in OutTab() 284 *pOut << "Del " << (sal_uInt16)nDel; in OutTab() 285 if ( nDel ) *pOut << ": "; in OutTab() 288 for( i=1; i<=nDel; i++){ in OutTab() 291 if( i<nDel ) *pOut << ','; in OutTab()
|
/aoo42x/main/sc/inc/ |
H A D | collect.hxx | 61 ScCollection(sal_uInt16 nLim = 4, sal_uInt16 nDel = 4); 92 ScSortedCollection(sal_uInt16 nLim = 4, sal_uInt16 nDel = 4, sal_Bool bDup = sal_False); 131 ScStrCollection(sal_uInt16 nLim = 4, sal_uInt16 nDel = 4, sal_Bool bDup = sal_False) : in ScStrCollection() argument 132 ScSortedCollection ( nLim, nDel, bDup ) {} in ScStrCollection() 183 TypedScStrCollection( sal_uInt16 nLim = 4, sal_uInt16 nDel = 4, sal_Bool bDup = sal_False );
|
H A D | callform.hxx | 101 …llection(sal_uInt16 nLim = 4, sal_uInt16 nDel = 4, sal_Bool bDup = sal_False) : ScSortedCollection… in FuncCollection() argument
|
H A D | rangenam.hxx | 189 ScRangeName(sal_uInt16 nLim = 4, sal_uInt16 nDel = 4, sal_Bool bDup = sal_False, in ScRangeName() argument 191 ScSortedCollection ( nLim, nDel, bDup ), in ScRangeName()
|
H A D | dbcolect.hxx | 205 …ScDBCollection(sal_uInt16 nLim = 4, sal_uInt16 nDel = 4, sal_Bool bDup = sal_False, ScDocument* pD… in ScDBCollection() argument 206 ScSortedCollection ( nLim, nDel, bDup ), in ScDBCollection()
|
H A D | userlist.hxx | 62 ScUserList( sal_uInt16 nLim = 4, sal_uInt16 nDel = 4);
|
H A D | autoform.hxx | 264 … ScAutoFormat( sal_uInt16 nLim = 4, sal_uInt16 nDel = 4, sal_Bool bDup = sal_False );
|
/aoo42x/main/sc/source/core/tool/ |
H A D | collect.cxx | 57 ScCollection::ScCollection(sal_uInt16 nLim, sal_uInt16 nDel) : in ScCollection() argument 60 nDelta ( nDel ), in ScCollection() 201 ScSortedCollection::ScSortedCollection(sal_uInt16 nLim, sal_uInt16 nDel, sal_Bool bDup) : in ScSortedCollection() argument 202 ScCollection (nLim, nDel), in ScSortedCollection() 357 TypedScStrCollection::TypedScStrCollection( sal_uInt16 nLim , sal_uInt16 nDel , sal_Bool bDup ) in TypedScStrCollection() argument 358 : ScSortedCollection( nLim, nDel, bDup ) in TypedScStrCollection()
|
H A D | userlist.cxx | 178 ScUserList::ScUserList(sal_uInt16 nLim, sal_uInt16 nDel) : in ScUserList() argument 179 ScCollection ( nLim, nDel ) in ScUserList()
|
H A D | callform.cxx | 185 …llection(sal_uInt16 nLim = 4, sal_uInt16 nDel = 4, sal_Bool bDup = sal_False) : ScSortedCollection… in ModuleCollection() argument
|
/aoo42x/main/sw/source/core/bastyp/ |
H A D | swregion.cxx | 175 sal_uInt16 nCpy = Count(), nDel = 0; in Invert() local 178 nDel = Count() - aInvRegion.Count(); in Invert() 186 else if( nDel ) in Invert() 187 Remove( nCpy, nDel ); in Invert()
|
H A D | bparr.cxx | 255 void BigPtrArray::BlockDel( sal_uInt16 nDel ) in BlockDel() argument 257 nBlock = nBlock - nDel; in BlockDel() 261 nDel = (( nBlock / nBlockGrowSize ) + 1 ) * nBlockGrowSize; in BlockDel() 262 BlockInfo** ppNew = new BlockInfo* [ nDel ]; in BlockDel() 266 nMaxBlock = nDel; in BlockDel()
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | node.cxx | 1645 sal_uInt16 nDel = 0; in ResetAttr() local 1650 nDel = ClearItemsFromAttrSet( aClearWhichIds ); in ResetAttr() 1653 nDel = AttrSetHandleHelper::ClearItem_BC( mpAttrSet, *this, nWhich1, nWhich2, 0, 0 ); in ResetAttr() 1657 return 0 != nDel; in ResetAttr() 1691 sal_uInt16 nDel = 0; in ResetAttr() local 1698 nDel = ClearItemsFromAttrSet( aClearWhichIds ); in ResetAttr() 1707 ++nDel; in ResetAttr() 1709 if( nDel ) in ResetAttr() 1718 return 0 != nDel ; in ResetAttr() 1738 sal_uInt16 nDel = ClearItemsFromAttrSet( aClearWhichIds ); in ResetAllAttr() local [all …]
|
/aoo42x/main/sw/source/filter/ww1/ |
H A D | w1sprm.cxx | 362 sal_uInt8 nDel = pSprm[1]; in Start() local 364 sal_uInt8 nIns = pSprm[nDel*2+2]; in Start() 365 sal_uInt8* pIns = pSprm + 2*nDel + 3; // Ins - Array in Start() 366 W1_TBD* pTyp = (W1_TBD*)(pSprm + 2*nDel + 2*nIns + 3);// Typ - Array in Start() 372 for( i=0; i<nDel; i++ ){ in Start()
|
H A D | w1class.cxx | 486 sal_uInt16 nDel = SVBT8ToByte(pSprm+1) * 4; in Size() local 487 sal_uInt16 nIns = SVBT8ToByte(pSprm + 3 + nDel) * 3; in Size() 488 nRet += nDel + nIns; in Size()
|
/aoo42x/main/sw/source/core/text/ |
H A D | wrong.cxx | 592 sal_uInt16 nDel = 0; in RemoveEntry() local 604 ++nDel; in RemoveEntry() 612 ++nDel; in RemoveEntry() 615 if( nDel ) in RemoveEntry() 616 Remove( nDelPos, nDel ); in RemoveEntry()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8atr.cxx | 4762 sal_uInt16 nDel; // so viele Tabs fallen weg member in SwWW8WrTabu 4773 : nAdd(0), nDel(0) in SwWW8WrTabu() 4843 pDel + (nDel * 2)); in Del() 4844 ++nDel; in Del() 4850 if (!nAdd && !nDel) //It its a no-op in PutAll() 4853 ASSERT(nDel <= 255, "more than 244 removed tabstops ?"); in PutAll() 4856 if (nDel > 255) in PutAll() 4857 nDel = 255; in PutAll() 4859 sal_uInt16 nSiz = 2 * nDel + 3 * nAdd + 2; in PutAll() 4870 rWrt.pO->Insert(msword_cast<sal_uInt8>(nDel), rWrt.pO->Count()); in PutAll() [all …]
|
H A D | ww8par.cxx | 1527 sal_uInt8 nDel = pData[0]; in Read_Tab() local 1528 const sal_uInt8* pIns = pData + 2*nDel + 2; // Ins - Array in Read_Tab() 1529 sal_uInt8 nIns = pData[nDel*2+1]; in Read_Tab() 1530 WW8_TBD* pTyp = (WW8_TBD*)(pData + 2*nDel + 2*nIns + 2);// Typ - Array in Read_Tab() 1586 for (i=0; i < nDel; ++i) in Read_Tab() 1638 if (nIns || nDel) in Read_Tab()
|
/aoo42x/main/fpicker/source/win32/filepicker/workbench/ |
H A D | Test_fps.cxx | 239 sal_Int32 nDel = 0; in controlStateChanged() local 240 aValue <<= nDel; in controlStateChanged()
|
/aoo42x/main/svl/source/items/ |
H A D | itemset.cxx | 374 sal_uInt16 nDel = 0; in ClearItem() local 407 ++nDel; in ClearItem() 419 nDel = _nCount; in ClearItem() 461 return nDel; in ClearItem()
|
/aoo42x/main/editeng/source/editeng/ |
H A D | editeng.cxx | 1034 sal_uInt8 nDel = 0, nMode = 0; in PostKeyEvent() local 1039 nDel = DEL_LEFT; in PostKeyEvent() 1043 nDel = DEL_RIGHT; in PostKeyEvent() 1047 nDel = DEL_LEFT; in PostKeyEvent() 1051 nDel = DEL_RIGHT; in PostKeyEvent() 1054 nDel = ( nCode == KEY_DELETE ) ? DEL_RIGHT : DEL_LEFT; in PostKeyEvent() 1063 aCurSel = pImpEditEngine->DeleteLeftOrRight( aCurSel, nDel, nMode ); in PostKeyEvent()
|
/aoo42x/main/vcl/source/control/ |
H A D | edit.cxx | 1754 sal_uInt8 nDel = (nCode == KEY_DELETE) ? EDIT_DEL_RIGHT : EDIT_DEL_LEFT; in ImplHandleKeyEvent() local 1761 nDel = EDIT_DEL_LEFT; in ImplHandleKeyEvent() 1765 nDel = EDIT_DEL_RIGHT; in ImplHandleKeyEvent() 1769 nDel = EDIT_DEL_LEFT; in ImplHandleKeyEvent() 1773 nDel = EDIT_DEL_RIGHT; in ImplHandleKeyEvent() 1779 ImplDelete( maSelection, nDel, nMode ); in ImplHandleKeyEvent()
|
/aoo42x/main/svtools/source/edit/ |
H A D | textview.cxx | 668 sal_uInt8 nDel = ( nCode == KEY_DELETE ) ? DEL_RIGHT : DEL_LEFT; in KeyInput() local 676 nDel = DEL_LEFT; in KeyInput() 680 nDel = DEL_RIGHT; in KeyInput() 684 nDel = DEL_LEFT; in KeyInput() 688 nDel = DEL_RIGHT; in KeyInput() 715 aCurSel = ImpDelete( nDel, nMode ); in KeyInput()
|
/aoo42x/main/sc/source/core/data/ |
H A D | table4.cxx | 1346 sal_uInt16 nDel = bAttribs ? IDF_AUTOFILL : (IDF_AUTOFILL & IDF_CONTENTS); in FillSeries() local 1348 DeleteArea(nCol1, static_cast<SCROW>(nIMin), nCol2, static_cast<SCROW>(nIMax), nDel); in FillSeries() 1350 DeleteArea(static_cast<SCCOL>(nIMin), nRow1, static_cast<SCCOL>(nIMax), nRow2, nDel); in FillSeries()
|