Searched refs:nNumCols (Results 1 – 7 of 7) sorted by relevance
2577 for (sal_uInt16 j = 0; j < nNumCols; j++) in CreateTextFromNode()2579 SmNode *pNode = GetSubNode(i * nNumCols + j); in CreateTextFromNode()2581 if (j != nNumCols-1) in CreateTextFromNode()2601 long *pColWidth = new long[nNumCols]; in Arrange()2602 for (j = 0; j < nNumCols; j++) in Arrange()2613 int nCol = nIdx % nNumCols; in Arrange()2627 long *pColLeft = new long[nNumCols]; in Arrange()2629 for (j = 0; j < nNumCols; j++) in Arrange()2639 for (j = 0; j < nNumCols; j++) in Arrange()2681 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()
3473 const sal_uInt16 nNumCols = rCol.GetNumCols(); in FormatWidthCols() local3599 for ( sal_uInt16 i = 0; i < nNumCols; ++i ) in FormatWidthCols()3690 if ( Abs(nDiff - nMinDiff) > nNumCols && nDiff > (long)nNumCols ) in FormatWidthCols()3691 nDiff /= nNumCols; in FormatWidthCols()3733 nMaxFree /= nNumCols; // auf die Spalten verteilen in FormatWidthCols()
950 void SwFmtCol::Init( sal_uInt16 nNumCols, sal_uInt16 nGutterWidth, sal_uInt16 nAct ) in Init() argument957 for ( sal_uInt16 i = 0; i < nNumCols; ++i ) in Init()963 if( nNumCols ) in Init()
147 void Init( sal_uInt16 nNumCols, sal_uInt16 nGutterWidth, sal_uInt16 nAct );
Completed in 69 milliseconds