Home
last modified time | relevance | path

Searched refs:nCurrentDepth (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx472 sal_uInt32 nCurrentDepth = pTextNodeInfo->getDepth(); in StartParagraph() local
474 if ( nCurrentDepth > m_nTableDepth ) in StartParagraph()
487 m_nTableDepth = nCurrentDepth; in StartParagraph()
1100 sal_uInt32 nCurrentDepth = pTableTextNodeInfoInner->getDepth(); in StartTableRow() local
1101 OSL_TRACE("%s, (depth is %d)", OSL_THIS_FUNC, (int)nCurrentDepth); in StartTableRow()
1109 if ( nCurrentDepth > 1 ) in StartTableRow()
H A Ddocxattributeoutput.cxx166 sal_uInt32 nCurrentDepth = pTextNodeInfo->getDepth(); in StartParagraph() local
168 if ( nCurrentDepth > m_nTableDepth ) in StartParagraph()
180 m_nTableDepth = nCurrentDepth; in StartParagraph()

Completed in 38 milliseconds