Home
last modified time | relevance | path

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

/aoo41x/main/starmath/source/
H A Dnode.cxx2537 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 …]
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/sw/source/core/layout/
H A Dwsfrm.cxx3468 const sal_uInt16 nNumCols = rCol.GetNumCols(); in FormatWidthCols() local
3594 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()
H A Datrfrm.cxx945 void SwFmtCol::Init( sal_uInt16 nNumCols, sal_uInt16 nGutterWidth, sal_uInt16 nAct ) in Init() argument
952 for ( sal_uInt16 i = 0; i < nNumCols; ++i ) in Init()
958 if( nNumCols ) in Init()
/aoo41x/main/sw/inc/
H A Dfmtclds.hxx147 void Init( sal_uInt16 nNumCols, sal_uInt16 nGutterWidth, sal_uInt16 nAct );

Completed in 95 milliseconds