summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-13Simplify the patchFridrich Štrba
1) When building internal pgsql even on Windows, we use Mozilla LDAP if it is built 2) Regenerate the generated fils with autoconf-2.63 that is used by upstream
2011-12-13Avoid double slashes in paths (cosmetic change only)Fridrich Štrba
2011-12-13Use SOLARINC and SOLARLIB instead of hand-crafted pathFridrich Štrba
2011-12-13Fix for fdo43460 Part VII getLength() to isEmpty()Olivier Hallot
Part VII Module comphelper
2011-12-13introducing propex tool for string extranction from .properties filesAndras Timar
2011-12-13exclude wntgcc* directories from searching for translatable filesAndras Timar
2011-12-13Drop the $oldoutfile thing, people are used to Env.Host.sh by now surelyTor Lillqvist
2011-12-13get rid of obsolete path-delimiter escapeChristian Lohmaier
2011-12-13GUI is also UNX for Mac, to check for Mac use either OS→MACOSX or ↵Christian Lohmaier
GUIBASE→aqua
2011-12-13fdo#39452: 'Back' is misleading, use 'Revert' insteadLior Kaplan
2011-12-12postgresql-sdbc: do not use GNU ld-specific options on MacOS XLionel Elie Mamane
2011-12-12instsetoo_native: try to fix tinderbox:Michael Stahl
3e2aec1a5437a930325e3eb715cec3a61497d92d removed a closing parenthesis
2011-12-12German translationsNoel Grandin
By Mike Whiteley/Noel Grandin, some smaller changes by myself; changes to binfilter removed from patch
2011-12-12Remove ByteStringJulien Nabet
2011-12-12Remove HC icons from Human themeStefan Knorr (astron)
2011-12-12No need to register LibO, so drop the Register iconsStefan Knorr (astron)
2011-12-12fix loading of python-uno module by package.module nameLionel Elie Mamane
2011-12-12Remove ByteStringJulien Nabet
2011-12-12slideshow: play back embedded media:Michael Stahl
The slideshow uses the UNO API to access the drawing objects, so add a property to get the temp file URL from the media object.
2011-12-12editeng: EE_ITEMS_START:Michael Stahl
This evidently depends on the values of OWN_ATTR_VALUE_START and OWN_ATTR_VALUE_END, so define it that way.
2011-12-12gbuild: fix top-level "make check":Michael Stahl
This should first build, then run smoketest, then run subsequenttests.
2011-12-12fdo#32530: Correct default horizontal alignment for complex script.Kohei Yoshida
2011-12-13Fix for fdo43460 Part VI getLength() to isEmpty()Olivier Hallot
Part VI Module codemaker
2011-12-13Fix for fdo43460 Part V getLength to isEmptyOlivier Hallot
Part V Module chart2
2011-12-12Skip more components for Android and iOSTor Lillqvist
2011-12-12Add .DS_StoreTor Lillqvist
2011-12-12Move .gitignore one level upTor Lillqvist
2011-12-12Use OUTDIR_FOR_BUILD for cross-compiling goodnessTor Lillqvist
2011-12-12Do build Executable_soffice.bin also for Android, for nowTor Lillqvist
2011-12-12Do build Library_deploymentmisc also for non-desktop OSes, for nowTor Lillqvist
2011-12-12Bypass bean for Android which has no java.awtTor Lillqvist
2011-12-12Accept also Oracle Corporation as Java vendor here, tooTor Lillqvist
2011-12-12Kill a bunch of empty linesTor Lillqvist
2011-12-12WaE: NULL used in arithmeticTor Lillqvist
2011-12-12OxygenOffice doesn't bundle JRE eitherTor Lillqvist
2011-12-12Hardcode to try just the "svp" VCL plugin on Android for nowTor Lillqvist
2011-12-13Fix for fdo43460 Part IV getLength to isEmptyOlivier Hallot
Part IV Module basic (small fix per demand from Ivan Timofeev) binaryurp bridges
2011-12-12Revert "remove lazy init of edit view to fix strange core ( open ↵Kohei Yoshida
insert|formula )" This reverts commit 0262ea0352cee2ecbe231e6f9f7188ce9edbb85c.
2011-12-12fdo#35539: Don't evaluate error cells as values during filtering.Kohei Yoshida
E.g., if filtering for cells < 5, we should skip error cells. Previously, error cells are unintentionally treated as having a numeric value of 0.
2011-12-12remove lazy init of edit view to fix strange core ( open insert|formula )Noel Power
I didn't quite get it, valgrind didn't show a sensible trace but this fixes the core ( also according to valgrind )
2011-12-12Fix filtering by inequality operators e.g. >5, <=3, etc.Kohei Yoshida
2011-12-12postgresql-sdbc: get libpq link deps from postgresql build systemLionel Elie Mamane
2011-12-12postgresql: go look for includes and libs in solverLionel Elie Mamane
2011-12-12fix docx hyperlink writingLuboš Luňák
This is a rewrite of the fix for fdo#35826, needed for writing the document from bnc#706138 as docx. The sequence there is startURL(), runText(), endRun(), endUrl(), startUrl(), runText(), endUrl(), endRun(), so by the second endRun(), it is needed to close both the previous and current hyperlink run.
2011-12-12Related: fdo#38832 Replace Table with std::mapMarcel Metz
2011-12-12catch by const referenceCaolán McNamara
2011-12-12Related: fdo#38832 Replace Table with std::mapMarcel Metz
2011-12-12now with an STL map we don't have to do our own mem allocationCaolán McNamara
2011-12-12Related: fdo#38832 Replace Table with std::mapMarcel Metz
2011-12-12pair::second is false if element with same key already existedCaolán McNamara
The pair::second element in the pair is set to true if a new element was inserted or false if an element with the same value existed