<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; OOo Basic: отмена изменений (команда undo)]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=1391</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=1391&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «OOo Basic: отмена изменений (команда undo)».]]></description>
		<lastBuildDate>Thu, 24 Apr 2008 06:48:11 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[OOo Basic: отмена изменений (команда undo)]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=10597#p10597</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (The gray Cardinal)]]></author>
			<pubDate>Thu, 24 Apr 2008 06:48:11 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=10597#p10597</guid>
		</item>
	</channel>
</rss>
