Lines Matching refs:sDebugText
3130 String sDebugText( UniString::CreateFromInt32( TWIP_TO_MM100(rNumFmt.GetAbsLSpace() ) ) ); in lcl_PrintDebugOutput() local
3131 sDebugText.AppendAscii( RTL_CONSTASCII_STRINGPARAM( sHash ) ); in lcl_PrintDebugOutput()
3132 sDebugText += UniString::CreateFromInt32( TWIP_TO_MM100(rNumFmt.GetCharTextDistance() ) ); in lcl_PrintDebugOutput()
3133 sDebugText.AppendAscii( RTL_CONSTASCII_STRINGPARAM( sHash ) ); in lcl_PrintDebugOutput()
3134 sDebugText += UniString::CreateFromInt32( TWIP_TO_MM100(rNumFmt.GetFirstLineOffset() ) ); in lcl_PrintDebugOutput()
3135 rFixed.SetText(sDebugText); in lcl_PrintDebugOutput()
3139 String sDebugText( UniString::CreateFromInt32( TWIP_TO_MM100(rNumFmt.GetListtabPos() ) ) ); in lcl_PrintDebugOutput() local
3140 sDebugText.AppendAscii( RTL_CONSTASCII_STRINGPARAM( sHash ) ); in lcl_PrintDebugOutput()
3141 sDebugText += UniString::CreateFromInt32( TWIP_TO_MM100(rNumFmt.GetFirstLineIndent() ) ); in lcl_PrintDebugOutput()
3142 sDebugText.AppendAscii( RTL_CONSTASCII_STRINGPARAM( sHash ) ); in lcl_PrintDebugOutput()
3143 sDebugText += UniString::CreateFromInt32( TWIP_TO_MM100(rNumFmt.GetIndentAt() ) ); in lcl_PrintDebugOutput()
3144 rFixed.SetText(sDebugText); in lcl_PrintDebugOutput()