<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-12775</id>
	<title>Nabble - openoffice - dev</title>
	<updated>2009-12-11T09:14:47Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/openoffice---dev-f12775.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/openoffice---dev-f12775.html" />
	<subtitle type="html">This list provides a general entry point for developers; it is also strongly urged that all developers subscribe to this list for announcements, etc. If you are unsure which project fits your needs best, ask for redirection here. But do not expect user discussions or support. Rather, discussions are focused on the development of the technology.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26748136</id>
	<title>Re:</title>
	<published>2009-12-11T09:14:47Z</published>
	<updated>2009-12-11T09:14:47Z</updated>
	<author>
		<name>Andreas Saeger</name>
	</author>
	<content type="html">ODF is the the only relevant &amp;quot;free and open&amp;quot; feature. Any of your 
&lt;br&gt;programs can generate perfectly valid office documents with a similar 
&lt;br&gt;feature set as in MS Office, usable with many different applications.
&lt;br&gt;Translating a typical &amp;quot;VBA solution&amp;quot; to something equivalent in 
&lt;br&gt;Basic/Python/Java requires far more effort than writing the original VBA 
&lt;br&gt;leading from one vendor lock-in to another one. The whole programming 
&lt;br&gt;logic depends on one particular office application.
&lt;br&gt;The infamous &amp;quot;VBA compatibility mode&amp;quot; covers some trivial methods and 
&lt;br&gt;properties but you can not be sure that your VBA does exactly the same 
&lt;br&gt;thing in this app as it used to do in the other app. It does not support 
&lt;br&gt;anything more sophisticated, no user interface elements, no complex 
&lt;br&gt;method calls (spreadsheet: sort, filter, conditional formatting, 
&lt;br&gt;validation, charts, pivots,...).
&lt;br&gt;Bugs anyone?
&lt;br&gt;print cDbl(&amp;quot;1.234&amp;quot;), cDbl(&amp;quot;1,234&amp;quot;)
&lt;br&gt;&lt;a href=&quot;http://www.openoffice.org/issues/show_bug.cgi?id=65555&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.openoffice.org/issues/show_bug.cgi?id=65555&lt;/a&gt;&amp;nbsp;(so easy to 
&lt;br&gt;confuse this interpreter using simple variants).
&lt;br&gt;The absence of class modules makes Basic perfectly incompatible with 
&lt;br&gt;slightly advanced &amp;quot;VBA solutions&amp;quot;.
&lt;br&gt;StarBasic is a simplistic embeddable facility for batches of API calls. 
&lt;br&gt;The runtime functions hardly invites anyone to write a program logic 
&lt;br&gt;(arrays anyone? hashes/dictionaries? string replacements? format? regex? 
&lt;br&gt;abandon all hope).
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26748136&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26748136&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Would-open-office-work-for-us--tp26631002p26748136.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26749694</id>
	<title>Re: StarOffice3.1 executing macros from the command line</title>
	<published>2009-12-11T08:55:24Z</published>
	<updated>2009-12-11T08:55:24Z</updated>
	<author>
		<name>Markus Daniel-2</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;Hello Matthias,
&lt;br&gt;&lt;br&gt;thank you for the quick response.
&lt;br&gt;&lt;br&gt;Mathias Bauer schrieb:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Markus Daniel wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; -----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;&amp;gt;&amp;gt; Hash: SHA1
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; this is not really an OpenOffice-Issue but I am running out of ideas...
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I am trying to convert old StarOffice3.1 Documents in PDFs.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I cannot use OpenOffice because the formatting of the documents will be
&lt;br&gt;&amp;gt;&amp;gt; destroid (tested with OpenOffice 1.0.3).
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; With OpenOffice I called a macro from the commandline like (all on Windows)
&lt;br&gt;&amp;gt;&amp;gt; soffice.exe macro:///lib.module.macro1
&lt;br&gt;&amp;gt;&amp;gt; this works fine but
&lt;br&gt;&amp;gt;&amp;gt; soffice3.exe macro:///lib.module.macro1 with StarOffice3.1 doesn't work
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I tried a lot of possibilities nothing works.
&lt;br&gt;&amp;gt;&amp;gt; It looks like StarOffice3 was not able to execute macros from the
&lt;br&gt;&amp;gt;&amp;gt; commandline.
&lt;br&gt;&amp;gt;&amp;gt; Is this true?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Is a install version of StarOffice3.1 somewhere available?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I don't think so, at least not if you want to avoid illegal copies.
&lt;br&gt;&amp;gt; Besides that, AFAIR there was no PDF export in SO3, so all you can do
&lt;br&gt;&amp;gt; with it is converting the documents into SO5 binary format.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This can be done in batch processing using the built-in document
&lt;br&gt;&amp;gt; converter. Then you can use OOo1.x to load the SO5 documents and export
&lt;br&gt;&amp;gt; to PDF. OOo1.x is the closest match for the SO binary format.
&lt;/div&gt;&lt;br&gt;I tried to load the documents with OpenOffice, this works fine, but the
&lt;br&gt;layout was not like the original sdw-Files and the pdf-export in early
&lt;br&gt;OpenOffice-Versions is not so good as needed.
&lt;br&gt;&lt;br&gt;&amp;gt; Perhaps you can find an SO5 copy somewhere (as this was available as a
&lt;br&gt;&amp;gt; free download at some point in time) and - if you are lucky - this
&lt;br&gt;&amp;gt; version handles your SO3 documents properly.
&lt;br&gt;&lt;br&gt;I will try this approach, thank you for the tipp.
&lt;br&gt;&lt;br&gt;Can you tell me if the command promt call of a macro works or not?
&lt;br&gt;&amp;quot;soffice3.exe macro:///lib.module.macro1&amp;quot;
&lt;br&gt;&lt;br&gt;Thanks a lot.
&lt;br&gt;&lt;br&gt;Kind regards
&lt;br&gt;Markus
&lt;br&gt;&lt;br&gt;- --
&lt;br&gt;/**
&lt;br&gt;&amp;nbsp;* Markus Daniel
&lt;br&gt;&amp;nbsp;* Bachelor of Science
&lt;br&gt;&amp;nbsp;*
&lt;br&gt;&amp;nbsp;* Synyx GmbH &amp; Co. KG
&lt;br&gt;&amp;nbsp;* OpenSource Solutions
&lt;br&gt;&amp;nbsp;* Karlstr. 68
&lt;br&gt;&amp;nbsp;* 76137 Karlsruhe
&lt;br&gt;&amp;nbsp;*
&lt;br&gt;&amp;nbsp;* phone +49(0)721 66 48 79 31
&lt;br&gt;&amp;nbsp;* fax &amp;nbsp; +49(0)721 66 48 877
&lt;br&gt;&amp;nbsp;* eMail &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26749694&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;markus.daniel@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp;* www &amp;nbsp; &lt;a href=&quot;http://www.synyx.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.synyx.de&lt;/a&gt;&lt;br&gt;&amp;nbsp;* skype synyx_daniel
&lt;br&gt;&amp;nbsp;* irc &amp;nbsp; irc.synyx.de
&lt;br&gt;&amp;nbsp;*
&lt;br&gt;&amp;nbsp;* Sitz der Gesellschaft: Karlsruhe
&lt;br&gt;&amp;nbsp;* Registergericht: Mannheim
&lt;br&gt;&amp;nbsp;* Handelsregisternummer: HRA 4793
&lt;br&gt;&amp;nbsp;* USt-IdNr.: DE249264296
&lt;br&gt;&amp;nbsp;*
&lt;br&gt;&amp;nbsp;* Komplementärin: Elatech Verwaltungs GmbH
&lt;br&gt;&amp;nbsp;* Sitz der Gesellschaft: Karlsruhe
&lt;br&gt;&amp;nbsp;* Geschäftsführer: Markus Daniel
&lt;br&gt;&amp;nbsp;* Registergericht: Mannheim
&lt;br&gt;&amp;nbsp;* Handelsregisternummer: HRB 7250
&lt;br&gt;&amp;nbsp;*/
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.6 (GNU/Linux)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;iD8DBQFLInl7A6KmbVkuXQkRAgWsAJ9aeZuOX+3l1gveWjF7BGH6zys06gCfXuMe
&lt;br&gt;TBkY5gFJ/xSK5KEeEFj9Ggk=
&lt;br&gt;=vYgI
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26749694&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26749694&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/StarOffice3.1-executing-macros-from-the-command-line-tp26714478p26749694.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26731212</id>
	<title>Re: com.sun.star.packages.zip.ZipIOException</title>
	<published>2009-12-10T09:15:03Z</published>
	<updated>2009-12-10T09:15:03Z</updated>
	<author>
		<name>Mikhail Voytenko</name>
	</author>
	<content type="html">Hi Michele,
&lt;br&gt;&lt;br&gt;another possibility is that the file is OK, but you use the package 
&lt;br&gt;format instead of zip-format. The package format requires 
&lt;br&gt;META-INF/manifest.xml to be in the package, it is a part of the package 
&lt;br&gt;format.
&lt;br&gt;&lt;br&gt;To create ZipPackage that supports zip-format, please try to provide the 
&lt;br&gt;following argument during initialization
&lt;br&gt;aNamedValue.Name = &amp;quot;PackageFormat&amp;quot;
&lt;br&gt;aNamedValue.Value = false
&lt;br&gt;&lt;br&gt;That should let the package handle the file as a plain zip format file.
&lt;br&gt;&lt;br&gt;Hope that helps.
&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;Mikhail.
&lt;br&gt;&lt;br&gt;On 12/09/09 12:23, Michele Zarri wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 2009/12/9 Mikhail Voytenko &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26731212&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mikhail.Voytenko@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt; Hi Michele,
&lt;br&gt;&amp;gt; [snip]
&lt;br&gt;&amp;gt;&amp;gt; It could be that the repairing mechanics should be improved. But you have
&lt;br&gt;&amp;gt;&amp;gt; mentioned gunzip, is the archive in gzip format? In this case the office can
&lt;br&gt;&amp;gt;&amp;gt; not handle it at all, since only zip-format is supported.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; The file is a .zip but gunzip can handle them with the -S switch. I
&lt;br&gt;&amp;gt; used it also to test the archive and I got OK, this is why I wrote
&lt;br&gt;&amp;gt; about my surprise on how strict the check OOo makes is.
&lt;br&gt;&amp;gt; OTOH I am probably misusing the package service which is intended for
&lt;br&gt;&amp;gt; odf documents so I will stop using it even if it was rather
&lt;br&gt;&amp;gt; convenient.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; As I wrote the files I am working with are publicly available you can
&lt;br&gt;&amp;gt; download some samples here:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.3gpp.org/ftp/tsg_sa/TSG_SA/TSGS_46/Docs/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.3gpp.org/ftp/tsg_sa/TSG_SA/TSGS_46/Docs/&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks again for the clarifications,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Michele
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26731212&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26731212&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26731212&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26731212&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/com.sun.star.packages.zip.ZipIOException-tp26672395p26731212.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26724112</id>
	<title>Re: StarOffice3.1 executing macros from the command line</title>
	<published>2009-12-10T00:28:54Z</published>
	<updated>2009-12-10T00:28:54Z</updated>
	<author>
		<name>Mathias Bauer</name>
	</author>
	<content type="html">Markus Daniel wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; -----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;&amp;gt; Hash: SHA1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; this is not really an OpenOffice-Issue but I am running out of ideas...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I am trying to convert old StarOffice3.1 Documents in PDFs.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I cannot use OpenOffice because the formatting of the documents will be
&lt;br&gt;&amp;gt; destroid (tested with OpenOffice 1.0.3).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; With OpenOffice I called a macro from the commandline like (all on Windows)
&lt;br&gt;&amp;gt; soffice.exe macro:///lib.module.macro1
&lt;br&gt;&amp;gt; this works fine but
&lt;br&gt;&amp;gt; soffice3.exe macro:///lib.module.macro1 with StarOffice3.1 doesn't work
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I tried a lot of possibilities nothing works.
&lt;br&gt;&amp;gt; It looks like StarOffice3 was not able to execute macros from the
&lt;br&gt;&amp;gt; commandline.
&lt;br&gt;&amp;gt; Is this true?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Is a install version of StarOffice3.1 somewhere available?
&lt;/div&gt;&lt;br&gt;I don't think so, at least not if you want to avoid illegal copies.
&lt;br&gt;Besides that, AFAIR there was no PDF export in SO3, so all you can do
&lt;br&gt;with it is converting the documents into SO5 binary format.
&lt;br&gt;&lt;br&gt;This can be done in batch processing using the built-in document
&lt;br&gt;converter. Then you can use OOo1.x to load the SO5 documents and export
&lt;br&gt;to PDF. OOo1.x is the closest match for the SO binary format.
&lt;br&gt;&lt;br&gt;Perhaps you can find an SO5 copy somewhere (as this was available as a
&lt;br&gt;free download at some point in time) and - if you are lucky - this
&lt;br&gt;version handles your SO3 documents properly.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Mathias
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Mathias Bauer (mba) - Project Lead OpenOffice.org Writer
&lt;br&gt;OpenOffice.org Engineering at Sun: &lt;a href=&quot;http://blogs.sun.com/GullFOSS&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blogs.sun.com/GullFOSS&lt;/a&gt;&lt;br&gt;Please don't reply to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26724112&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nospamformba@...&lt;/a&gt;&amp;quot;.
&lt;br&gt;I use it for the OOo lists and only rarely read other mails sent to it.
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26724112&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26724112&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/StarOffice3.1-executing-macros-from-the-command-line-tp26714478p26724112.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26716676</id>
	<title>Facebook page conversions to OpenOffice.org pages for Lulu (and others) self publishing</title>
	<published>2009-12-09T11:22:54Z</published>
	<updated>2009-12-09T11:22:54Z</updated>
	<author>
		<name>CityHall VoterScreenName101</name>
	</author>
	<content type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; &quot;&gt;&lt;a href=&quot;http://www.lulu.com/index.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;lulu-logo.png&quot; id=&quot;64840ee1-8e4f-41e0-89cf-b119857f1692&quot; height=&quot;70&quot; width=&quot;110&quot; apple-width=&quot;yes&quot; apple-height=&quot;yes&quot; src=&quot;http://old.nabble.com/attachment/26716676/0/lulu-logo.png&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: center; font: normal normal normal 9px/normal 'Lucida Grande'; color: rgb(255, 255, 255); &quot;&gt;&lt;a href=&quot;http://www.lulu.com/help/shipping_faq&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;b&gt;Shipping Deadlines&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;
