Home
last modified time | relevance | path

Searched refs:nElems (Results 1 – 11 of 11) sorted by relevance

/trunk/main/stoc/test/
H A Dtestconv.cxx301 sal_uInt32 nElems = 0; in initBlocks() local
305 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0 ); in initBlocks()
307 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0 ); in initBlocks()
309 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0 ); in initBlocks()
312 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0 ); in initBlocks()
314 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0 ); in initBlocks()
316 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0 ); in initBlocks()
319 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0 ); in initBlocks()
321 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0 ); in initBlocks()
323 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0 ); in initBlocks()
[all …]
/trunk/main/sc/source/ui/vba/
H A Dvbaworksheets.cxx300 sal_Int32 nElems = getCount(); in Delete() local
301 for ( sal_Int32 nItem = 1; nItem <= nElems; ++nItem ) in Delete()
384 sal_Int32 nElems = getCount(); in Select() local
385 for ( sal_Int32 nItem = 1; nItem <= nElems; ++nItem ) in Select()
417 sal_Int32 nElems = sIndices.getLength(); in Item() local
418 for( sal_Int32 index = 0; index < nElems; ++index ) in Item()
H A Dvbaformatconditions.cxx255 sal_Int32 nElems = mxSheetConditionalEntries->getCount(); in removeFormatCondition() local
256 for (sal_Int32 i = 0; i < nElems; i++) in removeFormatCondition()
H A Dvbainterior.cxx192 sal_Int32 nElems = xIndex->getCount(); in GetColorIndex() local
194 for ( sal_Int32 count=0; count<nElems; ++count ) in GetColorIndex()
H A Dvbaborders.cxx195 sal_Int32 nElems = xIndex->getCount(); in getColorIndex() local
197 for ( sal_Int32 count=0; count<nElems; ++count ) in getColorIndex()
H A Dvbarange.cxx632 …ence< excel::XRange >& xRange, sal_Int32 nElems ) : mxContext( xContext ), mxRange( xRange ), mMax… in ColumnsRowEnumeration() argument
3697 sal_Int32 nElems = 0; in createEnumeration() local
3699 nElems = xColumnRowRange->getColumns()->getCount(); in createEnumeration()
3701 nElems = xColumnRowRange->getRows()->getCount(); in createEnumeration()
3702 return new ColumnsRowEnumeration( mxContext, xRange, nElems ); in createEnumeration()
3834 sal_Int32 nElems = xIndexAccess->getCount(); in getWidth() local
3836 for ( sal_Int32 index=0; index<nElems; ++index ) in getWidth()
4064 sal_Int32 nElems = xIndexAccess->getCount(); in getHeight() local
4066 for ( sal_Int32 index=0; index<nElems; ++index ) in getHeight()
5529 sal_Int32 nElems = ( pRange->m_Areas->getCount() + 1 ); in SpecialCells() local
[all …]
/trunk/main/svl/source/numbers/
H A Dzforfind.cxx2415 sal_Int32 j, nElems; in InitText() local
2422 nElems = xElems.getLength(); in InitText()
2423 pUpperMonthText = new String[nElems]; in InitText()
2424 pUpperAbbrevMonthText = new String[nElems]; in InitText()
2425 for ( j=0; j<nElems; j++ ) in InitText()
2433 nElems = xElems.getLength(); in InitText()
2434 pUpperDayText = new String[nElems]; in InitText()
2435 pUpperAbbrevDayText = new String[nElems]; in InitText()
2436 for ( j=0; j<nElems; j++ ) in InitText()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbafontbase.cxx160 sal_Int32 nElems = mxPalette->getCount(); in getColorIndex() local
162 for ( sal_Int32 count=0; count<nElems; ++count ) in getColorIndex()
H A Dvbashapes.cxx146 sal_Int32 nElems = sIndices.getLength(); in getShapesByArrayIndices() local
147 for( sal_Int32 index = 0; index < nElems; ++index ) in getShapesByArrayIndices()
/trunk/main/sw/source/ui/vba/
H A Dvbafont.cxx151 sal_Int32 nElems = mxPalette->getCount(); in getColorIndex() local
153 for ( sal_Int32 count=0; count<nElems; ++count ) in getColorIndex()
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx2440 size_t nElems = ( nSiz + 3 ) / 4; in GeneratePLCF() local
2441 pPLCF_PosArray = new sal_Int32[ nElems ]; // Pointer auf Pos-Array in GeneratePLCF()

Completed in 164 milliseconds