summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-05-04external-apm-header.diff: fix WMF scaling in RTF import, n#417818Florian Reuter
2011-05-03Adds OxygenOffice as product in sysuiKalman Szalai - KAMI
2011-05-02fdo#32872: Fixed components names reintroduced with .component filesCédric Bosdonnat
2011-05-02n#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-02Delete unused setup_a.cxx fileTor Lillqvist
2011-04-30remove Attribute_XXX in favor of osl_File_Attribute_XXX (desktop)Christina Rossmanith
2011-04-30Remove unneed include of <tools/list.hxx>Joseph Powers
2011-04-30Ignore .gitattributesJoseph Powers
2011-04-30Remove some OS/2 codeFrancois Tigeot
2011-04-29Applied normalize-template-paths-fix (slightly amended)Thorsten Behrens
Fixes n#512146
2011-04-29Fix compilation errorTor 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-28clean-up obsolete define related to gstreamer or lack thereofNorbert Thiebaud
2011-04-28bad module name in assigning sdi deps for svxcoreNorbert Thiebaud
2011-04-28Include <osl/diagnose.h> for OSL_ENSURE etcTor Lillqvist
No idea why this include is suddenly needed.
2011-04-28this wasn't so good idea after all--reverting for nowDavid Tardon
2011-04-28OpenOffice.org -> LibreOfficeLuboš Luňák
2011-04-28add presumably missing ReleaseSolarMutex() callLuboš 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-28Remove UpdateApplicationSettings functionChristian Dywan
The function did nothing else than set STYLE_OPTION_HIDEDISABLED. It was also extremely misleading when reading the code.
2011-04-28fix typoDavid Tardon
2011-04-28microoptimize thisDavid Tardon
2011-04-28make this more readableDavid Tardon
2011-04-28both branches of the if are sameDavid Tardon
2011-04-28both branches of the if are sameDavid Tardon
2011-04-28both branches of the if are sameDavid Tardon
2011-04-28the if is useless here--both branches are sameDavid Tardon
2011-04-28add lomenubar Jobs.xcuBjoern Michaelsen
2011-04-28add lomenubar documentationBjoern Michaelsen
2011-04-28lp#754562: remove status listener upon exitBjoern Michaelsen
* use initialization lists * more const goodness
2011-04-26modify/delete wordbook files for goodAndras 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-26remove double space from en-US messageAndras Timar
2011-04-26We only support NT-based WindowsTor Lillqvist
2011-04-26error dialog when a component (e.g. Writer) is not found (bnc#689116)Luboš Luňák
2011-04-26Kill BrOffice, fdo#36262Tor Lillqvist
2011-04-25Update '--disable-python' to disable only Python UNO API.Hanno Meyer-Thurow
* scripting/source/pyprov/makefile.mk:
2011-04-23Remove PM2 macro usageFrancois Tigeot
2011-04-22make the init. of this static var thread-safeDavid Tardon
(and don't leak memory on exit...)
2011-04-22Some cppcheck cleaningJulien Nabet
2011-04-22left arrow comments removed // <--Júlio Hoffimann
2011-04-22all bogus comments finally removedJúlio Hoffimann
2011-04-22cppcheck inefficient checking for emptinessKayo 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-21gbuildize formulaDavid Tardon
2011-04-20Remove DECLARE_LIST( SvSlotElementList, SvSlotElement* )Joseph Powers
Passed: make distclean && make && make check
2011-04-21SAL_CALL wasn't present for component_getFactoryJulien Nabet
2011-04-21Easyhack: Add visibility markup to all component_get* functionsJulien Nabet
2011-04-20Remove 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-19remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (desktop)Christina Rossmanith
2011-04-19Removed dbgmacros.{ch}xx / use OSL_{ENSURE,POSTCOND} insteadChristina Rossmanith
2011-04-19remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (libs-core)Christina Rossmanith
2011-04-19Replace String with rtl::OUString in various placesXisco Fauli
2011-04-19Resolves: fdo#36358 Just use the same export dir as save as for all appsCaolá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