Home
last modified time | relevance | path

Searched refs:nNumCols (Results 1 – 7 of 7) sorted by relevance

/trunk/main/starmath/source/
H A Dnode.cxx2577 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 …]
/trunk/main/starmath/inc/
H A Dnode.hxx811 nNumCols; member in SmMatrixNode
817 nNumRows = nNumCols = 0; in SmMatrixNode()
821 sal_uInt16 GetNumCols() const {return nNumCols;} in GetNumCols()
/trunk/main/sc/source/filter/dif/
H A Ddifimp.cxx75 SCCOL nNumCols = 0; in ScImportDif() local
105 nNumCols = SCCOL_MAX; in ScImportDif()
107 nNumCols = static_cast<SCCOL>(aDifParser.nVal); in ScImportDif()
H A Ddifexp.cxx109 SCCOL nNumCols = nEndCol - rRange.aStart.Col() + 1; in ScExportDif() local
135 aOS += String::CreateFromInt32( nNumCols ); in ScExportDif()
/trunk/main/sw/source/core/layout/
H A Dwsfrm.cxx3473 const sal_uInt16 nNumCols = rCol.GetNumCols(); in FormatWidthCols() local
3599 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()
H A Datrfrm.cxx950 void SwFmtCol::Init( sal_uInt16 nNumCols, sal_uInt16 nGutterWidth, sal_uInt16 nAct ) in Init() argument
957 for ( sal_uInt16 i = 0; i < nNumCols; ++i ) in Init()
963 if( nNumCols ) in Init()
/trunk/main/sw/inc/
H A Dfmtclds.hxx147 void Init( sal_uInt16 nNumCols, sal_uInt16 nGutterWidth, sal_uInt16 nAct );

Completed in 70 milliseconds