Searched refs:pNodeInfo (Results 1 – 8 of 8) sorted by relevance
| /trunk/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 | 3996 ww8::WW8TableNodeInfo::Pointer_t pNodeInfo = in OutputStartNode() local 3999 if (pNodeInfo.get() != NULL) in OutputStartNode() 4002 ::std::clog << pNodeInfo->toString() << ::std::endl; in OutputStartNode() 4005 const ww8::WW8TableNodeInfo::Inners_t aInners = pNodeInfo->getInners(); in OutputStartNode() 4029 ww8::WW8TableNodeInfo::Pointer_t pNodeInfo = mpTableInfo->getTableNodeInfo( &rNode ); in OutputEndNode() local 4031 if (pNodeInfo.get() != NULL) in OutputEndNode() 4034 ::std::clog << pNodeInfo->toString() << ::std::endl; in OutputEndNode() 4037 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 | 2397 void WW8AttributeOutput::TableNodeInfo( ww8::WW8TableNodeInfo::Pointer_t pNodeInfo ) in TableNodeInfo() argument 2402 ww8::WW8TableNodeInfo::Inners_t::const_iterator aIt( pNodeInfo->getInners().begin() ); in TableNodeInfo() 2403 ww8::WW8TableNodeInfo::Inners_t::const_iterator aItEnd( pNodeInfo->getInners().end() ); in TableNodeInfo()
|