| /AOO41X/main/sw/source/core/bastyp/ |
| H A D | bparr.cxx | 52 nIdx += (*ppInf)->nElem; in CheckIdx() 114 sal_uInt16 nElem = sal_uInt16( nStart - p->nStart ); in ForEach() local 115 ElementPtr* pElem = p->pData + nElem; in ForEach() 116 nElem = p->nElem - nElem; in ForEach() 123 if( !--nElem ) in ForEach() 128 nElem = p->nElem; in ForEach() 215 idx += p->nElem; in UpdIndex() 249 p->nElem = 0; in InsBlock() 285 if( p->nElem == MAXENTRY ) in Insert() 295 if( p->nElem == MAXENTRY ) in Insert() [all …]
|
| /AOO41X/main/unotools/source/i18n/ |
| H A D | localedatawrapper.cxx | 761 sal_Int32 nElem; in getCurrSymbolsImpl() local 762 for ( nElem = 0; nElem < nCnt; nElem++ ) in getCurrSymbolsImpl() 764 if ( pCurrArr[nElem].Default ) in getCurrSymbolsImpl() 767 if ( nElem >= nCnt ) in getCurrSymbolsImpl() 775 nElem = 0; in getCurrSymbolsImpl() 776 if ( nElem >= nCnt ) in getCurrSymbolsImpl() 788 aCurrSymbol = pCurrArr[nElem].Symbol; in getCurrSymbolsImpl() 789 aCurrBankSymbol = pCurrArr[nElem].BankSymbol; in getCurrSymbolsImpl() 790 nCurrDigits = pCurrArr[nElem].DecimalPlaces; in getCurrSymbolsImpl() 892 sal_Int32 nElem, nDef, nNeg, nMedium; in getCurrFormatsImpl() local [all …]
|
| /AOO41X/main/svx/inc/svx/ |
| H A D | svdmark.hxx | 97 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 D | svdetc.hxx | 132 …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()
|
| /AOO41X/main/sc/source/core/tool/ |
| H A D | interpr3.cxx | 2806 for (SCSIZE nElem = 0; nElem < nCount; nElem++) in ScHarMean() local 2808 double x = pMat->GetDouble(nElem); in ScHarMean() 2820 for (SCSIZE nElem = 0; nElem < nCount; nElem++) in ScHarMean() local 2821 if (!pMat->IsString(nElem)) in ScHarMean() 2823 double x = pMat->GetDouble(nElem); in ScHarMean() 3051 for (SCSIZE nElem = 0; nElem < nCount; nElem++) in CalculateSkew() local 3053 fVal = pMat->GetDouble(nElem); in CalculateSkew() 3061 for (SCSIZE nElem = 0; nElem < nCount; nElem++) in CalculateSkew() local 3062 if (!pMat->IsString(nElem)) in CalculateSkew() 3064 fVal = pMat->GetDouble(nElem); in CalculateSkew() [all …]
|
| H A D | interpr5.cxx | 2246 for (SCSIZE nElem = 0; nElem < nCountY; nElem++) in CheckMatrix() local 2248 const double fVal = pNewY->GetDouble(nElem); in CheckMatrix() 2255 pNewY->PutDouble(log(fVal), nElem); in CheckMatrix()
|
| /AOO41X/main/svl/source/numbers/ |
| H A D | zforlist.cxx | 2076 sal_Int32 nElem, nShort, nMedium, nLong, nShortDef, nMediumDef, nLongDef; in ImpAdjustFormatCodeDefault() local 2078 for ( nElem = 0; nElem < nCnt; nElem++ ) in ImpAdjustFormatCodeDefault() 2080 switch ( pFormatArr[nElem].Type ) in ImpAdjustFormatCodeDefault() 2083 nShort = nElem; in ImpAdjustFormatCodeDefault() 2086 nMedium = nElem; in ImpAdjustFormatCodeDefault() 2089 nLong = nElem; in ImpAdjustFormatCodeDefault() 2094 if ( pFormatArr[nElem].Default ) in ImpAdjustFormatCodeDefault() 2096 switch ( pFormatArr[nElem].Type ) in ImpAdjustFormatCodeDefault() 2101 nShortDef = nElem; in ImpAdjustFormatCodeDefault() 2106 nMediumDef = nElem; in ImpAdjustFormatCodeDefault() [all …]
|
| /AOO41X/main/basic/source/sbx/ |
| H A D | sbxarray.cxx | 512 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()
|
| /AOO41X/main/sdext/source/pdfimport/pdfparse/ |
| H A D | pdfparse.cxx | 579 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()
|
| /AOO41X/main/basic/source/classes/ |
| H A D | image.cxx | 87 sal_uIntPtr SbiOpenRecord( SvStream& r, sal_uInt16 nSignature, sal_uInt16 nElem ) in SbiOpenRecord() argument 90 r << nSignature << (sal_Int32) 0 << nElem; in SbiOpenRecord()
|
| /AOO41X/main/basic/source/inc/ |
| H A D | filefmt.hxx | 171 sal_uIntPtr SbOpenRecord( SvStream&, sal_uInt16 nSignature, sal_uInt16 nElem );
|
| /AOO41X/main/sw/inc/ |
| H A D | bparr.hxx | 67 sal_uInt16 nElem; // Anzahl Elemente member
|
| /AOO41X/main/sw/source/filter/ww8/dump/ |
| H A D | dump8a.cxx | 946 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()
|
| /AOO41X/main/sw/source/ui/vba/ |
| H A D | vbadocumentproperties.cxx | 709 sal_Int32 nElem = getCount(); in createEnumeration() local 711 for ( ; key < nElem; ++key ) in createEnumeration()
|