Lines Matching refs:str
67 OStringBuffer str(128); \
68 str.append( __FILE__ );\
69 str.append( " " ); \
70 str.append( "(" ); \
71 str.append( OString::valueOf( (sal_Int32)__LINE__) );\
72 str.append(")\n" );\
73 str.append( "[ " ); \
74 str.append( #expr ); \
75 str.append( " ] : " ); \
76 str.append( Message ); \
78 OStringToOUString( str.makeStringAndClear() , RTL_TEXTENCODING_ASCII_US ); \
86 OStringBuffer str(128);\
87 str.append( __FILE__);\
88 str.append( " "); \
89 str.append( "(" ); \
90 str.append(OString::valueOf( (sal_Int32)__LINE__)) ;\
91 str.append( ")\n");\
92 str.append( "[ " ); \
93 str.append( #expr ); \
94 str.append( " ] : ") ; \
95 str.append( Message); \
97 … OStringToOUString( str.makeStringAndClear() , RTL_TEXTENCODING_ASCII_US ); \