Home
last modified time | relevance | path

Searched refs:nSourceCount (Results 1 – 18 of 18) sorted by relevance

/trunk/main/sc/source/core/data/
H A Ddpgroup.cxx1048 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 …]
/trunk/main/sax/source/expatwrap/
H A Dxml2utf.cxx393 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 …]
/trunk/main/io/source/TextOutputStream/
H A DTextOutputStream.cxx129 sal_Size nSourceCount = 0; in implConvert() local
146 &( puSource[nSourceCount] ), in implConvert()
147 nSourceSize - nSourceCount , in implConvert()
154 nSourceCount += nSrcCvtChars; in implConvert()
/trunk/main/io/source/TextInputStream/
H A DTextInputStream.cxx312 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()
/trunk/main/drawinglayer/source/primitive3d/
H A Dbaseprimitive3d.cxx232 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 Dhatchtextureprimitive3d.cxx57 const sal_uInt32 nSourceCount(aSource.getLength()); in impCreate3DDecomposition() local
60 for(sal_uInt32 a(0); a < nSourceCount; a++) in impCreate3DDecomposition()
/trunk/main/drawinglayer/source/primitive2d/
H A Dbaseprimitive2d.cxx253 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()
/trunk/main/framework/source/fwi/classes/
H A Dprotocolhandlercache.cxx286 sal_Int32 nSourceCount = lNames.getLength(); in read() local
287 sal_Int32 nTargetCount = nSourceCount; in read()
294 for( nSource=0; nSource<nSourceCount; ++nSource ) in read()
/trunk/main/framework/source/helper/
H A Doframes.cxx381 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()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh6.cxx296 sal_uInt16 nSourceCount = aIter.Count(); in LoadStylesArgs() local
297 if ( nSourceCount == 0 ) in LoadStylesArgs()
300 ScStylePair* pStyles = new ScStylePair[ nSourceCount ]; in LoadStylesArgs()
/trunk/main/unotools/source/config/
H A Ddynamicmenuoptions.cxx779 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 Dcompatibility.cxx579 sal_Int32 nSourceCount = lSource.getLength(); in impl_ExpandPropertyNames() local
581 for( sal_Int32 nSourceStep = 0; nSourceStep < nSourceCount; ++nSourceStep ) in impl_ExpandPropertyNames()
/trunk/main/offapi/com/sun/star/sheet/
H A DXCellSeries.idl91 @param nSourceCount
97 [in] long nSourceCount );
/trunk/main/sc/inc/
H A Ddpgroup.hxx195 long nSourceCount; member in ScDPGroupTableData
H A Dcellsuno.hxx715 sal_Int32 nSourceCount )
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx5140 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()
/trunk/main/xmloff/source/draw/
H A Dximpshap.cxx945 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()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx5470 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()

Completed in 182 milliseconds