Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-21 | fdo#44611 writer: paragraph background color picker with split button | Winfried Donkers | |
2012-02-21 | Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) | Takeshi Abe | |
to equalsIgnoreAsciiCaseAscii("...") | |||
2012-02-20 | gb_JunitTest_JunitTest takes only one argument | Stephan Bergmann | |
2012-02-18 | Fix typos in comments | Elton Chung | |
2012-02-17 | Remove unnecessary header files | Matteo Casalin | |
2012-02-10 | fdo#39491 remove nonexistent include paths | Matúš Kukan | |
2012-02-10 | fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC | Matúš Kukan | |
2012-02-10 | Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...) | Takeshi Abe | |
2012-02-08 | Added READMEs for modules used by LibO Base and LibO Calc. | Josh Heidenreich | |
2012-02-06 | Attempt to disable database connectivity for iOS for now | Tor Lillqvist | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-01-30 | Do not forward declare Splitter or include its header file if unneeded | Matteo Casalin | |
2012-01-23 | add the "Send Feedback..." help menu item | Ivan Timofeev | |
2012-01-13 | these OnInvalidateClipboard don't have to be LINKs | Caolán McNamara | |
2012-01-11 | fix prefix of command line switches (-- instead of -) | Andras Timar | |
2012-01-06 | Removed unnecessary tools/debug.hxx includes. | Marcel Metz | |
2012-01-06 | Merge branch 'feature/gbuild_extensions' | Michael Stahl | |
Conflicts: extensions/source/ole/servreg.cxx extensions/source/plugin/util/makefile.mk postprocess/packcomponents/makefile.mk postprocess/prj/build.lst tail_build/prj/build.lst | |||
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
Hello lo-devs, this patch series removes a lot of unnecessary includes for the various tools header. The patches without suffix should be applied to the core repository, the .binfilter.patch suffix should be applied to the binfilter repository. I've tested the build with the configuration --enable-binfilter --enable-dbgutil --enable-debug, is this sufficient or did I miss another important configuration, that enables some conditional compiled code? I've only build this on linux-x86_64, but the patch also touches some of the mac specific code like fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good idea to test this patch. regards Marcel Metz | |||
2012-01-04 | Fix for fdo43460 Part XXVIII getLength() to isEmpty() | Olivier Hallot | |
2012-01-04 | fix dep to svx/globlmn.hrc inside of tail_build | Norbert Thiebaud | |
2011-12-24 | Merge remote-tracking branch 'origin/master' into feature/gbuild_extensions | Peter Foley | |
Conflicts: Module_tail_build.mk Repository.mk extensions/util/makefile.pmk postprocess/prj/build.lst svx/AllLangResTarget_svx.mk | |||
2011-12-24 | catch exception by constant reference | Takeshi Abe | |
2011-12-20 | gbuild: these targets depend on svx/globlmn.hrc | Matúš Kukan | |
2011-12-20 | reportdesign: remove unnecessary includes from svx | Matúš Kukan | |
2011-12-09 | callcatcher: remove unused code post automation removal | Caolán McNamara | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-12-06 | normalize Red Hat, Inc. spellings, and bump to latest template | Caolán McNamara | |
2011-12-01 | get rid of class Date and Time default ctor with system time penalty | Eike Rathke | |
2011-11-29 | fs34c: check if description can be read and return ccorrect name for shapetype | mst | |
* found as LGPLv3-only fix at svn rev 1172124 (http://svn.apache.org/viewvc?view=revision&revision=1172124) | |||
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |
2011-11-27 | remove pch from the include list | Norbert Thiebaud | |
2011-11-27 | remove include of pch header from reportdesign | Norbert Thiebaud | |
2011-11-27 | remove pre-compiled header support in gbuild and gbuildified module | Norbert Thiebaud | |
2011-11-25 | Resolves: fdo#39950 fix dnd crash from default assignment operators | Caolán McNamara | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |
2011-11-25 | gsl_getSystemTextEncoding -> osl_getThreadTextEncoding | David Tardon | |
2011-11-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud | |
This allow to run make in a module wihtout the need to source Env.Host.sh. | |||
2011-11-08 | remove empty Text [ x-comment ] entries | Andras Timar | |
2011-11-01 | ByteString->rtl::OString | Caolán McNamara | |
2011-10-24 | Eliminate ambiguous conversion to cppu::OWeakObject | Kristian Rietveld | |
2011-10-21 | drop confusing and unused single font setters | Caolán McNamara | |
2011-10-11 | #i108468#: clean up xmluconv code duplication, measured approach: | Michael Stahl | |
modify sax::Converter::convertMeasure to use sal_Int64 instead of BigInt: should be sufficient, since the largest number is SAL_INT32_MAX * 10^7. remove duplicate methods from SvXMLUnitConverter: convertMeasurePx, convertMeasure (static variants) remove entirely duplicative class SvXMLExportHelper: GetConversionFactor, GetUnitFromString, AddLength change SvXMLUnitConverter interface from MapUnit to css::util::MeasureUnit. change SvXMLExport constructor params from MapUnit to css::util::MeasureUnit. rename some methods to turn compiler into merge conflict detector :) | |||
2011-10-11 | #i108468#: clean up xmluconv code duplication, part 1: | Michael Stahl | |
move convertNumber64 from SvXMLUnitConverter to sax::converter. remove duplicate methods from SvXMLUnitConverter: convertBool, convertPercent, convertColor, convertNumber, convertDouble, indexOfComma, encodeBase64, decodeBase64, decodeBase64SomeChars, clearUndefinedChars | |||
2011-10-05 | fix build | Caolán McNamara | |
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | |
2011-10-03 | do not include removed header | Matúš Kukan | |
2011-09-30 | tweak ambiguities for F-15 gcc 4.6.1-9 | Caolán McNamara | |