Lines Matching refs:nIndent
525 int nIndent = nCallLvl * GnIndentPerCallLevel; in dbg_tracePrint() local
526 …ToOString( rtl::OUString( aStr ), RTL_TEXTENCODING_ASCII_US ).getStr(), lcl_getSpaces( nIndent ) ); in dbg_tracePrint()
587 int nIndent = nCallLvl * GnIndentPerCallLevel; in dbg_traceStep() local
607 lcl_lineOut( rStr_STMNT.getStr(), lcl_getSpaces( nIndent ), in dbg_traceStep()
620 nIndent += GnIndentForPCode; in dbg_traceStep()
624 lcl_lineOut( rStr_PCode.getStr(), lcl_getSpaces( nIndent ), in dbg_traceStep()
748 int nIndent = nCallLvl * GnIndentPerCallLevel; in dbg_traceNotifyCall() local
752 lcl_lineOut( pSeparator, lcl_getSpaces( nIndent ) ); in dbg_traceNotifyCall()
760 lcl_lineOut( "}", lcl_getSpaces( nIndent ) ); in dbg_traceNotifyCall()
790 lcl_getSpaces( nIndent ), pPostStr ); in dbg_traceNotifyCall()
792 lcl_lineOut( "{", lcl_getSpaces( nIndent ) ); in dbg_traceNotifyCall()
818 int nIndent = nCallLvl * GnIndentPerCallLevel; in dbg_traceNotifyError() local
819 lcl_lineOut( Buffer, lcl_getSpaces( nIndent ) ); in dbg_traceNotifyError()
898 int nIndent = GnLastCallLvl * GnIndentPerCallLevel; in RTL_Impl_TraceCommand() local
899 lcl_lineOut( Buffer, lcl_getSpaces( nIndent ) ); in RTL_Impl_TraceCommand()