summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* removed duplicate includes in svl / svtoolsTakeshi Abe2012-04-0212-14/+0
|
* add xls border import testMarkus Mohrhard2012-04-022-0/+31
| | | | | | | | TODO: add test cases for: -color import -different line styles -...
* use same border width information for xls import and export, fdo#44742Markus Mohrhard2012-04-013-26/+29
|
* move chart regression test data files to chart2Markus Mohrhard2012-04-012-3/+1
|
* include guardLuboš Luňák2012-04-011-0/+5
|
* add pretty printers for boostDavid Tardon2012-04-0111-0/+809
|
* use better/correct assert macros in ucalcMarkus Mohrhard2012-04-011-47/+47
|
* with SetInTest it is possible to use some more ScDocFunc methodsMarkus Mohrhard2012-04-011-2/+2
|
* it does not make sense to get ColorData which is converted back to ColorMarkus Mohrhard2012-04-011-4/+4
|
* more test cases for border importMarkus Mohrhard2012-04-011-0/+19
|
* first part of border import testMarkus Mohrhard2012-04-013-1/+27
|
* with the correct assumption this check actually makes senseMarkus Mohrhard2012-04-011-1/+3
|
* sal: rtlbootstrap.mk was empty on cygwinMatúš Kukan2012-04-011-1/+7
| | | | | | This needs proper fix. It wasn't noticed because it was created by pipe before afd5eb1f04971edb083e47a2f9c2e9d77c9737c9 and last command succeeded, so make continued even if compilation failed.
* clucene: do not use mixed path hereMatúš Kukan2012-03-311-1/+1
|
* Revert "gbuild: do not let generated source files depend on headers"Matúš Kukan2012-03-311-2/+2
| | | | | There is a reason for that dependency. I will have to come up with something better later.
* clucene: use CustomTarget makefileMatúš Kukan2012-03-314-54/+39
|
* tools: use CustomTarget makefileMatúš Kukan2012-03-314-40/+10
|
* accessibility: use CustomTarget makefilesMatúš Kukan2012-03-317-107/+26
|
* vcl: use CustomTarget makefilesMatúš Kukan2012-03-317-82/+22
|
* sal: use CustomTarget makefileMatúš Kukan2012-03-313-15/+19
|
* gbuild: do not let generated source files depend on headersMatúš Kukan2012-03-311-2/+2
|
* gbuild: add gb_LinkTarget_add_custom_headersMatúš Kukan2012-03-314-0/+14
| | | | to be used for generated headers which are not delivered to solver.
* gbuild: add comments, fix order to be more readableMatúš Kukan2012-03-311-3/+5
|
* gbuild: gb_Object__command_dep should be used here and a little cleanupMatúš Kukan2012-03-311-31/+5
|
* revert "remove limitation to 3 sort entries in calc part1"Markus Mohrhard2012-03-3115-342/+354
|
* The function tests the SetBackgroundColor function in class ScDocFuncKarthik Padmanabhan2012-03-311-0/+32
| | | | First a color is set , then another color is set .We finally check again by issuing an undo and checking if the prev color is now set
* some small corrections to 080d38bae22e21fad25884d40d679c3bf9243c82Markus Mohrhard2012-03-311-4/+4
|
* fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner2012-03-3115-352/+340
|
* further sc/editeng unbreakingLuboš Luňák2012-03-304-4/+24
| | | | this boost::ptr_vector idea is seriously broken
* Must call patch_libgnustl_shared()Tor Lillqvist2012-03-301-0/+3
|
* Use correct JNI name mangling of underscoresTor Lillqvist2012-03-301-2/+2
|
* Correct method name in warning messageTor Lillqvist2012-03-301-2/+3
|
* add constLuboš Luňák2012-03-303-4/+4
|
* const dataLuboš Luňák2012-03-301-6/+6
| | | | Especially given it's not namespaced (const is automatically static).
* do not just warn on allocation failure, simply abortLuboš Luňák2012-03-302-4/+4
|
* no bad_alloc throwing in string literal O(U)String functionsLuboš Luňák2012-03-302-24/+1
| | | | | | String literals should be reasonably short, and if memory is so low that they trigger allocation failure, something else would would trip over very soon anyway.
* Updated patch commentStephan Bergmann2012-03-301-1/+3
|
* Hack around different __cxa_* declarations in different GCC versionsStephan Bergmann2012-03-302-8/+16
|
* avoid sc crashesLuboš Luňák2012-03-303-14/+2
| | | | | | | | Boost is reportedly 'expertly designed C++ library', so why do I find the idea of a container containing pointers but exposing them by value to be rather retarded? I don't know why exactly this crashes, but I expect std::sort() either either does unwanted copies that break things or the copies slice off inherited classes.
* sal: add a more permanant set of annotations for lifetime tracking.Michael Meeks2012-03-302-13/+51
| | | | | Having done this on a temporary basis a couple of times before, it'd be good to avoid having to do the instrumentation again.
* removed duplicate includes in sfx2Takeshi Abe2012-03-3040-59/+0
|
* removed duplicate includes in filter / i18npool / sdextTakeshi Abe2012-03-3020-24/+0
|
* count words in text with mixed script punctuation correctlyCaolán McNamara2012-03-302-17/+76
|
* callcatcher: regenerate unused code listCaolán McNamara2012-03-3044-1644/+4
|
* remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara2012-03-3010-111/+104
|
* removed duplicate includes in desktop / editengTakeshi Abe2012-03-3016-29/+0
|
* fdo#40735 RTF export: CJK text is typically not single-byteMiklos Vajna2012-03-301-1/+1
|
* Missing includesStephan Bergmann2012-03-302-0/+2
|
* Adapt cpp_uno/gcc3_linux_x86-64 to GCC 4.7 cxxabi.hStephan Bergmann2012-03-303-8/+24
| | | | ...the same way cpp_uno/mingw_intel was already adapted.
* filter-showIncludes.pl: Attempt to prevent creating incomplete .d files.Jan Holesovsky2012-03-301-6/+13
|