&lt;ul style=&quot;list-style-type: none&quot;&gt;
&lt;li style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Trebuchet MS'; color: #195388&quot;&gt;Welcome back, &lt;a href=&quot;http://www.lulu.com/account/index.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;b&gt;William Hale&lt;/b&gt;&lt;/a&gt; &lt;a href=&quot;http://www.lulu.com/logoff.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;b&gt;Log Out&lt;/b&gt;&lt;/a&gt; &lt;a href=&quot;https://www.lulu.com/commerce/index.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;span style=&quot;font: 12.0px Helvetica; color: #000000&quot;&gt;&lt;img alt=&quot;shopping_cart.png&quot; id=&quot;d2e72274-5c9f-41d1-9a61-2b20395df45a&quot; height=&quot;27&quot; width=&quot;35&quot; apple-width=&quot;yes&quot; apple-height=&quot;yes&quot; src=&quot;http://old.nabble.com/attachment/26716676/1/shopping_cart.png&quot;&gt;&lt;/span&gt;&lt;b&gt;Cart&lt;/b&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style=&quot;list-style-type: none&quot;&gt;
&lt;li style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px 'Trebuchet MS'; color: #195388&quot;&gt;&lt;b&gt;&lt;/b&gt;&lt;a href=&quot;http://www.lulu.com/publish/index.php?cid=en_tab_publish&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;b&gt;Publish&lt;/b&gt;&lt;span style=&quot;font: 13.0px 'Lucida Grande'&quot;&gt;&lt;b&gt;&lt;br&gt;
&lt;/b&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font: 13.0px 'Lucida Grande'&quot;&gt;&lt;b&gt;&lt;br&gt;
&lt;/b&gt;&lt;a href=&quot;http://www.lulu.com/buy/index.php?cid=en_tab_buy&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;span style=&quot;font: 13.0px 'Trebuchet MS'&quot;&gt;&lt;b&gt;Buy&lt;/b&gt;&lt;/span&gt;&lt;b&gt;&lt;br&gt;
&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;br&gt;
&lt;/b&gt;&lt;a href=&quot;http://www.lulu.com/services/index.php?cid=en_tab_services&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;span style=&quot;font: 13.0px 'Trebuchet MS'&quot;&gt;&lt;b&gt;Services&lt;/b&gt;&lt;/span&gt;&lt;b&gt;&lt;br&gt;
&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;br&gt;
&lt;/b&gt;&lt;a href=&quot;http://www.lulu.com/community/index.php?cid=en_tab_community&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;span style=&quot;font: 13.0px 'Trebuchet MS'&quot;&gt;&lt;b&gt;Community&lt;/b&gt;&lt;/span&gt;&lt;b&gt;&lt;br&gt;
&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;br&gt;
&lt;/b&gt;&lt;a href=&quot;http://www.lulu.com/account/index.php?cid=en_tab_mylulu&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;span style=&quot;font: 13.0px 'Trebuchet MS'&quot;&gt;&lt;b&gt;My Lulu&lt;/b&gt;&lt;/span&gt;&lt;b&gt;&lt;br&gt;
&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;br&gt;
&lt;/b&gt;&lt;a href=&quot;http://www.lulu.com/help/index.php?cid=en_tab_help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;span style=&quot;font: 13.0px 'Trebuchet MS'; color: #ffffff&quot;&gt;&lt;b&gt;Help&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;color: #ffffff&quot;&gt;&lt;b&gt;&lt;br&gt;
&lt;/b&gt;&lt;/span&gt;&lt;/a&gt;&lt;b&gt;&lt;br&gt;
&lt;/b&gt;&lt;a href=&quot;http://www.lulu.com/about/demo.php?cid=en_tab_demo&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;span style=&quot;font: 11.0px 'Trebuchet MS'; color: #ffffff&quot;&gt;&lt;b&gt;Lulu Demo &amp;gt;&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font: 11.0px 'Lucida Grande'; color: #ffffff&quot;&gt;&lt;b&gt;&lt;br&gt;
&lt;/b&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Lucida Grande'; color: rgb(25, 83, 136); &quot;&gt;&lt;b&gt;Search:&lt;/b&gt; &lt;b&gt;in&lt;/b&gt;&lt;/div&gt;&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px 'Lucida Grande'; min-height: 13.0px&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;br class=&quot;webkit-block-placeholder&quot;&gt;&lt;/p&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal 'Lucida Grande'; color: rgb(25, 83, 136); &quot;&gt;&amp;nbsp; &amp;nbsp; All Products&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal 'Lucida Grande'; color: rgb(25, 83, 136); min-height: 12px; &quot;&gt;&lt;b&gt;&lt;/b&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal 'Lucida Grande'; color: rgb(25, 83, 136); min-height: 12px; &quot;&gt;&lt;b&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal 'Lucida Grande'; color: rgb(25, 83, 136); &quot;&gt;&amp;nbsp; &amp;nbsp; Books&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal 'Lucida Grande'; color: rgb(25, 83, 136); min-height: 12px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal 'Lucida Grande'; color: rgb(25, 83, 136); &quot;&gt;&amp;nbsp; &amp;nbsp; eBooks&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal 'Lucida Grande'; color: rgb(25, 83, 136); min-height: 12px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal 'Lucida Grande'; color: rgb(25, 83, 136); &quot;&gt;&amp;nbsp; &amp;nbsp; Calendars&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Lucida Grande'; min-height: 13px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal 'Lucida Grande'; color: rgb(25, 83, 136); min-height: 12px; &quot;&gt;&lt;b&gt;&lt;/b&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal 'Lucida Grande'; color: rgb(25, 83, 136); min-height: 12px; &quot;&gt;&lt;b&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal 'Lucida Grande'; color: rgb(25, 83, 136); &quot;&gt;&amp;nbsp; &amp;nbsp; Artwork&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal 'Lucida Grande'; color: rgb(25, 83, 136); min-height: 12px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal 'Lucida Grande'; color: rgb(25, 83, 136); &quot;&gt;&amp;nbsp; &amp;nbsp; Music&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal 'Lucida Grande'; color: rgb(25, 83, 136); min-height: 12px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal 'Lucida Grande'; color: rgb(25, 83, 136); &quot;&gt;&amp;nbsp; &amp;nbsp; Video&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Lucida Grande'; min-height: 13px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal 'Lucida Grande'; color: rgb(25, 83, 136); min-height: 12px; &quot;&gt;&lt;b&gt;&lt;/b&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal 'Lucida Grande'; color: rgb(25, 83, 136); min-height: 12px; &quot;&gt;&lt;b&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal 'Lucida Grande'; color: rgb(25, 83, 136); &quot;&gt;&amp;nbsp; &amp;nbsp; Services&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal 'Lucida Grande'; color: rgb(25, 83, 136); min-height: 12px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal 'Lucida Grande'; color: rgb(25, 83, 136); &quot;&gt;&amp;nbsp; &amp;nbsp; Help&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal 'Lucida Grande'; color: rgb(25, 83, 136); min-height: 12px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal 'Lucida Grande'; color: rgb(25, 83, 136); &quot;&gt;&amp;nbsp; &amp;nbsp; Forums&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Lucida Grande'; min-height: 13px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal 'Lucida Grande'; color: rgb(25, 83, 136); min-height: 12px; &quot;&gt;&lt;b&gt;&lt;/b&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal 'Lucida Grande'; color: rgb(25, 83, 136); min-height: 12px; &quot;&gt;&lt;b&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal 'Lucida Grande'; color: rgb(25, 83, 136); &quot;&gt;&amp;nbsp; &amp;nbsp; Google&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Lucida Grande'; min-height: 13px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px 'Lucida Grande'; min-height: 13.0px&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;br class=&quot;webkit-block-placeholder&quot;&gt;&lt;/p&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; &quot;&gt;&lt;a href=&quot;http://www.lulu.com/help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;help.gif&quot; id=&quot;d47392b0-0eb1-4379-9e82-2f1ec485af90&quot; height=&quot;33&quot; width=&quot;129&quot; apple-width=&quot;yes&quot; apple-height=&quot;yes&quot; src=&quot;http://old.nabble.com/attachment/26716676/2/help.gif&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 16px/normal 'Lucida Grande'; min-height: 18px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 20px; font: normal normal normal 21px/normal 'Trebuchet MS'; color: rgb(255, 255, 255); &quot;&gt;&lt;b&gt;Thanks for letting us know&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Lucida Grande'; color: rgb(255, 255, 255); &quot;&gt;We'll get back to you soon.&lt;/div&gt;&lt;p style=&quot;margin: 0.0px 0.0px 13.0px 0.0px; font: 13.0px 'Lucida Grande'&quot;&gt;You should receive a confirmation email immediately after filling out a support form. Support requests are handled in the order in which they were received. Please note that due to increased growth, higher volumes of requests may result in temporarily longer wait periods for resolution to your issue. We apologize for any inconvenience this may cause and would like to assure you that your issue will be handled as quickly as possible with the utmost care.&lt;/p&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;The following information was submitted to Lulu Support, and we will respond to your request shortly.&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; color: rgb(44, 89, 143); background-color: rgb(223, 238, 255); &quot;&gt;&lt;b&gt;Support ticket &lt;/b&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;b&gt;00348187&lt;/b&gt;&lt;/span&gt;&lt;b&gt; has been created with the information you submitted.&amp;nbsp;&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; color: rgb(44, 89, 143); background-color: rgb(223, 238, 255); &quot;&gt;&lt;b&gt;Please include this Ticket Id on any further correspondence related to this issue.&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; style=&quot;margin: 26.0px 0.0px 0.0px 26.0px; border-collapse: collapse&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td valign=&quot;top&quot; style=&quot;width: 63.0px; padding: 0.0px 13.0px 6.0px 0.0px&quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: right; font: normal normal normal 13px/normal 'Lucida Grande'; color: rgb(102, 102, 153); &quot;&gt;&lt;b&gt;New Ticket ID&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=&quot;top&quot; style=&quot;width: 858.0px; padding: 0.0px 0.0px 6.0px 0.0px&quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;00348187&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=&quot;top&quot; style=&quot;width: 63.0px; padding: 0.0px 13.0px 6.0px 0.0px&quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: right; font: normal normal normal 13px/normal 'Lucida Grande'; color: rgb(102, 102, 153); &quot;&gt;&lt;b&gt;Your email address&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=&quot;top&quot; style=&quot;width: 858.0px; padding: 0.0px 0.0px 6.0px 0.0px&quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26716676&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;whale12345@...&lt;/a&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=&quot;top&quot; style=&quot;width: 63.0px; padding: 0.0px 13.0px 6.0px 0.0px&quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: right; font: normal normal normal 13px/normal 'Lucida Grande'; color: rgb(102, 102, 153); &quot;&gt;&lt;b&gt;Where is the Problem?&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=&quot;top&quot; style=&quot;width: 858.0px; padding: 0.0px 0.0px 6.0px 0.0px&quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Wizards (Uploading and Publishing)&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=&quot;top&quot; style=&quot;width: 63.0px; padding: 0.0px 13.0px 6.0px 0.0px&quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: right; font: normal normal normal 13px/normal 'Lucida Grande'; color: rgb(102, 102, 153); &quot;&gt;&lt;b&gt;Existing Ticket ID&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=&quot;top&quot; style=&quot;width: 858.0px; padding: 0.0px 0.0px 6.0px 0.0px&quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; color: rgb(153, 153, 153); &quot;&gt;no response given&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=&quot;top&quot; style=&quot;width: 63.0px; padding: 0.0px 13.0px 6.0px 0.0px&quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: right; font: normal normal normal 13px/normal 'Lucida Grande'; color: rgb(102, 102, 153); &quot;&gt;&lt;b&gt;Item Id&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=&quot;top&quot; style=&quot;width: 858.0px; padding: 0.0px 0.0px 6.0px 0.0px&quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; color: rgb(153, 153, 153); &quot;&gt;no response given&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=&quot;top&quot; style=&quot;width: 63.0px; padding: 0.0px 13.0px 6.0px 0.0px&quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: right; font: normal normal normal 13px/normal 'Lucida Grande'; color: rgb(102, 102, 153); &quot;&gt;&lt;b&gt;Problem URL&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=&quot;top&quot; style=&quot;width: 858.0px; padding: 0.0px 0.0px 6.0px 0.0px&quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; color: rgb(153, 153, 153); &quot;&gt;no response given&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=&quot;top&quot; style=&quot;width: 63.0px; padding: 0.0px 13.0px 6.0px 0.0px&quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: right; font: normal normal normal 13px/normal 'Lucida Grande'; color: rgb(102, 102, 153); &quot;&gt;&lt;b&gt;Describe the problem&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=&quot;top&quot; style=&quot;width: 858.0px; padding: 0.0px 0.0px 6.0px 0.0px&quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;volley2.ind 109: ?&amp;gt;*:\ ...//2009:12:07!; The line of 120* Longitude has rotated into alignment with the middle of the might [k], i.e., 00&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;#389 of 390: William Hale (hinging0) Wed 09 Dec 2009 (07:51 AM)&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;I want to convert my facebook pages into LULU books, but [kn]...&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;I think I have the right to convert my facebook pages into LULU books&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;because there are all sorts of good DISCUSSIONS, PHOTOS, WEB LINKS,&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;READERS, FELLOW WRITERS, ADVERTISING CAMPAIGNS all ready to promote the&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;sales of my &lt;a href=&quot;http://LULU.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;LULU.com&lt;/a&gt; books&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;I want LULU to strike a deal with FACEBOOK to enable easy conversion&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;of facebook pages into book template pages (and covers) like LULU&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;already provides.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Since the images are automatically sized by facebook, and the Wall,&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Info, Photos, and Discussions already automatically format text [^]&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Add a button by &quot;Create a Page&quot; [Share+] - Make this a LULU Book Page.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;The image DPI resolution might need to be upgraded, so either the&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;existing, or an alternate &quot;LULU Book Quality&quot; image loader could be&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;added.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;It can't be that difficult.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Perhaps Text Book templates, Novel Templates, etc. can be added. Set&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;your facebook up to start with that way, or convert it over later by a&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;combination of automatic layout, and/or tagging of &quot;Say Something&quot;,&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;&quot;Comment&quot;, &quot;Discussion&quot;, etc. Add more check boxes by fields so you&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;can send them to different locations in the LULU book templates.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Build your own custom templates.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Instead of writing a book alone in a room, we should be able to report&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;EVERYTHING from facebook, including our ad campaign costs, clicks,&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;impressions [Brhnn rhnn] so we can &quot;Give proof through the night,&quot;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Isn't this right?&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;The problem I have with my current full text random access data base&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;is carriage returns at the end of every line.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;I've looked into solving that, viva find and replace, but I seem to&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;have to do that too often, yet some pages strip ALL the spacing and&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;carriage returns out.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;[Wheww hewww hewww. Near by siren calls out like a yard dog barking at&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;a bird]&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;But that's a problem that can be solved.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Here is a sample page. By placing check marksand template number boxes&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;near the thumb nails and posts it could be like a 'coloring book'&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;where the LULU book template would have a page number, and an area code&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;number on the page. by placing the page number and area code target&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;for the text or image next to it [whump] we could 'send' it to that&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;location on or facebook Lulu book.This could be automated to send&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;entire pages and tabs into a book &quot;As is&quot; and then we could read&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;through the LULU book on line, and click on images and text areas we&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;wanted to edit and customize.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;If you do this, I, and who else, will publish a book a week through&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Lulu, or at least two books a month 24 Books a year for 3 or 5 years.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Would a petition or sign up page or ad campaign to gage market demand&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;for this assist you? [exterior sound like a kettle drum several times]&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;OK.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Thanks.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Who looks forwarding to publishing...&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Perhpas OPEN OFFICE should be part of this joint venture?&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;W. Hale, aka, Haji Mohammed&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;cc: Open Office&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;blind cc: Omar's [kn[&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Shipping Deadlines Welcome back, William Hale Log Out Cart&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Publish Buy Services Community My Lulu Help Lulu Demo &amp;gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Search: in&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Thanks for letting us know&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;We'll get back to you soon.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;You should receive a confirmation email immediately after filling out a support form. Support requests are handled in the order in which they were received. Please note that due to increased growth, higher volumes of requests may result in temporarily longer wait periods for resolution to your issue. We apologize for any inconvenience this may cause and would like to assure you that your issue will be handled as quickly as possible with the utmost care.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;The following information was submitted to Lulu Support, and we will respond to your request shortly.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Support ticket 00348184 has been created with the information you submitted.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Please include this Ticket Id on any further correspondence related to this issue.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;New Ticket ID 00348184&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Your email address &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26716676&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;whale12345@...&lt;/a&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Where is the Problem? Formatting &amp;amp; Cover Creation&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Existing Ticket ID no response given&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Item Id no response given&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Problem URL no response given&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Describe the problem I want to convert my facebook pages into LULU books, but [kn]...&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;I think I have the right to convert my facebook pages into LULU books because there are all sorts of good DISCUSSIONS, PHOTOS, WEB LINKS, READERS, FELLOW WRITERS, ADVERTISING CAMPAIGNS all ready to promote the sales of my &lt;a href=&quot;http://LULU.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;LULU.com&lt;/a&gt; books&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;I want LULU to strike a deal with FACEBOOK to enable easy conversion of facebook pages into book template pages (and covers) like LULU already provides.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Since the images are automatically sized by facebook, and the Wall, Info, Photos, and Discussions already automatically format text [^]&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Add a button by &quot;Create a Page&quot; [Share+] - Make this a LULU Book Page.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;The image DPI resolution might need to be upgraded, so either the existing, or an alternate &quot;LULU Book Quality&quot; image loader could be added.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;It can't be that difficult.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Perhaps Text Book templates, Novel Templates, etc. can be added. Set your facebook up to start with that way, or convert it over later by a combination of automatic layout, and/or tagging of &quot;Say Something&quot;, &quot;Comment&quot;, &quot;Discussion&quot;, etc. Add more check boxes by fields so you can send them to different locations in the LULU book templates.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Build your own custom templates.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Instead of writing a book alone in a room, we should be able to report EVERYTHING from facebook, including our ad campaign costs, clicks, impressions [Brhnn rhnn] so we can &quot;Give proof through the night,&quot;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Isn't this right?&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;The problem I have with my current full text random access data base is carriage returns at the end of every line.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;I've looked into solving that, viva find and replace, but I seem to have to do that too often, yet some pages strip ALL the spacing and carriage returns out.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;[Wheww hewww hewww. Near by siren calls out like a yard dog barking at a bird]&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;But that's a problem that can be solved.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Here is a sample page. By placing check marksand template number boxes near the thumb nails and posts it could be like a 'coloring book' where the LULU book template would have a page number, and an area code number on the page. by placing the page number and area code target for the text or image next to it [whump] we could 'send' it to that location on or facebook Lulu book.This could be automated to send entire pages and tabs into a book &quot;As is&quot; and then we could read through the LULU book on line, and click on images and text areas we wanted to edit and customize.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;If you do this, I, and who else, will publish a book a week through Lulu, or at least two books a month 24 Books a year for 3 or 5 years.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Would a petition or sign up page or ad campaign to gage market demand for this assist you? [exterior sound like a kettle drum several times]&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;OK.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Thanks.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Who looks forwarding to publishing...&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Perhpas OPEN OFFICE should be part of this joint venture?&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;W. Hale, aka, Haji Mohammed&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;cc: Open Office&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;blind cc: Omar's [kn[&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Lulu for Me&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;My account&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;My Projects&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Order history&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Publishing&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Books&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Photo Books&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Calendars&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;CDs &amp;amp; DVDs&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;eBooks&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Cookbooks&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Poetry Books&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Quick Reference&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Help center&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Email support&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Top 100 searches&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Site map&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Lulu Labs&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Shipping &amp;amp; Pricing&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Shipping options&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Shipping help&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Pricing info&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Return policy&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Bulk Printing&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;About Lulu&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;International press center&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Company Profile&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Jobs at &lt;a href=&quot;http://lulu.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lulu.com&lt;/a&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;weRead (Partner)&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Partner Program&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Member Agreement&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Privacy Pledge&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;International&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; &quot;&gt;Lulu is an advocate for global consumer privacy rights, protection and security. Copyright © 2002-2009 Lulu, Inc. All Rights Reserved.&amp;nbsp;&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Lucida Grande'; min-height: 16px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Trebuchet MS'; color: rgb(25, 82, 136); background-color: rgb(242, 245, 247); &quot;&gt;&lt;b&gt;Lulu for Me&lt;/b&gt;&lt;/div&gt;
&lt;ul style=&quot;list-style-type: disc&quot;&gt;
&lt;li style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px 'Lucida Grande'; color: #606060; background-color: #f2f5f7&quot;&gt;&lt;a href=&quot;http://www.lulu.com/account/index.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;My account&lt;/a&gt;&lt;/li&gt;
&lt;li style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px 'Lucida Grande'; color: #606060; background-color: #f2f5f7&quot;&gt;&lt;a href=&quot;http://www.lulu.com/author/index.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;My Projects&lt;/a&gt;&lt;/li&gt;
&lt;li style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px 'Lucida Grande'; color: #606060; background-color: #f2f5f7&quot;&gt;&lt;a href=&quot;http://www.lulu.com/account/order_history.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Order history&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Trebuchet MS'; color: rgb(25, 82, 136); background-color: rgb(242, 245, 247); &quot;&gt;&lt;b&gt;Publishing&lt;/b&gt;&lt;/div&gt;
&lt;ul style=&quot;list-style-type: disc&quot;&gt;
&lt;li style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px 'Lucida Grande'; color: #606060; background-color: #f2f5f7&quot;&gt;&lt;a href=&quot;http://www.lulu.com/publish/books/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Books&lt;/a&gt;&lt;/li&gt;
&lt;li style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px 'Lucida Grande'; color: #606060; background-color: #f2f5f7&quot;&gt;&lt;a href=&quot;http://www.lulu.com/publish/photo_books/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Photo Books&lt;/a&gt;&lt;/li&gt;
&lt;li style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px 'Lucida Grande'; color: #606060; background-color: #f2f5f7&quot;&gt;&lt;a href=&quot;http://www.lulu.com/publish/calendars/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Calendars&lt;/a&gt;&lt;/li&gt;
&lt;li style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px 'Lucida Grande'; color: #606060; background-color: #f2f5f7&quot;&gt;&lt;a href=&quot;http://www.lulu.com/publish/cd_dvd/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;CDs &amp;amp; DVDs&lt;/a&gt;&lt;/li&gt;
&lt;li style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px 'Lucida Grande'; color: #606060; background-color: #f2f5f7&quot;&gt;&lt;a href=&quot;http://www.lulu.com/publish/ebooks/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eBooks&lt;/a&gt;&lt;/li&gt;
&lt;li style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px 'Lucida Grande'; color: #606060; background-color: #f2f5f7&quot;&gt;&lt;a href=&quot;http://www.lulu.com/publish/cookbooks/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cookbooks&lt;/a&gt;&lt;/li&gt;
&lt;li style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px 'Lucida Grande'; color: #606060; background-color: #f2f5f7&quot;&gt;&lt;a href=&quot;http://www.lulu.com/publish/poetry_books/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Poetry Books&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Trebuchet MS'; color: rgb(25, 82, 136); background-color: rgb(242, 245, 247); &quot;&gt;&lt;b&gt;Quick Reference&lt;/b&gt;&lt;/div&gt;
&lt;ul style=&quot;list-style-type: disc&quot;&gt;
&lt;li style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px 'Lucida Grande'; color: #606060; background-color: #f2f5f7&quot;&gt;&lt;a href=&quot;http://www.lulu.com/help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Help center&lt;/a&gt;&lt;/li&gt;
&lt;li style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px 'Lucida Grande'; color: #606060; background-color: #f2f5f7&quot;&gt;&lt;a href=&quot;http://www.lulu.com/help/email_support.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Email support&lt;/a&gt;&lt;/li&gt;
&lt;li style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px 'Lucida Grande'; color: #606060; background-color: #f2f5f7&quot;&gt;&lt;a href=&quot;http://www.lulu.com/about/top_searches.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Top 100 searches&lt;/a&gt;&lt;/li&gt;
&lt;li style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px 'Lucida Grande'; color: #606060; background-color: #f2f5f7&quot;&gt;&lt;a href=&quot;http://www.lulu.com/about/sitemap.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Site map&lt;/a&gt;&lt;/li&gt;
&lt;li style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px 'Lucida Grande'; color: #606060; background-color: #f2f5f7&quot;&gt;&lt;a href=&quot;http://www.lulu.com/labs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Lulu Labs&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Trebuchet MS'; color: rgb(25, 82, 136); background-color: rgb(242, 245, 247); &quot;&gt;&lt;b&gt;Shipping &amp;amp; Pricing&lt;/b&gt;&lt;/div&gt;
&lt;ul style=&quot;list-style-type: disc&quot;&gt;
&lt;li style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px 'Lucida Grande'; color: #606060; background-color: #f2f5f7&quot;&gt;&lt;a href=&quot;http://www.lulu.com/help/shipping_options&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Shipping options&lt;/a&gt;&lt;/li&gt;
&lt;li style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px 'Lucida Grande'; color: #606060; background-color: #f2f5f7&quot;&gt;&lt;a href=&quot;http://www.lulu.com/help/shipping_faq&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Shipping help&lt;/a&gt;&lt;/li&gt;
&lt;li style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px 'Lucida Grande'; color: #606060; background-color: #f2f5f7&quot;&gt;&lt;a href=&quot;http://www.lulu.com/help/how_much_will_my_printed_book_cost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pricing info&lt;/a&gt;&lt;/li&gt;
&lt;li style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px 'Lucida Grande'; color: #606060; background-color: #f2f5f7&quot;&gt;&lt;a href=&quot;http://www.lulu.com/help/returns_policy&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Return policy&lt;/a&gt;&lt;/li&gt;
&lt;li style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px 'Lucida Grande'; color: #606060; background-color: #f2f5f7&quot;&gt;&lt;a href=&quot;http://www.lulu.com/bulk_printing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bulk Printing&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Trebuchet MS'; color: rgb(25, 82, 136); background-color: rgb(242, 245, 247); &quot;&gt;&lt;b&gt;About Lulu&lt;/b&gt;&lt;/div&gt;
&lt;ul style=&quot;list-style-type: disc&quot;&gt;
&lt;li style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px 'Lucida Grande'; color: #606060; background-color: #f2f5f7&quot;&gt;&lt;a href=&quot;http://lulupresscenter.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;International press center&lt;/a&gt;&lt;/li&gt;
&lt;li style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px 'Lucida Grande'; color: #606060; background-color: #f2f5f7&quot;&gt;&lt;a href=&quot;http://www.lulu.com/about/index.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Company Profile&lt;/a&gt;&lt;/li&gt;
&lt;li style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px 'Lucida Grande'; color: #606060; background-color: #f2f5f7&quot;&gt;&lt;a href=&quot;http://jobs-lulu.icims.com/lulu_jobs/jobs/candidate/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jobs at lulu.com&lt;/a&gt;&lt;/li&gt;
&lt;li style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px 'Lucida Grande'; color: #606060; background-color: #f2f5f7&quot;&gt;&lt;a href=&quot;http://weread.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weRead (Partner)&lt;/a&gt;&lt;/li&gt;
&lt;li style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px 'Lucida Grande'; color: #606060; background-color: #f2f5f7&quot;&gt;&lt;a href=&quot;http://www.lulu.com/partners&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Partner Program&lt;/a&gt;&lt;/li&gt;
&lt;li style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px 'Lucida Grande'; color: #606060; background-color: #f2f5f7&quot;&gt;&lt;a href=&quot;http://www.lulu.com/about/member_agreement.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Member Agreement&lt;/a&gt;&lt;/li&gt;
&lt;li style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px 'Lucida Grande'; color: #606060; background-color: #f2f5f7&quot;&gt;&lt;a href=&quot;http://www.lulu.com/help/privacy_pledge&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Privacy Pledge&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal 'Trebuchet MS'; color: rgb(25, 82, 136); background-color: rgb(242, 245, 247); &quot;&gt;&lt;b&gt;International&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Lucida Grande'; &quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; English (US)&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Lucida Grande'; &quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; English (UK)&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Lucida Grande'; &quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Français&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Lucida Grande'; &quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Italiano&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Lucida Grande'; &quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Español&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Lucida Grande'; &quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Deutsch&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Lucida Grande'; &quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Nederlands&lt;/div&gt;&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px 'Lucida Grande'; min-height: 13.0px&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;br class=&quot;webkit-block-placeholder&quot;&gt;&lt;/p&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Lucida Grande'; &quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; US Dollars ($)&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Lucida Grande'; &quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Euros (€)&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Lucida Grande'; &quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Pounds Sterling (£)&lt;/div&gt;&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px 'Lucida Grande'; min-height: 13.0px&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;br class=&quot;webkit-block-placeholder&quot;&gt;&lt;/p&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: center; font: normal normal normal 12px/normal Helvetica; background-color: rgb(228, 235, 240); &quot;&gt;&lt;a href=&quot;http://www.seomoz.org/web2.0#cat_109&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;web20-winner_en.png&quot; id=&quot;ab36061c-5823-47c6-90d3-3e234349ac7c&quot; height=&quot;24&quot; width=&quot;53&quot; apple-width=&quot;yes&quot; apple-height=&quot;yes&quot; src=&quot;http://old.nabble.com/attachment/26716676/3/web20-winner_en.png&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://www.pcmag.com/article2/0,1759,2302311,00.asp?kc=PCRSS02129TX1K0000530&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;pc_mag_editors_choice.png&quot; id=&quot;c26ec54d-f390-483c-b65f-acc862cb703f&quot; height=&quot;24&quot; width=&quot;57&quot; apple-width=&quot;yes&quot; apple-height=&quot;yes&quot; src=&quot;http://old.nabble.com/attachment/26716676/4/pc_mag_editors_choice.png&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: center; font: normal normal normal 10px/normal 'Lucida Grande'; color: rgb(119, 119, 119); background-color: rgb(228, 235, 240); &quot;&gt;Lulu is an advocate for global consumer privacy rights, protection and security.&amp;nbsp;&amp;nbsp; &lt;a href=&quot;http://www.lulu.com/help/copyright_notice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Copyright&lt;/a&gt; © 2002-2009 Lulu, Inc.&amp;nbsp;&amp;nbsp;All Rights Reserved.&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#777777&quot; face=&quot;'Lucida Grande'&quot; size=&quot;2&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 10px;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; </content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Facebook-page-conversions-to-OpenOffice.org-pages-for-Lulu-%28and-others%29-self-publishing-tp26716676p26716676.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26714478</id>
	<title>StarOffice3.1 executing macros from the command line</title>
	<published>2009-12-09T08:34:59Z</published>
	<updated>2009-12-09T08:34:59Z</updated>
	<author>
		<name>Markus Daniel-2</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;Hello,
&lt;br&gt;&lt;br&gt;this is not really an OpenOffice-Issue but I am running out of ideas...
&lt;br&gt;&lt;br&gt;I am trying to convert old StarOffice3.1 Documents in PDFs.
&lt;br&gt;&lt;br&gt;I cannot use OpenOffice because the formatting of the documents will be
&lt;br&gt;destroid (tested with OpenOffice 1.0.3).
&lt;br&gt;&lt;br&gt;With OpenOffice I called a macro from the commandline like (all on Windows)
&lt;br&gt;soffice.exe macro:///lib.module.macro1
&lt;br&gt;this works fine but
&lt;br&gt;soffice3.exe macro:///lib.module.macro1 with StarOffice3.1 doesn't work
&lt;br&gt;&lt;br&gt;I tried a lot of possibilities nothing works.
&lt;br&gt;It looks like StarOffice3 was not able to execute macros from the
&lt;br&gt;commandline.
&lt;br&gt;Is this true?
&lt;br&gt;&lt;br&gt;Is a install version of StarOffice3.1 somewhere available?
&lt;br&gt;&lt;br&gt;Thanks a lot.
&lt;br&gt;&lt;br&gt;Kind regards.
&lt;br&gt;&lt;br&gt;Markus
&lt;br&gt;&lt;br&gt;- --
&lt;br&gt;/**
&lt;br&gt;&amp;nbsp;* Markus Daniel
&lt;br&gt;&amp;nbsp;* Bachelor of Science
&lt;br&gt;&amp;nbsp;*
&lt;br&gt;&amp;nbsp;* Synyx GmbH &amp; Co. KG
&lt;br&gt;&amp;nbsp;* OpenSource Solutions
&lt;br&gt;&amp;nbsp;* Karlstr. 68
&lt;br&gt;&amp;nbsp;* 76137 Karlsruhe
&lt;br&gt;&amp;nbsp;*
&lt;br&gt;&amp;nbsp;* phone +49(0)721 66 48 79 31
&lt;br&gt;&amp;nbsp;* fax &amp;nbsp; +49(0)721 66 48 877
&lt;br&gt;&amp;nbsp;* eMail &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26714478&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;markus.daniel@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp;* www &amp;nbsp; &lt;a href=&quot;http://www.synyx.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.synyx.de&lt;/a&gt;&lt;br&gt;&amp;nbsp;* skype synyx_daniel
&lt;br&gt;&amp;nbsp;* irc &amp;nbsp; irc.synyx.de
&lt;br&gt;&amp;nbsp;*
&lt;br&gt;&amp;nbsp;* Sitz der Gesellschaft: Karlsruhe
&lt;br&gt;&amp;nbsp;* Registergericht: Mannheim
&lt;br&gt;&amp;nbsp;* Handelsregisternummer: HRA 4793
&lt;br&gt;&amp;nbsp;* USt-IdNr.: DE249264296
&lt;br&gt;&amp;nbsp;*
&lt;br&gt;&amp;nbsp;* Komplementärin: Elatech Verwaltungs GmbH
&lt;br&gt;&amp;nbsp;* Sitz der Gesellschaft: Karlsruhe
&lt;br&gt;&amp;nbsp;* Geschäftsführer: Markus Daniel
&lt;br&gt;&amp;nbsp;* Registergericht: Mannheim
&lt;br&gt;&amp;nbsp;* Handelsregisternummer: HRB 7250
&lt;br&gt;&amp;nbsp;*/
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.6 (GNU/Linux)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;iD8DBQFLH9GzA6KmbVkuXQkRAis1AJ4zJdXG9CPoENs471f9CrBcgWFC/wCdGroR
&lt;br&gt;1hFMSmSyhj98364PLjtvhxw=
&lt;br&gt;=Zenc
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26714478&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26714478&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/StarOffice3.1-executing-macros-from-the-command-line-tp26714478p26714478.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26712373</id>
	<title>Re: Writing help files for an extension</title>
	<published>2009-12-09T07:37:37Z</published>
	<updated>2009-12-09T07:37:37Z</updated>
	<author>
		<name>Uwe Fischer</name>
	</author>
	<content type="html">&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26712373&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;true801@...&lt;/a&gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm writing some documentation for an OpenOffice extension, and I have the 
&lt;br&gt;&amp;gt; following problems with my xhp file :
&lt;br&gt;&amp;gt; - in a paragraph, I define a variable with the attribute &amp;quot;visibility&amp;quot; set 
&lt;br&gt;&amp;gt; to &amp;quot;hidden&amp;quot;, but the textual contents of the variable element is still 
&lt;br&gt;&amp;gt; displayed in the paragraph
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; - I define a variable with only textual content. If I include a reference to 
&lt;br&gt;&amp;gt; this variable (using the &amp;quot;embedvar&amp;quot; element) in a &amp;quot;paragraph&amp;quot; element, the 
&lt;br&gt;&amp;gt; contents of the variable is displayed normally in the paragraph. However, if 
&lt;br&gt;&amp;gt; I put the same reference to this variable in an &amp;quot;ahelp&amp;quot; element, the contents 
&lt;br&gt;&amp;gt; of the variable is not displayed in the extended tool tip (although the tool 
&lt;br&gt;&amp;gt; tip is displayed normally). This is strange, since the reference documents 
&lt;br&gt;&amp;gt; state explicitly that an &amp;quot;ahelp&amp;quot; element can contain an &amp;quot;embedvar&amp;quot; element.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Does anybody know what's happening and how to fix these problems ?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26712373&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26712373&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;Hi true801,
&lt;br&gt;&lt;br&gt;don't trust the help development documentation, most of it is outdated. 
&lt;br&gt;Sorry we had no time to update the docs.
&lt;br&gt;&lt;br&gt;The visibility attribute works only within &amp;lt;ahelp hid=&amp;quot;.&amp;quot; 
&lt;br&gt;visibility=&amp;quot;hidden&amp;quot;&amp;gt;...help text...&amp;lt;/ahelp&amp;gt; to hide extended help text 
&lt;br&gt;from being visible on the normal help pages.
&lt;br&gt;&lt;br&gt;In &amp;lt;ahelp&amp;gt;...&amp;lt;/ahelp&amp;gt; text, only plain text is allowed. No formatting, 
&lt;br&gt;even no line breaks. No variables, no links. Please submit a request for 
&lt;br&gt;enhancement if you need more formatting features.
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;Uwe
&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26712373&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ufi@...&lt;/a&gt; &amp;nbsp;- &amp;nbsp;Technical Writer
&lt;br&gt;&amp;nbsp; &amp;nbsp;StarOffice - Sun Microsystems, Inc. - Hamburg, Germany
&lt;br&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://wiki.services.openoffice.org/wiki/Documentation&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.services.openoffice.org/wiki/Documentation&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://user.services.openoffice.org/en/forum/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://user.services.openoffice.org/en/forum/&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://blogs.sun.com/oootnt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blogs.sun.com/oootnt&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://www.sun.com/staroffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sun.com/staroffice&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26712373&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26712373&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Writing-help-files-for-an-extension-tp26680913p26712373.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26712027</id>
	<title>Using mutexes</title>
	<published>2009-12-09T07:24:39Z</published>
	<updated>2009-12-09T07:24:39Z</updated>
	<author>
		<name>true801</name>
	</author>
	<content type="html">Hi
&lt;br&gt;&lt;br&gt;I need a mutex to protect a section of code of a non-member function from 
&lt;br&gt;concurrent execution. Do I have to use use osl::Mutex::getGlobalMutex(), or 
&lt;br&gt;do I have to create a global mutex ? Is it possible to create global mutexes, 
&lt;br&gt;and if so, why use osl::Mutex::getGlobalMutex() instead of creating a 
&lt;br&gt;special-purpose global mutex ?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26712027&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26712027&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Using-mutexes-tp26712027p26712027.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26710670</id>
	<title>Re: Building OOo Installation Set containing vcredist_x86.exe</title>
	<published>2009-12-09T06:00:57Z</published>
	<updated>2009-12-09T06:00:57Z</updated>
	<author>
		<name>Daniel B.-7</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;sorry for the late answer but different things prevented me from
&lt;br&gt;continuing with my OOo build experiments. So first of all I would like
&lt;br&gt;to thank you all again for your help so far.
&lt;br&gt;&lt;br&gt;Sadly I couldn't really solve my problem with the information you
&lt;br&gt;provided. I checked and the CVER environment variable is indeed set to
&lt;br&gt;&amp;quot;M1500&amp;quot;, so there shouldn't be a problem. Looking at the log files
&lt;br&gt;after the build I can also see that some stuff happens with the merge
&lt;br&gt;modules Microsoft_VC90_CRT_x86.msm and
&lt;br&gt;policy_9_0_Microsoft_VC90_CRT_x86.msm. I can't say that I fully
&lt;br&gt;understand how it's supposed to work with these merge modules but I
&lt;br&gt;can see a lot of lines indicating &amp;quot;success&amp;quot; in regards to the above
&lt;br&gt;mentioned merge modules in the log file and nothing that seems to
&lt;br&gt;indicate that something went wrong. Also, after the build, when
&lt;br&gt;looking inside the instsetoo_native folder I find the folders
&lt;br&gt;wntmsci12.pro\OpenOffice\msi\mergefiles\en-US\gid_Mergemodule_Microsoft_Vc90_Crt_X86
&lt;br&gt;and wntmsci12.pro\OpenOffice\msi\mergefiles\en-US\gid_Mergemodule_Policy_Microsoft_Vc90_Crt_X86
&lt;br&gt;containing a lot of stuff which also to me seems to indicate that at
&lt;br&gt;least _something_ happened with these merge modules. So the problem is
&lt;br&gt;probably not that the merge modules weren't found or the build didn't
&lt;br&gt;do anything with them. Again, I don't fully understand how it's
&lt;br&gt;supposed to work, though.
&lt;br&gt;&lt;br&gt;Also, looking at the contents of
&lt;br&gt;instsetoo_native\wntmsci12.pro\OpenOffice\msi\install\en-US\openofficeorg1.cab
&lt;br&gt;I see it contains the following files:
&lt;br&gt;msvcm90.dll.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC
&lt;br&gt;msvcp90.dll.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC
&lt;br&gt;msvcr90.dll.30729.01.Microsoft_VC90_CRT_x86.SP.D8D85FD0_537C_3A3A_9BEC_7A1B426637EC
&lt;br&gt;&lt;br&gt;So in some form the dlls I'm missing when using my installation set
&lt;br&gt;_are_ contained in it. They just aren't installed when I execute the
&lt;br&gt;installer.
&lt;br&gt;&lt;br&gt;I really don't know where to go from here. If someone could point me
&lt;br&gt;in the right direction where the problem could possibly be that would
&lt;br&gt;be a great help. Maybe something I can look for in the log files?
&lt;br&gt;When comparing my openofficeorg1.cab to one of an installation set
&lt;br&gt;downloaded from openoffice.org I noticed that the version of my
&lt;br&gt;msvc*90.dll files is greater than the one packaged there. That's
&lt;br&gt;probably because I used the merge modules from MS Visual C++ 2008
&lt;br&gt;Express with Service Pack 1. Could the version of Visual C++ 2008
&lt;br&gt;Express I use be a cause of my problem?
&lt;br&gt;&lt;br&gt;Any help would be appreciated.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Daniel
&lt;br&gt;&lt;br&gt;On Wed, Nov 25, 2009 at 4:34 PM, Oliver Bolte &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26710670&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Oliver.Bolte@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Ingo Schmidt-Rosbiegal wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On 11/25/09 15:47, Stephan Bergmann wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On 11/25/09 15:28, Daniel B. wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Fri, Nov 13, 2009 at 3:04 PM, Stephan Bergmann
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26710670&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stephan.Bergmann@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On 11/12/09 14:04, Daniel B. wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I'm trying to build OOo on Windows using the instructions from the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Building Guide in the wiki
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; (&lt;a href=&quot;http://wiki.services.openoffice.org/wiki/Documentation/Building_Guide&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.services.openoffice.org/wiki/Documentation/Building_Guide&lt;/a&gt;).
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Everything works fine so far, but I noticed that the installation sets
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; that my build produces are missing the redist-directory that should
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; contain the MS Visual C++ redistributable package (vcredist_x86.exe).
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Consequently when I install my build on a system that doesn't already
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; have msvcp90.dll and msvcr90.dll installed OOo won't work. Just
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; creating the redist-directory inside the installation set and copying
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; the vcredist_x86.exe file into it doesn't work. My installer doesn't
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; trigger the installation of the Visual C++ redistributables.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; So, my question is how do I build an installation set which contains
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; the redist-directory with the vcredist_x86.exe file, so that the OOo
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; installation will install the necessary libraries?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; While searching for an answer I found out that there's an environment
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; variable WITH_VC_REDIST which you can set to TRUE and then the build
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; seems to create the redist directory and tries to copy the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; vcredist_x86.exe from somewhere but I don't know where the build
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; process expects the necessary files. Can anyone help me out?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; My understanding is that in general OOo installation sets on Windows
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; bring
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; with them the MSVC90 CRT files as .msm files
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; (scp2/source/ooo/mergemodules_ooo.scp) and that the additional
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; vcredist_x86.exe is only actually used during update installation on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Vista,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; to work around some specific problem (scp2/source/ooo/vc_redist.scp).
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Thank you for your reply, Stephan! Looks like I misunderstood the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; purpose of the vcredist_x86.exe, then.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Anyway, the problem remains. The installation set I build still
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; doesn't install the files msvcp90.dll and msvcr90.dll, so that
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; OpenOffice.org won't run on a system which hasn't already installed
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; these files. The normal installer DOES install these files so it must
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; be some problem with my build but I have no idea what exactly went
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; wrong. I did copy the .msm files that are mentioned on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://wiki.services.openoffice.org/wiki/Documentation/Building_Guide/Building_on_Windows&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.services.openoffice.org/wiki/Documentation/Building_Guide/Building_on_Windows&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; to the external/msm90 folder but that's obviously not enough.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Can anyone point me in the right direction what the problem could be?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I vaguely remember that whether you are allowed to re-distribute those
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; files depends on the MS compiler version (Express vs. full), so there might
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; be some conditional section in our code base causing the stuff not to be
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; included in your build.  Ingo (on cc) probably knows more.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -Stephan
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; what means the &amp;quot;normal installer&amp;quot; does install these files?
&lt;br&gt;&amp;gt;&amp;gt; In OOo 3.0, OOo 3.1 and OOo 3.2 the msvc runtime libraries are included
&lt;br&gt;&amp;gt;&amp;gt; into the product using MS MergeModules (msm files). Additionally there is a
&lt;br&gt;&amp;gt;&amp;gt; vcredist_x86.exe, but this is only required for Major Upgrades on Windows
&lt;br&gt;&amp;gt;&amp;gt; Vista. Therefore this is probably not required by you.
&lt;br&gt;&amp;gt;&amp;gt; Looking into the code in scp2/source/ooo/mergemodules_ooo.scp, you can see
&lt;br&gt;&amp;gt;&amp;gt; that the Merge Modules are only included into the product, if &amp;quot;#ifdef M1500&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt; is true.
&lt;br&gt;&amp;gt;&amp;gt; Oliver (on cc) probably knows more about M1500.
&lt;br&gt;&amp;gt;&amp;gt; By the way. We want to remove the MergeModules for OOo 3.3, because they
&lt;br&gt;&amp;gt;&amp;gt; are no longer supported by MS. They have problems to deliver patches for
&lt;br&gt;&amp;gt;&amp;gt; this files in the MergeModules, because every application that includes this
&lt;br&gt;&amp;gt;&amp;gt; MergeModules is responsible for delivering patches for this files. So MS
&lt;br&gt;&amp;gt;&amp;gt; cannot deliver patches for their files, if other products include them.
&lt;br&gt;&amp;gt;&amp;gt; Therefore we are forced, to add all versions of vcredist into our
&lt;br&gt;&amp;gt;&amp;gt; installation sets in the future. And we have to use them always, not only
&lt;br&gt;&amp;gt;&amp;gt; for Upgrades on Windows Vista.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;  Ingo
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; M1500 is a define for the Visual Studio 2008 compiler.
&lt;br&gt;&amp;gt; In file set_soenv.in you'll find this code snippet:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --------------------------------------------------------------
&lt;br&gt;&amp;gt;  if ( &amp;quot;@COMEX@&amp;quot; eq &amp;quot;10&amp;quot; ) { # .NET 2003 needs M1310
&lt;br&gt;&amp;gt;         $CVER        = &amp;quot;M1310&amp;quot;;
&lt;br&gt;&amp;gt;         $ATL_LIB     = $COMPATH.$ds.&amp;quot;atlmfc&amp;quot;.$ds.&amp;quot;lib&amp;quot;;
&lt;br&gt;&amp;gt;         $ATL_INCLUDE = $COMPATH.$ds.&amp;quot;atlmfc&amp;quot;.$ds.&amp;quot;include&amp;quot;;
&lt;br&gt;&amp;gt;         $MFC_LIB     = &amp;quot;&amp;quot;;
&lt;br&gt;&amp;gt;         $MFC_INCLUDE = &amp;quot;&amp;quot;;
&lt;br&gt;&amp;gt;     } elsif ( &amp;quot;@COMEX@&amp;quot; ge &amp;quot;11&amp;quot; ) { # .NET 2005 needs M1400
&lt;br&gt;&amp;gt;     if ( &amp;quot;@COMEX@&amp;quot; eq &amp;quot;11&amp;quot; ) {
&lt;br&gt;&amp;gt;         $CVER        = &amp;quot;M1400&amp;quot;;
&lt;br&gt;&amp;gt;     } elsif ( &amp;quot;@COMEX@&amp;quot; eq &amp;quot;12&amp;quot; ) {
&lt;br&gt;&amp;gt;         $CVER        = &amp;quot;M1500&amp;quot;;
&lt;br&gt;&amp;gt;     } else {                   # Unsupported
&lt;br&gt;&amp;gt;         die &amp;quot;Unsupported value for COMEX variable.\n&amp;quot;;
&lt;br&gt;&amp;gt;     }
&lt;br&gt;&amp;gt; --------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; HTH
&lt;br&gt;&amp;gt; Oliver
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26710670&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26710670&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26710670&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26710670&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Building-OOo-Installation-Set-containing-vcredist_x86.exe-tp26318298p26710670.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26708704</id>
	<title>Re: com.sun.star.packages.zip.ZipIOException</title>
	<published>2009-12-09T03:23:34Z</published>
	<updated>2009-12-09T03:23:34Z</updated>
	<author>
		<name>Michele Zarri</name>
	</author>
	<content type="html">2009/12/9 Mikhail Voytenko &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26708704&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mikhail.Voytenko@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; Hi Michele,
&lt;br&gt;[snip]
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It could be that the repairing mechanics should be improved. But you have
&lt;br&gt;&amp;gt; mentioned gunzip, is the archive in gzip format? In this case the office can
&lt;br&gt;&amp;gt; not handle it at all, since only zip-format is supported.
&lt;br&gt;&amp;gt;
&lt;br&gt;The file is a .zip but gunzip can handle them with the -S switch. I
&lt;br&gt;used it also to test the archive and I got OK, this is why I wrote
&lt;br&gt;about my surprise on how strict the check OOo makes is.
&lt;br&gt;OTOH I am probably misusing the package service which is intended for
&lt;br&gt;odf documents so I will stop using it even if it was rather
&lt;br&gt;convenient.
&lt;br&gt;&lt;br&gt;As I wrote the files I am working with are publicly available you can
&lt;br&gt;download some samples here:
&lt;br&gt;&lt;a href=&quot;http://www.3gpp.org/ftp/tsg_sa/TSG_SA/TSGS_46/Docs/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.3gpp.org/ftp/tsg_sa/TSG_SA/TSGS_46/Docs/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks again for the clarifications,
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Michele
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26708704&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26708704&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/com.sun.star.packages.zip.ZipIOException-tp26672395p26708704.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26707049</id>
	<title>Re: com.sun.star.packages.zip.ZipIOException</title>
	<published>2009-12-09T01:00:40Z</published>
	<updated>2009-12-09T01:00:40Z</updated>
	<author>
		<name>Mikhail Voytenko</name>
	</author>
	<content type="html">Hi Michele,
&lt;br&gt;&lt;br&gt;On 12/08/09 04:01, Michele Zarri wrote:
&lt;br&gt;&amp;gt; Thanks for the quick reply Mikhail,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I did what you suggested and it now works in most of the cases: thanks!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I now have a different problem since in many cases when I create the 
&lt;br&gt;&amp;gt; zipPackageFolder with the method getByHierarchicalName(&amp;quot;&amp;quot;) I discover 
&lt;br&gt;&amp;gt; that this is empty even if gunzip, file-roller, Karc, winzip 7zip tell 
&lt;br&gt;&amp;gt; me that there is at least a file in the archive. 
&lt;br&gt;&lt;br&gt;It could be that the repairing mechanics should be improved. But you 
&lt;br&gt;have mentioned gunzip, is the archive in gzip format? In this case the 
&lt;br&gt;office can not handle it at all, since only zip-format is supported.
&lt;br&gt;&lt;br&gt;&amp;gt; No big deal since all I 
&lt;br&gt;&amp;gt; had to do was to add a test for empty archives which should have been 
&lt;br&gt;&amp;gt; there in the first place, but I still wonder why OOo has to be soooo 
&lt;br&gt;&amp;gt; strict :-)
&lt;br&gt;&lt;br&gt;OOo is working with user documents and so it should strictly check that 
&lt;br&gt;the document is consistent. Any inconsistency could mean data-loss or 
&lt;br&gt;manipulation. Thus the office has to detect and report such cases.
&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;Mikhail.
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; The zip files I am working on are publicly available in case you want to 
&lt;br&gt;&amp;gt; take a look at a couple of them.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Michele
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Mikhail Voytenko wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi Michele,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The implementation of the package checks the zip format more strictly 
&lt;br&gt;&amp;gt;&amp;gt; starting from OOo3.2, this is why some files that could be handled in 
&lt;br&gt;&amp;gt;&amp;gt; OOo3.1.1 can not be handled any more directly. But it is correct so, 
&lt;br&gt;&amp;gt;&amp;gt; because the file is indeed broken, if the package throws the exception.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I must confess, I do not quite understand what kind of documentation 
&lt;br&gt;&amp;gt;&amp;gt; would you expect. Improvement of the broken zip file check is a 
&lt;br&gt;&amp;gt;&amp;gt; bug-fix and is definitely no new feature.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; In case you would like to repair the file please try to insert object 
&lt;br&gt;&amp;gt;&amp;gt; of type NamedValue into the arguments ( args(1) ), with the values
&lt;br&gt;&amp;gt;&amp;gt; aNamedValue.Name = &amp;quot;RepairPackage&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt; aNamedValue.Value = true
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; That will let the package ignore the errors in the broken zip file and 
&lt;br&gt;&amp;gt;&amp;gt; try to repair it.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hope that helps.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Best regards,
&lt;br&gt;&amp;gt;&amp;gt; Mikhail.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26707049&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26707049&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26707049&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26707049&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/com.sun.star.packages.zip.ZipIOException-tp26672395p26707049.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26706947</id>
	<title>Re: build on Snow Leopard</title>
	<published>2009-12-09T00:50:59Z</published>
	<updated>2009-12-09T00:50:59Z</updated>
	<author>
		<name>Caolán McNamara</name>
	</author>
	<content type="html">On Tue, 2009-12-08 at 01:57 -0800, Maximilian Odendahl wrote:
&lt;br&gt;&amp;gt; ./configure --enable-dbgutil --disable-binfilter --disable-odk 
&lt;br&gt;&amp;gt; --disable-pasf --disable-gtk --disable-headless --disable-build-mozilla 
&lt;br&gt;&amp;gt; --disable-fontconfig --without-nas --with-use-shell=bash 
&lt;br&gt;&amp;gt; --with-stlport=no --disable-mediawiki --disable-vba --disable-mozilla
&lt;br&gt;&lt;br&gt;As an aside:
&lt;br&gt;&lt;br&gt;--disable-pasf, --without-nas, --disable-mediawiki, --disable-headless
&lt;br&gt;don't exist as configure options (anymore) so those aren't actually
&lt;br&gt;doing anything
&lt;br&gt;&lt;br&gt;--disable-build-mozilla says to build like Hamburg against a pre-built
&lt;br&gt;mozilla, while --disable-mozilla says to build against no mozilla. So
&lt;br&gt;--disable-mozilla on its own would be sufficient.
&lt;br&gt;&lt;br&gt;C.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26706947&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26706947&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/build-on-Snow-Leopard-tp26660789p26706947.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26706721</id>
	<title>Re: build on Snow Leopard</title>
	<published>2009-12-08T23:05:01Z</published>
	<updated>2009-12-08T23:05:01Z</updated>
	<author>
		<name>Maximilian Odendahl</name>
	</author>
	<content type="html">Ok, with the patch and installed SDK 10.4 I get a lot further, now the 
&lt;br&gt;next issue is in packimages:
&lt;br&gt;&lt;br&gt;Entering /Software/notes11/packimages/pack
&lt;br&gt;mkout -- version: 1.8
&lt;br&gt;mkdir ../unxmacxi/res/img
&lt;br&gt;/usr/bin/perl /Software/notes11/solenv/bin/image-sort.pl image-sort.lst 
&lt;br&gt;/Software/notes11/solver/300/unxmacxi/xml ../unxmacxi/res/img/sorted.lst
&lt;br&gt;Can't open 
&lt;br&gt;/Software/notes11/solver/300/unxmacxi/xml/uiconfig/modules/scalc/toolbar/standardbar.xml: 
&lt;br&gt;No such file or directory at /Software/notes11/solenv/bin/image-sort.pl 
&lt;br&gt;line 12.
&lt;br&gt;dmake: &amp;nbsp;Error code 2, while making '../unxmacxi/res/img/sorted.lst'
&lt;br&gt;dmake: &amp;nbsp;'../unxmacxi/res/img/sorted.lst' removed.
&lt;br&gt;&lt;br&gt;Any idea?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Max
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26706721&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26706721&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/build-on-Snow-Leopard-tp26660789p26706721.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26707055</id>
	<title>How to Identify Bookmark field exists at current cursor position.</title>
	<published>2009-12-08T22:21:00Z</published>
	<updated>2009-12-08T22:21:00Z</updated>
	<author>
		<name>Vikas Patel-2</name>
	</author>
	<content type="html">Hi, 
&lt;br&gt;&lt;br&gt;In my add-in, I want to stop user to update bookmark text so that I need to know whether current position is under bookmark or not? 
&lt;br&gt;&lt;br&gt;Can you suggest me the way how to identify bookmark field at current cursor position. 
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Best Regards,
&lt;br&gt;&lt;br&gt;Vikas Patel | Team Coordinator | Decos Software Development Pvt. Ltd (“ISO 9001: 2000 Certified Company”) 
&lt;br&gt;&lt;br&gt;Muttha Towers, 2nd Floor, Suite No 18, Airport Road, Yerwada, Pune. 
&lt;br&gt;Ph. +91 20 66466700. Fax: +91 20 66466800. GSM: +91 9970011230
&lt;br&gt;www.decos.com
&lt;br&gt;P Save a tree and water. Don't print this e-mail unless it's really necessary. Alone we can do little but together we can do so much.
&lt;br&gt;&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&lt;br&gt;&lt;br /&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26707055&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26707055&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-Identify-Bookmark-field-exists-at-current-cursor-position.-tp26707055p26707055.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26694885</id>
	<title>Re: build on Snow Leopard</title>
	<published>2009-12-08T06:37:39Z</published>
	<updated>2009-12-08T06:37:39Z</updated>
	<author>
		<name>Stephan Bergmann</name>
	</author>
	<content type="html">On 12/08/09 14:19, Maximilian Odendahl wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;gt; &amp;nbsp;explicitly checks for it)? &amp;nbsp;Otherwise, the -isysroot setting could
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;gt; &amp;nbsp;explain your problems.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; changing isysmaker in solenv/inc/unxmacx.mk as well as configuring with 
&lt;br&gt;&amp;gt; ./configure ... CC=gcc-4.0 CXX=g++-4.0 gets the build going :-)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Not sure if my system is messed up or there are bugs in the 
&lt;br&gt;&amp;gt; makefiles/configure?
&lt;br&gt;&lt;br&gt;Setting -isysroot explicitly to always build against the 10.4 SDK got 
&lt;br&gt;introduced into the OOo build environment rather recently (don't have 
&lt;br&gt;the relevant issue number at hand right now, though); of course, this is 
&lt;br&gt;somewhat unfortunate for 10.6, where the 10.4 SDK is only an optional 
&lt;br&gt;install with Xcode...
&lt;br&gt;&lt;br&gt;&amp;gt; ps: building with gcc 4.2 complained about no support for -Wno-long-double
&lt;br&gt;&lt;br&gt;Yep, forgot about that one. &amp;nbsp;I started a thread on 
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26694885&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mac@...&lt;/a&gt; (&amp;quot;Building OOo on Snow Leopard&amp;quot;, ca. end of 
&lt;br&gt;September 09) a while ago where I documented my first approach at 
&lt;br&gt;building OOo on 10.6. &amp;nbsp;Never came to a functional solution, though, and 
&lt;br&gt;more or less gave up on this &amp;quot;hobby project&amp;quot; of mine by now. &amp;nbsp;(But other 
&lt;br&gt;people report that they can build fine, with the optional 10.4 SDK 
&lt;br&gt;installed, using GCC 4.0, and applying the patches from the issue that 
&lt;br&gt;got mentioned here, too.)
&lt;br&gt;&lt;br&gt;-Stephan
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26694885&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26694885&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/build-on-Snow-Leopard-tp26660789p26694885.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26694427</id>
	<title>Re: build on Snow Leopard</title>
	<published>2009-12-08T05:19:08Z</published>
	<updated>2009-12-08T05:19:08Z</updated>
	<author>
		<name>Maximilian Odendahl</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;gt; &amp;nbsp;explicitly checks for it)? &amp;nbsp;Otherwise, the -isysroot setting could
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;gt; &amp;nbsp;explain your problems.
&lt;br&gt;&lt;br&gt;changing isysmaker in solenv/inc/unxmacx.mk as well as configuring with 
&lt;br&gt;./configure ... CC=gcc-4.0 CXX=g++-4.0 gets the build going :-)
&lt;br&gt;&lt;br&gt;Not sure if my system is messed up or there are bugs in the 
&lt;br&gt;makefiles/configure?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Max
&lt;br&gt;&lt;br&gt;ps: building with gcc 4.2 complained about no support for -Wno-long-double
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26694427&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26694427&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/build-on-Snow-Leopard-tp26660789p26694427.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26693598</id>
	<title>Re: build on Snow Leopard</title>
	<published>2009-12-08T04:18:47Z</published>
	<updated>2009-12-08T04:18:47Z</updated>
	<author>
		<name>Maximilian Odendahl</name>
	</author>
	<content type="html">Hi Stephan,
&lt;br&gt;&lt;br&gt;getting closer, thanks again for your support.....
&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;gt; explicitly checks for it)? &amp;nbsp;Otherwise, the -isysroot setting could
&lt;br&gt;&amp;nbsp;&amp;gt; explain your problems.
&lt;br&gt;&lt;br&gt;yes, deleting -isysroot /Developer/SDKs/MacOSX10.4u.sdk manually 
&lt;br&gt;compiles the file
&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;gt; Do you have the optional Xcode 10.4 SDK support
&lt;br&gt;&amp;nbsp;&amp;gt; (/Developer/SDKs/MacOSX10.4u.sdk) installed
&lt;br&gt;&lt;br&gt;no, I don't, I only have
&lt;br&gt;&lt;br&gt;/Developer/SDKs/MacOSX10.5.sdk/
&lt;br&gt;/Developer/SDKs/MacOSX10.6.sdk/
&lt;br&gt;&lt;br&gt;so I guess it is therefore looking in the wrong place.
&lt;br&gt;&lt;br&gt;Do you know where isysroot comes from and how to change it? Google did 
&lt;br&gt;not really help and it is also not inside MacOSXX86Env.Set.sh.
&lt;br&gt;&lt;br&gt;-Max
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Am 08.12.09 04:04, schrieb Stephan Bergmann:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On 12/08/09 10:57, Maximilian Odendahl wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; For your specific problem, I would suggest building with VERBOSE=1 so
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; that you see the actual compiler command line.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; this is it:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; gcc -fsigned-char -fmessage-length=0 -malign-natural -c &amp;nbsp; -O2
&lt;br&gt;&amp;gt;&amp;gt; -fno-strict-aliasing -DENABLE_LAYOUT=0 -DENABLE_LAYOUT_EXPERIMENTAL=0
&lt;br&gt;&amp;gt;&amp;gt; -I. &amp;nbsp;-I../unxmacxi/inc/make_makedepend -I../inc -I../inc/pch -I../inc
&lt;br&gt;&amp;gt;&amp;gt; -I../aqua/inc -I../unx/inc -I../unxmacxi/inc -I.
&lt;br&gt;&amp;gt;&amp;gt; -I/Software/notes11/solver/300/unxmacxi/incdont_use_stl
&lt;br&gt;&amp;gt;&amp;gt; -I/Software/notes11/solver/300/unxmacxi/inc/external
&lt;br&gt;&amp;gt;&amp;gt; -I/Software/notes11/solver/300/unxmacxi/inc
&lt;br&gt;&amp;gt;&amp;gt; -I/Software/notes11/solenv/unxmacxi/inc -I/Software/notes11/solenv/inc
&lt;br&gt;&amp;gt;&amp;gt; -I/Software/notes11/res
&lt;br&gt;&amp;gt;&amp;gt; -I/Software/notes11/solver/300/unxmacxi/incdont_use_stl
&lt;br&gt;&amp;gt;&amp;gt; -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers
&lt;br&gt;&amp;gt;&amp;gt; -I/System/Library/Frameworks/JavaVM.framework/Headers
&lt;br&gt;&amp;gt;&amp;gt; -I/Software/notes11/solver/300/unxmacxi/inc/offuh -I. -I../res -I. -pipe
&lt;br&gt;&amp;gt;&amp;gt; -fsigned-char -malign-natural &amp;nbsp;-Wall -Wendif-labels -fPIC -fno-common
&lt;br&gt;&amp;gt;&amp;gt; -DMACOSX -DUNX -DVCL -DGCC -DC341 -DINTEL -D_STLP_DEBUG -DGLIBC=2
&lt;br&gt;&amp;gt;&amp;gt; -D_PTHREADS -D_REENTRANT -DNO_PTHREAD_PRIORITY -DX86
&lt;br&gt;&amp;gt;&amp;gt; -DSTLPORT_VERSION=400 -D_USE_NAMESPACE=1 -DQUARTZ
&lt;br&gt;&amp;gt;&amp;gt; -DHAVE_GCC_VISIBILITY_FEATURE -isysroot /Developer/SDKs/MacOSX10.4u.sdk
&lt;br&gt;&amp;gt;&amp;gt; -D__DMAKE -DUNIX -DCPPU_ENV=gcc3
&lt;br&gt;&amp;gt;&amp;gt; -DGXX_INCLUDE_PATH=/usr/include/c++/4.0.0 -DSUPD=300 -DDBG_UTIL
&lt;br&gt;&amp;gt;&amp;gt; -DOSL_DEBUG_LEVEL=1 -DOPTIMIZE -DCUI -DSOLAR_JAVA &amp;nbsp; -DNO_X11 -DXP_PC
&lt;br&gt;&amp;gt;&amp;gt; -DHW_THREADS &amp;nbsp; &amp;nbsp;-o ../unxmacxi/obj/cppsetup.o cppsetup.c
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Do you have the optional Xcode 10.4 SDK support
&lt;br&gt;&amp;gt; (/Developer/SDKs/MacOSX10.4u.sdk) installed (I'm not sure configure
&lt;br&gt;&amp;gt; explicitly checks for it)? &amp;nbsp;Otherwise, the -isysroot setting could
&lt;br&gt;&amp;gt; explain your problems.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -Stephan
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26693598&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26693598&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26693598&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26693598&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/build-on-Snow-Leopard-tp26660789p26693598.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26692908</id>
	<title>Re: build on Snow Leopard</title>
	<published>2009-12-08T04:04:30Z</published>
	<updated>2009-12-08T04:04:30Z</updated>
	<author>
		<name>Stephan Bergmann</name>
	</author>
	<content type="html">On 12/08/09 10:57, Maximilian Odendahl wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; For your specific problem, I would suggest building with VERBOSE=1 so
