Searched refs:sDebugText (Results 1 – 1 of 1) sorted by relevance
3130 String sDebugText( UniString::CreateFromInt32( TWIP_TO_MM100(rNumFmt.GetAbsLSpace() ) ) ); in lcl_PrintDebugOutput() local3131 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()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()[all …]
Completed in 63 milliseconds