/aoo42x/main/sc/source/core/data/ |
H A D | dpgroup.cxx | 1048 if ( nIndex < nSourceCount ) in SetNumGroupDimension() 1077 if ( nDimension < nSourceCount ) in GetNumGroupInfo() 1092 if ( nColumn >= nSourceCount ) in GetColumnEntries() 1118 if ( nDim >= nSourceCount ) in GetMemberById() 1121 nDim = nSourceCount; in GetMemberById() 1133 if ( nColumn >= nSourceCount ) in getDimensionName() 1152 if ( nDim >= nSourceCount ) in IsDateDimension() 1165 if ( nDim >= nSourceCount ) in GetNumberFormat() 1364 if ( nColumn >= nSourceCount && nColumn < nSourceCount + nGroupedColumns ) in FillGroupValues() 1570 return nSourceCount; in GetSourceDim() [all …]
|
/aoo42x/main/sax/source/expatwrap/ |
H A D | xml2utf.cxx | 393 sal_Size nSourceCount = 0; in convert() local 420 nSourceSize - nSourceCount , in convert() 428 nSourceCount += nSrcCvtBytes; in convert() 438 m_seqSource.realloc( nSourceSize - nSourceCount ); in convert() 439 memcpy( m_seqSource.getArray() , &(pbSource[nSourceCount]) , nSourceSize-nSourceCount ); in convert() 501 sal_Size nSourceCount = 0; in convert() local 518 &( puSource[nSourceCount] ), in convert() 519 nSourceSize - nSourceCount , in convert() 526 nSourceCount += nSrcCvtChars; in convert() 539 m_seqSource.realloc( nSourceSize - nSourceCount ); in convert() [all …]
|
/aoo42x/main/io/source/TextOutputStream/ |
H A D | TextOutputStream.cxx | 129 sal_Size nSourceCount = 0; in implConvert() local 146 &( puSource[nSourceCount] ), in implConvert() 147 nSourceSize - nSourceCount , in implConvert() 154 nSourceCount += nSrcCvtChars; in implConvert()
|
/aoo42x/main/io/source/TextInputStream/ |
H A D | TextInputStream.cxx | 312 sal_Size nSourceCount = 0; in implReadNext() local 321 (const sal_Char*) &( pbSource[nSourceCount] ), in implReadNext() 322 nTotalRead - nSourceCount, in implReadNext() 330 nSourceCount += nSrcCvtBytes; in implReadNext()
|
/aoo42x/main/drawinglayer/source/primitive3d/ |
H A D | baseprimitive3d.cxx | 232 const sal_Int32 nSourceCount(rSource.getLength()); in appendPrimitive3DSequenceToPrimitive3DSequence() local 234 const sal_Int32 nTargetCount(nSourceCount + nDestCount); in appendPrimitive3DSequenceToPrimitive3DSequence() 239 for(sal_Int32 a(0L); a < nSourceCount; a++) in appendPrimitive3DSequenceToPrimitive3DSequence()
|
H A D | hatchtextureprimitive3d.cxx | 57 const sal_uInt32 nSourceCount(aSource.getLength()); in impCreate3DDecomposition() local 60 for(sal_uInt32 a(0); a < nSourceCount; a++) in impCreate3DDecomposition()
|
/aoo42x/main/drawinglayer/source/primitive2d/ |
H A D | baseprimitive2d.cxx | 253 const sal_Int32 nSourceCount(rSource.getLength()); in appendPrimitive2DSequenceToPrimitive2DSequence() local 255 const sal_Int32 nTargetCount(nSourceCount + nDestCount); in appendPrimitive2DSequenceToPrimitive2DSequence() 260 for(sal_Int32 a(0L); a < nSourceCount; a++) in appendPrimitive2DSequenceToPrimitive2DSequence()
|
/aoo42x/main/framework/source/fwi/classes/ |
H A D | protocolhandlercache.cxx | 286 sal_Int32 nSourceCount = lNames.getLength(); in read() local 287 sal_Int32 nTargetCount = nSourceCount; in read() 294 for( nSource=0; nSource<nSourceCount; ++nSource ) in read()
|
/aoo42x/main/framework/source/helper/ |
H A D | oframes.cxx | 381 sal_Int32 nSourceCount = seqSource.getLength(); in impl_appendSequence() local 387 Sequence< css::uno::Reference< XFrame > > seqResult ( nSourceCount + nDestinationCount ); in impl_appendSequence() 392 for ( sal_Int32 nSourcePosition=0; nSourcePosition<nSourceCount; ++nSourcePosition ) in impl_appendSequence()
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | docsh6.cxx | 296 sal_uInt16 nSourceCount = aIter.Count(); in LoadStylesArgs() local 297 if ( nSourceCount == 0 ) in LoadStylesArgs() 300 ScStylePair* pStyles = new ScStylePair[ nSourceCount ]; in LoadStylesArgs()
|
/aoo42x/main/unotools/source/config/ |
H A D | dynamicmenuoptions.cxx | 779 sal_Int32 nSourceCount = lSource.getLength() ; in impl_SortAndExpandPropertyNames() local 782 …lDestination.realloc( (nSourceCount*PROPERTYCOUNT)+nDestinationStep ); // get enough memory for co… in impl_SortAndExpandPropertyNames() 785 for( sal_Int32 nSourceStep=0; nSourceStep<nSourceCount; ++nSourceStep ) in impl_SortAndExpandPropertyNames()
|
H A D | compatibility.cxx | 579 sal_Int32 nSourceCount = lSource.getLength(); in impl_ExpandPropertyNames() local 581 for( sal_Int32 nSourceStep = 0; nSourceStep < nSourceCount; ++nSourceStep ) in impl_ExpandPropertyNames()
|
/aoo42x/main/offapi/com/sun/star/sheet/ |
H A D | XCellSeries.idl | 91 @param nSourceCount 97 [in] long nSourceCount );
|
/aoo42x/main/sc/inc/ |
H A D | dpgroup.hxx | 195 long nSourceCount; member in ScDPGroupTableData
|
H A D | cellsuno.hxx | 715 sal_Int32 nSourceCount )
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbarange.cxx | 5140 SCCOLROW nSourceCount = ( sourceRange.aEnd.Row() - sourceRange.aStart.Row() ) + 1; in AutoFill() local 5150 nSourceCount = ( sourceRange.aEnd.Col() - sourceRange.aStart.Col() + 1 ); in AutoFill() 5151 aSourceRange.aEnd.SetCol( static_cast<SCCOL>( aSourceRange.aStart.Col() + nSourceCount - 1 ) ); in AutoFill() 5157 aSourceRange.aEnd.SetRow( static_cast<SCROW>( aSourceRange.aStart.Row() + nSourceCount ) - 1 ); in AutoFill() 5167 aSourceRange.aStart.SetRow( static_cast<SCROW>( aSourceRange.aEnd.Row() - nSourceCount + 1 ) ); in AutoFill() 5174 nSourceCount = ( sourceRange.aEnd.Col() - sourceRange.aStart.Col() ) + 1; in AutoFill() 5175 aSourceRange.aStart.SetCol( static_cast<SCCOL>( aSourceRange.aEnd.Col() - nSourceCount + 1 ) ); in AutoFill()
|
/aoo42x/main/xmloff/source/draw/ |
H A D | ximpshap.cxx | 945 const sal_Int32 nSourceCount(aSourceIdSequence.getLength()); in onDemandRescueUsefulDataFromTemporary() local 948 if(nSourceCount) in onDemandRescueUsefulDataFromTemporary() 962 for( sal_Int32 nSourceIndex(0); nSourceIndex < nSourceCount; nSourceIndex++ ) in onDemandRescueUsefulDataFromTemporary()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 5470 sal_Int32 nSourceCount ) throw(uno::RuntimeException) in fillAuto() argument 5474 if ( pDocSh && nSourceCount ) in fillAuto() 5483 … aSourceRange.aEnd.SetRow( static_cast<SCROW>( aSourceRange.aStart.Row() + nSourceCount - 1 ) ); in fillAuto() 5488 … aSourceRange.aEnd.SetCol( static_cast<SCCOL>( aSourceRange.aStart.Col() + nSourceCount - 1 ) ); in fillAuto() 5493 … aSourceRange.aStart.SetRow( static_cast<SCROW>( aSourceRange.aEnd.Row() - nSourceCount + 1 ) ); in fillAuto() 5498 … aSourceRange.aStart.SetCol( static_cast<SCCOL>( aSourceRange.aEnd.Col() - nSourceCount + 1 ) ); in fillAuto()
|