Lines Matching refs:append
67 … sBufferParam.append( SSERVICE ); \
68 … sBufferParam.append( "::findFrame( \"" ); \
69 … sBufferParam.append( U2B( STARGETNAME ) ); \
70 … sBufferParam.append( "\", " ); \
71 … sBufferParam.append( ::rtl::OString::valueOf( sal_Int32( NSEARCHFLAGS ) ) ); \
72 … sBufferParam.append( " ) my name is \"" ); \
73 … sBufferParam.append( U2B( SFRAMENAME ) ); \
74 … sBufferParam.append( "\"\n" ); \
75 … sBufferSteps.append( U2B( SFRAMENAME ) ); \
76 … sBufferSteps.append( "--" ); \
92 …sBuffer.append( "[ " ); …
93 …sBuffer.append( U2B( SFRAMENAME ) ); …
94 …sBuffer.append( "] " ); …
95 …sBuffer.append( SSERVICE ); …
96 …sBuffer.append( "::queryDispatch( \"" ); …
97 …sBuffer.append( U2B( AURL.Complete ) ); …
98 …sBuffer.append( "\", \"" ); …
99 …sBuffer.append( U2B( STARGETNAME ) ); …
100 …sBuffer.append( "\", " ); …
101 …sBuffer.append( ::rtl::OString::valueOf( sal_Int32( NSEARCHFLAGS ) ) ); …
102 …sBuffer.append( " )\n" ); …
117 …sBuffer.append( "[ " ); …
118 …sBuffer.append( U2B( SFRAMENAME ) ); …
119 …sBuffer.append( "] " ); …
120 …sBuffer.append( SSERVICE ); …
121 …sBuffer.append( "::loadComponentFromURL( \"" ); …
122 …sBuffer.append( U2B( SURL ) ); …
123 …sBuffer.append( "\", \"" ); …
124 …sBuffer.append( U2B( STARGETNAME ) ); …
125 …sBuffer.append( "\", " ); …
126 …sBuffer.append( ::rtl::OString::valueOf( sal_Int32( NSEARCHFLAGS ) ) ); …
127 …sBuffer.append( ", " ); …
131 … sBuffer.append( U2B( SEQPARAMETER[nParameter].Name )); \
134 … sBuffer.append( " | " ); \
137 …sBuffer.append( " )\n" ); …
153 …sBufferParam.append( SSERVICE ); …
154 …sBufferParam.append( "::findFrame() at \"" ); …
155 …sBufferParam.append( U2B( SFRAMENAME ) ); …
156 …sBufferParam.append( "\" " ); …
159 … sBufferParam.append( "return with valid frame.\n" ); \
160 … sBufferSteps.append( "OK [" ); \
161 … sBufferSteps.append( U2B( XFRAME->getName() ) ); \
162 … sBufferSteps.append( "]\n" ); \
166 … sBufferParam.append( "return with NULL frame!\n"); \
167 … sBufferSteps.append( "??\n" ); \
184 …sBuffer.append( "[ " ); …
185 …sBuffer.append( U2B( SFRAMENAME ) ); …
186 …sBuffer.append( "] " ); …
187 …sBuffer.append( SSERVICE ); …
190 … sBuffer.append( "::queryDispatch() return with valid dispatcher." ); \
194 … sBuffer.append( "::queryDispatch() return with NULL dispatcher!" ); \
196 …sBuffer.append( "\n" ); …
211 …sBuffer.append( "[ " ); …
212 …sBuffer.append( U2B( SFRAMENAME ) ); …
213 …sBuffer.append( "] " ); …
214 …sBuffer.append( SSERVICE ); …
217 … sBuffer.append( "::loadComponentFromURL() return with valid component." ); \
221 … sBuffer.append( "::loadComponentFromURL() return with NULL component!" ); \
223 …sBuffer.append( "\n" ); …