&lt;br&gt;&amp;gt;&amp;gt; that you see the actual compiler command line.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; this is it:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; gcc -fsigned-char -fmessage-length=0 -malign-natural -c &amp;nbsp; -O2 
&lt;br&gt;&amp;gt; -fno-strict-aliasing -DENABLE_LAYOUT=0 -DENABLE_LAYOUT_EXPERIMENTAL=0 
&lt;br&gt;&amp;gt; -I. &amp;nbsp;-I../unxmacxi/inc/make_makedepend -I../inc -I../inc/pch -I../inc 
&lt;br&gt;&amp;gt; -I../aqua/inc -I../unx/inc -I../unxmacxi/inc -I. 
&lt;br&gt;&amp;gt; -I/Software/notes11/solver/300/unxmacxi/incdont_use_stl 
&lt;br&gt;&amp;gt; -I/Software/notes11/solver/300/unxmacxi/inc/external 
&lt;br&gt;&amp;gt; -I/Software/notes11/solver/300/unxmacxi/inc 
&lt;br&gt;&amp;gt; -I/Software/notes11/solenv/unxmacxi/inc -I/Software/notes11/solenv/inc 
&lt;br&gt;&amp;gt; -I/Software/notes11/res 
&lt;br&gt;&amp;gt; -I/Software/notes11/solver/300/unxmacxi/incdont_use_stl 
&lt;br&gt;&amp;gt; -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers 
&lt;br&gt;&amp;gt; -I/System/Library/Frameworks/JavaVM.framework/Headers 
&lt;br&gt;&amp;gt; -I/Software/notes11/solver/300/unxmacxi/inc/offuh -I. -I../res -I. -pipe 
&lt;br&gt;&amp;gt; -fsigned-char -malign-natural &amp;nbsp;-Wall -Wendif-labels -fPIC -fno-common 
&lt;br&gt;&amp;gt; -DMACOSX -DUNX -DVCL -DGCC -DC341 -DINTEL -D_STLP_DEBUG -DGLIBC=2 
&lt;br&gt;&amp;gt; -D_PTHREADS -D_REENTRANT -DNO_PTHREAD_PRIORITY -DX86 
&lt;br&gt;&amp;gt; -DSTLPORT_VERSION=400 -D_USE_NAMESPACE=1 -DQUARTZ 
&lt;br&gt;&amp;gt; -DHAVE_GCC_VISIBILITY_FEATURE -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
&lt;br&gt;&amp;gt; -D__DMAKE -DUNIX -DCPPU_ENV=gcc3 
&lt;br&gt;&amp;gt; -DGXX_INCLUDE_PATH=/usr/include/c++/4.0.0 -DSUPD=300 -DDBG_UTIL 
&lt;br&gt;&amp;gt; -DOSL_DEBUG_LEVEL=1 -DOPTIMIZE -DCUI -DSOLAR_JAVA &amp;nbsp; -DNO_X11 -DXP_PC 
&lt;br&gt;&amp;gt; -DHW_THREADS &amp;nbsp; &amp;nbsp;-o ../unxmacxi/obj/cppsetup.o cppsetup.c
&lt;/div&gt;&lt;br&gt;Do you have the optional Xcode 10.4 SDK support 
&lt;br&gt;(/Developer/SDKs/MacOSX10.4u.sdk) installed (I'm not sure configure 
&lt;br&gt;explicitly checks for it)? &amp;nbsp;Otherwise, the -isysroot setting could 
&lt;br&gt;explain your problems.
&lt;br&gt;&lt;br&gt;-Stephan
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26692908&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26692908&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/build-on-Snow-Leopard-tp26660789p26692908.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26691991</id>
	<title>Re: build on Snow Leopard</title>
	<published>2009-12-08T02:50:01Z</published>
	<updated>2009-12-08T02:50:01Z</updated>
	<author>
		<name>true801</name>
	</author>
	<content type="html">&amp;gt; What works for me is to pass CC and CXX not as environment variables to
