summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-24Trivial description fix of previous fix (extension -> driver).Stephan Bergmann
2012-01-24Indent the postgresql stuff consistently like the rest of the fileTor Lillqvist
2012-01-24Remove evoab debug facility and use SAL_INFOThomas Arnhold
2012-01-24finalize gcc 4.7 string literal operatorsThomas Arnhold
2012-01-24--disable-postgresql-sdbcTor Lillqvist
2012-01-24Use --build and --host when cross-compilingTor Lillqvist
Just a start, I suspect the configure script here will fail anyway when cross-compiling to Windows at least. And we surely won't even bother trying cross-compile this to non-desktop OSes.
2012-01-24--disable-postgresql-sdbcTor Lillqvist
2012-01-24n719734: Overridding properties from master/layout.Muthu Subramanian
When there are conflicting properties in masterslide->layout->slide most recent (i.e. e.g. slide has higher priority than layout) should be used.
2012-01-24Fix for a probable crash. (code review)Muthu Subramanian
2012-01-24Comments Translations.Stefan Knorr
2012-01-24Removal of commented code.Stefan Knorr
2012-01-24typoMarkus Mohrhard
2012-01-24fix WaEMarkus Mohrhard
2012-01-23fdo#45067: We need automatic number detection for date/number grouping.Kohei Yoshida
2012-01-24enable ScDataPilotTableObj::testRefresh againMarkus Mohrhard
2012-01-23Unused #includes.Stephan Bergmann
2012-01-23Replaced diagnore ENSURE_OR_CONTINUE with regular code.Marcel Metz
2012-01-23Replaced diagnore ENSURE_OR_BREAK with regular code.Marcel Metz
2012-01-23android: get dummy user-install 'presets' setup to please first-runMichael Meeks
2012-01-23vcl: early crash => no ucb => no images.zip => unhandled exception, caught.Michael Meeks
2012-01-23android: get osl_Pipe creation sorted out, before we kill it.Michael Meeks
use new OSL_SOCKET_PATH bootstrap variable to customise this.
2012-01-23android: add package2 and create bootstraprcMichael Meeks
2012-01-23Fix refresh problem on pivot tables whose data cache have not been created.Kohei Yoshida
2012-01-23add new interface tests for some common data structuresMarkus Mohrhard
2012-01-23Fix for fdo43460 Part XLV getLength() to isEmpty()Olivier Hallot
Part XLV Modules writerfilter, writerperfect
2012-01-23Fix for fdo43460 Part XLIV getLength() to isEmpty()Olivier Hallot
Part XLIV many modules(inc's)
2012-01-23typoStephan Bergmann
2012-01-23Useless "if else" since we do the same in both casesJulien Nabet
2012-01-23erase the correct element in ScColumn::Delete(), not the last oneEike Rathke
This fixes the dreaded crash in sc_unoapi test. Thanks to Kohei for pointing in the right direction.
2012-01-23Fix fdo#44040 VIEWING: Crash when page preview after <f4> (data sources)Julien Nabet
Caolán fixed Iterator management which was buggy. (thank you !)
2012-01-23fdo#45090: Changed postgresql-sdbc from bundled oxt to proper optional part.Stephan Bergmann
Replaced --enable-ext-postgresql-sdbc with --disable-postgresql-sdbc. Renamed postgresql-sdbc.uno{.ini,rc} to consistent postgresql-sdbc.ini (which made the code a little easier). Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch> (cherry picked from commit 3a7ae48b6f610899200ae2800706533f7c4c9f80) Conflicts: configure.in connectivity/source/drivers/postgresql/makefile.mk
2012-01-23refactor concept for c++ based subsequenttestsMarkus Mohrhard
2012-01-23add library for c++ based subsequenttestsMarkus Mohrhard
use this library for interface tests and implement the test in the correct module by creating one test class per implementation class The implementation class should inherit from all interface tests it needs This should make it more easy to write tests since we no longer need to write the same test method multiple times
2012-01-23SfxVirtualMenu: fix context menu crash:Michael Stahl
SfxMenuCtrlArr_Impl used to be a PTRARR_DEL, so use a boost::ptr_vector to ensure elements are deleted. (regression from 94d4764a42f8f38b884bb8960791d80ac876b786)
2012-01-23android: add missing component, icon theme, and UI config xmlMichael Meeks
2012-01-23call FreeResource like the other RoadmapWizard usersCaolán McNamara
2012-01-23ctor OModuleResourceClient first so OModuleResourceClient dtor is lastCaolán McNamara
which means that we don't crash in --enable-dbgutil on cancel of the addressbook dialog
2012-01-23android: make desktop/ marginally debuggableMichael Meeks
2012-01-23android: update README and fix a number of silly escaping issuesMichael Meeks
2012-01-23android: nasty hack to overcome unpleasantness of UNO bootstrappingMichael Meeks
2012-01-23android: setup the unorc path correctly into assetsMichael Meeks
2012-01-23added [tr-TR] date acceptance patterns "D.M" "D/M" "D-M"Eike Rathke
2012-01-24Replaced String by rtl::OUStringTakeshi Abe
2012-01-23added [fi-FI] date acceptance pattern "D.M."Eike Rathke
2012-01-23added description of time edit formatEike Rathke
2012-01-23resolved rhbz#783556 crash in ScMatrix::GetDimensons() from ScInterpreterEike Rathke
* Interpreter tried to access a nonexistent matrix for external reference. * In ScInterpreter::PopExternalDoubleRef(ScMatrixRef& rMat) set error for unexpected conditions. In caller or descendants check for error or presence of ScMatrix.
2012-01-23remove duplicate headerThomas Arnhold
2012-01-23Let's use 2^(1/4) as the zoom factor, instead of 1.2 (thanks, Tor!)Jan Holesovsky
2012-01-23filter out confusing unused code from external libraries for unusedcode.easyCaolán McNamara
2012-01-23A copy-paste bug detected by cppcheckMariusz Dykierek