Searched refs:aScriptBuffer (Results 1 – 1 of 1) sorted by relevance
185 ::rtl::OUStringBuffer aScriptBuffer; in getRecordedMacro()186 aScriptBuffer.ensureCapacity(10000); in getRecordedMacro()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()[all …]