Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-06 | remove more commented out #includes and related comments | David Tardon | |
2010-10-05 | Ported calc-extref-interpreter-rework-*.diff from ooo-build. | Kohei Yoshida | |
Re-structured the interpreter code to handle external references with ocPush, instead of ocExternalRef. This is necessary in order to support shifting of references in the same way you can with internal references. In addition, this change allows re-using of document instances already loaded when accessing external references that point to one of already loaded documents. Previously, Calc would load the same document from disk even when the document was already loaded. (n#628876) | |||
2010-10-05 | Removing old commented out source code | Andreas Mantke | |
2010-10-05 | Translation of comments to English | Andreas Mantke | |
2010-10-05 | Ported dde-reconnect-on-load-*.diff from ooo-build. | Kohei Yoshida | |
Improve reliability of DDE connections between documents opened in LO. With this change, LO tries to reconnect to a DDE server document upon opening if that server document is being listened to by one of the open documents. Also, the old implementation would load a DDE server document invisible, and would never close it when the user updates the link. This had the consequence that when the user tries to open this document while it's loaded hidden, it causes some weird focus issues, and closing it and opening it again would disconnect the DDE connection. The new implementation closes the server document immediately after the DDE link update is complete. This change also fixes a bug in Calc where DDE link updates to cells would fail when the formula syntax is set to something other than Calc A1. | |||
2010-10-05 | This patch resolve the issue 2838 of OOo. | Arnaud Versini | |
It’s in two parts : * autocorrection comparison function during the search of the word(s) takes care of the case. * possibility to insert two times the same words with different cases. | |||
2010-10-05 | Ported calc-english-func-names-*.diff from ooo-build. | Kohei Yoshida | |
Add option to switch to English function names instead of the localized ones. In some locales (especially in Hungary) the users are more accustomed to the English function names rather other than translated names (i#38765). | |||
2010-10-05 | Ported calc-english-func-names-*.diff from ooo-build. | Kohei Yoshida | |
Add option to switch to English function names instead of the localized ones. In some locales (especially in Hungary) the users are more accustomed to the English function names rather other than translated names (i#38765). | |||
2010-10-05 | fixed framework includes after removing the guards | Petr Mladek | |
2010-10-05 | fixed fpicker includes after removing the guards | Petr Mladek | |
2010-10-05 | fixed connectivity includes after removing the guards | Petr Mladek | |
2010-10-05 | more removed include guards using fixguard.py | Petr Mladek | |
2010-10-05 | fixed include files in svx after removing the guards | Petr Mladek | |
2010-10-05 | fixed include file names in sfx2 | Petr Mladek | |
found after removing include guards | |||
2010-10-05 | remove include guards using fixguard.py | Petr Mladek | |
2010-10-05 | Fixed a build breakage; QueryValue and PutValue now return bool. | Kohei Yoshida | |
2010-10-05 | Ported calc-distributed-cell-text-*.diff from ooo-build. | Kohei Yoshida | |
This feature enables horizontal 'distributed' alignment and vertical 'justified' and 'distributed' alignments for cell contents in Calc. Note that this feature relies on ODF 1.2 extended in order for the relevant cell attributes to be saved in ODS. | |||
2010-10-05 | Ported calc-formula-variable-sep-config-check-sfx2.diff from ooo-build. | Kohei Yoshida | |
This adds a method that gets called when the user clicks OK to dismiss the Options dialog. This is used in order to handle conflicting argument separator settings wrt locale-specific decimal separators. | |||
2010-10-05 | Ported always-save-option-*.diff from ooo-build. | Kohei Yoshida | |
A new configuration option to toggle allowing of saves even when no "modification" has been made. | |||
2010-10-05 | release solar mutex before entering Qt event loop | Luboš Luňák | |
2010-10-05 | refactor several SolarMutex releaser classes into one | Luboš Luňák | |
2010-10-05 | add some configure options to control external libtextcat and libtextcat data | Caolán McNamara | |
2010-10-05 | be consistent wrt toolbarmanager with icons in menus | Caolán McNamara | |
2010-10-05 | fixup show menus in icons | Caolán McNamara | |
2010-10-05 | use radio buttons for mutually excusive menu options | Caolán McNamara | |
2010-10-04 | Replace hardcoded "product by Oracle" with "product by %OOOVENDOR". | Lior Kaplan | |
2010-10-04 | Ported calc-insert-current-time-*.diff from ooo-build. | Kohei Yoshida | |
2010-10-04 | tweak missing bool | Michael Meeks | |
2010-10-04 | harmonized BOOL vs sal_Bool usage | Norbert Thiebaud | |
2010-10-04 | native bool support in SvXMLUnitConverter | Norbert Thiebaud | |
2010-10-04 | Convert all Query/Put Value() to bool | Norbert Thiebaud | |
2010-10-04 | Comment cleanup | David Hobley | |
2010-10-04 | Slightly polished new English translations | Thorsten Behrens | |
2010-10-04 | printf without format considered harmful | Norbert Thiebaud | |
2010-10-04 | Translation of comments from German to English | Andreas Mantke | |
I translated the comments in the files from German to English. There were tabs in the file sbunoobj.cxx. I coverted them with the help of Kohei to whitespaces. I found whitespaces at the end of two rows in that file (line 1642 and 2642). They were deleted. | |||
2010-10-02 | make CustomUnitText "Pixel" localisable, #i35956# | Andras Timar | |
2010-10-01 | Ported calc-perf-import-dbf-connectivity.diff from ooo-build. | Kohei Yoshida | |
This slightly speeds up parsing of strings when reading dBase. | |||
2010-10-01 | fdo #50533: Localized the links from the start center | Cédric Bosdonnat | |
2010-10-01 | Fixes incorrect save NUMBER value to DBF (fdo#30504) | Alexandr N. Zamaraev | |
Open Office Calc save numeric value in numeric column as text representation add null chars right for column with. Bat other applications save value as text and space chars left for column with. For example: Format: N, 3, 0 Value: 1 Calc saved value (hex): 31 00 00 Other Apps saved value (hex): 20 20 31 This inaccuracy does not affect the format of the readers implemented in C or C++ but can break the implementation in other languages (Python, Ruby, Haskell) | |||
2010-10-01 | fdo#30533: Fixed various OOo URLs | Cédric Bosdonnat | |
Fixed the extension URL in the extension manager. | |||
2010-10-01 | cleanup UHashMap fix. | Michael Meeks | |
2010-10-01 | Port binfilter crash-on-exit fix ... | Michael Meeks | |
2010-10-01 | add in MonoSpace setting | Caolán McNamara | |
2010-09-30 | Remove unnecessary comments | J. Graeme Lingard | |
2010-09-30 | Translation of comments from German to English | Andreas Mantke | |
2010-09-30 | if you force the sizes of western text, you need to force the other ones too | Caolán McNamara | |
2010-09-30 | forced to make certain neon api calls thread-safe due to cups | Caolán McNamara | |
rhbz#637738 libgcrypt that's been initialized already by cups to be non-threadsafe is therefore then also non-threadsafe. neon uses libgcrypt. So in the (as this is the usual circumstance) case that cups is initialized before neon, then libgcrypt is not threadsafe even though neon attempt to initialize it as such. | |||
2010-09-30 | #i110142# make search/replace of colour names with translations safer | Caolán McNamara | |
2010-09-30 | #i106502# don't start the spelling timer unless there's a reason to do so | Caolán McNamara | |
2010-09-30 | #i64671# transfer VCL's FontPitch through DrawingLayer to Canvas | Caolán McNamara | |