Home
last modified time | relevance | path

Searched refs:aScriptBuffer (Results 1 – 1 of 1) sorted by relevance

/trunk/main/framework/source/recording/
H A Ddispatchrecorder.cxx185 ::rtl::OUStringBuffer aScriptBuffer; in getRecordedMacro()
186 aScriptBuffer.ensureCapacity(10000); in getRecordedMacro()
189aScriptBuffer.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()
193aScriptBuffer.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()
196aScriptBuffer.appendAscii("dispatcher = createUnoService(\"com.sun.star.frame.DispatchHelper\")\n\… in getRecordedMacro()
[all …]