Home
last modified time | relevance | path

Searched refs:nDel (Results 1 – 25 of 29) sorted by path

12

/trunk/extras/l10n/source/sq/
H A Dlocalize.sdf28722 …ë regjistrimit. \n.Çfardo informate lidhur me ndryshimet do të humbet. \n\nDel nga ndryshimi i mën…
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx1034 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()
/trunk/main/fpicker/source/win32/filepicker/workbench/
H A DTest_fps.cxx239 sal_Int32 nDel = 0; in controlStateChanged() local
240 aValue <<= nDel; in controlStateChanged()
/trunk/main/sc/inc/
H A Dautoform.hxx264 … ScAutoFormat( sal_uInt16 nLim = 4, sal_uInt16 nDel = 4, sal_Bool bDup = sal_False );
H A Dcallform.hxx101 …llection(sal_uInt16 nLim = 4, sal_uInt16 nDel = 4, sal_Bool bDup = sal_False) : ScSortedCollection… in FuncCollection() argument
H A Dcollect.hxx61 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 Ddbcolect.hxx205 …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 Drangenam.hxx189 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 Duserlist.hxx62 ScUserList( sal_uInt16 nLim = 4, sal_uInt16 nDel = 4);
/trunk/main/sc/source/core/data/
H A Dtable4.cxx1346 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()
/trunk/main/sc/source/core/tool/
H A Dautoform.cxx911 ScAutoFormat::ScAutoFormat(sal_uInt16 nLim, sal_uInt16 nDel, sal_Bool bDup): in ScAutoFormat() argument
912 ScSortedCollection (nLim, nDel, bDup), in ScAutoFormat()
H A Dcallform.cxx185 …llection(sal_uInt16 nLim = 4, sal_uInt16 nDel = 4, sal_Bool bDup = sal_False) : ScSortedCollection… in ModuleCollection() argument
H A Dcollect.cxx57 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 Duserlist.cxx178 ScUserList::ScUserList(sal_uInt16 nLim, sal_uInt16 nDel) : in ScUserList() argument
179 ScCollection ( nLim, nDel ) in ScUserList()
/trunk/main/svl/source/items/
H A Ditemset.cxx374 sal_uInt16 nDel = 0; in ClearItem() local
407 ++nDel; in ClearItem()
419 nDel = _nCount; in ClearItem()
461 return nDel; in ClearItem()
/trunk/main/svtools/source/edit/
H A Dtextview.cxx668 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()
/trunk/main/svtools/source/svhtml/
H A Dhtmlsupp.cxx144 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()
/trunk/main/sw/source/core/bastyp/
H A Dbparr.cxx255 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()
H A Dswregion.cxx175 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()
/trunk/main/sw/source/core/docnode/
H A Dnode.cxx1645 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 …]
/trunk/main/sw/source/core/text/
H A Dwrong.cxx592 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()
/trunk/main/sw/source/filter/ww1/
H A Dw1class.cxx486 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()
H A Dw1sprm.cxx362 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()
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8dout.cxx280 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()
H A Dww8scan.cxx6552 sal_uInt8 nDel = pSprm[2 + mnDelta]; in GetSprmTailLen() local
6553 sal_uInt8 nIns = pSprm[3 + mnDelta + 4 * nDel]; in GetSprmTailLen()
6555 nL = 2 + 4 * nDel + 3 * nIns; in GetSprmTailLen()

Completed in 528 milliseconds

12