Lines Matching refs:nDepth

63 void WW8TableNodeInfoInner::setDepth(sal_uInt32 nDepth)  in setDepth()  argument
65 mnDepth = nDepth; in setDepth()
373 void WW8TableNodeInfo::setDepth(sal_uInt32 nDepth) in setDepth() argument
375 mnDepth = nDepth; in setDepth()
561 const WW8TableNodeInfoInner::Pointer_t WW8TableNodeInfo::getInnerForDepth(sal_uInt32 nDepth) const in getInnerForDepth()
565 Inners_t::const_iterator aIt = mInners.find(nDepth); in getInnerForDepth()
688 sal_uInt32 nDepth, WW8TableNodeInfo * pPrev) in processTableLine() argument
692 << nDepth << "\">" << ::std::endl; in processTableLine()
703 pPrev = processTableBox(pTable, pBox, nRow, n, nDepth, n == rBoxes.Count() - 1, pPrev); in processTableLine()
719 sal_uInt32 nDepth) in processTableBoxLines() argument
722 ::std::clog << "<processTableBoxLines depth=\"" << nDepth in processTableBoxLines()
737 …pNodeInfo = processTableBoxLines(rBoxes[nBox], pTable, pBoxToSet, nRow, nCell, nDepth); … in processTableBoxLines()
752 … pNodeInfo = insertTableNodeInfo(&rNode, pTable, pBoxToSet, nRow, nCell, nDepth); in processTableBoxLines()
773 sal_uInt32 nDepth, in processTableBox() argument
779 << "\" depth=\"" << nDepth << "\">" << ::std::endl; in processTableBox()
789 pNodeInfo = processTableBoxLines(pBox, pTable, pBox, nRow, nCell, nDepth); in processTableBox()
820 pNodeInfo = insertTableNodeInfo(&rNode, pTable, pBox, nRow, nCell, nDepth); in processTableBox()
869 sal_uInt32 nDepth, in insertTableNodeInfo() argument
881 pNodeInfo->setDepth(nDepth + pNodeInfo->getDepth()); in insertTableNodeInfo()