Home
last modified time | relevance | path

Searched refs:nCols (Results 126 – 141 of 141) sorted by relevance

123456

/trunk/main/svtools/source/contnr/
H A Dimivctl.hxx548 long nCols; member in IcnCursor_Impl
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx1075 long nCols = 0; in lcl_PutDataArray() local
1079 nCols = pArray[0].getLength(); in lcl_PutDataArray()
1081 if ( nCols != nEndCol-nStartCol+1 || nRows != nEndRow-nStartRow+1 ) in lcl_PutDataArray()
1107 if ( rColSeq.getLength() == nCols ) in lcl_PutDataArray()
1111 for (long nCol=0; nCol<nCols; nCol++) in lcl_PutDataArray()
1219 long nCols = 0; in lcl_PutFormulaArray() local
1223 nCols = pArray[0].getLength(); in lcl_PutFormulaArray()
1225 if ( nCols != nEndCol-nStartCol+1 || nRows != nEndRow-nStartRow+1 ) in lcl_PutFormulaArray()
1248 if ( rColSeq.getLength() == nCols ) in lcl_PutFormulaArray()
1252 for (long nCol=0; nCol<nCols; nCol++) in lcl_PutFormulaArray()
/trunk/main/sw/source/filter/ww8/
H A Dww8par6.cxx351 sal_Int16 nCols = rSection.NoCols(); in SetCols() local
353 if (nCols < 2) in SetCols()
370 aCol.Init(nCols, writer_cast<sal_uInt16>(nColSpace), in SetCols()
378 for (sal_uInt16 i = 0; i < nCols; i++ ) in SetCols()
H A Dwrtw8nds.cxx2515 sal_uInt16 nCols, const MSWordExportBase &rExport )
2518 for ( sal_uInt16 nI = 0; nI < nCols; ++nI )
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx2187 xub_StrLen nCols = sTmp.GetTokenCount( '\t' ); in _PasteDDE() local
2190 if( !nRows || !nCols ) in _PasteDDE()
2200 pDDETyp, nRows, nCols ); in _PasteDDE()
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx250 nSttNode( rPos.nNode.GetIndex() ), nRows( nRw ), nCols( nCl ), nAdjust( nAdj ) in SwUndoInsTbl()
330 const SwTable* pTbl = rDoc.InsertTable( aInsTblOpts, aPos, nRows, nCols, in RedoImpl()
372 nRows, nCols, nAdjust, pAutoFmt, pColWidth ); in RepeatImpl()
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx4321 SCCOL nCols = rRef.Ref2.nCol - rRef.Ref1.nCol; in UpdateReference() local
4329 if (rRef.Ref2.nCol - rRef.Ref1.nCol != nCols || in UpdateReference()
4390 SCCOL nCols = rRef.Ref2.nCol - rRef.Ref1.nCol; in UpdateReference() local
4406 if (rRef.Ref2.nCol - rRef.Ref1.nCol != nCols || in UpdateReference()
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx4579 UINT nCols; in ImplHandlePalette() local
4627 nCols = RealizePalette( hDC ); in ImplHandlePalette()
4628 bUpdate = nCols != 0; in ImplHandlePalette()
4688 return nCols; in ImplHandlePalette()
/trunk/main/oox/source/dump/
H A Dbiffdumper.cxx1525 sal_uInt32 nCols, nRows; in dumpAddDataArray() local
1526 dumpConstArrayHeader( nCols, nRows ); in dumpAddDataArray()
1533 for( sal_uInt32 nCol = 0; nCol < nCols; ++nCol ) in dumpAddDataArray()
/trunk/main/sc/source/filter/excel/
H A Dxechart.cxx968 sal_uInt32 nCols = static_cast< sal_uInt32 >( rRef2.nCol - rRef1.nCol + 1 ); in ConvertDataSequence() local
970 nValueCount += nCols * nRows * nTabs; in ConvertDataSequence()
H A Dxichart.cxx813 sal_uInt32 nCols = static_cast< sal_uInt32 >( rRef2.nCol - rRef1.nCol + 1 ); in GetCellCount() local
815 nCellCount += nCols * nRows * nTabs; in GetCellCount()
/trunk/main/sw/inc/
H A Ddoc.hxx1682 sal_uInt16 nCols, short eAdjust,
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx649 void SwEditWin::InsFrm(sal_uInt16 nCols) in InsFrm() argument
653 nInsFrmColCount = nCols; in InsFrm()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx3755 SCCOLROW nCols[2] = { nStartCol, nEndCol }; in AutoFormat() local
3761 … SetWidthOrHeight( sal_True, 1,nCols, nTab, SC_SIZE_VISOPT, STD_EXTRA_WIDTH, sal_False, sal_True); in AutoFormat()
/trunk/main/sc/source/core/data/
H A Ddocument.cxx2413 SCCOL nCols = aDestRange.aEnd.Col() - aDestRange.aStart.Col() + 1; in CopyMultiRangeFromClip() local
2415 UpdateRangeNamesInFormulas(aClipRangeNames, aRanges, rMark, nCols-1, nRows-1); in CopyMultiRangeFromClip()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx3665 sal_Int32 nCols = thisAddress.EndColumn - thisAddress.StartColumn; in Delete() local
3667 if ( mbIsRows || bFullRow || ( nCols >= nRows ) ) in Delete()

Completed in 1223 milliseconds

123456