Home
last modified time | relevance | path

Searched refs:pNodeInfo (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A DWW8TableInfo.cxx727 WW8TableNodeInfo::Pointer_t pNodeInfo; in processTableBoxLines() local
737pNodeInfo = 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 DWW8TableInfo.hxx124 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 Dwrtww8.cxx3996 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 Dww8attributeoutput.hxx119 virtual void TableNodeInfo( ww8::WW8TableNodeInfo::Pointer_t pNodeInfo );
H A Dattributeoutputbase.hxx233 virtual void TableNodeInfo( ww8::WW8TableNodeInfo::Pointer_t pNodeInfo ) = 0;
H A Drtfattributeoutput.hxx156 virtual void TableNodeInfo( ww8::WW8TableNodeInfo::Pointer_t pNodeInfo );
H A Ddocxattributeoutput.hxx157 virtual void TableNodeInfo( ww8::WW8TableNodeInfo::Pointer_t pNodeInfo );
H A Dwrtw8nds.cxx2397 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()