Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/xml/
H A Dxmltbli.cxx297 SwXMLTableRow_Impl( const OUString& rStyleName, sal_uInt32 nCells,
308 void Expand( sal_uInt32 nCells, sal_Bool bOneCell );
321 sal_uInt32 nCells, in SwXMLTableRow_Impl() argument
330 ASSERT( nCells <= USHRT_MAX, in SwXMLTableRow_Impl()
332 if( nCells > USHRT_MAX ) in SwXMLTableRow_Impl()
333 nCells = USHRT_MAX; in SwXMLTableRow_Impl()
335 for( sal_uInt16 i=0U; i<nCells; i++ ) in SwXMLTableRow_Impl()
353 void SwXMLTableRow_Impl::Expand( sal_uInt32 nCells, sal_Bool bOneCell ) in Expand() argument
355 ASSERT( nCells <= USHRT_MAX, in Expand()
357 if( nCells > USHRT_MAX ) in Expand()
[all …]
/AOO41X/main/sw/source/filter/html/
H A Dhtmltab.cxx312 HTMLTableRow( sal_uInt16 nCells=0 ); // die Zellen der Zeile sind leer
340 void Expand( sal_uInt16 nCells, sal_Bool bOneCell=sal_False );
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()
873 void HTMLTableRow::Expand( sal_uInt16 nCells, sal_Bool bOneCell ) in Expand() argument
879 sal_uInt16 nColSpan = nCells-pCells->Count(); in Expand()
880 for( sal_uInt16 i=pCells->Count(); i<nCells; i++ ) in Expand()
890 ASSERT( nCells==pCells->Count(), in Expand()
[all …]
/AOO41X/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
/AOO41X/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()
/AOO41X/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.cxx775 void DomainMapperTableHandler::startRow(unsigned int nCells, in startRow() argument
783 dmapper_logger->attribute("cells", nCells); in startRow()
788 m_pRowSeq = RowSequencePointer_t(new RowSequence_t(nCells)); in startRow()
H A DDomainMapperTableHandler.hxx72 unsigned int nCells,
/AOO41X/main/sw/source/core/unocore/
H A Dunotext.cxx2266 const sal_Int32 nCells(pTableRanges[nRow].getLength()); in convertToTable() local
2268 for (sal_Int32 nCell = 0; nCell < nCells; ++nCell) in convertToTable()
2344 sal_Int32 nCells = aCurrentRow.getLength(); in convertToTable() local
2345 for (sal_Int32 nCell = 0; nCell < nCells; ++nCell) in convertToTable()
/AOO41X/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()
/AOO41X/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()
/AOO41X/main/sw/source/filter/ww8/
H A Dww8par2.cxx142 static void setcelldefaults(WW8_TCell *pCells, short nCells);