Home
last modified time | relevance | path

Searched refs:nCols (Results 1 – 25 of 141) sorted by last modified time

123456

/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 Dinterpr5.cxx311 SCSIZE nCols, nRows; in GetNewMat() local
312 pMat->GetDimensions( nCols, nRows); in GetNewMat()
313 if ( nCols != nC || nRows != nR ) in GetNewMat()
3187 SCSIZE nCols, nRows; in ScMatRef() local
3188 pMat->GetDimensions( nCols, nRows ); in ScMatRef()
3191 if ((nCols <= nC && nCols != 1) || (nRows <= nR && nRows != 1)) in ScMatRef()
/trunk/main/starmath/source/
H A Dmathtype.cxx2841 sal_uInt8 nH_just,nV_just,nRows,nCols; in HandleMatrix() local
2846 *pS >> nCols; in HandleMatrix()
2851 nBytes = ((nCols+1)*2)/8; in HandleMatrix()
2852 if (((nCols+1)*2)%8) in HandleMatrix()
2856 int nRet = HandleRecords(nLevel+1,nSelector,nVariation,nRows,nCols); in HandleMatrix()
/trunk/main/writerfilter/inc/resourcemodel/
H A DTableManager.hxx75 unsigned int nCols,
/trunk/main/sw/source/filter/ww8/
H A Dww8atr.cxx4336 void WW8AttributeOutput::FormatColumns_Impl( sal_uInt16 nCols, const SwFmtCol & rCol, bool bEven, S… in FormatColumns_Impl() argument
4343 m_rWW8Export.InsUInt16( nCols - 1 ); in FormatColumns_Impl()
4374 for ( n = 2; n < nCols; n++ ) in FormatColumns_Impl()
4390 for ( sal_uInt16 n = 0; n < nCols; ++n ) in FormatColumns_Impl()
4402 if ( n + 1 != nCols ) in FormatColumns_Impl()
4423 sal_uInt16 nCols = rColumns.Count(); in FormatColumns() local
4424 if ( 1 < nCols && !GetExport( ).bOutFlyFrmAttrs ) in FormatColumns()
4470 for ( n = 1; n < nCols; n++ ) in FormatColumns()
4482 FormatColumns_Impl( nCols, rCol, bEven, nPageSize ); in FormatColumns()
H A Dww8par2.cxx1216 if( nCols > MAX_COL ) in ReadDef()
1219 nWwCols = nCols; in ReadDef()
1224 for(i=0; i<=nCols; i++, pT+=2 ) in ReadDef()
1226 nLen -= 2 * ( nCols + 1 ); in ReadDef()
1227 if( nCols != nOldCols ) // andere Spaltenzahl in ReadDef()
1236 if (!pTCs && nCols) in ReadDef()
1239 pTCs = new WW8_TCell[nCols]; in ReadDef()
1240 setcelldefaults(pTCs,nCols); in ReadDef()
1244 if (nColsToRead > nCols) in ReadDef()
1245 nColsToRead = nCols; in ReadDef()
[all …]
H A Dwrtw8nds.cxx2515 sal_uInt16 nCols, const MSWordExportBase &rExport )
2518 for ( sal_uInt16 nI = 0; nI < nCols; ++nI )
H A Ddocxattributeoutput.cxx3170 void DocxAttributeOutput::FormatColumns_Impl( sal_uInt16 nCols, const SwFmtCol& rCol, bool bEven, S… in FormatColumns_Impl() argument
3176 OString::valueOf( sal_Int32( nCols ) ). getStr( ) ); in FormatColumns_Impl()
3200 for ( sal_uInt16 n = 0; n < nCols; ++n ) in FormatColumns_Impl()
3207 if ( n + 1 != nCols ) in FormatColumns_Impl()
/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()
/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/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()
H A Dcell.cxx1766 void ScFormulaCell::SetMatColsRows( SCCOL nCols, SCROW nRows ) in SetMatColsRows() argument
1770 pMat->SetMatColsRows( nCols, nRows); in SetMatColsRows()
1771 else if (nCols || nRows) in SetMatColsRows()
1772 aResult.SetToken( new ScMatrixFormulaCellToken( nCols, nRows)); in SetMatColsRows()
1776 void ScFormulaCell::GetMatColsRows( SCCOL & nCols, SCROW & nRows ) const in GetMatColsRows() argument
1780 pMat->GetMatColsRows( nCols, nRows); in GetMatColsRows()
1783 nCols = 0; in GetMatColsRows()
/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/filter/excel/
H A Dxehelper.cxx1064 void XclExpCachedMatrix::GetDimensions( SCSIZE & nCols, SCSIZE & nRows ) const in GetDimensions() argument
1066 mrMatrix.GetDimensions( nCols, nRows ); in GetDimensions()
1068 DBG_ASSERT( nCols && nRows, "XclExpCachedMatrix::GetDimensions - empty matrix" ); in GetDimensions()
1069 DBG_ASSERT( nCols <= 256, "XclExpCachedMatrix::GetDimensions - too many columns" ); in GetDimensions()
1074 SCSIZE nCols, nRows; in GetSize() local
1076 GetDimensions( nCols, nRows ); in GetSize()
1081 return 3 + 9 * (nCols * nRows); in GetSize()
1086 SCSIZE nCols, nRows; in Save() local
1088 GetDimensions( nCols, nRows ); in Save()
1092 rStrm << static_cast< sal_uInt8 >( nCols ) << static_cast< sal_uInt16 >( nRows ); in Save()
[all …]
/trunk/main/sc/source/ui/view/
H A Dpreview.cxx1225 SCCOLROW nCols[2] = { nColNumberButttonDown, nColNumberButttonDown }; in MouseButtonUp() local
1241 …aFunc.SetWidthOrHeight( sal_True, 1,nCols, nTab, SC_SIZE_DIRECT, (sal_uInt16)nNewColWidth, sal_Tru… in MouseButtonUp()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblelist.cxx756 sal_uInt16 nCols = 0, in UpdateVisibleLineCount() local
758 m_pListBoxHelper->GetMaxVisColumnsAndLines (nCols, nLines); in UpdateVisibleLineCount()
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx96 sal_uInt16 nCols; member
1113 nCols( pOptions->nCols ), in HTMLTable()
1282 i = nCols; in GetPrevBoxStartNode()
2158 if( nCols < nColsReq ) in InsertCell()
2164 nCols = nColsReq; in InsertCell()
2316 sal_uInt16 i=nCols; in CloseRow()
2365 nCols = nColsReq; in InsertCol()
2415 if( 0==nCols ) in CloseTable()
2420 nCols = 1; in CloseTable()
2437 nCols = nFilledCols; in CloseTable()
[all …]
/trunk/main/sw/source/ui/shells/
H A Dtextsh.cxx507 sal_uInt16 nCols = 1; in TYPEINIT1() local
513 nCols = ((SfxUInt16Item *)pItem)->GetValue(); in TYPEINIT1()
529 if(nCols > 1) in TYPEINIT1()
532 aCol.Init( nCols, aCol.GetGutterWidth(), aCol.GetWishWidth() ); in TYPEINIT1()
541 GetView().InsFrmMode(nCols); in TYPEINIT1()
578 sal_uInt16 nCols = ((SfxUInt16Item *)pItem)->GetValue(); in TYPEINIT1() local
579 if( !bSingleCol && 1 < nCols ) in TYPEINIT1()
582 aFmtCol.Init( nCols , (rReq.IsAPI() ? 0 in TYPEINIT1()
/trunk/main/sw/source/ui/uiview/
H A Dview2.cxx1835 void SwView::InsFrmMode(sal_uInt16 nCols) in InsFrmMode() argument
1847 if(nCols > 1) in InsFrmMode()
1850 aCol.Init( nCols, aCol.GetGutterWidth(), aCol.GetWishWidth() ); in InsFrmMode()
1856 GetEditWin().InsFrm(nCols); in InsFrmMode()
/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx752 sal_Int32 nCols = pTable->GetTabLines().GetObject(0)->GetTabBoxes().Count(); in Impl_createDataSource() local
755 aMap[i].resize( nCols ); in Impl_createDataSource()
778 nStartCol < 0 || nEndCol >= nCols ) in Impl_createDataSource()
794 sal_Int32 oiEnd = bDtaSrcIsColumns ? nCols : nRows; in Impl_createDataSource()
795 sal_Int32 iiEnd = bDtaSrcIsColumns ? nRows : nCols; in Impl_createDataSource()
/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/sw/source/core/doc/
H A Dhtmltbl.cxx209 nRows( nRws ), nCols( nCls ), in SwHTMLTableLayout()
234 for( i = 0; i < nCols; i++ ) in ~SwHTMLTableLayout()
291 if( nCol+nColSpan == nCols ) in GetRightCellSpace()
506 for( i=0; i<nCols; i++ ) in AutoLayoutPass1()
965 for( i=0; i<nCols; i++ ) in AutoLayoutPass1()
976 for( i=0; i<nCols; i++ ) in AutoLayoutPass1()
993 for( i=0; i<nCols; i++ ) in AutoLayoutPass1()
1013 for( i=0; i<nCols; i++ ) in AutoLayoutPass1()
1070 for( i=0; i<nCols; i++ ) in AutoLayoutPass1()
1103 for( i=0; i<nCols; i++ ) in AutoLayoutPass1()
[all …]
/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx342 sal_uInt16 nCols = pLine->GetTabBoxes().Count(); in CollectBoxSelection() local
343 for( sal_uInt16 nCol = 0; nCol < nCols; ++nCol ) in CollectBoxSelection()
989 sal_uInt16 nCols = pLine->GetTabBoxes().Count(); in _FindSuperfluousRows() local
991 for( sal_uInt16 nCol = 0; nCol < nCols; ++nCol ) in _FindSuperfluousRows()
1003 for( sal_uInt16 nCol = 0; nCol < nCols; ++nCol ) in _FindSuperfluousRows()
1699 sal_uInt16 nCols = pLine->GetTabBoxes().Count(); in CreateSelection() local
1700 for( sal_uInt16 nCol = 0; nCol < nCols; ++nCol ) in CreateSelection()
1864 sal_uInt16 nCols = pLine->GetTabBoxes().Count(); in ExpandColumnSelection() local
1865 for( sal_uInt16 nCol = 0; nCol < nCols; ++nCol ) in ExpandColumnSelection()
1881 sal_uInt16 nCols = pLine->GetTabBoxes().Count(); in ExpandColumnSelection() local
[all …]
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DWorkbook.java435 int nCols = 0; in addColInfo() local
446 ColInfo newColInfo = new ColInfo( nCols, in addColInfo()
447 nCols+repeated-1, in addColInfo()
450 nCols += repeated; in addColInfo()
/trunk/main/writerfilter/source/resourcemodel/
H A Dresourcemodel.cxx108 virtual void startRow(unsigned int nCols,
138 (unsigned int nCols, TablePropsRef_t /*pProps*/) in startRow() argument
142 snprintf(sBuffer, sizeof(sBuffer), "%d", nCols); in startRow()

Completed in 394 milliseconds

123456