Searched refs:nCurrentDepth (Results 1 – 2 of 2) sorted by relevance
472 sal_uInt32 nCurrentDepth = pTextNodeInfo->getDepth(); in StartParagraph() local474 if ( nCurrentDepth > m_nTableDepth ) in StartParagraph()487 m_nTableDepth = nCurrentDepth; in StartParagraph()1100 sal_uInt32 nCurrentDepth = pTableTextNodeInfoInner->getDepth(); in StartTableRow() local1101 OSL_TRACE("%s, (depth is %d)", OSL_THIS_FUNC, (int)nCurrentDepth); in StartTableRow()1109 if ( nCurrentDepth > 1 ) in StartTableRow()
166 sal_uInt32 nCurrentDepth = pTextNodeInfo->getDepth(); in StartParagraph() local168 if ( nCurrentDepth > m_nTableDepth ) in StartParagraph()180 m_nTableDepth = nCurrentDepth; in StartParagraph()
Completed in 52 milliseconds