/aoo42x/main/sal/rtl/source/ |
H A D | byteseq.c | 46 sal_Int32 nElements; in rtl_byte_sequence_reference2One() local 53 nElements = pSequence->nElements; in rtl_byte_sequence_reference2One() 54 if (nElements) in rtl_byte_sequence_reference2One() 72 pNew->nElements = nElements; in rtl_byte_sequence_reference2One() 84 sal_Int32 nElements; in rtl_byte_sequence_realloc() local 88 nElements = pSequence->nElements; in rtl_byte_sequence_realloc() 90 if (nElements == nSize) in rtl_byte_sequence_realloc() 99 if (nSize > nElements) in rtl_byte_sequence_realloc() 102 rtl_zeroMemory( pNew->elements + nElements, nSize - nElements ); in rtl_byte_sequence_realloc() 229 if (pSequence1->nElements != pSequence2->nElements) in rtl_byte_sequence_equals() [all …]
|
/aoo42x/main/cli_ure/source/uno_bridge/ |
H A D | cli_data.cxx | 71 p->nElements = nElements; in seq_allocate() 1759 sal_Int32 nElements; in map_to_cli() local 1762 nElements = seq->nElements; in map_to_cli() 1802 0, nElements); in map_to_cli() 1817 0, nElements); in map_to_cli() 1852 for (int i= 0; i < nElements; i++) in map_to_cli() 1863 for (int i= 0; i < nElements; i++) in map_to_cli() 1901 enumType, nElements); in map_to_cli() 1902 for (int i= 0; i < nElements; i++) in map_to_cli() 1916 if (0 < nElements) in map_to_cli() [all …]
|
/aoo42x/main/bridges/source/jni_uno/ |
H A D | jni_data.cxx | 47 p->nElements = nElements; in seq_allocate() 2174 sal_Int32 nElements; in map_to_java() local 2179 nElements = seq->nElements; in map_to_java() 2183 nElements = 0; in map_to_java() 2195 if (0 < nElements) in map_to_java() 2206 if (0 < nElements) in map_to_java() 2217 if (0 < nElements) in map_to_java() 2229 if (0 < nElements) in map_to_java() 2241 if (0 < nElements) in map_to_java() 2253 if (0 < nElements) in map_to_java() [all …]
|
/aoo42x/main/cppu/source/uno/ |
H A D | eq.hxx | 122 sal_Int32 nElements = pDest->nElements; in _equalSequence() local 123 if (nElements != pSource->nElements) in _equalSequence() 125 if (! nElements) in _equalSequence() 137 for ( sal_Int32 nPos = nElements; nPos--; ) in _equalSequence() 160 for ( sal_Int32 nPos = nElements; nPos--; ) in _equalSequence() 169 for ( sal_Int32 nPos = nElements; nPos--; ) in _equalSequence() 178 for ( sal_Int32 nPos = nElements; nPos--; ) in _equalSequence() 187 for ( sal_Int32 nPos = nElements; nPos--; ) in _equalSequence() 199 for ( sal_Int32 nPos = nElements; nPos--; ) in _equalSequence() 220 for ( sal_Int32 nPos = nElements; nPos--; ) in _equalSequence() [all …]
|
H A D | copy.hxx | 39 sal_Int32 nElementSize, sal_Int32 nElements ) in allocSeq() argument 41 OSL_ASSERT( nElements >= 0 && nElementSize >= 0 ); in allocSeq() 51 pSeq->nElements = nElements; in allocSeq() 549 sal_Int32 nElements = pSource->nElements; in icopyConstructSequence() local 550 if (nElements) in icopyConstructSequence() 556 pDest = allocSeq( sizeof (uno_Any), nElements ); in icopyConstructSequence() 588 pDest = allocSeq( nElementSize, nElements ); in icopyConstructSequence() 611 pDest = allocSeq( nElementSize, nElements ); in icopyConstructSequence() 635 pDest = allocSeq( nElementSize, nElements ); in icopyConstructSequence() 661 pDest = allocSeq( sizeof (uno_Sequence *), nElements ); in icopyConstructSequence() [all …]
|
H A D | sequence.cxx | 49 OSL_ASSERT( nElements >= 0 ); in reallocSeq() 66 pNew->nElements = nElements; in reallocSeq() 689 sal_Int32 nElements = pSeq->nElements; in ireallocSequence() local 700 sal_Int32 nRest = nSize - nElements; in ireallocSequence() 723 if (nElements > 0) in ireallocSequence() 741 nElements, nSize, in ireallocSequence() 858 if (nSize != (*ppSequence)->nElements) in uno_type_sequence_realloc() 902 if (pSequence->nElements > 0) in uno_type_sequence_reference2One() 910 0, pSequence->nElements, acquire, in uno_type_sequence_reference2One() 949 if (pSequence->nElements > 0) in uno_sequence_reference2One() [all …]
|
/aoo42x/main/vcl/source/window/ |
H A D | arrange.cxx | 163 for( size_t i = 0; i < nElements; i++ ) in getExpandPriority() 361 nElements = aIndices.size(); in distributeRowWidth() 362 if( nElements > 0 ) in distributeRowWidth() 401 nElements = aIndices.size(); in distributeColumnHeight() 402 if( nElements > 0 ) in distributeColumnHeight() 433 size_t nElements = m_aElements.size(); in resize() local 439 for( size_t i = 0; i < nElements; i++ ) in resize() 473 for( size_t i = 0; i < nElements; i++ ) in resize() 901 size_t nElements = io_rSizes.size(); in distributeExtraSize() local 917 nElements = aIndices.size(); in distributeExtraSize() [all …]
|
/aoo42x/main/slideshow/source/engine/transitions/ |
H A D | randomwipe.cxx | 38 RandomWipe::RandomWipe( sal_Int32 nElements, bool randomBars ) in RandomWipe() argument 39 : m_positions( new ::basegfx::B2DPoint[ nElements ] ), in RandomWipe() 40 m_nElements( nElements ), in RandomWipe() 46 double edge = (1.0 / nElements); in RandomWipe() 47 for ( sal_Int32 pos = nElements; pos--; ) in RandomWipe() 54 sqrt( static_cast<double>(nElements) ) ); in RandomWipe() 56 for ( sal_Int32 pos = nElements; pos--; ) { in RandomWipe() 67 for (sal_Int32 nIndex=0; nIndex<nElements; ++nIndex) in RandomWipe() 69 const sal_Int32 nOtherIndex (getRandomOrdinal(nElements)); in RandomWipe() 70 OSL_ASSERT(nOtherIndex>=0 && nOtherIndex<nElements); in RandomWipe()
|
H A D | spiralwipe.hxx | 40 SpiralWipe( sal_Int32 nElements, bool flipOnYAxis = false ); 54 BoxSnakesWipe( sal_Int32 nElements, bool fourBox = false ) in BoxSnakesWipe() argument 55 : SpiralWipe(nElements), m_fourBox(fourBox) {} in BoxSnakesWipe()
|
H A D | snakewipe.hxx | 40 SnakeWipe( sal_Int32 nElements, bool diagonal, bool flipOnYAxis ); 59 ParallelSnakesWipe( sal_Int32 nElements, in ParallelSnakesWipe() argument 61 : SnakeWipe( nElements, diagonal, flipOnYAxis ), in ParallelSnakesWipe()
|
H A D | spiralwipe.cxx | 40 SpiralWipe::SpiralWipe( sal_Int32 nElements, bool flipOnYAxis ) in SpiralWipe() argument 41 : m_elements(nElements), in SpiralWipe() 43 sqrt( static_cast<double>(nElements) ) ) ), in SpiralWipe()
|
/aoo42x/main/toolkit/source/helper/ |
H A D | property.cxx | 112 static sal_uInt16 nElements = 0; in ImplGetPropertyInfos() local 300 rElementCount = nElements; in ImplGetPropertyInfos() 326 sal_uInt16 nElements; in ImplAssertValidPropertyArray() local 337 sal_uInt16 nElements; in GetPropertyId() local 338 ImplPropertyInfo* pInfos = ImplGetPropertyInfos( nElements ); in GetPropertyId() 352 sal_uInt16 nElements; in ImplGetImplPropertyInfo() local 353 ImplPropertyInfo* pInfos = ImplGetPropertyInfos( nElements ); in ImplGetImplPropertyInfo() 358 return (n < nElements) ? &pInfos[n] : NULL; in ImplGetImplPropertyInfo() 365 sal_uInt16 nElements; in GetPropertyOrderNr() local 366 ImplPropertyInfo* pInfos = ImplGetPropertyInfos( nElements ); in GetPropertyOrderNr() [all …]
|
/aoo42x/main/xmloff/source/draw/ |
H A D | animationimport.cxx | 524 aValues.realloc( nElements ); in convertValueSequence() 529 for( nIndex = 0, nElement = 0; nElements && (nIndex >= 0); nElements-- ) in convertValueSequence() 548 if( nElements == 1 ) in convertTiming() 606 Sequence< Any > aValues( nElements ); in convertTiming() 609 while( (nElements--) && (nIndex >= 0) ) in convertTiming() 620 sal_Int32 nElements = 0; in convertKeyTimes() local 627 if( nElements ) in convertKeyTimes() 631 while( (nElements--) && (nIndex >= 0) ) in convertKeyTimes() 640 sal_Int32 nElements = 0; in convertTimeFilter() local 647 if( nElements ) in convertTimeFilter() [all …]
|
H A D | shapeexport4.cxx | 182 sal_uInt32 i, j, nElements = rHandles.getLength(); in ImpExportHandles() local 183 if ( nElements ) in ImpExportHandles() 188 for ( i = 0; i < nElements; i++ ) in ImpExportHandles() 909 sal_Int32 k, nElements = aGluePoints.getLength(); in ImpExportEnhancedGeometry() local 910 if ( nElements ) in ImpExportEnhancedGeometry() 912 for( k = 0; k < nElements; k++ ) in ImpExportEnhancedGeometry() 970 sal_uInt16 k, nElements = (sal_uInt16)aPathTextFrames.getLength(); in ImpExportEnhancedGeometry() local 971 for ( k = 0; k < nElements; k++ ) in ImpExportEnhancedGeometry()
|
/aoo42x/main/sdext/source/pdfimport/tree/ |
H A D | style.cxx | 240 int n = 0, nElements = 0; in emit() local 242 for( n = 0, nElements = aOfficeStyleSection.size(); n < nElements; n++ ) in emit() 246 for( n = 0, nElements = aAutomaticStyleSection.size(); n < nElements; n++ ) in emit() 250 for( n = 0, nElements = aMasterPageSection.size(); n < nElements; n++ ) in emit()
|
/aoo42x/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/ |
H A D | textRecord.java | 72 int nElements = elements.size(); in getByteCount() local 73 for (int i = 0; i < nElements; i++) { in getByteCount() 95 int nElements = elements.size(); in getBytes() local 96 for (int i = 0; i < nElements; i++) { in getBytes()
|
H A D | WSEncoder.java | 118 int nElements = elements.size(); in getRecords() local 122 while (currElement < nElements) { in getRecords() 154 while (currElement < nElements) { in getRecords()
|
/aoo42x/main/comphelper/source/misc/ |
H A D | anytostring.cxx | 173 sal_Int32 nElements = seq->nElements; in appendValue() local 175 if (nElements > 0) in appendValue() 179 for ( sal_Int32 nPos = 0; nPos < nElements; ++nPos ) in appendValue() 184 if (nPos < (nElements - 1)) in appendValue()
|
/aoo42x/main/sdext/source/pdfimport/test/ |
H A D | pdfunzip.cxx | 298 unsigned int nElements = pPDFFile->m_aSubElements.size(); in write_addStreams() local 299 for( unsigned i = 0; i < nElements && nRet == 0; i++ ) in write_addStreams() 321 unsigned int nElements = i_pPDFFile->m_aSubElements.size(); in write_fonts() local 322 for( unsigned i = 0; i < nElements && nRet == 0; i++ ) in write_fonts() 407 unsigned int nElements = s_aEmitObjects.size(); in write_objects() local 408 for( unsigned i = 0; i < nElements && nRet == 0; i++ ) in write_objects()
|
/aoo42x/main/toolkit/source/awt/ |
H A D | vclxprinter.cxx | 53 static sal_uInt16 nElements = 0; in ImplGetProperties() local 65 nElements = sizeof( aPropTable ) / sizeof( ::com::sun::star::beans::Property ); in ImplGetProperties() 68 rElementCount = nElements; in ImplGetProperties() 120 sal_uInt16 nElements; in getInfoHelper() local 121 ::com::sun::star::beans::Property* pProps = ImplGetProperties( nElements ); in getInfoHelper() 122 pPropertyArrayHelper = new ::cppu::OPropertyArrayHelper( pProps, nElements, sal_False ); in getInfoHelper()
|
/aoo42x/main/filter/source/msfilter/ |
H A D | escherex.cxx | 3079 if ( nElements ) in CreateCustomShapeProperties() 3084 aOut << nElements in CreateCustomShapeProperties() 3085 << nElements in CreateCustomShapeProperties() 3193 << nElements in CreateCustomShapeProperties() 3235 << nElements in CreateCustomShapeProperties() 3367 << nElements in CreateCustomShapeProperties() 3605 if ( nElements ) in CreateCustomShapeProperties() 3612 aOut << nElements in CreateCustomShapeProperties() 3613 << nElements in CreateCustomShapeProperties() 3834 aOut << nElements in CreateCustomShapeProperties() [all …]
|
/aoo42x/main/extensions/source/scanner/ |
H A D | sanedlg.cxx | 443 int nElements = mrSane.GetOptionElements( mnCurrentOption ); in IMPL_LINK() local 444 double* x = new double[ nElements ]; in IMPL_LINK() 445 double* y = new double[ nElements ]; in IMPL_LINK() 446 for( int i = 0; i < nElements; i++ ) in IMPL_LINK() 450 GridWindow aGrid( x, y, nElements, this ); in IMPL_LINK() 452 aGrid.setBoundings( 0, mfMin, nElements, mfMax ); in IMPL_LINK() 546 int nElements = mrSane.GetOptionElements( mnCurrentOption ); in IMPL_LINK() local 556 if( nElements > 1 ) in IMPL_LINK() 558 if( nElements <= 10 ) in IMPL_LINK()
|
/aoo42x/main/cppuhelper/source/ |
H A D | propshlp.cxx | 1097 sal_Int32 i, nElements = aInfos.getLength(); in init() local 1100 for( i = 1; i < nElements; i++ ) in init() 1110 qsort( aInfos.getArray(), nElements, sizeof( Property ), in init() 1117 for( i = 0; i < nElements; i++ ) in init() 1160 sal_Int32 nElements = aInfos.getLength(); in fillPropertyMembersByHandle() local 1164 if( nHandle < 0 || nHandle >= nElements ) in fillPropertyMembersByHandle() 1175 for( sal_Int32 i = 0; i < nElements; i++ ) in fillPropertyMembersByHandle()
|
/aoo42x/main/xmlsecurity/source/helper/ |
H A D | documentsignaturehelper.cxx | 98 sal_Int32 nElements = aElements.getLength(); in ImplFillElementList() local 101 for ( sal_Int32 n = 0; n < nElements; n++ ) in ImplFillElementList() 237 sal_Int32 nElements = aElementNames.getLength(); in CreateElementList() local 239 for ( sal_Int32 n = 0; n < nElements; n++ ) in CreateElementList()
|
/aoo42x/main/framework/source/fwe/classes/ |
H A D | addonmenu.cxx | 343 sal_uInt32 nElements = 0; in BuildMenu() local 379 if ( bInsertSeparator && nElements > 0 ) in BuildMenu() 383 nElements = 0; in BuildMenu() 393 ++nElements; in BuildMenu()
|