Lines Matching refs:Print
55 void Print( int nLevel, sal_uIntPtr nCount, sal_uIntPtr nCountLeak );
56 void Print( int nLevel );
89 void ImpDbgStackTree::Print( int nLevel, sal_uIntPtr nCount, sal_uIntPtr nCountLeak ) in Print() function in ImpDbgStackTree
92 pLeft_->Print( nLevel, nCount, nCountLeak ); in Print()
116 pCaller_->Print( nLevel + 1, nCount, 1 ); in Print()
118 pCaller_->Print( nLevel + 1, nCount, nCountLeak ); in Print()
122 pRight_->Print( nLevel, nCount, nCountLeak ); in Print()
127 void ImpDbgStackTree::Print( int nLevel ) in Print() function in ImpDbgStackTree
130 pSub_->Print( nLevel + 1 ); in Print()
215 pImpDbgStackTreeRoot->Print( 1, 1, 2 ); in DbgEndStackTree()
222 pImpDbgStackTreeRoot->Print( 1, 1000, 0 ); // ??? in DbgEndStackTree()
301 p->Print( 1 ); in DbgPrintStackTree()