<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pablo Endres&#039; Blog &#187; Open Office</title>
	<atom:link href="http://www.pabloendres.com/tag/open-office/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pabloendres.com</link>
	<description></description>
	<lastBuildDate>Sun, 22 Jan 2012 19:20:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>ooimpress  and .pps files</title>
		<link>http://www.pabloendres.com/2010/10/08/ooimpress-and-pps-files/</link>
		<comments>http://www.pabloendres.com/2010/10/08/ooimpress-and-pps-files/#comments</comments>
		<pubDate>Fri, 08 Oct 2010 19:00:03 +0000</pubDate>
		<dc:creator>Pablo Endres</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Office]]></category>

		<guid isPermaLink="false">http://www.pabloendres.com/?p=154</guid>
		<description><![CDATA[I&#8217;ve been working with Ubuntu lately at the day job and the Open Office setup is different than on Fedora.  One special case is the opening of .pps files, which per default go into &#8220;presentation mode&#8221; which I normally hate to see (it just takes to long to see what you really what to see [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working with Ubuntu lately at the day job and the Open Office setup is different than on Fedora.  One special case is the opening of .pps files, which per default go into &#8220;presentation mode&#8221; which I normally hate to see (it just takes to long to see what you really what to see in the presentation.</p>
<p>This is a workaround I found around in the Web:<br />
Create ~/bin/ooimpress-edit or if you want to use it system wide /usr/local/bin/ooimpress-edit; and add the following code into it</p>
<blockquote><p>#!/bin/bash<br />
ooimpress -n &#8220;$*&#8221;<br />
exit</p></blockquote>
<p>Use it when ever you think you need it.  I set it up as default behaviour in the browser.</p>
<p>Enjoy</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pabloendres.com/2010/10/08/ooimpress-and-pps-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transpose Open Office Calc data from rows to columns, or vice versa</title>
		<link>http://www.pabloendres.com/2009/05/05/transpose/</link>
		<comments>http://www.pabloendres.com/2009/05/05/transpose/#comments</comments>
		<pubDate>Tue, 05 May 2009 19:45:57 +0000</pubDate>
		<dc:creator>Pablo Endres</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Open Office]]></category>
		<category><![CDATA[transpose]]></category>

		<guid isPermaLink="false">http://www.pabloendres.com/?p=76</guid>
		<description><![CDATA[I had to shift through a ton a data today and after I was have way through I realized that I would be easier to express and analyze the data if it was transposed o just filled in the other way around (rows and columns).  On any other day or a different stage of the [...]]]></description>
			<content:encoded><![CDATA[<p>I had to shift through a ton a data today and after I was have way through I realized that I would be easier to express and analyze the data if it was transposed o just filled in the other way around (rows and columns).  On any other day or a different stage of the work I would have retyped it, but I got lazy and found this <a href="http://blogs.techrepublic.com.com/msoffice/?p=630">link</a> and all you have to do is a special paste and check the transpose box.</p>
<p>Incredible!</p>
<p>The best thing is that it works both in M$ Office and Open Office.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pabloendres.com/2009/05/05/transpose/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Opensource replacement for Visio</title>
		<link>http://www.pabloendres.com/2008/09/09/opensource-replacement-for-visio/</link>
		<comments>http://www.pabloendres.com/2008/09/09/opensource-replacement-for-visio/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 15:37:35 +0000</pubDate>
		<dc:creator>Pablo Endres</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[dia]]></category>
		<category><![CDATA[kvio]]></category>
		<category><![CDATA[Open Office]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[visio]]></category>

		<guid isPermaLink="false">http://www.pabloendres.com/?p=36</guid>
		<description><![CDATA[I&#8217;ve been looking actively for an open source replacement for Visio, the programs work but the main weakness is the lack of the &#8220;stencils&#8221; or figures to make the diagrams.  The artwork that I found is really lacking the help of a designer. I checked out Dia 0.96.1 which I had used before and it [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been looking actively for an open source replacement for Visio, the programs work but the main weakness is the lack of the &#8220;stencils&#8221; or figures to make the diagrams.  The artwork that I found is really lacking the help of a designer.</p>
<p>I checked out <a href="http://live.gnome.org/Dia/">Dia</a> 0.96.1 which I had used before and it works really good but as I stated before it lacks the artwork.  The good thing is that there is hope, as stated in it&#8217;s web site: &#8220;It is also possible to add support for new shapes by writing simple XML files, using a subset of SVG to draw the shape.&#8221;</p>
<p><a href="http://www.openoffice.org/product/draw.html">Open Office Draw</a> 2.4.1 is also suitable for the job.  I personally it is a little more limited than Dia for the job, but maybe it&#8217;s just my impression.  As a drawing tool it is more complex and give you more for your <span style="text-decoration: line-through;">Money</span> effort like object rotation, and other effect.</p>
<p><a href="http://www.koffice.org/kivio/">Kvio</a> 1.6.3 is also a nice tool.  I have to say that it works really well.  It&#8217;s light and has good handling of stencils, they get extra points because it automatically finds and uses the Dia stencils.  The only thing I really don&#8217;t handle well yet is that all objects when placed on the sheet a TOO BIG.</p>
<p>Is there a chance that someone with good graphic skills opens an Open Source project to make some standard shapes or stencils that can be used by all  3 tools or any other tools that wants to use them.  If a momentum is created it is also possible to make the Vendors want to publish their shapes in this standard format.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pabloendres.com/2008/09/09/opensource-replacement-for-visio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

