Home
last modified time | relevance | path

Searched refs:nElem (Results 1 – 14 of 14) sorted by relevance

/trunk/main/sw/source/core/bastyp/
H A Dbparr.cxx116 nElem = p->nElem - nElem; in ForEach()
128 nElem = p->nElem; in ForEach()
249 p->nElem = 0; in InsBlock()
341 q->nElem++; in Insert()
345 p->nElem--; in Insert()
363 p->nElem++; in Insert()
382 while( nElem ) in Remove()
401 p->nElem = p->nElem - nel; in Remove()
411 if( !nElem ) in Remove()
521 pLast->nElem = pLast->nElem + n; in Compress()
[all …]
/trunk/main/unotools/source/i18n/
H A Dlocaledatawrapper.cxx761 sal_Int32 nElem; in getCurrSymbolsImpl() local
762 for ( nElem = 0; nElem < nCnt; nElem++ ) in getCurrSymbolsImpl()
767 if ( nElem >= nCnt ) in getCurrSymbolsImpl()
775 nElem = 0; in getCurrSymbolsImpl()
776 if ( nElem >= nCnt ) in getCurrSymbolsImpl()
894 for ( nElem = 0; nElem < nCnt; nElem++ ) in getCurrFormatsImpl()
900 nDef = nElem; in getCurrFormatsImpl()
916 nDef = nElem; in getCurrFormatsImpl()
1153 for ( nElem = 0; nElem < nCnt; nElem++ ) in getDateFormatsImpl()
1156 nEdit = nElem; in getDateFormatsImpl()
[all …]
/trunk/main/svx/inc/svx/
H A Dsvdmark.hxx97 void Insert(sal_uInt16 nElem, sal_uLong nPos = CONTAINER_APPEND) in Insert() argument
99 maArray.Insert((void*)sal_uLong(nElem),nPos); in Insert()
112 void Replace(sal_uInt16 nElem, sal_uLong nPos) in Replace() argument
114 maArray.Replace((void*)sal_uLong(nElem), nPos); in Replace()
127 sal_uLong GetPos(sal_uInt16 nElem) const in GetPos()
129 return maArray.GetPos((void*)(sal_uLong)nElem); in GetPos()
137 sal_Bool Exist(sal_uInt16 nElem) const in Exist()
139 return (CONTAINER_ENTRY_NOTFOUND != maArray.GetPos((void*)(sal_uLong)nElem)); in Exist()
H A Dsvdetc.hxx132 …void Insert(sal_uInt16 nElem, sal_uIntPtr nPos=CONTAINER_APPEND) { aArr.Insert((void*)sal_uIntPt… in Insert() argument
134 …void Replace(sal_uInt16 nElem, sal_uIntPtr nPos) { aArr.Replace((void*)sal_uIntP… in Replace() argument
136 …sal_uIntPtr GetPos(sal_uInt16 nElem) const { return aArr.GetPos((void*)(sa… in GetPos()
/trunk/main/sc/source/core/tool/
H A Dinterpr3.cxx2806 for (SCSIZE nElem = 0; nElem < nCount; nElem++) in ScHarMean() local
2820 for (SCSIZE nElem = 0; nElem < nCount; nElem++) in ScHarMean() local
2821 if (!pMat->IsString(nElem)) in ScHarMean()
3051 for (SCSIZE nElem = 0; nElem < nCount; nElem++) in CalculateSkew() local
3061 for (SCSIZE nElem = 0; nElem < nCount; nElem++) in CalculateSkew() local
3062 if (!pMat->IsString(nElem)) in CalculateSkew()
3768 for (SCSIZE nElem = 0; nElem < nCount; nElem++) in ScAveDev() local
3776 for (SCSIZE nElem = 0; nElem < nCount; nElem++) in ScAveDev() local
3777 if (!pMat->IsString(nElem)) in ScAveDev()
3839 for (SCSIZE nElem = 0; nElem < nCount; nElem++) in ScAveDev() local
[all …]
H A Dinterpr5.cxx2245 for (SCSIZE nElem = 0; nElem < nCountY; nElem++) in CheckMatrix() local
2247 const double fVal = pNewY->GetDouble(nElem); in CheckMatrix()
2254 pNewY->PutDouble(log(fVal), nElem); in CheckMatrix()
/trunk/main/svl/source/numbers/
H A Dzforlist.cxx2078 for ( nElem = 0; nElem < nCnt; nElem++ ) in ImpAdjustFormatCodeDefault()
2083 nShort = nElem; in ImpAdjustFormatCodeDefault()
2086 nMedium = nElem; in ImpAdjustFormatCodeDefault()
2089 nLong = nElem; in ImpAdjustFormatCodeDefault()
2101 nShortDef = nElem; in ImpAdjustFormatCodeDefault()
2111 nLongDef = nElem; in ImpAdjustFormatCodeDefault()
2144 sal_Int32 nElem, nDef, nMedium; in ImpAdjustFormatCodeDefault() local
2146 for ( nElem = 0; nElem < nCnt; nElem++ ) in ImpAdjustFormatCodeDefault()
2148 if ( pFormatArr[nElem].Default ) in ImpAdjustFormatCodeDefault()
2157 nDef = nElem; in ImpAdjustFormatCodeDefault()
[all …]
/trunk/main/basic/source/sbx/
H A Dsbxarray.cxx512 sal_uInt16 nElem; in LoadData() local
517 rStrm >> nElem; in LoadData()
518 nElem &= 0x7FFF; in LoadData()
519 for( sal_uInt32 n = 0; n < nElem; n++ ) in LoadData()
542 sal_uInt32 nElem = 0; in StoreData() local
550 nElem++; in StoreData()
552 rStrm << (sal_uInt16) nElem; in StoreData()
/trunk/main/sdext/source/pdfimport/pdfparse/
H A Dpdfparse.cxx579 unsigned int nElem = aGrammar.m_aObjectStack.size(); in read() local
580 for( unsigned int i = 0; i < nElem; i++ ) in read()
657 unsigned int nElem = aGrammar.m_aObjectStack.size(); in read()
658 for( unsigned int i = 0; i < nElem; i++ ) in read()
/trunk/main/basic/source/classes/
H A Dimage.cxx87 sal_uIntPtr SbiOpenRecord( SvStream& r, sal_uInt16 nSignature, sal_uInt16 nElem ) in SbiOpenRecord() argument
90 r << nSignature << (sal_Int32) 0 << nElem; in SbiOpenRecord()
/trunk/main/basic/source/inc/
H A Dfilefmt.hxx171 sal_uIntPtr SbOpenRecord( SvStream&, sal_uInt16 nSignature, sal_uInt16 nElem );
/trunk/main/sw/source/filter/ww8/dump/
H A Ddump8a.cxx946 char nElem; in DumpFkp() local
949 xStrm->Read( &nElem, 1 ); in DumpFkp()
954 *pOut << (sal_uInt16)nElem << " Elements" << endl1; in DumpFkp()
959 long nStartOfs = nPos + ( nElem + 1 ) * 4; // bei dieser Pos faengt Offset-Array an in DumpFkp()
963 for( i=0; i<nElem; i++ ) in DumpFkp()
/trunk/main/sw/inc/
H A Dbparr.hxx67 sal_uInt16 nElem; // Anzahl Elemente member
/trunk/main/sw/source/ui/vba/
H A Dvbadocumentproperties.cxx709 sal_Int32 nElem = getCount(); in createEnumeration() local
711 for ( ; key < nElem; ++key ) in createEnumeration()

Completed in 122 milliseconds