summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-19WaE: GCC 4.5.1 does not allow #pragma GCC diagnostic warningMatúš Kukan
2011-12-19msvc 2008 express won't link without explicit salhelperCaolán McNamara
post salhelper visibility markup and gbuildification express 2008 doesn't link without salhelper mentioned on link line
2011-12-19msvc 2008 express won't link without explicit salhelperCaolán McNamara
post salhelper visibility markup and gbuildification express 2008 doesn't link without salhelper mentioned on link line
2011-12-19At least GCC 4.5.1 does not allow #pragma GCC diagnostic inside functions.Stephan Bergmann
2011-12-19Removed superfluous CPPU_DLLPUBLIC from definitions.Stephan Bergmann
2011-12-19-Werror=sign-promo fixesStephan Bergmann
2011-12-19typo: add missing \Matúš Kukan
2011-12-19-Werror=shadow and -Werror=sign-promo fixesStephan Bergmann
2011-12-19fix armhf build in bridgesMatthias Klose
Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@canonical.com> Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2011-12-19fix racecondition in sdext/source/pdfimport/makefile.mkBjoern Michaelsen
2011-12-19fix names of libraries for MinGW, also remove onlinecheck.dllMatúš Kukan
2011-12-19sal: add more unit testsMatúš Kukan
2011-12-19sal: add visibility symbolsMatúš Kukan
2011-12-19sal: convert to gbuildMatúš Kukan
2011-12-19cppu: add visibility symbolsMatúš Kukan
2011-12-19cppu: convert to gbuildMatúš Kukan
Because of unit tests is here custom target where are idl files processed.
2011-12-19Build ps and pdf cairo surfaces with MSVCFridrich Štrba
2011-12-19Fix MMX build of pixman with MSVCFridrich Štrba
2011-12-19impress: slide transition pane: use proper control widthIvan Timofeev
2011-12-19mailmerge: move overlapped controlsIvan Timofeev
2011-12-19Use / as SRC_ROOT and OUTDIR_FOR_BUILD on AndroidTor Lillqvist
2011-12-19More shlibs and .component files neededTor Lillqvist
2011-12-19This is for Calc unit testsTor Lillqvist
2011-12-19add propex.bat, so propex Perl script can run under Win32Andras Timar
2011-12-18Always load res of LibO UI locale, not system deflocale fdo#43475Andras Timar
2011-12-18android: delete generated lo-bootstrap.jarMiklos Vajna
2011-12-18remove obsolete (OxygenOffice-style) Lightproof integrationAndras Timar
2011-12-18translate German comments to English in VCL moduleLuc Castermans
2011-12-18Remove the dogStefan Knorr (astron)
2011-12-18force the use of gcc on cygwin for concat-deps.cNorbert Thiebaud
2011-12-18use the same memory alignment for *BSD as on LinuxRobert Nagy
2011-12-17Revert "gbuild: macosx.mk: remove salhelper hack"Norbert Thiebaud
This reverts commit 1d90f180cd263d7f99039bada57b3655d6f399df.
2011-12-18fdo#37498 RTF export: handle url fields without a field resultMiklos Vajna
2011-12-17do not package pything scripting extension when building --with-python=noNorbert Thiebaud
2011-12-17do not run cppunit on Mac when cross-compilingNorbert Thiebaud
2011-12-17oops... bad handling of multiple ../Norbert Thiebaud
2011-12-17use a c-version of concat-deps.plNorbert Thiebaud
This touch configure.in with a trivial space removal to force a ./bootstrap on the tinderboxes This make ./bootstrap build a 'build-side' executable concat-deps and modify LinkTarget.mk to use it instead of concat-deps.pl The impact is a conservative x10 times improvement in both elapsed and cpu time in overhead due to DEP generations. time make -sr build in tail_build after removing workdir/$INPATH/Dep/LinkTarget/Library/* (all on Intel X3360, 2.83GHz, 4-core) before: elapsed: 116.5 cpu: 115.9 after elapsed: 24.3 cpu: 23.9 base (no dep processing, i.e no rm of Dep/...) elapsed: 17.5 cpu: 17.4 overhead ratio: elapsed: 14.5x cpu: 15x same with -j6 before: elapsed: 47 cpu: 116 after: elapsed: 20.8 cpu: 24 base: elapsed: 17.5 cpu: 17.5 overhead ratio: elapsed: 9x cpu: 15x Note: for now the executable is generated directly in the source tree (in solevn/bin ). That is not ideal. It and other similar polution should be moved, to workdir most likely.. For now we just hide the mess under the .gitignore carpet
2011-12-17Fix for fdo43460 Part X getLength() to isEmpty()Olivier Hallot
Part X Module cppu cppuhelper cpputools
2011-12-17fix decoration drawingIvan Timofeev
2011-12-17concat-deps.c deal with /../ in dep pathNorbert Thiebaud
2011-12-17correct diagnostic messageIvan Timofeev
2011-12-17drop redundant always-true conditionIvan Timofeev
2011-12-17Fix for fdo43460 Part IX getLength() to isEmpty()Olivier Hallot
Part IX Module connectivity
2011-12-17gcc-trunk: avoid confusionMatúš Kukan
2011-12-17fdo#34641: set initial focus to "Number of copies"Ivan Timofeev
2011-12-17Fix for fdo43460 Part VIII getLength() to isEmpty()Olivier Hallot
Part VIII Module comfigmgr
2011-12-17add own makefile for ScSpreadsheetObj subsequenttestMarkus Mohrhard
2011-12-17c++ subsequent tests for XSpreadsheets2::importSheetLaurent Godard
add a typo correction on xnamedranges.cxx
2011-12-17Copy Absolute Formulas between documents: Part IMarkus Mohrhard
Copying absolute sheet references between different documents now transforms absolute sheet references into external references if the refered range is not copied. Working: References to already saved documents work already with: -only transform reference into an external reference if range is not in the copied range -don't transform relative references Missing: handling for copying from not yet saved files idea: - add handling of external references to open documents that are not yet saved through the temporary document name - transform the url to the correct file url as soon as the source document is saved - if target document is saved first show warning message to the user and save with temporary name as file url
2011-12-17Fix assertion in PageSelector::CheckConsistency()Thorsten Behrens
Seems the recent merge from impress210 brought an inconsistency in slide selection - shuffle calls to make it go away.