Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-04 | external-apm-header.diff: fix WMF scaling in RTF import, n#417818 | Florian Reuter | |
2011-05-03 | Adds OxygenOffice as product in sysui | Kalman Szalai - KAMI | |
2011-05-02 | fdo#32872: Fixed components names reintroduced with .component files | Cédric Bosdonnat | |
2011-05-02 | n#690798: Fixed a crasher. Also, improved batch conversion. | Muthu Subramanian | |
* The pointer is not removed from the array before 'delete' * FilterMatcher now uses (input) content to guess better. | |||
2011-05-02 | Delete unused setup_a.cxx file | Tor Lillqvist | |
2011-04-30 | remove Attribute_XXX in favor of osl_File_Attribute_XXX (desktop) | Christina Rossmanith | |
2011-04-30 | Remove unneed include of <tools/list.hxx> | Joseph Powers | |
2011-04-30 | Ignore .gitattributes | Joseph Powers | |
2011-04-30 | Remove some OS/2 code | Francois Tigeot | |
2011-04-29 | Applied normalize-template-paths-fix (slightly amended) | Thorsten Behrens | |
Fixes n#512146 | |||
2011-04-29 | Fix compilation error | Tor Lillqvist | |
Avoid temporary variable that was moved from a nested block in previous commit, but had the same name as a variable alredy existing in this block. | |||
2011-04-28 | clean-up obsolete define related to gstreamer or lack thereof | Norbert Thiebaud | |
2011-04-28 | bad module name in assigning sdi deps for svxcore | Norbert Thiebaud | |
2011-04-28 | Include <osl/diagnose.h> for OSL_ENSURE etc | Tor Lillqvist | |
No idea why this include is suddenly needed. | |||
2011-04-28 | this wasn't so good idea after all--reverting for now | David Tardon | |
2011-04-28 | OpenOffice.org -> LibreOffice | Luboš Luňák | |
2011-04-28 | add presumably missing ReleaseSolarMutex() call | Luboš Luňák | |
Noticed by Julien Nabet <serval2412@yahoo.fr>. It seems commit b58863e8ddc923fa737d064b873b8099a24a8c51 reorganized the code and removed this call. Not quite sure if it's needed as it has apparently worked fine for a while, but this should match the code before that commit (except for the pointless TryToAcquire() ). | |||
2011-04-28 | Remove UpdateApplicationSettings function | Christian Dywan | |
The function did nothing else than set STYLE_OPTION_HIDEDISABLED. It was also extremely misleading when reading the code. | |||
2011-04-28 | fix typo | David Tardon | |
2011-04-28 | microoptimize this | David Tardon | |
2011-04-28 | make this more readable | David Tardon | |
2011-04-28 | both branches of the if are same | David Tardon | |
2011-04-28 | both branches of the if are same | David Tardon | |
2011-04-28 | both branches of the if are same | David Tardon | |
2011-04-28 | the if is useless here--both branches are same | David Tardon | |
2011-04-28 | add lomenubar Jobs.xcu | Bjoern Michaelsen | |
2011-04-28 | add lomenubar documentation | Bjoern Michaelsen | |
2011-04-28 | lp#754562: remove status listener upon exit | Bjoern Michaelsen | |
* use initialization lists * more const goodness | |||
2011-04-26 | modify/delete wordbook files for good | Andras Timar | |
* extras/source/wordbook/lang/*/soffice.dic: deleted These files were in old binary format and almost all language files were replicas of the en-US file. There were two exceptions: German and Slovenian. André Schnabel checked the German word list and he said that they can be deleted. Martin Srebotnjak checked the Slovenian word list and he asked me to keep those words -> sl.dic * extras/source/wordbook/oracle.dic: deleted It was not used in the build. It contained Oracle brand names, etc. * extras/source/wordbook/standard.dic: deleted It was built and delivered, but not packaged. It was an empty dictionary file which would be created anyway when the user creates a new empty dictionary. * extras/source/wordbook/technical.dic: Entries were sorted so it will be easier to add new words. Some entries were added from lang/en-US/soffice.dic. * extras/source/wordbook/sl.dic: added Slovenian words * extras/source/wordbook/en-US.dic: added English words * extras/source/wordbook/en-GB.dic: added English words * scp2/source/ooo/ : These wordbook files should not depend on the UI language. They should not be in language packs but they all should be installed for every language like spell checker dictionaries. * officecfg/registry/ : Paths adjusted, so application looks for wordbook files in the right directory. I enabled all dictionaries by default in Linguistic.xcs. | |||
2011-04-26 | remove double space from en-US message | Andras Timar | |
2011-04-26 | We only support NT-based Windows | Tor Lillqvist | |
2011-04-26 | error dialog when a component (e.g. Writer) is not found (bnc#689116) | Luboš Luňák | |
2011-04-26 | Kill BrOffice, fdo#36262 | Tor Lillqvist | |
2011-04-25 | Update '--disable-python' to disable only Python UNO API. | Hanno Meyer-Thurow | |
* scripting/source/pyprov/makefile.mk: | |||
2011-04-23 | Remove PM2 macro usage | Francois Tigeot | |
2011-04-22 | make the init. of this static var thread-safe | David Tardon | |
(and don't leak memory on exit...) | |||
2011-04-22 | Some cppcheck cleaning | Julien Nabet | |
2011-04-22 | left arrow comments removed // <-- | Júlio Hoffimann | |
2011-04-22 | all bogus comments finally removed | Júlio Hoffimann | |
2011-04-22 | cppcheck inefficient checking for emptiness | Kayo Hamid | |
From cppcheck: Using xxxx.empty() instead of xxxx.size() can be faster. xxxx.size() can take linear time but xxxx.empty() is guaranteed to take constant time | |||
2011-04-21 | gbuildize formula | David Tardon | |
2011-04-20 | Remove DECLARE_LIST( SvSlotElementList, SvSlotElement* ) | Joseph Powers | |
Passed: make distclean && make && make check | |||
2011-04-21 | SAL_CALL wasn't present for component_getFactory | Julien Nabet | |
2011-04-21 | Easyhack: Add visibility markup to all component_get* functions | Julien Nabet | |
2011-04-20 | Remove DECLARE_LIST( ViewList, MyView* ) | Joseph Powers | |
PS: This file isn't compiled. But the list wasn't used anyways so this should be a safe change. | |||
2011-04-19 | remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (desktop) | Christina Rossmanith | |
2011-04-19 | Removed dbgmacros.{ch}xx / use OSL_{ENSURE,POSTCOND} instead | Christina Rossmanith | |
2011-04-19 | remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (libs-core) | Christina Rossmanith | |
2011-04-19 | Replace String with rtl::OUString in various places | Xisco Fauli | |
2011-04-19 | Resolves: fdo#36358 Just use the same export dir as save as for all apps | Caolán McNamara | |
I believe the original idea was that draw/impress export graphics and so default output dir is the gallery as you might want to export them in there. Catch is that we cane export in some many different formats there there isn't a good fit for the whole collection, so lets just use the same dir for all apps |