Searched refs:nNumCols (Results 1 – 7 of 7) sorted by relevance
2537 for (sal_uInt16 j = 0; j < nNumCols; j++) in CreateTextFromNode()2539 SmNode *pNode = GetSubNode(i * nNumCols + j); in CreateTextFromNode()2541 if (j != nNumCols-1) in CreateTextFromNode()2561 long *pColWidth = new long[nNumCols]; in Arrange()2562 for (j = 0; j < nNumCols; j++) in Arrange()2573 int nCol = nIdx % nNumCols; in Arrange()2587 long *pColLeft = new long[nNumCols]; in Arrange()2589 for (j = 0; j < nNumCols; j++) in Arrange()2599 for (j = 0; j < nNumCols; j++) in Arrange()2641 for (j = 0; j < nNumCols; j++) in Arrange()[all …]
811 nNumCols; member in SmMatrixNode817 nNumRows = nNumCols = 0; in SmMatrixNode()821 sal_uInt16 GetNumCols() const {return nNumCols;} in GetNumCols()
75 SCCOL nNumCols = 0; in ScImportDif() local105 nNumCols = SCCOL_MAX; in ScImportDif()107 nNumCols = static_cast<SCCOL>(aDifParser.nVal); in ScImportDif()
109 SCCOL nNumCols = nEndCol - rRange.aStart.Col() + 1; in ScExportDif() local135 aOS += String::CreateFromInt32( nNumCols ); in ScExportDif()
3468 const sal_uInt16 nNumCols = rCol.GetNumCols(); in FormatWidthCols() local3594 for ( sal_uInt16 i = 0; i < nNumCols; ++i ) in FormatWidthCols()3685 if ( Abs(nDiff - nMinDiff) > nNumCols && nDiff > (long)nNumCols ) in FormatWidthCols()3686 nDiff /= nNumCols; in FormatWidthCols()3728 nMaxFree /= nNumCols; // auf die Spalten verteilen in FormatWidthCols()
945 void SwFmtCol::Init( sal_uInt16 nNumCols, sal_uInt16 nGutterWidth, sal_uInt16 nAct ) in Init() argument952 for ( sal_uInt16 i = 0; i < nNumCols; ++i ) in Init()958 if( nNumCols ) in Init()
147 void Init( sal_uInt16 nNumCols, sal_uInt16 nGutterWidth, sal_uInt16 nAct );
Completed in 75 milliseconds