&lt;br&gt;&amp;gt; configure, but as additional arguments,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ./configure ... CC=gcc-4.0 CXX=g++-4.0
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; That way, they are correctly set in the sourced-in enironment.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -Stephan
&lt;br&gt;&lt;br&gt;The GNU Coding Standards advise to specify variables as arguments to configure 
&lt;br&gt;instead of setting them in environment variables (see 
&lt;br&gt;&lt;a href=&quot;http://www.gnu.org/prep/standards/standards.html#Configuration&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/prep/standards/standards.html#Configuration&lt;/a&gt;).
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26691991&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26691991&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/build-on-Snow-Leopard-tp26660789p26691991.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26691377</id>
	<title>Re: Will OpenOffice 3.1.1 supports com objects</title>
	<published>2009-12-08T02:03:33Z</published>
	<updated>2009-12-08T02:03:33Z</updated>
	<author>
		<name>Juergen Schmidt-3</name>
	</author>
	<content type="html">Hi Karthik,
&lt;br&gt;&lt;br&gt;i have already answered your question on &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26691377&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev@...&lt;/a&gt;
&lt;br&gt;list.
&lt;br&gt;&lt;br&gt;Juergen
&lt;br&gt;&lt;br&gt;Karthik Nagarajan wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have downloaded openoffice 3.1.1, I want to convert doc to pdf using
&lt;br&gt;&amp;gt; microsoft 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; .net. What dll i need to include and can you provide some code snippet
&lt;br&gt;&amp;gt; to 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; convert.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Before i was using openoffice 2.3, I used to include 4 dll's into .net
&lt;br&gt;&amp;gt; project
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; C:\Program Files\OpenOffice.org 2.0\program\assembly\cli_basetypes.dll
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; C:\Program Files\OpenOffice.org 2.0\program\assembly\cli_cppuhelper.dll
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; C:\Program Files\OpenOffice.org 2.0\program\assembly\cli_types.dll
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; C:\Program Files\OpenOffice.org 2.0\program\assembly\cli_ure.dll
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; But all these dll's are not available in the newer version 3.1.1.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I want use it in .net project by including com objects of openoffice, as
&lt;br&gt;&amp;gt; i have 
&lt;br&gt;&amp;gt; plenty of files to convert, it is difficult to do it manually.
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; I know it is possible to convert to pdf using openoffice 2.3 com
&lt;br&gt;&amp;gt; objects.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; But in the newer version those dll's are missing.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks &amp; Regards,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Karthik
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Programmer Analyst
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sun Microsystems GmbH &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Juergen Schmidt
&lt;br&gt;Nagelsweg 55 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Technical Lead Programmability
&lt;br&gt;20097 Hamburg, Germany
&lt;br&gt;&lt;br&gt;Registered Office: Sun Microsystems GmbH, Sonnenallee 1, D-85551 
&lt;br&gt;Kirchheim-Heimstetten
&lt;br&gt;Commercial register of the Local Court of Munich: HRB 161028
&lt;br&gt;Managing Directors: Thomas Schroeder, Wolfgang Engels, Dr. Roland Boemer
&lt;br&gt;Chairman of the Supervisory Board: Martin Haering
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26691377&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26691377&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Will-OpenOffice-3.1.1-supports-com-objects-tp26691312p26691377.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26691615</id>
	<title>Re: build on Snow Leopard</title>
	<published>2009-12-08T01:57:15Z</published>
	<updated>2009-12-08T01:57:15Z</updated>
	<author>
		<name>Maximilian Odendahl</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;&amp;gt; For your specific problem, I would suggest building with VERBOSE=1 so
&lt;br&gt;&amp;gt; that you see the actual compiler command line.
&lt;br&gt;&lt;br&gt;this is it:
&lt;br&gt;&lt;br&gt;gcc -fsigned-char -fmessage-length=0 -malign-natural -c &amp;nbsp; -O2 
&lt;br&gt;-fno-strict-aliasing -DENABLE_LAYOUT=0 -DENABLE_LAYOUT_EXPERIMENTAL=0 
&lt;br&gt;-I. &amp;nbsp;-I../unxmacxi/inc/make_makedepend -I../inc -I../inc/pch -I../inc 
&lt;br&gt;-I../aqua/inc -I../unx/inc -I../unxmacxi/inc -I. 
&lt;br&gt;-I/Software/notes11/solver/300/unxmacxi/incdont_use_stl 
&lt;br&gt;-I/Software/notes11/solver/300/unxmacxi/inc/external 
&lt;br&gt;-I/Software/notes11/solver/300/unxmacxi/inc 
&lt;br&gt;-I/Software/notes11/solenv/unxmacxi/inc -I/Software/notes11/solenv/inc 
&lt;br&gt;-I/Software/notes11/res 
&lt;br&gt;-I/Software/notes11/solver/300/unxmacxi/incdont_use_stl 
&lt;br&gt;-I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers 
&lt;br&gt;-I/System/Library/Frameworks/JavaVM.framework/Headers 
&lt;br&gt;-I/Software/notes11/solver/300/unxmacxi/inc/offuh -I. -I../res -I. -pipe 
&lt;br&gt;-fsigned-char -malign-natural &amp;nbsp;-Wall -Wendif-labels -fPIC -fno-common 
&lt;br&gt;-DMACOSX -DUNX -DVCL -DGCC -DC341 -DINTEL -D_STLP_DEBUG -DGLIBC=2 
&lt;br&gt;-D_PTHREADS -D_REENTRANT -DNO_PTHREAD_PRIORITY -DX86 
&lt;br&gt;-DSTLPORT_VERSION=400 -D_USE_NAMESPACE=1 -DQUARTZ 
&lt;br&gt;-DHAVE_GCC_VISIBILITY_FEATURE -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
&lt;br&gt;-D__DMAKE -DUNIX -DCPPU_ENV=gcc3 
&lt;br&gt;-DGXX_INCLUDE_PATH=/usr/include/c++/4.0.0 -DSUPD=300 -DDBG_UTIL 
&lt;br&gt;-DOSL_DEBUG_LEVEL=1 -DOPTIMIZE -DCUI -DSOLAR_JAVA &amp;nbsp; -DNO_X11 -DXP_PC 
&lt;br&gt;-DHW_THREADS &amp;nbsp; &amp;nbsp;-o ../unxmacxi/obj/cppsetup.o cppsetup.c
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; Also, what exactly is
&lt;br&gt;&amp;gt; your configure command line?
&lt;br&gt;&lt;br&gt;./configure --enable-dbgutil --disable-binfilter --disable-odk 
&lt;br&gt;--disable-pasf --disable-gtk --disable-headless --disable-build-mozilla 
&lt;br&gt;--disable-fontconfig --without-nas --with-use-shell=bash 
&lt;br&gt;--with-stlport=no --disable-mediawiki --disable-vba --disable-mozilla
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Max
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26691615&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26691615&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/build-on-Snow-Leopard-tp26660789p26691615.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26691200</id>
	<title>Re: build on Snow Leopard</title>
	<published>2009-12-08T01:49:52Z</published>
	<updated>2009-12-08T01:49:52Z</updated>
	<author>
		<name>Stephan Bergmann</name>
	</author>
	<content type="html">On 12/08/09 09:46, Maximilian Odendahl wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Stephan,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt;&amp;gt; What is weird that it is found during configure, but not anymore when
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt;&amp;gt; building it. I believe you are building under Snow Leopard as well?
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; What works for me is to pass CC and CXX not as environment variables &amp;gt;to
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; configure, but as additional arguments,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; ./configure ... CC=gcc-4.0 CXX=g++-4.0
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; is gcc 4.0 or 4.2 really the issue? I do not want to build with 10.4 
&lt;br&gt;&amp;gt; compatibility, so any gcc should do fine, right? Finding a gcc is not 
&lt;br&gt;&amp;gt; the my problem, the problem is finding stdio.h, string.h etc.
&lt;/div&gt;&lt;br&gt;Ah, I see. &amp;nbsp;Compiling with GCC 4.2 should ~work (if you --enable-werror, 
&lt;br&gt;the build will break due to new warnings detected by 4.2; and 4.2 has 
&lt;br&gt;the &amp;quot;visibility error&amp;quot; that can cause problems at runtime).
&lt;br&gt;&lt;br&gt;For your specific problem, I would suggest building with VERBOSE=1 so 
&lt;br&gt;that you see the actual compiler command line. &amp;nbsp;Also, what exactly is 
&lt;br&gt;your configure command line?
&lt;br&gt;&lt;br&gt;-Stephan
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26691200&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26691200&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/build-on-Snow-Leopard-tp26660789p26691200.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26690949</id>
	<title>Re: build on Snow Leopard</title>
	<published>2009-12-08T00:46:52Z</published>
	<updated>2009-12-08T00:46:52Z</updated>
	<author>
		<name>Maximilian Odendahl</name>
	</author>
	<content type="html">Hi Stephan,
&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;gt;&amp;gt; What is weird that it is found during configure, but not anymore when
&lt;br&gt;&amp;nbsp;&amp;gt;&amp;gt; building it. I believe you are building under Snow Leopard as well?
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt; What works for me is to pass CC and CXX not as environment variables &amp;gt;to
&lt;br&gt;&amp;nbsp;&amp;gt; configure, but as additional arguments,
&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;gt; ./configure ... CC=gcc-4.0 CXX=g++-4.0
&lt;br&gt;&lt;br&gt;is gcc 4.0 or 4.2 really the issue? I do not want to build with 10.4 
&lt;br&gt;compatibility, so any gcc should do fine, right? Finding a gcc is not 
&lt;br&gt;the my problem, the problem is finding stdio.h, string.h etc.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;gt; ./configure ... CC=gcc-4.0 CXX=g++-4.0
&lt;br&gt;&lt;br&gt;same issue as before....
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Max
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26690949&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26690949&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/build-on-Snow-Leopard-tp26660789p26690949.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26690416</id>
	<title>Re: build on Snow Leopard</title>
	<published>2009-12-08T00:39:02Z</published>
	<updated>2009-12-08T00:39:02Z</updated>
	<author>
		<name>Stephan Bergmann</name>
	</author>
	<content type="html">On 12/07/09 23:44, Maximilian Odendahl wrote:
&lt;br&gt;&amp;gt;&amp;gt; Be sure your build is using the 4.0 versions of gcc and g++
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; yes, this is the case.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; What is weird that it is found during configure, but not anymore when 
&lt;br&gt;&amp;gt; building it. I believe you are building under Snow Leopard as well?
&lt;br&gt;&lt;br&gt;What works for me is to pass CC and CXX not as environment variables to 
&lt;br&gt;configure, but as additional arguments,
&lt;br&gt;&lt;br&gt;./configure ... CC=gcc-4.0 CXX=g++-4.0
&lt;br&gt;&lt;br&gt;That way, they are correctly set in the sourced-in enironment.
&lt;br&gt;&lt;br&gt;-Stephan
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26690416&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26690416&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/build-on-Snow-Leopard-tp26660789p26690416.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26687993</id>
	<title>Re: com.sun.star.packages.zip.ZipIOException</title>
	<published>2009-12-07T19:01:01Z</published>
	<updated>2009-12-07T19:01:01Z</updated>
	<author>
		<name>Michele Zarri</name>
	</author>
	<content type="html">Thanks for the quick reply Mikhail,
&lt;br&gt;&lt;br&gt;I did what you suggested and it now works in most of the cases: thanks!
&lt;br&gt;&lt;br&gt;I now have a different problem since in many cases when I create the 
&lt;br&gt;zipPackageFolder with the method getByHierarchicalName(&amp;quot;&amp;quot;) I discover 
&lt;br&gt;that this is empty even if gunzip, file-roller, Karc, winzip 7zip tell 
&lt;br&gt;me that there is at least a file in the archive. No big deal since all I 
&lt;br&gt;had to do was to add a test for empty archives which should have been 
&lt;br&gt;there in the first place, but I still wonder why OOo has to be soooo 
&lt;br&gt;strict :-)
&lt;br&gt;The zip files I am working on are publicly available in case you want to 
&lt;br&gt;take a look at a couple of them.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Michele
&lt;br&gt;&lt;br&gt;Mikhail Voytenko wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Michele,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The implementation of the package checks the zip format more strictly 
&lt;br&gt;&amp;gt; starting from OOo3.2, this is why some files that could be handled in 
&lt;br&gt;&amp;gt; OOo3.1.1 can not be handled any more directly. But it is correct so, 
&lt;br&gt;&amp;gt; because the file is indeed broken, if the package throws the exception.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I must confess, I do not quite understand what kind of documentation 
&lt;br&gt;&amp;gt; would you expect. Improvement of the broken zip file check is a 
&lt;br&gt;&amp;gt; bug-fix and is definitely no new feature.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; In case you would like to repair the file please try to insert object 
&lt;br&gt;&amp;gt; of type NamedValue into the arguments ( args(1) ), with the values
&lt;br&gt;&amp;gt; aNamedValue.Name = &amp;quot;RepairPackage&amp;quot;
&lt;br&gt;&amp;gt; aNamedValue.Value = true
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; That will let the package ignore the errors in the broken zip file and 
&lt;br&gt;&amp;gt; try to repair it.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hope that helps.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Best regards,
&lt;br&gt;&amp;gt; Mikhail.
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26687993&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26687993&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/com.sun.star.packages.zip.ZipIOException-tp26672395p26687993.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26691312</id>
	<title>Will OpenOffice 3.1.1 supports com objects</title>
	<published>2009-12-07T14:45:40Z</published>
	<updated>2009-12-07T14:45:40Z</updated>
	<author>
		<name>Karthik Nagarajan</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I have downloaded openoffice 3.1.1, I want to convert doc to pdf using
