Better, Faster, Freer
March 20, 2010
#i110266# - sw: Frame anchored to another Frame disappears on Close saving as .doc
#i110267# - sw: Some text in word document shown upside down
#i110265# - tools: Empty sdf file under special circumstances
#i110268# - www: link basis3.2 not pointing to nonexisting dir

March 20, 2010 04:43 AM

March 19, 2010
#i110253# - Chart: chart2: chart::WrappedPropertySet::setPropertyValue crash
#i110245# - Presentation: Excel chart in particular PPT not shown correctly
#i110243# - Presentation: Impress hangs whileopening particular presentation with EXCEL chart
#i110251# - documentation: Adjust re-branding / acquisition related parts of documentation
#i110257# - fr: "Séquence texte" instead of numerotation when using nf + F3
#i110244# - framework: ALT key behaviour clashes with standard linux desktop usage
#i110249# - framework: changes to product elements due to acquisition - license
#i110248# - framework: changes to product elements due to acquisition - src header
#i110250# - framework: changes to product elements due to acquisition - visual
#i110264# - framework: configmgr: allow <item><value> in registrymodifications.xcu
#i110258# - framework: configmgr: re-installing xcs extension fails
#i110252# - qa: [Automation] [w_updt.bas] tEditAutotext "Menu Autotext->Edit disabled"
#i110247# - sc: Cell border and long Text
#i110261# - sc: Defect detected for [Window]-[Freeze] in scalc OOv3.2.0m12.
#i110260# - sc: Error: Invalid MediaDescriptor detected
#i110259# - sc: Too aggresive date detection
#i110263# - sc: Wrong data formating in import from .cvs
#i110256# - sw: Formula in Calc OLE breaks that object
#i110254# - sw: Implement "Security" tab page for "File/Properties"
#i110255# - sw: Sluggish viewing and freezes (document specific)
#i110246# - tools: --disable-mozilla removes macro security dialog
#i110262# - tools: don't create directories in the build that are not group writable

March 19, 2010 04:44 PM

Many people complain about an issue they have with Excel after uninstalling or upgrading the Sun ODF Plugin for Microsoft Office: When starting Excel, Excel complains that the Add-In odfaddin.xla can't be found: 'C:\Program Files\Sun\Sun ODF Plugin for Microsoft Office <old version>\converter\odfaddin.xla' could not be found. (...)

I would like to point out that this is not an issue from the ODF Plugin installer, but in Excel itself:

The ODF Plugin installer writes some HKEY_LOCAL_MACHINE entries into the registry to activate the Plugin, and these entries are removed when uninstalling the Plugin, or point to the correct version when doing an upgrade installation. But for some reason, Excel will put a reference to the Add-In file odfaddin.xla into the user's configuration (HKEY_CURRENT_USER) when starting Excel after the ODF Plugin installation. This entry - of course - won't be removed from the installer when uninstalling the ODF Plugin.

So to get rid of the annoying error message, you need to remove that reference yourself:

In Office 2007, use Microsoft Office Button => Excel Options => Add-Ins => Manage Excel Add-ins (Go...) => uncheck "Odfaddin". In older versions, use Tools => Add-Ins => uncheck "Odfaddin"

If it doesn't work (which seems to happen at least in Office 2007 after upgrading the ODF Plugin), remove the reference to the old Add-In in the registry directly: HKEY_CURRENT_USER\Microsoft\Office\<version>\Excel\Options => "OPEN"="\"C:\\Program Files\\Sun\\Sun ODF Plugin for Microsoft Office <old version>\\converter\\odfaddin.xla\""

In more detail - this happens in the different phases when installing the ODF Plugin, running Excel and then uninstalling or upgrading the ODF Plugin:

Step 1: Installing the ODF Plugin:

 

  + [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{16A1C170-D2C8-423B-AEC6-BAD7A26F1828}\InprocServer32]
  + @="C:\\Program Files\\Sun\\Sun ODF Plugin for Microsoft Office 3.1\\converter\\odfaddin.dll"

  + [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Excel\Addins\ODFAddIn.Connect]
  + "Description"="Load and save files in OASIS OpenDocument format"
  + "FriendlyName"="ODF Add-in"
  + "LoadBehavior"=dword:00000003 
 
Step 2: Starting Excel (now Excel creates the entry that leads to the problem):

 

  + [HKEY_CURRENT_USER\Microsoft\Office\12.0\Excel\Options]
  + "OPEN"="\"C:\\Program Files\\Sun\\Sun ODF Plugin for Microsoft Office 3.1\\converter\\odfaddin.xla\""
 
Step 3a: Uninstalling the ODF Plugin (all entries written by the installer are being removed): 

 

  - [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{16A1C170-D2C8-423B-AEC6-BAD7A26F1828}\InprocServer32]
  - @="C:\\Program Files\\Sun\\Sun ODF Plugin for Microsoft Office 3.1\\converter\\odfaddin.dll"

  - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Excel\Addins\ODFAddIn.Connect]
  - "Description"="Load and save files in OASIS OpenDocument format"
  - "FriendlyName"="ODF Add-in"
  - "LoadBehavior"=dword:00000003

  still there (of course!):
  HKEY_CURRENT_USER\Microsoft\Office\12.0\Excel\Options]
  "OPEN"="\"C:\\Program Files\\Sun\\Sun ODF Plugin for Microsoft Office 3.1\\converter\\odfaddin.xla\""
 
Step 3b: Upgrading the ODF Plugin, instead of uninstalling:

  [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{16A1C170-D2C8-423B-AEC6-BAD7A26F1828}\InprocServer32]
  - @="C:\\Program Files\\Sun\\Sun ODF Plugin for Microsoft Office 3.1\\converter\\odfaddin.dll"
  + @="C:\\Program Files\\Sun\\Sun ODF Plugin for Microsoft Office 3.2\\converter\\odfaddin.dll" 

 

  still there (of course!):
  HKEY_CURRENT_USER\Microsoft\Office\12.0\Excel\Options]
  "OPEN"="\"C:\\Program Files\\Sun\\Sun ODF Plugin for Microsoft Office 3.1\\converter\\odfaddin.xla\""
 

So if Excel has a reference to the Add-In, Excel should probably simply disable the Add-In when it doesn't exist anymore, instead of complaining over and over again. Or at least ask the user whether or not to keep the entry...

Malte Timmermann, March 19, 2010 01:42 PM

  • Avoided mail by re-building evolution master. Poked at a mono uri parsing crasher, odd. Prodded other bugs; system recovery's impact on boot performance etc.
  • Horrified by another d-bus threading issue until I noticed it was one more instance of not initializing the library with threading enabled; why do we even need to do that ? with a demand-launched I/O thread we can have it on all the time with ~no performance impact (like ORBit2).

