Re: [Libreoffice] [PATCH] EasyHacks 3.27 Change Sheet copy process

2010-12-12 Thread Joost Eekhoorn
Hi Andy and Kohei, Hereby additional patch with: * Check on pName is NULL. * Showing original sheet name in input box, when Rename option is checked. Not implemented: OrgName_#. Joost 2010/12/12 Joost Eekhoorn joost.eekho...@gmail.com Hi Andy, Point made. I will do the same as in the

[Libreoffice] [Bug 31865] [Task]: LibreOffice 3.3 release blockers / stoppers

2010-12-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31865 --- Comment #33 from Gökcen Eraslan gok...@pardus.org.tr 2010-12-12 03:27:03 PST --- There is a serious encoding problem about non-ascii letters in MS Office formats (bug 32219), also a related issue is reported here[1]. [1]

Re: [Libreoffice] De-Java-ise flat XML export

2010-12-12 Thread Christian Lohmaier
Hi Giole, Peter, *, On Sun, Dec 12, 2010 at 1:27 PM, Gioele Barabucci gio...@svario.it wrote: IIRC the idea [1] was to move as much XSLT processing as possible to libxml, not to Xalan, as libxml is already used internally by LibreOffice. The main goal behind this task is to avoid the need for

[Libreoffice] Extensions manager improvement

2010-12-12 Thread Júlio Hoffimann
Hi all, What you think about install extensions like in Firefox? I mean, the user just need to open extensions manager, search extensions and click to install. This feature would be great! (my point of view). Also, it checks updates in dictionaries, grammatical rules, etc. It's too hard to

Re: [Libreoffice] Can we remove soldep module?

2010-12-12 Thread Caolán McNamara
On Fri, 2010-12-10 at 20:57 -0500, Kohei Yoshida wrote: Hi there, It seems that the module soldep is not used at all during our build. Looking at what's in this module, this may be the tool that Sun used internally before they adopted to using configure (?) I think its a tool that fs built

[Libreoffice] [Bug 31865] [Task]: LibreOffice 3.3 release blockers / stoppers

2010-12-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31865 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Depends on||32338

[Libreoffice] 最新科技水波動熱效貼,保暖防寒 省錢又環保(Adv)

2010-12-12 Thread Prowol
Contact Prowol or Unsubscribe? 聯絡我們 或 不要收到 本電子報? 『水波動熱效貼』請點圖了解,歡迎洽購! 護頸 護肩護腰腹 護膝 整組禮盒 『水波動熱效貼』發熱原理: 藉由水分子與熱感觸媒產生共振反應,因此不需電源,也能快速感熱可重複使用數百次!

[Libreoffice] [PUSHED] Re: Some commented out code removed again

2010-12-12 Thread Caolán McNamara
On Fri, 2010-12-10 at 23:43 +0200, Timo Heino wrote: This time with 1 (hopefully) working fixed if-statelement :) Looks good to me, by error in if I assume you mean the unnecessary {} around a one liner branch ? Just a stylistic thing really. C. ___

Re: [Libreoffice] Extensions manager improvement

2010-12-12 Thread Caolán McNamara
On Sun, 2010-12-12 at 10:21 -0300, Júlio Hoffimann wrote: Hi all, What you think about install extensions like in Firefox? I mean, the user just need to open extensions manager, search extensions and click to install. This feature would be great! (my point of view). Also, it checks

[Libreoffice] [PUSHED] Re: [PATCH] Remove code that is commented out

2010-12-12 Thread Caolán McNamara
On Sat, 2010-12-11 at 23:09 +0100, Anders Jonsson wrote: This removes some code that was commented out in sc/source/ui/Accessibility. Also, my first patch patch to LibreOffice. The attached patch is LGPLv3+/MPL. Looks good, normally I'd suggest that commented out stuff tagged with TODO be

Re: [Libreoffice] [PATCH] nuke obsolete use of String

2010-12-12 Thread Caolán McNamara
On Sun, 2010-12-12 at 20:59 +0900, Takeshi Abe wrote: Hi, While trying Easy Hack 3.8 [1], I found obsolete use of String in desktop/source/app/cmdlineargs.cxx . This is good stuff, I didn't push this yet though. There's one little easily-fixed snag I think, e.g. - else if (

Re: [Libreoffice] Can we remove soldep module?

2010-12-12 Thread Miklos Vajna
On Sun, Dec 12, 2010 at 01:49:37PM +, Caolán McNamara caol...@redhat.com wrote: I think its a tool that fs built to get a graphical view of module dependencies ?. But it was never fixed to be 64bit clean, right ?, so not built on x86_64 anyway. Not built on i686 either. And we have a

Re: [Libreoffice] Extensions manager improvement

2010-12-12 Thread Christoph Noack
Hi Caolán, hi Júlio! Am Sonntag, den 12.12.2010, 20:34 + schrieb Caolán McNamara: What you think about install extensions like in Firefox? I mean, the user just need to open extensions manager, search extensions and click to install. This feature would be great! (my point of view).

Re: [Libreoffice] LO status bar annoyances

2010-12-12 Thread Friedrich Strohmaier
Hi Wol, *, Wols Lists schrieb: On 10/12/10 21:18, Friedrich Strohmaier wrote: [.. who misses useless UI features ..] Again: see above. (You told me to click the exclamation mark - where should I click now?). Unfortunately, this then plays havoc with the next bunch of users - who have at

[Libreoffice] CIA bot update

2010-12-12 Thread Miklos Vajna
Hi Kendy, I pushed two commits to the cia bot script we have in the build repo. The first is not interesting, it just implements a dry-run mode so that one can test the changes easily without calling cia.vc. The second implements something you asked a few days ago on IRC: when a new branch is

Re: [Libreoffice] Help?

2010-12-12 Thread Júlio Hoffimann
Hi Jerry, I'm new to opensource like you, sometimes we just need to read. :-) This problem happened to me, i think that is a Git problem: when you make a pull and files of different versions are mixed up! So, let's read the message:

[Libreoffice] [PATCH] Remove DECLARE_LIST(TOXControlList, Control*)

2010-12-12 Thread Joseph Powers
TOXControlList is used more like a list then a vector; however, the code was written using mostly [] style accessors. Thus, I had to rewrite a lot of control logic and would like someone else to review it before it gets installed.Two methods where looping through the list list.size() times.

Re: [Libreoffice] [PATCH] Remove DECLARE_LIST(TOXControlList, Control*)

2010-12-12 Thread Joseph Powers
The patch for DECLARE_LIST( SwXMLFrmFmts_Impl, SwFrmFmtPtr ) was really easy so I pushed it... However, long story short, I also ended up pushing this patch. If anyone has any issues, it can be reverted. I'm sorry for the confusion. Joe P. On Dec 12, 2010, at 8:26 PM, Joseph Powers wrote:

[Libreoffice] [rft 82] : nursing homes - 31, 589 senior administrators, 11, 288 nursing directors in over 14, 706 nursing homes (full contact info no emails)

2010-12-12 Thread Roberto bishop
We have the following high-quality lists: ( HEALTHCARE ) - Doctors (34 different specialties) - Chiropractors - Alternative Medicine - Dentists - Dentists with Specialties - Veterinarians - Hospitals - National Health Service Corp Clinics - Nursing Homes - Pharmaceutical Companies -

Re: [Libreoffice] Help?

2010-12-12 Thread Jonathan Aquilina
I had come across this issue as well and removing the file it suggests works just fine. After you should be able to run make again no problem. On 12/13/2010 02:41 AM, Júlio Hoffimann wrote: Hi Jerry, I'm new to opensource like you, sometimes we just need to read. :-) This problem happened to