Searched refs:nCurrentDepth (Results 1 – 2 of 2) sorted by relevance
480 sal_uInt32 nCurrentDepth = pTextNodeInfo->getDepth(); in StartParagraph() local482 if ( nCurrentDepth > m_nTableDepth ) in StartParagraph()495 m_nTableDepth = nCurrentDepth; in StartParagraph()1108 sal_uInt32 nCurrentDepth = pTableTextNodeInfoInner->getDepth(); in StartTableRow() local1109 OSL_TRACE("%s, (depth is %d)", OSL_THIS_FUNC, (int)nCurrentDepth); in StartTableRow()1117 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 42 milliseconds