<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; OOo Basic: отмена изменений (команда undo)]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=1391&amp;type=atom" />
	<updated>2008-04-24T06:48:11Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=1391</id>
		<entry>
			<title type="html"><![CDATA[OOo Basic: отмена изменений (команда undo)]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=10597#p10597" />
			<content type="html"><![CDATA[<p>Выполнение команды undo программно, в макросе:<br /></p><div class="codebox"><pre><code>Sub Undo()
    Dim oDisp, oFrame
    oFrame = ThisComponent.CurrentController.Frame
    oDisp = createUnoService(&quot;com.sun.star.frame.DispatchHelper&quot;)
    oDisp.executeDispatch(oFrame,&quot;.uno:Undo&quot;, &quot;&quot;, 0, Array())
End Sub</code></pre></div>]]></content>
			<author>
				<name><![CDATA[The gray Cardinal]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=2</uri>
			</author>
			<updated>2008-04-24T06:48:11Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=10597#p10597</id>
		</entry>
</feed>
