Home
last modified time | relevance | path

Searched defs:nC (Results 1 – 25 of 73) sorted by relevance

123

/AOO41X/main/sc/inc/
H A Dscmatrix.hxx171 ScMatrix( SCSIZE nC, SCSIZE nR) : nRefCnt(0), mbCloneIfConst(true) { CreateMatrix( nC, nR); } in ScMatrix()
226 inline bool ValidColRow( SCSIZE nC, SCSIZE nR) const in ValidColRow()
228 inline SCSIZE CalcOffset( SCSIZE nC, SCSIZE nR) const in CalcOffset()
280 void PutError( sal_uInt16 nErrorCode, SCSIZE nC, SCSIZE nR ) in PutError()
301 sal_uInt16 GetErrorIfNotString( SCSIZE nC, SCSIZE nR) const in GetErrorIfNotString()
342 sal_Bool IsString( SCSIZE nC, SCSIZE nR ) const in IsString()
353 sal_Bool IsEmpty( SCSIZE nC, SCSIZE nR ) const in IsEmpty()
360 sal_Bool IsEmptyPath( SCSIZE nC, SCSIZE nR ) const in IsEmptyPath()
375 sal_Bool IsValue( SCSIZE nC, SCSIZE nR ) const in IsValue()
387 sal_Bool IsValueOrEmpty( SCSIZE nC, SCSIZE nR ) const in IsValueOrEmpty()
[all …]
H A Dtoken.hxx360 ScMatrixFormulaCellToken( SCCOL nC, SCROW nR ) : in ScMatrixFormulaCellToken()
374 void SetMatColsRows( SCCOL nC, SCROW nR ) in SetMatColsRows()
379 void GetMatColsRows( SCCOL & nC, SCROW & nR ) const in GetMatColsRows()
/AOO41X/main/sc/source/core/tool/
H A Dscmatrix.cxx42 void ScMatrix::CreateMatrix(SCSIZE nC, SCSIZE nR) // nur fuer ctor in CreateMatrix()
85 void ScMatrix::Resize( SCSIZE nC, SCSIZE nR) in Resize()
116 sal_uInt16 nC; in ScMatrix() local
254 void ScMatrix::PutDouble(double fVal, SCSIZE nC, SCSIZE nR) in PutDouble()
264 void ScMatrix::PutString(const String& rStr, SCSIZE nC, SCSIZE nR) in PutString()
318 void ScMatrix::PutEmpty(SCSIZE nC, SCSIZE nR) in PutEmpty()
345 void ScMatrix::PutEmptyPath(SCSIZE nC, SCSIZE nR) in PutEmptyPath()
372 void ScMatrix::PutBoolean(bool bVal, SCSIZE nC, SCSIZE nR) in PutBoolean()
397 sal_uInt16 ScMatrix::GetError( SCSIZE nC, SCSIZE nR) const in GetError()
408 double ScMatrix::GetDouble(SCSIZE nC, SCSIZE nR) const in GetDouble()
[all …]
H A Dinterpr5.cxx176 SCSIZE nC, nR; in ScGCD() local
268 SCSIZE nC, nR; in ScLCM() local
304 ScMatrixRef ScInterpreter::GetNewMat(SCSIZE nC, SCSIZE nR) in GetNewMat()
364 SCSIZE nC = nNextCol - nCol1; in CreateMatrixFromDoubleRef() local
426 SCSIZE nC = nNextCol - nCol1; in CreateMatrixFromDoubleRef() local
536 SCSIZE nC = static_cast<SCSIZE>(::rtl::math::approxFloor(GetDouble())); in ScMatValue() local
601 void ScInterpreter::CalculateMatrixValue(const ScMatrix* pMat,SCSIZE nC,SCSIZE nR) in CalculateMatrixValue()
831 SCSIZE nC, nR; in ScMatDet() local
878 SCSIZE nC, nR; in ScMatInv() local
1023 SCSIZE nC, nR; in ScMatTrans() local
[all …]
H A Dinterpr1.cxx126 for ( SCSIZE nC=0; nC < nCols; ++nC ) in ScIfJump() local
259 for ( SCSIZE nC=0; nC < nCols; ++nC ) in ScChoseJump() local
363 SCSIZE nC, nR; in JumpMatrix() local
920 SCSIZE nC = Max( nC0, nC1 ); in CompareMat() local
958 SCSIZE nC, nR; in CompareMat() local
1459 SCSIZE nC, nR; in ScNeg() local
1515 SCSIZE nC, nR; in ScNot() local
1792 SCSIZE nCols, nRows, nC, nR; in ScIsEmpty() local
1854 SCSIZE nCols, nRows, nC, nR; in IsString() local
2306 SCSIZE nCols, nRows, nC, nR; in ScIsValue() local
[all …]
H A Dddelink.cxx195 for (SCSIZE nC=0; nC<nCols; nC++) in DataChanged() local
H A Dinterpr4.cxx1814 SCSIZE nC, nR; in DoubleRefToPosSingleRef() local
1927 SCSIZE nCols, nRows, nC, nR; in GetDouble() local
2039 SCSIZE nCols, nRows, nC, nR; in GetString() local
2078 SCSIZE nCols, nRows, nC, nR; in GetDoubleOrStringFromMatrix() local
2813 SCSIZE nC, nR; in ScMacro() local
2869 SCSIZE nC, nR; in ScMacro() local
H A Dchartpos.cxx164 SCCOL nC = nEndCol - nStartCol + 1; in GlueState() local
/AOO41X/main/basegfx/source/tools/
H A Dtools.cxx42 const double& nC ) in distance()
53 const double nC( rMoveDirection.scalar( io_rStart ) ); in moveLineOutsideRect() local
/AOO41X/main/sc/source/filter/excel/
H A Dexctools.cxx165 for( SCSIZE nC = 0 ; nC <= nLast ; nC++ ) in MakeScOutline() local
196 for( SCSIZE nC = 0; nC <= nLast; nC++ ) in MakeScOutline() local
266 for( SCSIZE nC = 0 ; nC < nSize ; nC++ ) in Reset() local
279 ExcScenarioCell::ExcScenarioCell( const sal_uInt16 nC, const sal_uInt16 nR ) : nCol( nC ), nRow( nR… in ExcScenarioCell()
324 sal_uInt16 nC, nR; in ExcScenario() local
H A Dexcdoc.cxx192 SCTAB nC; in FillAsHeader() local
/AOO41X/main/slideshow/source/engine/activities/
H A Dactivitybase.cxx208 const double nC( 1.0 - 0.5*mnAccelerationFraction - 0.5*mnDecelerationFraction ); in calcAcceleratedTime() local
/AOO41X/main/framework/qa/complex/accelerators/
H A DKeyMapping.java33 KeyIdentifierInfo(String sID, Short nC) in KeyIdentifierInfo()
/AOO41X/main/sw/source/core/view/
H A Dviewpg.cxx223 for( int nC = 0; nC < 2; ++nC ) in PrintProspect() local
/AOO41X/main/writerfilter/source/doctok/
H A DWW8StreamImpl.cxx159 sal_Unicode nC = aOUStr[j]; in getSubStreamNames() local
/AOO41X/main/writerfilter/qa/cppunittests/doctok/
H A Dtestdoctok.cxx138 sal_uChar nC = sInputFileURL[n]; in testOpenFile() local
/AOO41X/main/sc/source/filter/lotus/
H A Dtool.cxx189 for( sal_uInt16 nC = 0 ; nC < __nSize ; nC++ ) in FormCache() local
197 for( sal_uInt16 nC = 0 ; nC < __nSize ; nC++ ) in ~FormCache() local
/AOO41X/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
809 for( size_t nC=0; nC < m_rVCooSysList.size(); nC++) in initializeCooSysAndSeriesPlotter() local
832 size_t nC; in initAxisUsageList() local
957 for( size_t nC=0; nC < m_rVCooSysList.size(); nC++) in updateScalesAndIncrementsOnAxes() local
970 size_t nC; in doAutoScaling() local
1065 for( size_t nC = 0; nC < aVCooSysList_Y.size(); ++nC ) in AdaptScaleOfYAxisWithoutAttachedSeries() local
1135 size_t nC; in AdaptScaleOfYAxisWithoutAttachedSeries() local
1409 size_t nC = 0; in impl_createDiagramAndContent() local
H A DVLegend.cxx393 for( sal_Int32 nC=0; nC<nCurrentColumnCount; nC++ ) in lcl_placeLegendEntries() local
437 for( sal_Int32 nC=nNumberOfColumns; nC--; ) in lcl_placeLegendEntries() local
479 for( sal_Int32 nC=0; nC<nNumberOfColumns; nC++ ) in lcl_placeLegendEntries() local
/AOO41X/main/vcl/aqua/source/app/
H A Dsalsys.cxx170 unsigned int nC; in ShowNativeMessageBox() local
/AOO41X/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
/AOO41X/main/xmlsecurity/source/dialogs/
H A Dcertificatechooser.cxx178 for ( sal_Int32 nC = 0; nC < nCertificates; ++nC ) in ImplInitialize() local
/AOO41X/main/filter/source/graphicfilter/idxf/
H A Ddxfreprd.cxx61 short i,j,nHue,nNSat,nVal,nC[3],nmax,nmed,nmin; in DXFPalette() local
/AOO41X/main/idl/inc/
H A Ddatabase.hxx46 SvIdlError( sal_uInt32 nL, sal_uInt32 nC ) in SvIdlError()
/AOO41X/main/sw/source/filter/inc/
H A Dwrtswtbl.hxx73 SwWriteTableCell(const SwTableBox *pB, sal_uInt16 nR, sal_uInt16 nC, sal_uInt16 nRSpan, in SwWriteTableCell()

123