&lt;br&gt;microsoft 
&lt;br&gt;&lt;br&gt;.net. What dll i need to include and can you provide some code snippet
&lt;br&gt;to 
&lt;br&gt;&lt;br&gt;convert.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Before i was using openoffice 2.3, I used to include 4 dll's into .net
&lt;br&gt;project
&lt;br&gt;&lt;br&gt;C:\Program Files\OpenOffice.org 2.0\program\assembly\cli_basetypes.dll
&lt;br&gt;&lt;br&gt;C:\Program Files\OpenOffice.org 2.0\program\assembly\cli_cppuhelper.dll
&lt;br&gt;&lt;br&gt;C:\Program Files\OpenOffice.org 2.0\program\assembly\cli_types.dll
&lt;br&gt;&lt;br&gt;C:\Program Files\OpenOffice.org 2.0\program\assembly\cli_ure.dll
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;But all these dll's are not available in the newer version 3.1.1.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;I want use it in .net project by including com objects of openoffice, as
&lt;br&gt;i have 
&lt;br&gt;plenty of files to convert, it is difficult to do it manually.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;I know it is possible to convert to pdf using openoffice 2.3 com
&lt;br&gt;objects.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;But in the newer version those dll's are missing.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Thanks &amp; Regards,
&lt;br&gt;&lt;br&gt;Karthik
&lt;br&gt;&lt;br&gt;Programmer Analyst
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Will-OpenOffice-3.1.1-supports-com-objects-tp26691312p26691312.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26685782</id>
	<title>Re: build on Snow Leopard</title>
	<published>2009-12-07T14:44:43Z</published>
	<updated>2009-12-07T14:44:43Z</updated>
	<author>
		<name>Maximilian Odendahl</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.openoffice.org/issues/show_bug.cgi?id=106059&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.openoffice.org/issues/show_bug.cgi?id=106059&lt;/a&gt;&lt;br&gt;&lt;br&gt;thanks for your reply, but this is not the issue here.
