Searched refs:pNodeInfo (Results 1 – 8 of 8) sorted by relevance
| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | WW8TableInfo.cxx | 727 WW8TableNodeInfo::Pointer_t pNodeInfo; in processTableBoxLines() local 737 …pNodeInfo = processTableBoxLines(rBoxes[nBox], pTable, pBoxToSet, nRow, nCell, nDepth); … in processTableBoxLines() 752 … pNodeInfo = insertTableNodeInfo(&rNode, pTable, pBoxToSet, nRow, nCell, nDepth); in processTableBoxLines() 765 return pNodeInfo; in processTableBoxLines() 782 WW8TableNodeInfo::Pointer_t pNodeInfo; in processTableBox() local 789 pNodeInfo = processTableBoxLines(pBox, pTable, pBox, nRow, nCell, nDepth); in processTableBox() 790 pNodeInfo->setEndOfCell(true); in processTableBox() 792 pNodeInfo->setEndOfLine(true); in processTableBox() 820 pNodeInfo = insertTableNodeInfo(&rNode, pTable, pBox, nRow, nCell, nDepth); in processTableBox() 823 pPrev->setNext(pNodeInfo.get()); in processTableBox() [all …]
|
| H A D | WW8TableInfo.hxx | 124 CellInfo(const SwRect & aRect, WW8TableNodeInfo * pNodeInfo); 279 void insert(const SwRect & rRect, WW8TableNodeInfo * pNodeInfo, 286 TableBoxVectorPtr getTableBoxesOfRow(WW8TableNodeInfoInner * pNodeInfo); 287 WidthsPtr getWidthsOfRow(WW8TableNodeInfoInner * pNodeInfo); 288 RowSpansPtr getRowSpansOfRow(WW8TableNodeInfoInner * pNodeInfo);
|
| H A D | wrtww8.cxx | 4011 ww8::WW8TableNodeInfo::Pointer_t pNodeInfo = in OutputStartNode() local 4014 if (pNodeInfo.get() != NULL) in OutputStartNode() 4017 ::std::clog << pNodeInfo->toString() << ::std::endl; in OutputStartNode() 4020 const ww8::WW8TableNodeInfo::Inners_t aInners = pNodeInfo->getInners(); in OutputStartNode() 4044 ww8::WW8TableNodeInfo::Pointer_t pNodeInfo = mpTableInfo->getTableNodeInfo( &rNode ); in OutputEndNode() local 4046 if (pNodeInfo.get() != NULL) in OutputEndNode() 4049 ::std::clog << pNodeInfo->toString() << ::std::endl; in OutputEndNode() 4052 const ww8::WW8TableNodeInfo::Inners_t aInners = pNodeInfo->getInners(); in OutputEndNode()
|
| H A D | ww8attributeoutput.hxx | 119 virtual void TableNodeInfo( ww8::WW8TableNodeInfo::Pointer_t pNodeInfo );
|
| H A D | attributeoutputbase.hxx | 233 virtual void TableNodeInfo( ww8::WW8TableNodeInfo::Pointer_t pNodeInfo ) = 0;
|
| H A D | rtfattributeoutput.hxx | 156 virtual void TableNodeInfo( ww8::WW8TableNodeInfo::Pointer_t pNodeInfo );
|
| H A D | docxattributeoutput.hxx | 157 virtual void TableNodeInfo( ww8::WW8TableNodeInfo::Pointer_t pNodeInfo );
|
| H A D | wrtw8nds.cxx | 2398 void WW8AttributeOutput::TableNodeInfo( ww8::WW8TableNodeInfo::Pointer_t pNodeInfo ) in TableNodeInfo() argument 2403 ww8::WW8TableNodeInfo::Inners_t::const_iterator aIt( pNodeInfo->getInners().begin() ); in TableNodeInfo() 2404 ww8::WW8TableNodeInfo::Inners_t::const_iterator aItEnd( pNodeInfo->getInners().end() ); in TableNodeInfo()
|