Home
last modified time | relevance | path

Searched refs:nC (Results 1 – 25 of 89) sorted by relevance

1234

/trunk/main/sc/inc/
H A Dscmatrix.hxx171 ScMatrix( SCSIZE nC, SCSIZE nR) : nRefCnt(0), mbCloneIfConst(true) { CreateMatrix( nC, nR); } in ScMatrix() argument
188 void Resize( SCSIZE nC, SCSIZE nR);
229 { return nC * nRowCount + nR; } in CalcOffset()
275 void PutEmpty( SCSIZE nC, SCSIZE nR);
302 { return IsValue( nC, nR) ? GetError( nC, nR) : 0; } in GetErrorIfNotString()
344 ValidColRowReplicated( nC, nR ); in IsString()
355 ValidColRowReplicated( nC, nR ); in IsEmpty()
362 ValidColRowReplicated( nC, nR ); in IsEmptyPath()
377 ValidColRowReplicated( nC, nR ); in IsValue()
389 ValidColRowReplicated( nC, nR ); in IsValueOrEmpty()
[all …]
H A Dtoken.hxx360 ScMatrixFormulaCellToken( SCCOL nC, SCROW nR ) : in ScMatrixFormulaCellToken() argument
362 nRows( nR ), nCols( nC ) {} in ScMatrixFormulaCellToken()
374 void SetMatColsRows( SCCOL nC, SCROW nR ) in SetMatColsRows() argument
377 nCols = nC; in SetMatColsRows()
379 void GetMatColsRows( SCCOL & nC, SCROW & nR ) const in GetMatColsRows() argument
382 nC = nCols; in GetMatColsRows()
/trunk/main/sc/source/filter/excel/
H A Dexctools.cxx165 for( SCSIZE nC = 0 ; nC <= nLast ; nC++ ) in MakeScOutline() local
179 pOuted[ nC ] = sal_False; in MakeScOutline()
196 for( SCSIZE nC = 0; nC <= nLast; nC++ ) in MakeScOutline() local
200 nPrevC = static_cast< sal_uInt16 >( nC ? nC - 1 : 0 ); in MakeScOutline()
202 bCurrHidden = pHidden[ nC ]; in MakeScOutline()
226 bPrevOuted = pOuted[ nC ]; in MakeScOutline()
266 for( SCSIZE nC = 0 ; nC < nSize ; nC++ ) in Reset() local
268 pLevel[ nC ] = 0; in Reset()
269 pOuted[ nC ] = pHidden[ nC ] = sal_False; in Reset()
324 sal_uInt16 nC, nR; in ExcScenario() local
[all …]
H A Dexcdoc.cxx192 SCTAB nC; in FillAsHeader() local
250 for( nC = 0 ; nC < nScTabCount ; nC++ ) in FillAsHeader()
251 if( rTabInfo.IsExportTab( nC ) ) in FillAsHeader()
253 rDoc.GetName( nC, aTmpString ); in FillAsHeader()
346 for( nC = 0 ; nC < nScTabCount ; nC++ ) in FillAsHeader()
347 if( rTabInfo.IsExportTab( nC ) ) in FillAsHeader()
349 ExcBoundsheetList::RecordRefType xBoundsheet( new ExcBundlesheet( rR, nC ) ); in FillAsHeader()
378 for( nC = 0 ; nC < nScTabCount ; nC++ ) in FillAsHeader()
379 if( rTabInfo.IsExportTab( nC ) ) in FillAsHeader()
381 ExcBoundsheetList::RecordRefType xBoundsheet( new ExcBundlesheet8( rR, nC ) ); in FillAsHeader()
[all …]
H A Dexcform.cxx1898 SCSIZE nC, nCols; in ReadExtensionArray() local
1916 pMatrix->GetDimensions( nC, nR); in ReadExtensionArray()
1917 if( nC != nCols || nR != nRows ) in ReadExtensionArray()
1930 for( nC = 0 ; nC < nCols; nC++ ) in ReadExtensionArray()
1939 pMatrix->PutEmpty( nC, nR ); in ReadExtensionArray()
1947 pMatrix->PutDouble( fDouble, nC, nR ); in ReadExtensionArray()
1964 pMatrix->PutString( aString, nC, nR ); in ReadExtensionArray()
1973 pMatrix->PutBoolean( nByte != 0, nC, nR ); in ReadExtensionArray()
1982 pMatrix->PutError( XclTools::GetScErrorCode( nByte ), nC, nR ); in ReadExtensionArray()
/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx124 for ( SCSIZE nC=0; nC < nCols; ++nC ) in ScIfJump() local
257 for ( SCSIZE nC=0; nC < nCols; ++nC ) in ScChoseJump() local
361 SCSIZE nC, nR; in JumpMatrix() local
956 SCSIZE nC, nR; in CompareMat() local
1995 nRes = pMat->IsString( nC, nR) && !pMat->IsEmpty( nC, nR); in IsString()
4474 SCSIZE nMatCount = (nC == 1) ? nR : nC; in ScMatch()
4572 SCCOL nC; in ScMatch() local
5590 SCSIZE nC, nR; in IterateParametersIfs() local
5736 SCSIZE nC, nR; in ScLookup() local
5876 SCSIZE nC, nR; in ScLookup() local
[all …]
H A Dscmatrix.cxx45 nColCount = nC; in CreateMatrix()
88 CreateMatrix(nC, nR); in Resize()
116 sal_uInt16 nC; in ScMatrix() local
119 rStream >> nC; in ScMatrix()
122 CreateMatrix(nC, nR); in ScMatrix()
256 if (ValidColRow( nC, nR)) in PutDouble()
266 if (ValidColRow( nC, nR)) in PutString()
320 if (ValidColRow( nC, nR)) in PutEmpty()
321 PutEmpty( CalcOffset( nC, nR) ); in PutEmpty()
347 if (ValidColRow( nC, nR)) in PutEmptyPath()
[all …]
H A Dinterpr5.cxx830 SCSIZE nC, nR; in ScMatDet() local
832 if ( nC != nR || nC == 0 || (sal_uLong) nC * nC > ScMatrix::GetElementsMax() ) in ScMatDet()
877 SCSIZE nC, nR; in ScMatInv() local
879 if ( nC != nR || nC == 0 || (sal_uLong) nC * nC > ScMatrix::GetElementsMax() ) in ScMatInv()
1243 SCSIZE nC, nR; in CalculateAddSub() local
1328 SCSIZE nC, nR; in ScAmpersand() local
1442 SCSIZE nC, nR; in ScMul() local
1522 SCSIZE nC, nR; in ScDiv() local
1604 SCSIZE nC, nR; in ScPow() local
1649 SCSIZE nC, nC1; in ScSumProduct() local
[all …]
H A Dddelink.cxx193 for (SCSIZE nC=0; nC<nCols; nC++) in DataChanged() local
195 aEntry = aLine.GetToken( (xub_StrLen) nC, '\t' ); in DataChanged()
199 pResult->PutDouble( fVal, nC, nR ); in DataChanged()
201 pResult->PutString( aEntry, nC, nR ); in DataChanged()
H A Dchartpos.cxx164 SCCOL nC = nEndCol - nStartCol + 1; in GlueState() local
165 if ( nC == 1 ) in GlueState()
176 sal_uLong nCR = (sal_uLong)nC * nR; in GlueState()
212 for ( nCol = 0; bGlue && nCol < nC; nCol++ ) in GlueState()
240 for ( nCol = 0; bGlue && nCol < nC; nCol++, p+=nR ) in GlueState()
247 nCol = nC; in GlueState()
252 if ( bGlue && *(p = (pA + ((((sal_uLong)nC-1) * nR) + nRow))) == nFree ) in GlueState()
H A Dinterpr4.cxx1814 SCSIZE nC, nR; in DoubleRefToPosSingleRef() local
1815 pJumpMatrix->GetPos( nC, nR); in DoubleRefToPosSingleRef()
1927 SCSIZE nCols, nRows, nC, nR; in GetDouble() local
1929 pJumpMatrix->GetPos( nC, nR); in GetDouble()
1930 if ( nC < nCols && nR < nRows ) in GetDouble()
2039 SCSIZE nCols, nRows, nC, nR; in GetString() local
2041 pJumpMatrix->GetPos( nC, nR); in GetString()
2042 if ( nC < nCols && nR < nRows ) in GetString()
2078 SCSIZE nCols, nRows, nC, nR; in GetDoubleOrStringFromMatrix() local
2813 SCSIZE nC, nR; in ScMacro() local
[all …]
H A Dcompiler.cxx3156 long nC = nMyCol - nCol; in IsColRowName() local
3160 long nD = nC * nC + nR * nR; in IsColRowName()
3185 nDistance = nC * nC + nR * nR; in IsColRowName()
3235 long nC = nMyCol - nCol; in IsColRowName() local
3239 long nD = nC * nC + nR * nR; in IsColRowName()
3264 nDistance = nC * nC + nR * nR; in IsColRowName()
5073 SCSIZE nC, nMaxC, nR, nMaxR; in CreateStringFromMatrix() local
5085 for( nC = 0 ; nC < nMaxC ; nC++) in CreateStringFromMatrix()
5087 if( nC > 0) in CreateStringFromMatrix()
5092 if( pMatrix->IsValue( nC, nR ) ) in CreateStringFromMatrix()
[all …]
/trunk/main/chart2/source/view/main/
H A DChartView.cxx415 for( size_t nC=0; nC < rVCooSysList.size(); nC++) in findInCooSysList() local
449 for( size_t nC=0; nC < rVCooSysList.size(); nC++) in lcl_getCooSysForPlotter() local
604 for( size_t nC=0; nC < m_rVCooSysList.size(); nC++) in ~SeriesPlotterContainer() local
833 for( nC=0; nC < m_rVCooSysList.size(); nC++) in initAxisUsageList()
957 for( size_t nC=0; nC < m_rVCooSysList.size(); nC++) in updateScalesAndIncrementsOnAxes() local
982 for( nC=0; nC < aVCooSysList_X.size(); nC++) in doAutoScaling()
1136 for( nC=0; nC < aVCooSysList.size(); nC++) in AdaptScaleOfYAxisWithoutAttachedSeries()
1410 for( nC=0; nC < rVCooSysList.size(); nC++) in impl_createDiagramAndContent()
1459 for( nC=0; nC < rVCooSysList.size(); nC++) in impl_createDiagramAndContent()
1519 for( nC=0; nC < rVCooSysList.size(); nC++) in impl_createDiagramAndContent()
[all …]
H A DVLegend.cxx393 for( sal_Int32 nC=0; nC<nCurrentColumnCount; nC++ ) in lcl_placeLegendEntries() local
394 nSumWidth += aColumnWidths[nC]; in lcl_placeLegendEntries()
437 for( sal_Int32 nC=nNumberOfColumns; nC--; ) in lcl_placeLegendEntries() local
439 sal_Int32 nEntry = (nC + nR * nNumberOfColumns); in lcl_placeLegendEntries()
479 for( sal_Int32 nC=0; nC<nNumberOfColumns; nC++ ) in lcl_placeLegendEntries() local
480 nSumWidth += aColumnWidths[nC]; in lcl_placeLegendEntries()
/trunk/main/vcl/aqua/source/app/
H A Dsalsys.cxx170 unsigned int nC; in ShowNativeMessageBox() local
171 for( nC = 0; nC < sizeof(aButtonIds)/sizeof(aButtonIds[0]); nC++ ) in ShowNativeMessageBox()
173 if( aButtonIds[nC].nCombination == nButtonCombination ) in ShowNativeMessageBox()
175 if( aButtonIds[nC].nDefaultButton == nDefaultButton ) in ShowNativeMessageBox()
177 if( aButtonIds[nC].nTextIds[0] != -1 ) in ShowNativeMessageBox()
178 pDefText = getStandardString( aButtonIds[nC].nTextIds[0] ); in ShowNativeMessageBox()
179 if( aButtonIds[nC].nTextIds[1] != -1 ) in ShowNativeMessageBox()
180 pAltText = getStandardString( aButtonIds[nC].nTextIds[1] ); in ShowNativeMessageBox()
181 if( aButtonIds[nC].nTextIds[2] != -1 ) in ShowNativeMessageBox()
182 pOthText = getStandardString( aButtonIds[nC].nTextIds[2] ); in ShowNativeMessageBox()
[all …]
/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxfreprd.cxx61 short i,j,nHue,nNSat,nVal,nC[3],nmax,nmed,nmin; in DXFPalette() local
97 nC[nmin]=0; in DXFPalette()
98 nC[nmed]=255*j/4; in DXFPalette()
99 nC[nmax]=255; in DXFPalette()
101 for (j=0; j<3; j++) nC[j]=(nC[j]>>1)+128; in DXFPalette()
103 for (j=0; j<3; j++) nC[j]=nC[j]*nVal/5; in DXFPalette()
104 SetColor((sal_uInt8)(i++),(sal_uInt8)nC[0],(sal_uInt8)nC[1],(sal_uInt8)nC[2]); in DXFPalette()
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/xml/
H A DXMLScanner.java87 final int nC = PeekCharacter(); in ProvideToken() local
88 if (nC == -1) in ProvideToken()
94 switch (Character.getType(nC)) in ProvideToken()
102 switch(nC) in ProvideToken()
142 if (nC == '<') in ProvideToken()
374 final int nC; in GetNextCharacter() local
377 nC = mnNextCharacter; in GetNextCharacter()
384 nC = maIn.read(); in GetNextCharacter()
393 return nC; in GetNextCharacter()
/trunk/main/basegfx/source/tools/
H A Dtools.cxx42 const double& nC ) in distance() argument
44 return nX*rNormal.getX() + nY*rNormal.getY() - nC; in distance()
53 const double nC( rMoveDirection.scalar( io_rStart ) ); in moveLineOutsideRect() local
63 nC), in moveLineOutsideRect()
68 nC), in moveLineOutsideRect()
73 nC), in moveLineOutsideRect()
77 nC) ) ) ) ) ); in moveLineOutsideRect()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsFramePainter.cxx136 const sal_Int32 nC (::std::max<sal_Int32>(0,(rBitmap.GetSizePixel().Width()-nS)/2)); in OffsetBitmap() local
137 const sal_Int32 nO (nC/2); in OffsetBitmap()
140 nHorizontalPosition<0 ? 0 : (nHorizontalPosition == 0 ? nC : nC+nS), in OffsetBitmap()
141 nVerticalPosition<0 ? 0 : (nVerticalPosition == 0 ? nC : nC+nS)); in OffsetBitmap()
143 nHorizontalPosition==0 ? nS : nC, in OffsetBitmap()
144 nVerticalPosition==0 ? nS : nC); in OffsetBitmap()
/trunk/main/xmlsecurity/source/dialogs/
H A Dcertificatechooser.cxx178 for ( sal_Int32 nC = 0; nC < nCertificates; ++nC ) in ImplInitialize() local
180 String sEntry( XmlSec::GetContentPart( maCerts[ nC ]->getSubjectName() ) ); in ImplInitialize()
182 sEntry += XmlSec::GetContentPart( maCerts[ nC ]->getIssuerName() ); in ImplInitialize()
184 sEntry += XmlSec::GetDateString( maCerts[ nC ]->getNotValidAfter() ); in ImplInitialize()
186 pEntry->SetUserData( ( void* )nC ); // missuse user data as index in ImplInitialize()
/trunk/main/sc/source/filter/lotus/
H A Dtool.cxx189 for( sal_uInt16 nC = 0 ; nC < __nSize ; nC++ ) in FormCache() local
190 bValid[ nC ] = sal_False; in FormCache()
197 for( sal_uInt16 nC = 0 ; nC < __nSize ; nC++ ) in ~FormCache() local
198 delete aIdents[ nC ].GetAttr(); in ~FormCache()
/trunk/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx636 SCSIZE nC = nCol - nCol1, nR = nRow - nRow1; in getCellRangeData() local
649 xMat->PutEmpty(nC, nR); in getCellRangeData()
775 if (pMat->IsEmpty(nC, nR)) in setCellRangeData()
779 if (pMat->IsValue(nC, nR)) in setCellRangeData()
781 else if (pMat->IsString(nC, nR)) in setCellRangeData()
1396 xMat->PutEmpty(nC, nR); in lcl_convertToTokenArray()
1405 xMat->PutString(aStr, nC, nR); in lcl_convertToTokenArray()
1412 xMat->PutString(aStr, nC, nR); in lcl_convertToTokenArray()
1418 xMat->PutDouble(fVal, nC, nR); in lcl_convertToTokenArray()
1473 ScMatrixRef xMat = new ScMatrix(nC, nR); in lcl_fillEmptyMatrix()
[all …]
/trunk/main/sc/source/filter/inc/
H A Dexp_op.hxx72 void Blank( const sal_uInt16 nC, const sal_uInt16 nR, const ScPatternAttr& );
73 void Number( const sal_uInt16 nC, const sal_uInt16 nR, const double f, const ScPatternAttr& );
74 void Label( const sal_uInt16 nC, const sal_uInt16 nR, const String&, const ScPatternAttr& );
75 …void Formula( const sal_uInt16 nC, const sal_uInt16 nR, const ScFormulaCell*, const ScPatternAt…
83 …void WKString( const sal_uInt16 nC, const sal_uInt16 nR, const ScFormulaCell*, const ScPatternA…
/trunk/main/writerfilter/qa/cppunittests/doctok/
H A Dtestdoctok.cxx134 sal_uChar nC = sInputFileURL[n]; in TEST_F() local
136 if (nC < 0xff && isprint(nC)) in TEST_F()
137 clog << static_cast<char>(nC); in TEST_F()
/trunk/main/chart2/source/tools/
H A DAxisHelper.cxx783 for( sal_Int32 nC=0; nC<aCooSysList.getLength(); ++nC ) in getIndicesForAxis() local
785 … if( AxisHelper::getIndicesForAxis( xAxis, aCooSysList[nC], rOutDimensionIndex, rOutAxisIndex ) ) in getIndicesForAxis()
787 rOutCooSysIndex = nC; in getIndicesForAxis()
852 sal_Int32 nC = 0; in getAllAxesOfDiagram() local
853 for( nC=0; nC<aCooSysList.getLength(); ++nC ) in getAllAxesOfDiagram()
855 …is > > aAxesPerCooSys( AxisHelper::getAllAxesOfCoordinateSystem( aCooSysList[nC], bOnlyVisible ) ); in getAllAxesOfDiagram()

Completed in 367 milliseconds

1234