&lt;br&gt;&lt;br&gt;&amp;gt; Be sure your build is using the 4.0 versions of gcc and g++
&lt;br&gt;&lt;br&gt;yes, this is the case.
&lt;br&gt;&lt;br&gt;What is weird that it is found during configure, but not anymore when 
&lt;br&gt;building it. I believe you are building under Snow Leopard as well?
&lt;br&gt;&lt;br&gt;-Max
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26685782&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26685782&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/build-on-Snow-Leopard-tp26660789p26685782.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26680913</id>
	<title>Writing help files for an extension</title>
	<published>2009-12-07T09:37:42Z</published>
	<updated>2009-12-07T09:37:42Z</updated>
	<author>
		<name>true801</name>
	</author>
	<content type="html">Hi
&lt;br&gt;&lt;br&gt;I'm writing some documentation for an OpenOffice extension, and I have the 
&lt;br&gt;following problems with my xhp file :
&lt;br&gt;- in a paragraph, I define a variable with the attribute &amp;quot;visibility&amp;quot; set 
&lt;br&gt;to &amp;quot;hidden&amp;quot;, but the textual contents of the variable element is still 
&lt;br&gt;displayed in the paragraph
&lt;br&gt;&lt;br&gt;- I define a variable with only textual content. If I include a reference to 
&lt;br&gt;this variable (using the &amp;quot;embedvar&amp;quot; element) in a &amp;quot;paragraph&amp;quot; element, the 
&lt;br&gt;contents of the variable is displayed normally in the paragraph. However, if 
&lt;br&gt;I put the same reference to this variable in an &amp;quot;ahelp&amp;quot; element, the contents 
&lt;br&gt;of the variable is not displayed in the extended tool tip (although the tool 
&lt;br&gt;tip is displayed normally). This is strange, since the reference documents 
&lt;br&gt;state explicitly that an &amp;quot;ahelp&amp;quot; element can contain an &amp;quot;embedvar&amp;quot; element.
&lt;br&gt;&lt;br&gt;Does anybody know what's happening and how to fix these problems ?
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26680913&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26680913&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Writing-help-files-for-an-extension-tp26680913p26680913.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26677238</id>
	<title>Re: Building OpenOffice.org with GNU make</title>
	<published>2009-12-07T05:26:11Z</published>
	<updated>2009-12-07T05:26:11Z</updated>
	<author>
		<name>Kay Ramme - Sun Germany - Hamburg</name>
	</author>
	<content type="html">Congratulations to the proof of concept.