March 19, 2010 12:16 PM

You may not know what the drawinglayer is and what it would bring to borders in Writer. This is a new framework for drawing stuffs on the screen in OpenOffice.org. It offers a nice and easy API to render complex shapes. When implementing the new engraved / embossed / inset / outset border types in OpenOffice.org, I have seen the big difference between the rendering in Writer or Calc and the rendering for impress tables. To give you an idea of what happens, here are several motivations to change the way to render borders in Calc and Writer:

  1. There are 3 different codes to currently render borders: one for Writer floating objects, one for Writer tables and calc and the last one for impress tables. Every time I change the core border structure, I need to tweak those three places… having only one rendering code for all of them would ease the maintenance of the borders drawing.
  2. The current code is drawing rectangles… which provides strange result for the new 3D border types. For Impress tables I have changed the drawinglayer implementation to clip the polygons properly. In order to significantly improve the rendering result in Calc and Writer I need to use this drawinglayer.

I have just completed a first implementation for the Writer objects and tables: some screenshots will help you to understand the whole story…

Embossed table before the hack

Embossed table before the hack

Embosse table with the drawinlayer

Embossed table with the drawinlayer

Outset table with the drawinglayer

Outset table with the drawinglayer

The changes will soon be committed to ooo-build git repository… but the patch won’t be applied by default as it’s still work in progress.

Related posts

Cédric, March 19, 2010 10:40 AM

Yesterday evening we received the good news from Google: ooo-build will be a mentoring organization this year again. This year we will have the pleasure to share projects slots with ooo4kids, the new OpenOffice.org based Office suite for 7/12 years old children. I hope that we will have motivated and fantastic students this year too!

