Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
01-27-2011, 07:18 AM
|
#1
|
|
Member
Registered: Jun 2007
Posts: 53
Rep:
|
OpenOffice calc - sticky selections in "Paste Special"?
I just upgraded to OOo v3.3.0, but it feels more like a downgrade; a real disappointment. In my previous version, I could choose 'Tab' in the 'Paste special' dialog and the choice would stick between pastings as well as between sessions. No longer so.
In v3.3.0 I have to tick 'Tab' and 'Detect special numbers' each and every time I paste something. I am working with OOo all day and this regression is tiresome, to say the least.
So, I am wondering whether there is a way to make the choices sticky?
If not, I shall have to go back to the previous version, or perhaps try out LibreOffice. If anyone has experiences with LibreOffice, I'm all ears 
|
|
|
|
01-29-2011, 08:22 AM
|
#2
|
|
Member
Registered: Jun 2007
Posts: 53
Original Poster
Rep:
|
Thanks for the feedback. Meanwhile I've tried LibreOffice. It suffers from the same regressions as OpenOffice, but worse: it does'nt even handle OpenOffice documents correctly. Draw your own conclusions.
|
|
|
|
01-29-2011, 05:42 PM
|
#3
|
|
Senior Member
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Mageia Studio-13.37 Kubuntu.
Posts: 3,098
Rep: 
|
Hi, I wonder if you could hack these files, particular
/home/glenn/.ooo3/user/registry/data/org/openoffice/Office/calc.xcu
Code:
<?xml version="1.0" encoding="UTF-8"?>
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Calc" oor:package="org.openoffice.Office">
<node oor:name="Dialogs">
<node oor:name="CSVImport">
<prop oor:name="CharSet" oor:type="xs:int">
<value>64</value>
</prop>
<prop oor:name="DetectSpecialNumbers" oor:type="xs:boolean">
<value>false</value>
</prop>
<prop oor:name="Separators" oor:type="xs:string">
<value>,</value>
</prop>
</node>
</node>
</oor:component-data>
Just a guess, regards Glenn
|
|
|
|
01-31-2011, 12:58 AM
|
#4
|
|
Member
Registered: Jun 2007
Posts: 53
Original Poster
Rep:
|
Quote:
Originally Posted by GlennsPref
Just a guess, regards Glenn
|
Thanks a lot for the constructive proposal!
I appended your code to Calc.xcu as follows:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Calc" oor:package="org.openoffice.Office">
<node oor:name="Input">
<prop oor:name="AutoInput" oor:type="xs:boolean">
<value>false</value>
</prop>
<prop oor:name="LastFunctions" oor:type="oor:int-list">
<value>6 224 327 223 286 287 285 283 213 334</value>
</prop>
</node>
<node oor:name="SortList">
<prop oor:name="List" oor:type="oor:string-list">
<value>ma.,ti.,on.,to.,fr.,lø.,sø. mandag,tirsdag,onsdag,torsdag,fredag,lørdag,søndag jan.,feb.,mars,april,mai,juni,juli,aug.,sep.,okt.,nov.,des. januar,februar,mars,april,mai,juni,juli,august,september,oktober,november,desember</value>
</prop>
</node>
<node oor:name="Content">
<node oor:name="Display">
<prop oor:name="Anchor" oor:type="xs:boolean">
<value>false</value>
</prop>
</node>
</node>
<node oor:name="Dialogs">
<node oor:name="CSVImport">
<prop oor:name="CharSet" oor:type="xs:int">
<value>64</value>
</prop>
<prop oor:name="DetectSpecialNumbers" oor:type="xs:boolean">
<value>false</value>
</prop>
<prop oor:name="Separators" oor:type="xs:string">
<value>,</value>
</prop>
</node>
</node>
</oor:component-data>
I have noticed no change in behaviour. Does it work on your system? If so, what am I doing wrong? 
|
|
|
|
01-31-2011, 01:58 AM
|
#5
|
|
Senior Member
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Mageia Studio-13.37 Kubuntu.
Posts: 3,098
Rep: 
|
Hi,
N0, it was just a guess,
the files may also be configured from a primary system file at program initialisation,
I have 2 here as well...
Code:
/usr/lib64/ooo/basis3.2/share/registry/data/org/openoffice/Office/Calc.xcu
/usr/lib64/ooo/basis3.2/share/registry/schema/org/openoffice/Office/Calc.xcs
It's possible that it has nothing to do with it.
Regards Glenn
|
|
|
|
02-01-2011, 06:41 AM
|
#6
|
|
Member
Registered: Jun 2007
Posts: 53
Original Poster
Rep:
|
Quote:
Originally Posted by GlennsPref
Hi,
N0, it was just a guess,
(...)
It's possible that it has nothing to do with it.
Regards Glenn
|
Thank you for your efforts!
As noted above, I've found several regressions in v3.3.0. The real show-stopper was when I discovered this morning that a certain combination of formatting/function no longer worked as expected/before. Makes me wonder if the developers ever try their products at all. So I have gone back to v3.2.1. It meets my humble requirements
Thanks again, Glenn.
|
|
|
|
02-01-2011, 07:26 PM
|
#7
|
|
Senior Member
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Mageia Studio-13.37 Kubuntu.
Posts: 3,098
Rep: 
|
I'm still wondering if it is an omission, in the new version.
Have you been able to compare (kdiff, kdiff3) the files I mentioned before. edit, I mean between the different ooo vers. ;-)
kdiff has a merge function... But I haven't tried it.
Are the files in your ~/.ooo folder write-able by the program as well as the user, check your groups.
My situation was different.
I had a huge problem for almost a year with disappearing menu and icon buttons.
I ended up writing a script to do the one simple but time consuming task I needed to get done, usually with ooo calc.
I didn't find a solution for that, either. But they all work fine on my latest update (3.2.0).
If it ain't broke....don't try to fix it.
Regards Glenn
|
|
|
|
02-02-2011, 06:31 AM
|
#8
|
|
Member
Registered: Jun 2007
Posts: 53
Original Poster
Rep:
|
Good ideas and advice. I will keep this thread for when I have more time, inclination, not to mention Linux skill, to have a closer look. Then again, perhaps I'm simply being stung by my splendid Arch Linux rolling/early adoption policy? 
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 08:30 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|