&lt;br&gt;&lt;br&gt;Really happy to see this starting.
&lt;br&gt;&lt;br&gt;As mentioned somewhere else, I am a GNU make fan :-)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Kay
&lt;br&gt;&lt;br&gt;&lt;br&gt;bjoern michaelsen - Sun Microsystems - Hamburg Germany wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Lists,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The Build Environment Effort Team(1) has implemented a proof-of-concept
&lt;br&gt;&amp;gt; on how to build OpenOffice.org using GNU make. The rationale for this
&lt;br&gt;&amp;gt; is explained in this blogpost on GullFOSS:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://blogs.sun.com/GullFOSS/entry/building_openoffice_org_with_gnu&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blogs.sun.com/GullFOSS/entry/building_openoffice_org_with_gnu&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The Build Environment Effort Team is carefully optimistic that updating
&lt;br&gt;&amp;gt; the build system in this way would benefit the development of
&lt;br&gt;&amp;gt; OpenOffice.org.
&lt;br&gt;&amp;gt; Your questions, opinions and ideas about this topic at welcome. You are
&lt;br&gt;&amp;gt; invited to discuss a possible move to GNU make and its implications on
&lt;br&gt;&amp;gt; the mailing list &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26677238&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev@...&lt;/a&gt;. I will try to answer
&lt;br&gt;&amp;gt; questions ASAP.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Best Regards,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Bjoern Michaelsen
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; (1) &lt;a href=&quot;http://wiki.services.openoffice.org/wiki/Build_Environment_Effort&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.services.openoffice.org/wiki/Build_Environment_Effort&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26677238&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26677238&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Building-OpenOffice.org-with-GNU-make-tp26645632p26677238.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26674476</id>
	<title>Re: com.sun.star.packages.zip.ZipIOException</title>
	<published>2009-12-07T01:01:10Z</published>
	<updated>2009-12-07T01:01:10Z</updated>
	<author>
		<name>Mikhail Voytenko</name>
	</author>
	<content type="html">Hi Michele,
&lt;br&gt;&lt;br&gt;The implementation of the package checks the zip format more strictly 
&lt;br&gt;starting from OOo3.2, this is why some files that could be handled in 
&lt;br&gt;OOo3.1.1 can not be handled any more directly. But it is correct so, 
&lt;br&gt;because the file is indeed broken, if the package throws the exception.
&lt;br&gt;&lt;br&gt;I must confess, I do not quite understand what kind of documentation 
&lt;br&gt;would you expect. Improvement of the broken zip file check is a bug-fix 
&lt;br&gt;and is definitely no new feature.
&lt;br&gt;&lt;br&gt;In case you would like to repair the file please try to insert object of 
&lt;br&gt;type NamedValue into the arguments ( args(1) ), with the values
&lt;br&gt;aNamedValue.Name = &amp;quot;RepairPackage&amp;quot;
&lt;br&gt;aNamedValue.Value = true
&lt;br&gt;&lt;br&gt;That will let the package ignore the errors in the broken zip file and 
&lt;br&gt;try to repair it.
&lt;br&gt;&lt;br&gt;Hope that helps.
&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;Mikhail.
&lt;br&gt;&lt;br&gt;On 12/07/09 05:37, Michele Zarri wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have downloaded the snapshot OOo-Dev_m7 and I get an error when I run 
&lt;br&gt;&amp;gt; a macro that inspects a zip file using the com.sun.star.packages.zip 
&lt;br&gt;&amp;gt; service. The same macro trying to work on the same file works fine on 
&lt;br&gt;&amp;gt; OOo3.1.1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This is the StarBasic code I use and it dies on 
&lt;br&gt;&amp;gt; oZipService.initialize(args()):
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Function fnGetArchivedFileFullName( sArchiveWithFullPath As String ) As 
&lt;br&gt;&amp;gt; String
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Dim args(0) As Variant
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Dim oZipService As Object
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Dim oTestArchive As Object
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;oZipService = createUnoService(&amp;quot;com.sun.star.packages.Package&amp;quot;) &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt; args(0) = ConvertToURL( sArchiveWithFullPath ) &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt; oZipService.initialize(args())
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; [etc...]
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; End Function
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The error message is as follows:
&lt;br&gt;&amp;gt; BASIC runtime error.
&lt;br&gt;&amp;gt; An exception occurred
&lt;br&gt;&amp;gt; Type: com.sun.star.packages.zip.ZipIOException
&lt;br&gt;&amp;gt; Message: /so/ws/OOO320/ooo/package/source/zippackage/ZipPackage.cxx: 
&lt;br&gt;&amp;gt; :766; Bad Zip File..
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; So my two questions:
&lt;br&gt;&amp;gt; 1. has something changed in the zip package between OOo3.1.1 and OOo3.2? 
&lt;br&gt;&amp;gt; if so is there any documentation of such change?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 2. if the answer to the first question is no, I will file a new issue. 
&lt;br&gt;&amp;gt; would it be possible for someone to confirm it?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks in advance for your help.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Michele
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26674476&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26674476&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26674476&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26674476&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/com.sun.star.packages.zip.ZipIOException-tp26672395p26674476.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26672395</id>
	<title>com.sun.star.packages.zip.ZipIOException</title>
	<published>2009-12-06T20:37:56Z</published>
	<updated>2009-12-06T20:37:56Z</updated>
	<author>
		<name>Michele Zarri</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I have downloaded the snapshot OOo-Dev_m7 and I get an error when I run 
