Searched defs:nCell (Results 1 – 13 of 13) sorted by relevance
/aoo4110/main/writerfilter/source/dmapper/ |
H A D | TDefTableHandler.cxx | 274 size_t nCell, ::boost::shared_ptr< TablePropertyMap > pCellProperties ) const in fillCellProperties()
|
H A D | DomainMapperTableManager.cxx | 173 for( size_t nCell = 0; nCell < pTDefTableHandler->getCellCount(); ++nCell ) in sprm() local
|
H A D | DomainMapperTableHandler.cxx | 145 sal_Int32 nCell, sal_Int32 nRow, bool bIsEndCol, bool bIsEndRow ) in lcl_computeCellBorders() 557 sal_Int32 nCell = 0; in endTableGetCellProperties() local
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | WW8TableInfo.cxx | 68 void WW8TableNodeInfoInner::setCell(sal_uInt32 nCell) in setCell() 463 void WW8TableNodeInfo::setCell(sal_uInt32 nCell) in setCell() 718 sal_uInt32 nCell, in processTableBoxLines() 772 sal_uInt32 nCell, in processTableBox() 868 sal_uInt32 nCell, in insertTableNodeInfo() 1217 sal_uInt32 nCell = 0; in connectCells() local
|
H A D | docxattributeoutput.cxx | 149 sal_uInt32 nCell = pTextNodeInfo->getCell(); in StartParagraph() local
|
H A D | rtfattributeoutput.cxx | 462 sal_uInt32 nCell = pTextNodeInfo->getCell(); in StartParagraph() local
|
/aoo4110/main/oox/source/xls/ |
H A D | scenariobuffer.cxx | 141 for( sal_uInt16 nCell = 0; !rStrm.isEof() && (nCell < nCellCount); ++nCell ) in importScenario() local
|
/aoo4110/main/sw/source/filter/inc/ |
H A D | fltshell.hxx | 573 void SetCellWidth(SwTwips nWidth, sal_uInt16 nCell = USHRT_MAX ) { in SetCellWidth() 577 void SetCellBorder(const SvxBoxItem& rFmtBox, sal_uInt16 nCell = USHRT_MAX ){ in SetCellBorder() 581 void DeleteCell(sal_uInt16 nCell = USHRT_MAX) { in DeleteCell()
|
/aoo4110/main/sw/source/filter/html/ |
H A D | htmltabw.cxx | 516 for( sal_uInt16 nCell = 0; nCell<rCells.Count(); nCell++ ) in OutTableCells() local 556 for( sal_uInt16 nCell = 0; nCell<rCells.Count(); nCell++ ) in OutTableCells() local
|
/aoo4110/main/sw/source/filter/ww1/ |
H A D | fltshell.cxx | 1618 void SwFltOutDoc::SetCellWidth(SwTwips nWidth, sal_uInt16 nCell /* = USHRT_MAX */ ) in SetCellWidth() 1666 sal_uInt16 nCell /* = USHRT_MAX */ ) in SetCellBorder() 1697 void SwFltOutDoc::DeleteCell(sal_uInt16 nCell /* = USHRT_MAX */) in DeleteCell()
|
/aoo4110/main/writerfilter/inc/resourcemodel/ |
H A D | TableManager.hxx | 989 for (unsigned int nCell = 0; nCell < nCells; ++nCell) in resolveCurrentTable() local
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unotext.cxx | 2089 const sal_Int32 nCell, in lcl_ApplyCellProperties() 2268 for (sal_Int32 nCell = 0; nCell < nCells; ++nCell) in convertToTable() local 2345 for (sal_Int32 nCell = 0; nCell < nCells; ++nCell) in convertToTable() local
|
/aoo4110/main/oox/source/dump/ |
H A D | biffdumper.cxx | 2971 for( sal_uInt16 nCell = 0; !rStrm.isEof() && (nCell < nCellCount); ++nCell ) in implDumpRecordBody() local 2974 for( sal_uInt16 nCell = 0; !rStrm.isEof() && (nCell < nCellCount); ++nCell ) in implDumpRecordBody() local
|
Completed in 151 milliseconds