Lines Matching refs:appendAscii

189 …aScriptBuffer.appendAscii("rem -------------------------------------------------------------------…  in getRecordedMacro()
190 aScriptBuffer.appendAscii("rem define variables\n"); in getRecordedMacro()
191 aScriptBuffer.appendAscii("dim document as object\n"); in getRecordedMacro()
192 aScriptBuffer.appendAscii("dim dispatcher as object\n"); in getRecordedMacro()
193 …aScriptBuffer.appendAscii("rem -------------------------------------------------------------------… in getRecordedMacro()
194 aScriptBuffer.appendAscii("rem get access to the document\n"); in getRecordedMacro()
195 aScriptBuffer.appendAscii("document = ThisComponent.CurrentController.Frame\n"); in getRecordedMacro()
196 …aScriptBuffer.appendAscii("dispatcher = createUnoService(\"com.sun.star.frame.DispatchHelper\")\n\… in getRecordedMacro()
214 aArgumentBuffer.appendAscii("Array("); in AppendToBuffer()
220 aArgumentBuffer.appendAscii(","); in AppendToBuffer()
223 aArgumentBuffer.appendAscii(")"); in AppendToBuffer()
234 aArgumentBuffer.appendAscii("Array("); in AppendToBuffer()
240 aArgumentBuffer.appendAscii(","); in AppendToBuffer()
243 aArgumentBuffer.appendAscii(")"); in AppendToBuffer()
264 aArgumentBuffer.appendAscii("\""); in AppendToBuffer()
270 aArgumentBuffer.appendAscii("+"); in AppendToBuffer()
273 aArgumentBuffer.appendAscii("CHR$("); in AppendToBuffer()
275 aArgumentBuffer.appendAscii(")"); in AppendToBuffer()
283 aArgumentBuffer.appendAscii("+"); in AppendToBuffer()
286 aArgumentBuffer.appendAscii("\""); in AppendToBuffer()
296 aArgumentBuffer.appendAscii("\""); in AppendToBuffer()
299 aArgumentBuffer.appendAscii("\"\""); in AppendToBuffer()
305 aArgumentBuffer.appendAscii("\""); in AppendToBuffer()
310 aArgumentBuffer.appendAscii("\""); in AppendToBuffer()
328 aArgumentBuffer.appendAscii("."); in AppendToBuffer()
345 …aScriptBuffer.appendAscii("rem -------------------------------------------------------------------… in implts_recordMacro()
369 aArgumentBuffer.appendAscii(REM_AS_COMMENT); in implts_recordMacro()
371 aArgumentBuffer.appendAscii("("); in implts_recordMacro()
373 aArgumentBuffer.appendAscii(").Name = \""); in implts_recordMacro()
375 aArgumentBuffer.appendAscii("\"\n"); in implts_recordMacro()
379 aArgumentBuffer.appendAscii(REM_AS_COMMENT); in implts_recordMacro()
381 aArgumentBuffer.appendAscii("("); in implts_recordMacro()
383 aArgumentBuffer.appendAscii(").Value = "); in implts_recordMacro()
385 aArgumentBuffer.appendAscii("\n"); in implts_recordMacro()
395 aScriptBuffer.appendAscii(REM_AS_COMMENT); in implts_recordMacro()
396 aScriptBuffer.appendAscii("dim "); in implts_recordMacro()
398 aScriptBuffer.appendAscii("("); in implts_recordMacro()
400 aScriptBuffer.appendAscii(") as new com.sun.star.beans.PropertyValue\n"); in implts_recordMacro()
402 aScriptBuffer.appendAscii("\n"); in implts_recordMacro()
407 aScriptBuffer.appendAscii(REM_AS_COMMENT); in implts_recordMacro()
408 aScriptBuffer.appendAscii("dispatcher.executeDispatch(document, \""); in implts_recordMacro()
410 aScriptBuffer.appendAscii("\", \"\", 0, "); in implts_recordMacro()
412 aScriptBuffer.appendAscii("Array()"); in implts_recordMacro()
416 aScriptBuffer.appendAscii("()"); in implts_recordMacro()
418 aScriptBuffer.appendAscii(")\n\n"); in implts_recordMacro()