/aoo4110/main/stoc/test/ |
H A D | testconv.cxx | 301 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 …]
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbaworksheets.cxx | 300 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 D | vbaformatconditions.cxx | 255 sal_Int32 nElems = mxSheetConditionalEntries->getCount(); in removeFormatCondition() local 256 for (sal_Int32 i = 0; i < nElems; i++) in removeFormatCondition()
|
H A D | vbainterior.cxx | 192 sal_Int32 nElems = xIndex->getCount(); in GetColorIndex() local 194 for ( sal_Int32 count=0; count<nElems; ++count ) in GetColorIndex()
|
H A D | vbaborders.cxx | 195 sal_Int32 nElems = xIndex->getCount(); in getColorIndex() local 197 for ( sal_Int32 count=0; count<nElems; ++count ) in getColorIndex()
|
H A D | vbarange.cxx | 632 …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 …]
|
/aoo4110/main/svl/source/numbers/ |
H A D | zforfind.cxx | 2415 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()
|
/aoo4110/main/sw/source/ui/vba/ |
H A D | vbafont.cxx | 151 sal_Int32 nElems = mxPalette->getCount(); in getColorIndex() local 153 for ( sal_Int32 count=0; count<nElems; ++count ) in getColorIndex()
|
/aoo4110/main/vbahelper/source/vbahelper/ |
H A D | vbafontbase.cxx | 160 sal_Int32 nElems = mxPalette->getCount(); in getColorIndex() local 162 for ( sal_Int32 count=0; count<nElems; ++count ) in getColorIndex()
|
H A D | vbashapes.cxx | 146 sal_Int32 nElems = sIndices.getLength(); in getShapesByArrayIndices() local 147 for( sal_Int32 index = 0; index < nElems; ++index ) in getShapesByArrayIndices()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8scan.cxx | 2440 size_t nElems = ( nSiz + 3 ) / 4; in GeneratePLCF() local 2441 pPLCF_PosArray = new sal_Int32[ nElems ]; // Pointer auf Pos-Array in GeneratePLCF()
|