<?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: скрытие/отображение панелей инструментов]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=1400</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=1400&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «OOo Basic: скрытие/отображение панелей инструментов».]]></description>
		<lastBuildDate>Fri, 25 Apr 2008 14:12:30 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[OOo Basic: скрытие/отображение панелей инструментов]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=10635#p10635</link>
			<description><![CDATA[<p>Пример скрывает или отображает панель инструментов &quot;Стандартная&quot; (переключатель).<br /></p><div class="codebox"><pre><code>oFrame = ThisComponent.CurrentController.Frame
cURL = &quot;private:resource/toolbar/standardbar&quot;
If oFrame.LayoutManager.IsElementVisible(cURL) Then
    oFrame.LayoutManager.hideElement(cURL)
Else
    oFrame.LayoutManager.showElement(cURL)
EndIf</code></pre></div><p>Названия панелей инструментов (в данном случае &quot;standardbar&quot;) можно посмотреть, например, в файле<br /></p><div class="quotebox"><blockquote><p>C:\Program Files\OpenOffice.org 2.3\share\registry\res\ru\org\openoffice\Office\UI\WriterWindowState.xcu</p></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (The gray Cardinal)]]></author>
			<pubDate>Fri, 25 Apr 2008 14:12:30 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=10635#p10635</guid>
		</item>
	</channel>
</rss>
