Searched refs:nCells (Results 1 – 11 of 11) sorted by relevance
/trunk/main/sw/source/filter/xml/ |
H A D | xmltbli.cxx | 324 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/sw/source/filter/html/ |
H A D | htmltab.cxx | 343 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/sc/source/filter/xml/ |
H A D | XMLDDELinksContext.cxx | 415 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 D | XMLDDELinksContext.hxx | 200 sal_Int32 nCells; member in ScXMLDDECellContext
|
/trunk/main/writerfilter/inc/resourcemodel/ |
H A D | TableManager.hxx | 985 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 D | DomainMapperTableHandler.cxx | 837 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 D | DomainMapperTableHandler.hxx | 81 unsigned int nCells,
|
/trunk/main/sw/source/core/unocore/ |
H A D | unotext.cxx | 2270 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/sc/source/core/data/ |
H A D | column3.cxx | 1577 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 D | xestyle.cxx | 2594 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/sw/source/filter/ww8/ |
H A D | ww8par2.cxx | 142 static void setcelldefaults(WW8_TCell *pCells, short nCells);
|
Completed in 121 milliseconds