Lines Matching refs:appendAscii

190 …aScriptBuffer.appendAscii("rem -------------------------------------------------------------------…  in getRecordedMacro()
191 aScriptBuffer.appendAscii("rem define variables\n"); in getRecordedMacro()
192 aScriptBuffer.appendAscii("dim document as object\n"); in getRecordedMacro()
193 aScriptBuffer.appendAscii("dim dispatcher as object\n"); in getRecordedMacro()
194 …aScriptBuffer.appendAscii("rem -------------------------------------------------------------------… in getRecordedMacro()
195 aScriptBuffer.appendAscii("rem get access to the document\n"); in getRecordedMacro()
196 aScriptBuffer.appendAscii("document = ThisComponent.CurrentController.Frame\n"); in getRecordedMacro()
197 …aScriptBuffer.appendAscii("dispatcher = createUnoService(\"com.sun.star.frame.DispatchHelper\")\n\… in getRecordedMacro()
215 aArgumentBuffer.appendAscii("Array("); in AppendToBuffer()
221 aArgumentBuffer.appendAscii(","); in AppendToBuffer()
224 aArgumentBuffer.appendAscii(")"); in AppendToBuffer()
235 aArgumentBuffer.appendAscii("Array("); in AppendToBuffer()
241 aArgumentBuffer.appendAscii(","); in AppendToBuffer()
244 aArgumentBuffer.appendAscii(")"); in AppendToBuffer()
265 aArgumentBuffer.appendAscii("\""); in AppendToBuffer()
271 aArgumentBuffer.appendAscii("+"); in AppendToBuffer()
274 aArgumentBuffer.appendAscii("CHR$("); in AppendToBuffer()
276 aArgumentBuffer.appendAscii(")"); in AppendToBuffer()
284 aArgumentBuffer.appendAscii("+"); in AppendToBuffer()
287 aArgumentBuffer.appendAscii("\""); in AppendToBuffer()
297 aArgumentBuffer.appendAscii("\""); in AppendToBuffer()
300 aArgumentBuffer.appendAscii("\"\""); in AppendToBuffer()
306 aArgumentBuffer.appendAscii("\""); in AppendToBuffer()
311 aArgumentBuffer.appendAscii("\""); in AppendToBuffer()
329 aArgumentBuffer.appendAscii("."); in AppendToBuffer()
346 …aScriptBuffer.appendAscii("rem -------------------------------------------------------------------… in implts_recordMacro()
370 aArgumentBuffer.appendAscii(REM_AS_COMMENT); in implts_recordMacro()
372 aArgumentBuffer.appendAscii("("); in implts_recordMacro()
374 aArgumentBuffer.appendAscii(").Name = \""); in implts_recordMacro()
376 aArgumentBuffer.appendAscii("\"\n"); in implts_recordMacro()
380 aArgumentBuffer.appendAscii(REM_AS_COMMENT); in implts_recordMacro()
382 aArgumentBuffer.appendAscii("("); in implts_recordMacro()
384 aArgumentBuffer.appendAscii(").Value = "); in implts_recordMacro()
386 aArgumentBuffer.appendAscii("\n"); in implts_recordMacro()
396 aScriptBuffer.appendAscii(REM_AS_COMMENT); in implts_recordMacro()
397 aScriptBuffer.appendAscii("dim "); in implts_recordMacro()
399 aScriptBuffer.appendAscii("("); in implts_recordMacro()
401 aScriptBuffer.appendAscii(") as new com.sun.star.beans.PropertyValue\n"); in implts_recordMacro()
403 aScriptBuffer.appendAscii("\n"); in implts_recordMacro()
408 aScriptBuffer.appendAscii(REM_AS_COMMENT); in implts_recordMacro()
409 aScriptBuffer.appendAscii("dispatcher.executeDispatch(document, \""); in implts_recordMacro()
411 aScriptBuffer.appendAscii("\", \"\", 0, "); in implts_recordMacro()
413 aScriptBuffer.appendAscii("Array()"); in implts_recordMacro()
417 aScriptBuffer.appendAscii("()"); in implts_recordMacro()
419 aScriptBuffer.appendAscii(")\n\n"); in implts_recordMacro()