Home
last modified time | relevance | path

Searched refs:nCells (Results 1 – 11 of 11) sorted by path

/trunk/main/sc/source/core/data/
H A Dcolumn3.cxx1577 sal_uInt16 nCells = 0; in GetDataEntries() local
1610 if (++nCells >= DATENT_SEARCH) in GetDataEntries()
1635 if (++nCells >= DATENT_SEARCH) in GetDataEntries()
/trunk/main/sc/source/filter/excel/
H A Dxestyle.cxx2594 sal_Int32 nCells, nStyles; in SaveXml() local
2595 lcl_GetCellCounts( maSortedXFList, nCells, nStyles ); in SaveXml()
2613 if( nCells > 0 ) in SaveXml()
2616 XML_count, OString::valueOf( nCells ).getStr(), in SaveXml()
/trunk/main/sc/source/filter/xml/
H A DXMLDDELinksContext.cxx415 nCells(1), in ScXMLDDECellContext()
457 GetScImport().GetMM100UnitConverter().convertNumber(nCells, sTempValue); in ScXMLDDECellContext()
484 for(sal_Int32 i = 0; i < nCells; ++i) in EndElement()
H A DXMLDDELinksContext.hxx200 sal_Int32 nCells; member in ScXMLDDECellContext
/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx2270 const sal_Int32 nCells(pTableRanges[nRow].getLength()); in convertToTable() local
2272 for (sal_Int32 nCell = 0; nCell < nCells; ++nCell) in convertToTable()
2348 sal_Int32 nCells = aCurrentRow.getLength(); in convertToTable() local
2349 for (sal_Int32 nCell = 0; nCell < nCells; ++nCell) in convertToTable()
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx343 void Shrink( sal_uInt16 nCells );
834 HTMLTableRow::HTMLTableRow( sal_uInt16 nCells ): in HTMLTableRow() argument
845 for( sal_uInt16 i=0; i<nCells; i++ ) in HTMLTableRow()
850 ASSERT( nCells==pCells->Count(), in HTMLTableRow()
879 sal_uInt16 nColSpan = nCells-pCells->Count(); in Expand()
890 ASSERT( nCells==pCells->Count(), in Expand()
894 void HTMLTableRow::Shrink( sal_uInt16 nCells ) in Shrink() argument
903 sal_uInt16 i=nCells; in Shrink()
911 pCell->SetColSpan( nCells-i); in Shrink()
917 for( i=nCells; i<nEnd; i++ ) in Shrink()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx142 static void setcelldefaults(WW8_TCell *pCells, short nCells);
/trunk/main/sw/source/filter/xml/
H A Dxmltbli.cxx324 sal_uInt32 nCells, in SwXMLTableRow_Impl() argument
333 ASSERT( nCells <= USHRT_MAX, in SwXMLTableRow_Impl()
335 if( nCells > USHRT_MAX ) in SwXMLTableRow_Impl()
336 nCells = USHRT_MAX; in SwXMLTableRow_Impl()
338 for( sal_uInt16 i=0U; i<nCells; i++ ) in SwXMLTableRow_Impl()
358 ASSERT( nCells <= USHRT_MAX, in Expand()
360 if( nCells > USHRT_MAX ) in Expand()
361 nCells = USHRT_MAX; in Expand()
363 sal_uInt32 nColSpan = nCells - aCells.Count(); in Expand()
364 for( sal_uInt16 i=aCells.Count(); i<nCells; i++ ) in Expand()
[all …]
/trunk/main/writerfilter/inc/resourcemodel/
H A DTableManager.hxx985 unsigned int nCells = pRowData->getCellCount(); in resolveCurrentTable() local
987 mpTableDataHandler->startRow(nCells, pRowData->getProperties()); in resolveCurrentTable()
989 for (unsigned int nCell = 0; nCell < nCells; ++nCell) in resolveCurrentTable()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.cxx837 void DomainMapperTableHandler::startRow(unsigned int nCells, in startRow() argument
845 dmapper_logger->attribute("cells", nCells); in startRow()
850 m_pRowSeq = RowSequencePointer_t(new RowSequence_t(nCells)); in startRow()
H A DDomainMapperTableHandler.hxx81 unsigned int nCells,

Completed in 149 milliseconds