&lt;br&gt;a macro that inspects a zip file using the com.sun.star.packages.zip 
&lt;br&gt;service. 
&lt;br&gt;The same macro trying to work on the same file works fine on OOo3.1.1
&lt;br&gt;&lt;br&gt;This is the StarBasic code I use and it dies on 
&lt;br&gt;oZipService.initialize(args()):
&lt;br&gt;&lt;br&gt;Function fnGetArchivedFileFullName( sArchiveWithFullPath As String ) As 
&lt;br&gt;String
&lt;br&gt;&amp;nbsp; &amp;nbsp; Dim args(0) As Variant
&lt;br&gt;&amp;nbsp; &amp;nbsp; Dim oZipService As Object
&lt;br&gt;&amp;nbsp; &amp;nbsp; Dim oTestArchive As Object
&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; oZipService = createUnoService(&amp;quot;com.sun.star.packages.Package&amp;quot;) 
&lt;br&gt;&amp;nbsp; &amp;nbsp; args(0) = ConvertToURL( sArchiveWithFullPath ) 
&lt;br&gt;&amp;nbsp; &amp;nbsp; oZipService.initialize(args())
&lt;br&gt;&lt;br&gt;[etc...]
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;End Function
&lt;br&gt;&lt;br&gt;The error message is as follows:
&lt;br&gt;BASIC runtime error.
&lt;br&gt;An exception occurred
&lt;br&gt;Type: com.sun.star.packages.zip.ZipIOException
&lt;br&gt;Message: /so/ws/OOO320/ooo/package/source/zippackage/ZipPackage.cxx: 
&lt;br&gt;:766; Bad Zip File..
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;So my two questions:
&lt;br&gt;1. has something changed in the zip package between OOo3.1.1 and OOo3.2? 
&lt;br&gt;if so is there any documentation of such change?
&lt;br&gt;&lt;br&gt;2. if the answer to the first question is no, I will file a new issue. 
&lt;br&gt;would it be possible for someone to confirm it?
&lt;br&gt;&lt;br&gt;Thanks in advance for your help.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Michele
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26672395&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26672395&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/com.sun.star.packages.zip.ZipIOException-tp26672395p26672395.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26670340</id>
	<title>Re: build on Snow Leopard</title>
	<published>2009-12-06T15:20:45Z</published>
	<updated>2009-12-06T15:20:45Z</updated>
	<author>
		<name>Michael Sicotte</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Not sure about your specific problem, but after applying the patch attached to the issue below I can build fine.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.openoffice.org/issues/show_bug.cgi?id=106059&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.openoffice.org/issues/show_bug.cgi?id=106059&lt;/a&gt;&lt;br&gt;&lt;br&gt;Be sure your build is using the 4.0 versions of gcc and g++
&lt;br&gt;&lt;br&gt;Mike
&lt;br&gt;&lt;br&gt;On Dec 5, 2009, at 5:02 PM, Maximilian Odendahl wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; after updating to snow leopard, I can't build OOo anymore, breaks in soltools:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Compiling: soltools/mkdepend/cppsetup.c
&lt;br&gt;&amp;gt; In file included from cppsetup.c:29:
&lt;br&gt;&amp;gt; def.h:39:19: error: stdio.h: No such file or directory
&lt;br&gt;&amp;gt; def.h:40:20: error: stdlib.h: No such file or directory
&lt;br&gt;&amp;gt; def.h:41:20: error: string.h: No such file or directory
&lt;br&gt;&amp;gt; def.h:42:20: error: unistd.h: No such file or directory
&lt;br&gt;&amp;gt; def.h:44:19: error: ctype.h: No such file or directory
&lt;br&gt;&amp;gt; def.h:50:23: error: sys/types.h: No such file or directory
&lt;br&gt;&amp;gt; def.h:51:19: error: fcntl.h: No such file or directory
&lt;br&gt;&amp;gt; def.h:52:22: error: sys/stat.h: No such file or directory
&lt;br&gt;&amp;gt; cppsetup.c: In function '_my_if_errors':
&lt;br&gt;&amp;gt; cppsetup.c:146: error: 'NULL' undeclared (first use in this function)
&lt;br&gt;&amp;gt; ......
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; But during configure, e.g. stdlib was found just fine.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks for help,
&lt;br&gt;&amp;gt; Max
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26670340&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26670340&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;/div&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;smime.p7s&lt;/strong&gt; (3K) &lt;a href=&quot;http://old.nabble.com/attachment/26670340/0/smime.p7s&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/build-on-Snow-Leopard-tp26660789p26670340.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26660789</id>
	<title>build on Snow Leopard</title>
	<published>2009-12-05T15:02:31Z</published>
	<updated>2009-12-05T15:02:31Z</updated>
	<author>
		<name>Maximilian Odendahl</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;after updating to snow leopard, I can't build OOo anymore, breaks in 
&lt;br&gt;soltools:
&lt;br&gt;&lt;br&gt;Compiling: soltools/mkdepend/cppsetup.c
&lt;br&gt;In file included from cppsetup.c:29:
&lt;br&gt;def.h:39:19: error: stdio.h: No such file or directory
&lt;br&gt;def.h:40:20: error: stdlib.h: No such file or directory
&lt;br&gt;def.h:41:20: error: string.h: No such file or directory
&lt;br&gt;def.h:42:20: error: unistd.h: No such file or directory
&lt;br&gt;def.h:44:19: error: ctype.h: No such file or directory
&lt;br&gt;def.h:50:23: error: sys/types.h: No such file or directory
&lt;br&gt;def.h:51:19: error: fcntl.h: No such file or directory
&lt;br&gt;def.h:52:22: error: sys/stat.h: No such file or directory
&lt;br&gt;cppsetup.c: In function '_my_if_errors':
&lt;br&gt;cppsetup.c:146: error: 'NULL' undeclared (first use in this function)
&lt;br&gt;......
&lt;br&gt;&lt;br&gt;&lt;br&gt;But during configure, e.g. stdlib was found just fine.
&lt;br&gt;&lt;br&gt;Thanks for help,
&lt;br&gt;Max
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26660789&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26660789&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/build-on-Snow-Leopard-tp26660789p26660789.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26648825</id>
	<title>Re:</title>
	<published>2009-12-04T12:34:52Z</published>
	<updated>2009-12-04T12:34:52Z</updated>
	<author>
		<name>T. J. Frazier-2</name>
	</author>
	<content type="html">Andreas Saeger wrote:
&lt;br&gt;&amp;gt; T. J. Frazier wrote:
&lt;br&gt;&amp;gt;&amp;gt; Andreas Saeger wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; You are using Excel as application development platform. ...
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; And why not? So do I. Stable, customizable, automatically 
&lt;br&gt;&amp;gt;&amp;gt; cross-platform, and free.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; Excel is *what*?
&lt;br&gt;&amp;gt; 
&lt;br&gt;My thought was incompletely expressed; /mea culpa/ :-(
&lt;br&gt;I should have said, &amp;quot;If you want to use Calc that way, why not?&amp;quot;
&lt;br&gt;Hopefully, the list of attributes would lead the reader to apply them to 
&lt;br&gt;the proper antecedent.
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; * Menus and XML
&lt;br&gt;&amp;gt;&amp;gt; All the menus (and toolbars) in OO.o are kept in XML files. Interfaces 
&lt;br&gt;&amp;gt;&amp;gt; are available to customize these to any desired degree. Considerable 
&lt;br&gt;&amp;gt;&amp;gt; recent work has made this easier, for the benefit of extensions.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; So you've got to rewrite every single line of VBA code.
&lt;br&gt;&amp;gt; 
&lt;br&gt;Every line that deals with system interfaces? Most of them, yes.
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; * Extensions
&lt;br&gt;&amp;gt;&amp;gt; You may want to investigate packaging your software as an extension. 
&lt;br&gt;&amp;gt;&amp;gt; That avoids license problems, and makes user installation very easy.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; After your 2000 lines of VBA code changed to 3500 lines of StarBasic.
&lt;br&gt;&amp;gt; 
&lt;br&gt;The quantity of new code required for a platform conversion is dependent 
&lt;br&gt;on the modularity of the system interface references. Very modular 
&lt;br&gt;(professional) code requires little expansion or rework.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; * Incompatibilities
&lt;br&gt;&amp;gt;&amp;gt; The OO.o Basic language is nearly 100% compatible with other Basic 
&lt;br&gt;&amp;gt;&amp;gt; variants. It is the Application Program Interface (API) elements that 
&lt;br&gt;&amp;gt;&amp;gt; are only partly compatible. The underlying models of OO.o are not, and 
&lt;br&gt;&amp;gt;&amp;gt; never were intended to be, compatible with Microsoft. To some extent, 
&lt;br&gt;&amp;gt;&amp;gt; the API tries to bridge this gap.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; StarBasic is strictly procedural while talking to a 100% object oriented 
&lt;br&gt;&amp;gt; API (and only that particular API). It has bugs, some of them severe. It 
&lt;br&gt;&amp;gt; is slow. It comes with a tiny set of runtime functions.
&lt;br&gt;&amp;gt; 
&lt;/div&gt;/Seriatim:/
&lt;br&gt;* Basic is a second-generation, procedural language. I classify VBA, 
&lt;br&gt;OO.o Basic, and (I presume) StarBasic alike, as &amp;quot;procedural languages 
&lt;br&gt;with object-oriented features&amp;quot;.
&lt;br&gt;&lt;br&gt;* A single, 100% object-oriented API is a major feature. The whole idea 
&lt;br&gt;is to let the programmer worry about only one interface -- UNO -- and 
&lt;br&gt;let UNO worry about the rest of the world. &amp;nbsp;How well, and how 
&lt;br&gt;thoroughly, UNO does this are clearly matters of concern, and debatable.
&lt;br&gt;&lt;br&gt;* Bugs: Issuezilla lists 99 open issues for Basic, many of which are P4 
&lt;br&gt;and P5 enhancement requests; none are above P3. Personal priority 
&lt;br&gt;assessments of individual bugs may vary sharply from these official 
&lt;br&gt;assignments.
&lt;br&gt;&lt;br&gt;* Slow? It's an interpreted language. Slow as compared to what?
&lt;br&gt;&lt;br&gt;* Runtime functions: few programs, or programmers, use more than a small 
&lt;br&gt;subset of the available functions. Of course, they use /different/ 
&lt;br&gt;subsets . . . One nice thing about OO.o is that there are a number of 
&lt;br&gt;routes to follow, to result in enhanced functionality, depending on the 
&lt;br&gt;time, effort, and skills one is willing to bring to bear on a particular 
&lt;br&gt;problem.
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; * Further reading
&lt;br&gt;&amp;gt;&amp;gt; I commend to your attention the wiki page of the Documentation Project:
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://wiki.services.openoffice.org/wiki/Documentation&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.services.openoffice.org/wiki/Documentation&lt;/a&gt;&lt;br&gt;&amp;gt; Small snippets of that documentation (corrections) are written by me.
&lt;br&gt;&amp;gt; 
&lt;br&gt;And by me, and hundreds of others; all contributions greatly appreciated.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; where you will find links to the Developer's Guide and the Basic 
&lt;br&gt;&amp;gt;&amp;gt; Programmer's Guide. You may wish to investigate Category:Extensions on 
&lt;br&gt;&amp;gt;&amp;gt; the wiki, as well.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; HTH
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I commend to your attention the big, old VBA solution linked in the top 
&lt;br&gt;&amp;gt; post. It will run out some day or rewritten entirely but never converted 
&lt;br&gt;&amp;gt; to some other spreadsheet application. Now it runs for every single 
&lt;br&gt;&amp;gt; client. A rewrite for OOo gives how many additional clients?
&lt;br&gt;&amp;gt; 
&lt;/div&gt;That's a very good marketing question. How many potential clients run 
&lt;br&gt;(or would like to run) on other platforms? How many would be grateful 
&lt;br&gt;for the introduction to OO.o, and the reduced expenses that could follow?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;/tj/
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26648825&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26648825&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Would-open-office-work-for-us--tp26631002p26648825.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26645632</id>
	<title>Building OpenOffice.org with GNU make</title>
	<published>2009-12-04T08:52:13Z</published>
	<updated>2009-12-04T08:52:13Z</updated>
	<author>
		<name>bjoern michaelsen - Sun Microsystems - Hamburg Germany</name>
	</author>
	<content type="html">Hi Lists,
&lt;br&gt;&lt;br&gt;The Build Environment Effort Team(1) has implemented a proof-of-concept
&lt;br&gt;on how to build OpenOffice.org using GNU make. The rationale for this
&lt;br&gt;is explained in this blogpost on GullFOSS:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://blogs.sun.com/GullFOSS/entry/building_openoffice_org_with_gnu&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blogs.sun.com/GullFOSS/entry/building_openoffice_org_with_gnu&lt;/a&gt;&lt;br&gt;&lt;br&gt;The Build Environment Effort Team is carefully optimistic that updating
&lt;br&gt;the build system in this way would benefit the development of
&lt;br&gt;OpenOffice.org.
&lt;br&gt;Your questions, opinions and ideas about this topic at welcome. You are
&lt;br&gt;invited to discuss a possible move to GNU make and its implications on
&lt;br&gt;the mailing list &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645632&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev@...&lt;/a&gt;. I will try to answer
&lt;br&gt;questions ASAP.
&lt;br&gt;&lt;br&gt;Best Regards,
&lt;br&gt;&lt;br&gt;Bjoern Michaelsen
&lt;br&gt;&lt;br&gt;(1) &lt;a href=&quot;http://wiki.services.openoffice.org/wiki/Build_Environment_Effort&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.services.openoffice.org/wiki/Build_Environment_Effort&lt;/a&gt;&lt;br&gt;-- 
&lt;br&gt;===========================================================================
&lt;br&gt;&amp;nbsp;Sitz der Gesellschaft:
&lt;br&gt;&amp;nbsp;Sun Microsystems GmbH, Sonnenallee 1, D-85551 Kirchheim-Heimstetten
&lt;br&gt;&amp;nbsp;Amtsgericht Muenchen: HRB 161028
&lt;br&gt;&amp;nbsp;Geschaeftsfuehrer: Thomas Schroeder, Wolfgang Engels, Wolf Frenkel
&lt;br&gt;&amp;nbsp;Vorsitzender des Aufsichtsrates: Martin Haering
&lt;br&gt;===========================================================================
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645632&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645632&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Building-OpenOffice.org-with-GNU-make-tp26645632p26645632.html" />
</entry>

</feed>