It’s now time to choose some project and submit your ideas to the community. Check out the project ideas wiki page and don’t hesitate to ask for some additional information or discuss your ideas with us on the IRC (#go-oo on irc.freenode.net), mailing list or by private email with the mentor. Please note that we are requiring each student submitting a project to solve a simple coding exercise described on the wiki page.

Many thanks to Google Summer of Code organization team for allowing us to live this hacking experience again!

Cédric, March 19, 2010 09:41 AM

#i110236# - Database access: Error: operator delete mismatch
#i110233# - Presentation: Apply same custom animation to multiple objects
#i110242# - certification: Main certification mailing list is non-public
#i110234# - framework: ERROR : "<SwNoTxtNode::SetObjTitle(..)> - missing <SdrObject> instance"
#i110228# - framework: Extension Manager dialog cannot be restored through UI
#i110230# - framework: Toolbars disappear from the View/Toolbars menu
#i110227# - gsl: Regression: mouse scrolling is not comfortable because widgets do not get focus
#i110235# - l10n: i18npool: corrections to latvian locale
#i110229# - sc: ODFF: add BINOM.DIST.RANGE as an alias for B
#i110237# - sw: Improve writer doc comparison
#i110231# - sw: OpenOffice writer
#i110240# - sw: PDF export produces malformed output with specific font
#i110238# - sw: Reversed envelope orientation icons
#i110241# - sw: insufficient insert markup for special character
#i110232# - sw: missing tables from imported MS word
#i110239# - zh: Fedora 12 安装 OpenOffice.org3.2后无法启动

March 19, 2010 04:43 AM

March 18, 2010
  • Fasinating progress of the pox across the two babies, we're hoping the other two get it too, to avoid later-in-life problems; but no signs.
  • Amused / saddened by some encouragement from H. (age 7) - "I'm so pleased that you havn't left Mummy yet". Having spotted no signs of impending disaster myself, I imagine this is the over-flow from her peers' repeat horrific experiences of Fatherhood. Tried to re-assure her that no leaving is planned, (beyond sadly hard-to-avoid business travel).
  • Sync with Arjan; J. back late from counselling, off to cell group, later.

March 18, 2010 09:00 PM

#i110214# - Drawing: Polygon fill not matching border lines
#i110212# - Drawing: Range around selected objects
#i110208# - Drawing: svx: [nonproduct] "pIds unsorted" assertion on start of writer
#i110223# - Presentation: impress displays bold font as too bold
#i110215# - framework: French AutoCorrection inserts a space before ":" in time data (e.g. "8:45" -> "8 :45")
#i110222# - framework: Problem opening files in already running instance if filename contains non-ASCII symbols (8-bit locales)
#i110213# - framework: Small password handling improvements
#i110210# - framework: Software won't open
#i110216# - framework: TXT files with DOS lineends cannot be opened in headless mode
#i110209# - sc: Cannot easily size comment frame.
#i110211# - sc: Change menu item 'insert' comment to 'insert/edit'
#i110218# - sw: ALT h (Superscript command freezes editor entirely.
#i110220# - sw: Crash in writer with nbsp autocorrection
#i110217# - sw: Paste from clipboard pastes the previous contents of the clipboard
#i110225# - sw: alternative style-driven user interface for creating well-structured documents
#i110226# - sw: automatic numbering failing to match hierarchic level, for customized title styles
#i110221# - udk: revokeImplenation does not delete service entries
#i110219# - ui: Beep (system error sound) when clicking outsidre of tab pages register
#i110224# - www: Planet service does not show new entries

March 18, 2010 04:43 PM

EducOOo Logo

EducOOo and the OpenOffice.org Education Project are proud to announce OOo4Kids 0.9 is out.


OOo4Kids 0.8pre screenshot


Click the link to download OOo4Kids

You'll find the following versions (de, es, en-US, fi, fr, it, nl, pt, zh-CN):

* Windows XP ( SP3 or superior)
* Mac OS 10.4 or superiior (PowerPC and Intel),
* Linux 32 and 64 bits ( as archive containing .deb)

=> + Don't forget the Portable OOo4Kids for Windows !

-
the changelog is continuously updated there :
http://wiki.ooo4kids.org/index.php/Changelogs

To summarize, the The latest essential changes
between 0.8 and 0.9
are :


English :
* OOo4Kids is now localized in Finnish
* Integrated sound and movies on Windows (DirectX), Mac(QuickTime) on Linux (gstreamer) with Impress. Thanks to Novell, Radek Doulik and Cedric Bosdonnat for the gstreamer part (Linux).
* User's preferences are now password protected. (prof is the default password)
* Impress Annotations mode during a presentation : color, and size of the pen can now be modified, backup'ed erased. Thanks to the students of Ecole Centrale Nantes and Thorsten Behrens for their work (eraser1 cws)
* Impress 3D OpenGL transitions (Mac OS X only)
* big size arrow cursor ( Mac OS X only)
* Debian .deb archive on Linux (expérimental)
* (Linux) OOo4Kids and all other applications do now appear in the main menu
* New Open and save icons( thanks to Ben Bois) replaced old Crystal theme applications icons with the OOo4Kids one
(some bugfixes .. )

In préparation :
- big cursors on Windows and Linux, new eraser and pen cursors (bigger) with Impress, in annotations mode.
- Puppy Linux version (very soon)
- Linux Gdium version (build currently broken)

Note: we do not provide yet .rpm archive, but depending on the demand, we'll put one experimental .rpm archive online very soon ( Suse, RedHat and Mandriva compatible)

Anybody willing to prepare .rpm should be able to build OOo4Kids for those distributions witout any big probleme. Thanks to contact us for further information ( IRC : #ooo4kids , server : irc.freenode.net )


French :
* OOo4Kids est maintenant proposé en Finlandais
* Son intégré sous Windows (DirectX), Mac(QuickTime) et Linux (gstreamer) avec Impress. Merci à Novell, Radek Doulik and Cedric Bosdonnat pour le code relatif à gstreamer (Linux).
* Préférences Utilisateur protégées par mot de passe.  ( prof est le mot de passe par défaut )
* Annotations, couleur, taille stylo pouvant être modifiées, sauvegardées, gommées pendant une présentation (Impress)
* Transitions 3D OpenGL (Impress, Mac OS X)
* Curseur de grande taille ( Mac OS X seulement)
* Archive .deb pour Debian sous Linux (expérimental)
* (Linux) OOo4Kids et toutes les applications apparaissent dans le menu principal 

En préparation :
- gros curseurs sous Windows et Linux, nouveaux curseur gomme et stylo (plus gros ) avec Impress, en mode annotations
- version Toutou Linux (prochainement)
- version Linux Gdium (compilation actuellement cassée)

Note: nous ne fournissons pas encore d'archive de type .rpm faute de volontaires et de ressources, mais en fonction de la demande, nous mettrons une version experimentale en ligne prochainement. Toute personne souhaitant preparer des .rpm ( Mandriva, Red Hat ) devrait pouvoir créer ces archives sans problème.

Merci de nous contacter (IRC : #ooo4kids , serveur : irc.freenode.net).

---------------------

If you want to help us, to find resource and contribute back to improve OpenOffice.org, via the OpenOffice.org Education Project, donations are welcome

OOo4Kids is made for Educational purpose, has been thought to work with students, making them discover OpenOffice.org source code, without constraints, but just code, and having Fun.
The promise is, when the code is good enough, it will be proposed for integration into OpenOffice.org.

OOo4Kids is a 7-12 years children Office suite, based on OpenOffice.org ( http://www.openoffice.org ) source code. This means OpenOffice.org has some features OOo4Kids has not (like Base and Java). And if you need those features, please use OpenOffice.org, that you can download at : Download OpenOffice.org. Please do not forget that the software is provided as it, and that you will use it at your own risks. Do not forget to do a backup either.

ericb (noreply@blogger.com), March 18, 2010 10:45 AM

I'm really surprised to read the blog entry;
The Future Will Be Captioned: Improving Accessibility on YouTube. Many Japanese suffering from listening English - well it's due to
really bad education system in Japan; we only concentrate on maniac grammar but not for real communication.

Apparently this is a huge barrier between Japanese and English
spoken community.
So captioning will really really reduces barrier for us.

Great effort. I'll keep watching.

maho_nakata, March 18, 2010 09:26 AM

#i110202# - Database access: Fehler beim Schreiben des aktuellen Datensatzes
#i110207# - Database access: Problem reading XLS files
#i110204# - Drawing: Magnification bar disappears when moving to another page
#i110203# - Installation: Error: Exception in config layer import.
#i110206# - Presentation: Anti aliasing does not work in slideshow mode
#i110205# - framework: Special characters some fonts (Euro sign) not shown
#i110201# - sw: headers do not save-as to .doc

March 18, 2010 04:43 AM

March 17, 2010
  • To battle, mail perusal; prodded Evolution, and some banshee pieces. Lunch. Chased and fixed broken rpmlint patch ignoring my rpmlintrc. More misc. mono piece packaging.
  • Helped by misc. friendly GNOME hackers as to why my git pull --rebase origin master was not working, or at least why the git diff master..origin/master after that was showing me rubbish. Apparently my local origin/master was not really fetched. git fetch made everything consistent; good stuff.
  • Dinner, two of four babies getting Chicken Pox; lots of 'Poxy' jokes; smitten by 'ePoxy' (a not very good 'virtual' software version of the same). Bathed, applied camomile lotion, read stories, bed. Lydia popped over to talk with J. Back to work.
  • Chatted with a cool Mozilla hacker (Taras Glek) working on (cold) startup time performance optimisation, discovered -freorder-blocks-and-partition and compared notes on lots of different esoteric possible speedups. Chattered happily with the system-tap guys and Federico, prodded Evo some more, bed late.

March 17, 2010 09:00 PM

#i110190# - Database access: Column headings used in report writer instead of column names
#i110198# - Installation: some user settings are not migrated
#i110183# - Presentation: PP-Import: font color in textfield turns from black to white
#i110184# - framework: Documentbound macros not executed when file is loaded vial API
#i110187# - framework: Invalid ODF 1.1 Output regarding "grddl:transformation"
#i110191# - lingucomponent: Upgrade to Hunspell 1.2.9
#i110199# - performance: add locations/maps on the My Locations panel
#i110195# - porting: Mingw port update fix: fix tg_shl.mk to work without .def file
#i110192# - porting: Mingw port update fix: sal/osl C++ syntax and long path
#i110193# - porting: Mingw port update fix: subject name of certificate in xmlsecurity
#i110194# - porting: Mingw port update fix: use alloca instead of _alloca in shell
#i110189# - sc: OO Solver fails where MS solver works
#i110196# - scripting: dialog: numeric fields - "Alignment" not saved
#i110185# - sw: Crash when printing on non-default printer (probably related to post-it notes)
#i110186# - sw: Exporting master doc shows wrong default file type in "Export" dialog
#i110181# - sw: ooo320m12版本_空格不能自动换行
#i110182# - sw: ooo320m12版本_空格不能自动换行
#i110180# - sw: printing with option brochure and notes on would not print notes out.
#i110200# - tools: solenv: EXTERNAL_LINKFLAGS
#i110197# - tools: solenv: remove -Wl,-z,noexecstack hack
#i110188# - xml: Missing text parts after exporting a text doc into XHTML

March 17, 2010 04:44 PM

#i110179# - Database access: report builder extension 1.2 fails to install on oo.org 3.2
#i110177# - Installation: wizards: typo - acoccurred
#i110178# - Presentation: PowerPoint presentation transitions are backward in Impress 3.2.0
#i110176# - Presentation: bad import of .pptx - pictures are not displayed, text is mangled
#i110175# - framework: Spontaneous screen stops using OpenOffice
#i110174# - native-lang: OOo Dev 3.2.0m74 will not run

March 17, 2010 04:43 AM

March 16, 2010
Yesterday, Matthieu Paret, student at UTBM, joined the channel and proposed to help us. So, I suggested to install a Mandriva, and try to build OOo4Kids. Once installed, we helped Matthieu to start the build, and spend yesterday evening, with some issues.

.. and this was finally successfull : we worked together today too, and finally fixed the old issue avoiding to build .rpm (mostly the desktop menus).

And we're done : it works, and OOo4Kids now installs as .rpm !!

For the moment, that's experimental, and needs some work, but we're glad :)

ericb (noreply@blogger.com), March 16, 2010 11:01 PM

  • Up early; prodded mail, wrote to my MP about the scandal that is the Digital Rights Bill - it would be great to loose my connection to the internet, and livelihood to someone abusing an open wireless connection to download some copyrighted material - seems proportional. Hopefully it will run out of parliamentary time.
  • Clarity. Discovered my zypper / C++ bug is in fact a prelink bug with UNIQUE variables.

March 16, 2010 09:00 PM

#i110170# - Database access: Base help not contain help text for option "Use keyword..."
#i110169# - Presentation: hatch and images drawn out of the object in handout
#i110168# - fr: Please correct download link for Linux x86-86 rpm langpack
#i110164# - gsl: Crash in libcairo since DEV300_m75
#i110171# - gsl: RIP out XLFD-code
#i110165# - l10n: [JA] inconsistent translation between context menu and help about line space->single, double
#i110173# - sc: Data - Sort option not available
#i110161# - sc: Filters not converting when opening .xls / .xlsx files
#i110167# - sc: Strange symbols
#i110172# - sc: calc chart line arrangement is reversed
#i110163# - sw: Loop when cell is expanded beyond page limit
#i110166# - sw: Rtf with \tab error when exporting to html
#i110162# - sw: to add the personnel of the docx format
#i110160# - vba: The change event can't be triggered when changing the value of ComboBox, TextBox through VBA API.

March 16, 2010 04:43 PM

#i110157# - Database access: Memo length should retain value when editing a table in design view.
#i110146# - Drawing: frozen in draw program
#i110147# - Drawing: frozen in draw program
#i110155# - br-pt: Portuguese spell check behaving badly
#i110149# - framework: Ugly web page "Register Your OpenOffice.org"
#i110159# - porting: Can't copy picture from Preview to OOo
#i110152# - sw: Apply paragraph and character styles to callout and text boxes
#i110151# - sw: Opening MS Word 6.0 and earlier .doc files.
#i110153# - sw: Openoffice Writer Crash
#i110148# - sw: Reset properties must be erase author comments
#i110154# - sw: pasting contents of webpage crashes OOo
#i110156# - sw: problem with auto correction feature
#i110150# - website: registration form has still Sun logo
#i110158# - www: cws-announce ML and DEV300_m75

March 16, 2010 04:43 AM

March 15, 2010
  • Somewhere in the night it turned into Monday; more flight. Hacked up a fun way to get bootchart2 to do it's logging. Instead of using files that we have to get access to - we can instead abandon the process to it's own isolated world of chrooted madness in some initrd bubble; and then use some ptrace cunning to suck out all the data later - (I guess like gdb but automated). Got a nice prototype working quite well, good.
  • Train, tube, train, wait - picked up by wife & babes, much joy, returned to the family. Dinner, put the babes to bed. Calls with Federico, Aaron, JP, Jared in the evening, sleep.

March 15, 2010 09:00 PM

#i110126# - Database access: Selective Data Merge
#i110142# - Drawing: svx: make search/replace of colour names with translations safer
#i110132# - de: Änerung des Dateinamens in Funktion bei Speichern unter ..
#i110137# - framework: Cursor position not remembered in dialogs
#i110129# - framework: configmgr no longer uses ini file and backend UNO API
#i110127# - framework: new shortcut for style via Tools|Customize does not work in current document immediately
#i110145# - porting: linux alpha port
#i110125# - sc: Date Month Year format DD/MM/YYYY
#i110130# - sc: Field "Title" in page header/footer is broken
#i110134# - sc: OOo hanging on updating (external links) xls file
#i110133# - sc: Supply error values in AutoFilter selection
#i110143# - sc: When Validation uses fixed addressing '$' ... It shouldn't always ...
#i110128# - sc: conditional formating bug excel 2003 <--> calc
#i110131# - sw: Imported MS-Word document with tables gets in loop
#i110144# - sw: Missing space between numbering and text when exporting into TXT
#i110135# - sw: WW8: certain complex table exported s plain text
#i110139# - sw: WW8: paragraph attribute "Outline level" is not exported
#i110140# - sw: sw: Invalid read of size 8 with fields
#i110136# - tools: configure: OOo needs a saxon which supports java extensions
#i110138# - tools: touched empty zips left in solver
#i110141# - ui: FilePicker Dialog "setDisplayDirectory" ignored

March 15, 2010 04:43 PM

I’m happy to announce OpenOffice.org 3.2.1 beta1 packages for openSUSE. They are available in the Build Service OpenOffice:org:UNSTABLE project, are based on the upstream 3.2 sources and include many Go-oo fixes and improvements. Please, look for more details about the openSUSE OOo build on the wiki page.

The packages are beta versions and might include even serious bugs. Therefore they are not intended for data-critical usage. A good practice is to archive any important data before an use, …

As usual, we kindly ask any interested beta testers to try the package and report bugs. See also the list of known bugs.

Other information and plans:

The beta1 packages are not available for openSUSE Factory. We are working on fixing the build there.

The beta2 build should be available two weeks from now. The first release candidate should be by the end of April. The final release should happen in May.

Petr Mladek, March 15, 2010 02:39 PM

Developer Snapshot OOo-Dev DEV300_m75 is available for download.

DEV300 is the development codeline for upcoming OOo 3.x releases.

If you find issues within this build please file them to OpenOffice.org's bug tracking system IssueTracker.

Download:
http://download.openoffice.org/next

Release Notes:
http://development.openoffice.org/releases/DEV300_m75_snapshot.html

MD5 checksums:
http://download.openoffice.org/next/md5sums/DEV300_m75_md5sums.txt

Marcus Lange, March 15, 2010 08:39 AM

#i110117# - Database access: Turning off alias options in Advanced settings does not remove aliased table name from SQL
#i110119# - Database access: prompted parameters in queries fails when dragging query from explorer window onto spreadsheet
#i110118# - Presentation: Some numeral are badly printing after pdf export
#i110120# - framework: Can't install 3.2
#i110124# - sc: .xlsx filetype does not save charts
#i110122# - sc: Copying a chart while in Edit mode appears to be blank (only copies chart area)
#i110123# - sc: Incorrect operation
#i110121# - sw: TableManager.hxx contains implementation

March 15, 2010 04:43 AM

March 14, 2010
  • Up too late to go to Church - bother; jet-lag just worn off as I need it. Off to the airport, listened to a sermon or too on-line. Flight, wait, more flight.

March 14, 2010 09:00 PM

#i110111# - Database access: No access to subform data in form (MS-Access)
#i110113# - qa: Distribute 3.2.0RC5 Mac OS PPC en-US as final
#i110116# - sc: Huge memory usage for simple document
#i110112# - sc: Wrong warning message about too many columns when importing some XLS file with macros
#i110114# - sw: Comment in header gets lost when saving as .doc
#i110110# - sw: Pasted selection inherits list setting
#i110109# - sw: Printer does not print Open Type Fonts in Writer
#i110115# - tools: Document viewer

March 14, 2010 04:43 PM

Un grand merci à Jean-Marie Lafon pour son super boulot.

Le contenu, qui concerne la future version 0.9 d'OOo4Kids est, comme vous pouvez le remarquer, en Français, mais si vous souhaitez traduire ces vidéos dans une autre langue, n'hésitez pas à nous contacter.



Note: this is french only

Thanks to Jean-Marie Lafon for his great work !!

The content is in French but easy to understand. Feel free to contact us is you want to translate.





Protection des préférences par mot de passe from Jean-Marie LAFON on Vimeo.






Réglage du niveau utilisateur pour "Writer" from Jean-Marie LAFON on Vimeo.

ericb (noreply@blogger.com), March 14, 2010 03:26 PM

#i110107# - Presentation: Export in PDF ans SWF is broken
#i110106# - pt: Portuguese spell checker do not work
#i110105# - sc: calc to dbase "save as"
#i110104# - sc: cannot redo paintbrush change
#i110108# - sc: sumif function - latest calc version

March 14, 2010 04:43 AM

March 13, 2010
  • Up lateish; breakfast, . Pushed misc. Evo pieces. Spent an hour merging, and re-merging branches with git - with tens of highly dumb, irritating conflicts, all of my own creation. Apparently git merge is not what you want to do, particularly several times. Seemingly git pull --rebased - which is marked as dangerous and bad in the man page is what you want. This brings back the darkest days of trying to track and update a large, long running cvs branch: but worse. Incompetant git use: no doubt.
  • How can it be, that a git pull --rebase would want to apply the same changeset twice ? apparently nonsensical but after skipping a number of such sillies, the diff to the original merge tag evaporated: near victory. Annoyingly Matthew's identical merge went with, apparently no problems, amazing. Dinner, bed.

March 13, 2010 09:00 PM

#i110089# - Chart: Copy cell range, then move it on chart makes chart "invisible"
#i110096# - Presentation: No spell check in comments
#i110097# - framework: Cannot edit nor insert ole objects
#i110102# - framework: The user interface language cannot be determined.
#i110091# - sc: Problems entering data in a row using Tab
#i110094# - sc: When pasting a comment, using Paste Special it wipes the contents of the cell
#i110092# - sc: insufficient user rights for saving
#i110090# - sc: paste
#i110093# - sw: OO die opening a false odt file
#i110098# - sw: Search for a word in black colour font skips matching words
#i110101# - sw: Writer does not start after has been upgreded by yum
#i110095# - sw: Wrong PDF export of Diagrams
#i110100# - sw: ability to align frames to a single line
#i110103# - sw: crash OOo 3.2 with writer's mailing and base's reports
#i110099# - sw: exclude footnotes from frame relative height calculation

March 13, 2010 04:43 PM

EducOOo Logo


After several days of tests, it's time to release OOo4Kids 0.9.

Stay tuned :-)

One of the next steps will be: document the changes, and start ClassRooms with the Education Project, describe about what has been done, and improve. The point is to demystify OpenOffice.org source code, and answer the questions, e.g. in discussions with student, explain what's inside an so on.



""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
Education Project on the wiki
EducOO.org blog (french)
OOo4Kids

Many thanks to Ben Bois , author of the EducOOo Logo

ericb (noreply@blogger.com), March 13, 2010 01:42 PM

#i110084# - external: python: Error smtplib.py:709 in function sendmai (OO 3.2)
#i110085# - framework: Error smtplib.py:709 in function sendmai (OO 3.2)
#i110086# - sc: Missing keybord shortkey
#i110088# - sw: Footer created when making a footnote
#i110087# - sw: printing an envelope, outputs to wrong side of sheet feeder

March 13, 2010 04:43 AM

Good Artists Copy, Great Artists Steal, it is very interesting blog. worth reading.

> Bill skipped the small talk, and went straight to the point, > “Microsoft owns the office productivity market, and our
> patents read all over OpenOffice.”
...
>“We’re happy to get you under license.” That was code for
> “We’ll go away if you pay us a royalty for every download”

So - we are now. I really thank for both SUN microsystems and Jonathan Schwartz very much.

maho_nakata, March 13, 2010 04:42 AM

March 12, 2010
  • Up early, excellent bacon and eggs for breakfast; switched hotel & wandered into town for more discussion & a bit of hacking. Experienced a somewhat amazing bug in g++ with private template class constructors used in static initializers.
  • Pleased to see Colin merge my dbus fix.

March 12, 2010 09:00 PM

#i110067# - Database access: connectivity: typos in resource.pot
#i110069# - Drawing: basegfx: number of elements used for a circle is platform dependent
#i110082# - Installation: Wrong GLIBC version for running OOo3.2 on SLES11(PPC)
#i110073# - Presentation: treatment of ODF author fields
#i110081# - framework: New 3.2 Wont Load
#i110072# - framework: Repeated registration
#i110071# - framework: Unhelpful warning in address book data source wizard
#i110066# - framework: svtools: typo Darusalam
#i110083# - framework: unopkg - some extension refuse to install with m74
#i110078# - gsl: Writer repagination is slow in m75
#i110068# - porting: move [pre|post]graphitestl.h and extend it for use with mysqlconnector
#i110065# - qa: [Automation][t_listfuncs.inc] Enhance hListCompare() to return delta
#i110079# - sc: Formula calculation
#i110074# - sc: treatment of ODF Author Fields
#i110080# - sw: Data loss when using master documents
#i110075# - sw: Treatment of ODF Author Fields
#i110076# - sw: problem pasting a line from an internet explorer web page ito oo writer
#i110077# - tools: soltools: clean up warnings
#i110070# - xml: [xmloff] import for RDFa on bookmarks broken

March 12, 2010 04:43 PM

English (US) MacOSX PowerPC version of OpenOffice.org 3.2.0 has been released!

This is the first official AQUA version of OpenOffice.org for PowerPC MacOSX.

Jean-Baptiste Faure has tested, and Marcus Lange corrdinated and uploaded.
Nakata Maho provided release candidate build, and OpenOffice.org community members have developed OpenOffice.org, indeed.

James McKenzie had left from QA after the release of 2.4.3, since then we have never see the release of English (US) MacOSX PPC version of OOo, just we don't have testers nor coordinators.
many issues and request for that, we have never see ...

I'm really appreciated as build provider.

See the thread;
http://qa.openoffice.org/servlets/ReadMsg?list=dev&msgNo=13195
.

maho_nakata, March 12, 2010 09:33 AM

#i110063# - Formula editor: in subscript error
#i110062# - Presentation: Invitation!
#i110060# - framework: Update notification causes flickering of application window
#i110059# - sc: Last used function list is incorrect
#i110061# - tools: automatically configure CC=gcc-4.0 on Mac OS X 10.6
#i110064# - www: Unauthorized Unsubscribe

March 12, 2010 04:43 AM

March 11, 2010
  • Up early, good to see JP & Greg. Discovered a bus-load of MeeGo E-mail in my SPAM / Quarentine folder which I ~never look in: that would explain the eerie quietness of the mailing list. How is it that I suddenly, simultaneously started getting tons of spam coming through, and missing critical things.
  • Wrestled with Pay-Pal, which seems intent on demanding my Bank details, and completely unwilling to accept money from my credit card to pay for things. How can it be so extraordinarily unpleasant to send someone money ? who in their right mind would want to attach a bus-sized extra security attach surface to a bank account with any money in it ? and who wants to open a bank account with no money in it just to please some (apparently) dumb payment software ? Spent a frustrating time fruitlessly reading documentation.
  • Pleased to see a nice bootchart2 patch from Frederic for Mandriva integration, neat; need to do some MeeGo integration too.

March 11, 2010 09:00 PM

#i110040# - *Testproduct: alignment problem
#i110052# - Chart: Wrong line colour in XY-chart after making line transparent for data series longer than 1113 items
#i110044# - Database access: empty string in list box controls not shown in entry list
#i110057# - Drawing: Objects snap to their old positions
#i110054# - Presentation: Empty impress saved as .uop file comes up read only
#i110041# - framework: --with-lang=ALL: DEV300_74 : build failure at postprocess
#i110047# - framework: Controls too big in the UI
#i110045# - framework: should report an error when a required component is not installed
#i110050# - framework: tools: make tools headers strict aliasing safe
#i110051# - sc: In Graph X axis all numbers are displayed
#i110042# - sq: Please give agroni more rights on pootle
#i110058# - sw: Bad number alignement in numbered list
#i110055# - sw: Office crashes save file as RTF
#i110046# - sw: Preview for OpenOffice.org styles and formattings
#i110043# - sw: Unable to "send as email" when filename contains Unicode character
#i110056# - sw: Writer Styles List sorts by number not style proper order
#i110048# - sw: login dialog should get new layout
#i110053# - sw: remove duplicate login dialog
#i110049# - udk: stoc: strict-aliasing fixes

March 11, 2010 04:43 PM

EducOOo Logo

Many thanks to Matthieu Paret, student at UTBM (France) who relooked the Education Project wiki page

The work was made as a student application (credits), during the previous semester.

The reports describing the work, are available in both French and English (please report us the issues, errors and so on, you could find)

* French version of the report (.pdf format).
* English version of the report (.pdf format).

* Other reports (.odt and other)
To summarize, the work was mostly a long thought about what we do, and how we do.



""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
Education Project on the wiki
EducOO.org blog (french)
OOo4Kids

Many thanks to Ben Bois , author of the EducOOo Logo

ericb (noreply@blogger.com), March 11, 2010 11:52 AM

#i110034# - Chart: copy-paste of chart+ranges looses data references
#i110039# - Database access: 'Base' title bar in data entry mode says 'Form design'
#i110036# - Database access: Change default for numeric controls in Forms for "Mouse wheel scroll" to "Never"
#i110028# - Drawing: Cursor-Trail when moving words in T-Textframe by drag and drop
#i110033# - framework: [unordf] adapt RDFa implementation: remove rdfs:label
#i110035# - framework: framework: unused files
#i110037# - sc: Calc: editing centered cells -> text misplaced
#i110031# - sc: Replace automaticly string to date, and cannot switch it off
#i110030# - sc: corrupted file - how to recover
#i110038# - sw: Cannot Access Writer or Files
#i110032# - sw: Term Paper
#i110029# - xml: Can not read/save OOXML files

March 11, 2010 04:43 AM

March 10, 2010
  • Up early, great talks and discussions with Guy & Aaron, up very late. Interested to see Simon's leaving blog entry, Simon has to be one of the friendliest, persuasive(ist) and most personable people you could hope for to be a front for your community strategy: particularly if it is one that really makes sense.

March 10, 2010 09:00 PM

#i110004# - Drawing: New colors are not updated in standard.soc
#i110017# - Presentation: Defining custom gradients in Impress should be easier
#i110010# - Presentation: PPTImport: undo is crashing office
#i110006# - framework: configmgr: unused dtor in configmgr
#i110002# - framework: desktop: unused code in desktop
#i110023# - gsl: Attribute based font matching fails sometimes
#i110001# - gsl: shell: build breaks when configured with --enable-lockdown
#i110007# - l10n: Update English dictionaries
#i110016# - sc: Add number format presets with negatives in parentheses, for financial/accounting uses.
#i110018# - sc: Cannot copy text from one merged cell to another.
#i110020# - sc: Exporting cell in date format yyyy.mm.dd fails for pre 1900's
#i110008# - sc: Formula changes on column/cell insert
#i110022# - sc: Hyperlink funktion
#i110019# - sc: Paste Function not working
#i109999# - sw: 'Alternatives' control in Thesaurus has no ID
#i110021# - sw: Calctables as datasource for Mail-Merge fails at numbers
#i110014# - sw: Character style dropdown is unsorted in "Format - Bullets and Numbering - Options"
#i110024# - sw: I want to save to two locations at the same time each time I save my document.
#i110012# - sw: Missing space between numbering and text when exporting into TXT
#i110026# - sw: Search and Replace with regexp to purge empty paragraphs hangs OOO Writer
#i110003# - sw: Select text via Ctrl-Shift-Arrow without selecting the paragraph break
#i110015# - sw: UserField property IsFieldDisplayed gives wrong values
#i110013# - sw: When saving PDF, default save path seems suboptimal
#i110000# - sw: Writer -- Use list numbers instead of page numbers in Index
#i109998# - sw: Writer spoil tables in doc file on save
#i110005# - sw: incompatibility between 3.2 and 3.1.x
#i110009# - sw: linguistic: replace StaticWithInit_ with rtl::StaticWithInit
#i110011# - tools: solenv: "Name "main::name" used only once" in deliver.pl
#i110025# - www: Please add my key
#i110027# - www: public key for user ssa

March 10, 2010 04:44 PM

Developer Snapshot OOo-Dev DEV300_m74 is available for download.

DEV300 is the development codeline for upcoming OOo 3.x releases.

If you find issues within this build please file them to OpenOffice.org's bug tracking system IssueTracker.

Download:
http://download.openoffice.org/next

Release Notes:
http://development.openoffice.org/releases/DEV300_m74_snapshot.html

MD5 checksums:
http://download.openoffice.org/next/md5sums/DEV300_m74_md5sums.txt

Marcus Lange, March 10, 2010 10:23 AM

DEV300_m74 +5 overall unused, though sal becomes unused method free.

Caolan, March 10, 2010 09:33 AM

#i109984# - Chart: Data table headers become misaligned when a column is resized via double-clicking
#i109986# - Formula editor: Export formula to PNG
#i109993# - Presentation: ocha
#i109994# - Presentation: ocha
#i109995# - Presentation: ocha
#i109996# - Presentation: ocha
#i109997# - Presentation: お茶
#i109991# - framework: configmgr/source/xcdparser.cxx build breaker
#i109987# - sc: Trouble with Links to External Data
#i109988# - sw: Docx conversion
#i109989# - sw: SUM function not functional for large amount of lines on Word Processor.
#i109983# - sw: [sw] SwXDocumentIndexMark::setPropertyValue calls dispose
#i109990# - sw: odt files will not open
#i109992# - sw: sw/source/filter/ww8 build breakers with GCC >= 4.3
#i109985# - www: reply to error report still comes from Sun microsystems

March 10, 2010 04:43 AM

March 09, 2010
  • Up earlyish, quick breakfast bid 'bye to wonderful wife and kids; endless series of trains, planes, etc.
  • Watched District 9 and loved it, and Up in the Air - which was much sadder. Dug deeper into how dbus manages it's bindings and affairs for Colin.
  • Chewed mail, fixed a bug or two, bed horribly late.

March 09, 2010 09:00 PM

We used to spend a fair amount of time debunking the myth that OpenOffice.org was written in Java. It's not. But we use a lot of extensions, now--a monolithic architecture, such as ours, our Mozilla's encourages that--and extensions can be written Java. And there are hundreds of thousands (or at least thousands) of Java developers out there. News: they can make money off of clever extensions. See http://extensions.openoffice.org.

So submit a paper. It's right after OOoCon this year, which is in the spectacularly beautiful city of Budapest.... JavaOne is in San Francisco, which is okay.


2010 JavaOne Call for Papers

oulipo (noreply@blogger.com), March 09, 2010 07:58 PM

DEV300_m74 has been built by Hamburg RE. No open build problems are known, and smoketest has been passed successfully.

Tasks and their ChildWorkspaces for Milestone DEV300m74


Child Workspaces integrated:

aus112

fix problems in cygwin build


cbosdo02

Writer fields enhancements.


chartshapes

support for shapes in chart


cmcfixes70

move jpeg CMYK extension from jpeg lib into jpeg filter


jl145

various bug fixes


native278

OOo 3.3 installation tasks. This cws replaces native276 because of technical problems.


obo45

Fix for HH MacOSX environment


qadev40

sb111

configmgr reimplementation (to improve performance etc.)


sb119

misc. OOo 3.3 issues


sdk330

dev300m74masterfix

Hamburg Release Engineering <hr@openoffice.org>, March 09, 2010 06:52 PM

#i109970# - Chart: Transparency in grids and axes slow down chart updating
#i109977# - Chart: axis and grids should be deletable via delete key
#i109974# - Installation: Installation error 1935 - vista 32bit
#i109975# - Installation: Installation error 1935 - vista 32bit
#i109965# - Presentation: Advance slide cannot be set with empty sildes
#i109968# - api: [api] undocumented cursor properties
#i109966# - documentation: A difficult example text in Calc Address function Help?
#i109964# - framework: Crash of OO when opening files with Quick Launcher and OO-Open-Dialog
#i109981# - framework: Unable to update Office Org 3.2
#i109982# - framework: Unable to update Office Org 3.2
#i109980# - framework: Update not work
#i109971# - framework: [Automation] f_basic_template_documents.bas: UNO runtime exception when closing specification template
#i109979# - sc: Formulae enter as typed, not result of calculation.
#i109963# - sc: Selected all, but show as one only
#i109969# - sc: url in formular input line can not be travelled / edited by cursor
#i109976# - scripting: automatic tests for new 'Set password' dialog
#i109973# - sw: Resume
#i109962# - sw: Text flow in table with merged cell does not work correctly
#i109961# - sw: Unwanted page layout change with table/paragraph conflict
#i109972# - sw: embedded files missing
#i109967# - sw: macosx: treat wheel events as pixel based
#i109978# - tools: configure: remove --disable-qadevooo

March 09, 2010 04:43 PM

One of the rather odder bugs. OOo’s file menu suddenly appears for no good reason (while playing embedded video in Firefox on another workspace). Story is that OOo has the focus while the video is playing in totem-mozplugin, totem-mozplugin seems to want to inhibit the screensaver from kicking in so sends regular Left Alt strokes to the display via XTest. If OOo has the focus, it receives the Alts, and one of its quirks is that the file menu appears on press and release of Left Alt.

Caolan, March 09, 2010 04:18 PM

http://twitter.com/jaopenofficeorg is the official
twitter of ja project (http://ja.openoffice.org/)

you can see twitter window at http://ja.openoffice.org/
please have a look...
sorry - but I'd tweet in Japanese.

maho_nakata, March 09, 2010 07:00 AM

#i109956# - Database access: refreshRow does not refresh text fields bound to a field whose value changed
#i109957# - Installation: Possible typo in installer
#i109960# - Presentation: format changing - Power point to Impress
#i109959# - framework: User defined Favorites button in OOo-native Open and Save dialogs
#i109953# - framework: Using already registered data source not possible in Address Data Source Wizard
#i109949# - sc: Inability to arrange windows like Excel
#i109948# - sc: Inability to import data from a named cell in another sheet
#i109958# - sw: Custom templates replaced with default templates on opening in Writer a document prepared in OOo Writer and saved in .doc format
#i109955# - sw: English Spelling
#i109952# - sw: For Unicode letters with more than one combining diacritic typed *via AltGr+key*, only first diacritic is displayed
#i109954# - sw: Links being changed when converted to PDF from OpenOffice Writer
#i109950# - sw: Some records not printed with mail merge
#i109951# - sw: blanks instead of address information inserted by mail merge to 3.1 documents

March 09, 2010 04:43 AM

March 08, 2010
Document Freedom Day is more than a celebration of the OpenDocument Format (ODF). It's a recognition that unencumbered document formats enable the sort of communication we take for granted--and have, since medieval times, prior to the European discovery of the printing press.


Main Page - Document Freedom Day

oulipo (noreply@blogger.com), March 08, 2010 10:52 PM

  • Slept a little better; prodded mail, chat with Noel, Thorsten & Kendy. Prodded at admin, Clarity status reports, flight checkin etc. Forced to change all internal passwords, reminding me of the cartoon of the stumped theif with 39 friends outside the magic cave: I had to change the password, and now I can't remember what it is. Lunch.
  • Tried to chase my cups bug some more, only to discover that now (for whatever reason) it decided to work; bother. Prodded at Xapian and notmuch briefly.
  • Packed for Portland in the evening, and bed early.

March 08, 2010 09:00 PM

#i109937# - Installation: openofficeorg32 abends w/o installing
#i109943# - Installation: wizards: FindBugs Warning
#i109914# - Presentation: Graphics wrong positioned when starting slideshow
#i109909# - Presentation: Navigation button images missing when exporting to HTML presentation
#i109918# - Presentation: Quirks in zoom in impress
#i109938# - Presentation: unable (to find how) to change an image's source / link / filename
#i109908# - documentation: Short cuts description missing in the online help
#i109910# - framework: AOT-Compilation
#i109915# - framework: Theme Extension
#i109925# - framework: [CWS findbar] Crash when closing Draw/Impress after using new find bar
#i109942# - framework: scripting: FindBugs Warning
#i109922# - framework: tools: mismatch new[]/delete
#i109944# - gsl: accessibility: FindBugs Warning
#i109916# - gsl: frm::OInterfaceContainer::fakeVbaEventsHack deadlock
#i109912# - gsl: rsc: MakeUTF8FromL returns a char *, but one code patch returns "FALSE". The whole thing is unused in OOo anyway
#i109939# - gsl: toolkit: inconsistent UnoControl locking schemes
#i109924# - gsl: vcl: ImplHandleSizeMsg in os2 could return uninit val
#i109913# - gsl: vcl: NoToggleToOff flag is not set on export of Radio Button to PDF
#i109923# - nl: export slides to JPG / JPEG
#i109931# - qa: [Automation][w_contextmenu.bas]tPickGraphics fails with 2 warnings
#i109932# - qa: [Automation][w_loadsave.bas]test interrupts on loading error
#i109917# - qa: fragile unoapi test using OnUnfocus event
#i109935# - sc: Adjust algorithm in ScTable::ExtendPrintArea for optimum performance
#i109911# - sc: Copy&Paste of a Calc Object is broken when filename contains Umlaut
#i109929# - sc: Cut and Paste Special (pasting text only)
#i109940# - sc: Data Pilot DEFECT
#i109934# - sc: Remove performance bottleneck in ods import filter
#i109936# - sc: [CWS printerpullpages] Print range ignored in preview
#i109927# - sw: Custom embedded objects are not editable by OOo after export to doc
#i109933# - sw: General input/output error loading sw-dos file
#i109926# - sw: Kerning: Words in text box become crowded!
#i109945# - sw: New document for Issue 109941
#i109947# - sw: OO 3.2 Writer loses / resizes images after saves
#i109941# - sw: OO 3.2 Writer loses bulleted list formats on save
#i109928# - sw: Visual representation of embedded object is not antialiased
#i109920# - sw: Writer freezes when tooltip occurs when closing document.
#i109919# - sw: entering character Alt 0145 also enters an additional space
#i109921# - sw: sw: meaningless tests against NULL
#i109930# - tools: consistent header file location: cppuhelper/extract.hxx
#i109946# - xml: xmerge: FindBugs Warning

March 08, 2010 04:44 PM

#i109901# - Presentation: a pps file failed to play in Impress
#i109903# - framework: save file to webdav-folder result in 0 Byte file
#i109902# - sc: Application hangs when doing Pilot table with all cells selected
#i109905# - sc: Range name gets changed on import from Excel
#i109906# - scripting: General Input/Output Error
#i109907# - sw: Defective Paste in 3.2
#i109904# - sw: JRE is defective

March 08, 2010 04:43 AM

March 07, 2010
  • Off to church, did the crech with Dave - interesting man; strangely although Linus is not convinced that Demons exist, my friend working (for many years) with the criminally insane is of the other opinion; though the precise locus of such behaviour is perhaps arguable, and postulating odd things in every corner is inadvisable.
  • Home for lunch; pottered around in the garden - sunny for once, had Helen over for tea, played with plastic printing mechanics while the babes watched a DVD.

March 07, 2010 09:00 PM

#i109898# - Database access: oForm.insertRow() doesn't work correct
#i109894# - Presentation: Error importing slide in Impress
#i109891# - de: Links zeigen auf alte Builds und falsch zugeordnete Sprachen
#i109900# - fr: error message
#i109890# - framework: Toolbar buttons, menu items, and other button user interface elements flicker
#i109896# - performance: shouldn't detect configuration at each invocation
#i109897# - sc: Chart data ranges not updated when copying the sheet
#i109892# - sc: Wrong example for function EDATE() in help document of Calc
#i109893# - sc: date not recognised as date: "01. Feber 2010 20:42:22"
#i109895# - sw: Tables not visable when editing
#i109899# - www: my sshkeys for localization team albania (sq)

March 07, 2010 04:43 PM

#i109881# - Chart: chart2: ChartTypeTemplateProvider has no virtual dtor, but delete is called on ChartTypeTemplateProvider* on inherited objects
#i109882# - Drawing: cui: if we're checking for invalid font name boxes, then we should return early
#i109883# - Presentation: impress: crash going to presentation view
#i109884# - framework: iWork file import
#i109889# - framework: iWork file import
#i109887# - sw: Find & Replace function giving error message
#i109888# - sw: Find & Replace function giving error message
#i109885# - sw: Spreadsheet in Writer loses last row when opened and closed on Linux (works on Win7)
#i109886# - sw: no redline feature

March 07, 2010 04:43 AM


Last updated: March 20, 2010 03:16 PM

This site is maintained by Fridrich Strba

Subscriptions

Planetarium

Subscribe