Searched refs:pNodeInfo (Results 1 – 8 of 8) sorted by relevance
765 return pNodeInfo; in processTableBoxLines()874 if (pNodeInfo.get() == NULL) in insertTableNodeInfo()876 pNodeInfo = in insertTableNodeInfo()881 pNodeInfo->setDepth(nDepth + pNodeInfo->getDepth()); in insertTableNodeInfo()883 pNodeInfo->setTable(pTable); in insertTableNodeInfo()886 pNodeInfo->setCell(nCell); in insertTableNodeInfo()887 pNodeInfo->setRow(nRow); in insertTableNodeInfo()911 return pNodeInfo; in insertTableNodeInfo()952 if (pNodeInfo.get() != NULL) in getNextNode()1181 if (pNodeInfo != NULL) in addShadowCells()[all …]
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);
3997 ww8::WW8TableNodeInfo::Pointer_t pNodeInfo = in OutputStartNode() local4000 if (pNodeInfo.get() != NULL) in OutputStartNode()4003 ::std::clog << pNodeInfo->toString() << ::std::endl; in OutputStartNode()4006 const ww8::WW8TableNodeInfo::Inners_t aInners = pNodeInfo->getInners(); in OutputStartNode()4030 ww8::WW8TableNodeInfo::Pointer_t pNodeInfo = mpTableInfo->getTableNodeInfo( &rNode ); in OutputEndNode() local4032 if (pNodeInfo.get() != NULL) in OutputEndNode()4035 ::std::clog << pNodeInfo->toString() << ::std::endl; in OutputEndNode()4038 const ww8::WW8TableNodeInfo::Inners_t aInners = pNodeInfo->getInners(); in OutputEndNode()
119 virtual void TableNodeInfo( ww8::WW8TableNodeInfo::Pointer_t pNodeInfo );
233 virtual void TableNodeInfo( ww8::WW8TableNodeInfo::Pointer_t pNodeInfo ) = 0;
156 virtual void TableNodeInfo( ww8::WW8TableNodeInfo::Pointer_t pNodeInfo );
157 virtual void TableNodeInfo( ww8::WW8TableNodeInfo::Pointer_t pNodeInfo );
2398 void WW8AttributeOutput::TableNodeInfo( ww8::WW8TableNodeInfo::Pointer_t pNodeInfo ) in TableNodeInfo() argument2403 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()
Completed in 245 milliseconds