summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-10fdo#39491 remove nonexistent include pathsMatúš Kukan
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan
2012-02-10move this include path to RepositoryExternal.mkMatúš Kukan
2012-02-10remove accidentially committed pyuno-py3 module from Makefile...Rene Engelhard
2012-02-10Cleaned up ScDPSource and ScDPMember(s) a bit.Kohei Yoshida
* boolean, string conversion. * removing virtual keywords when it makes no sense. * privatize methods that are called only from within. * removed methods that are not used. * etc.
2012-02-10String to rtl::OUString.Kohei Yoshida
2012-02-10This method is still used on WIN32.Kohei Yoshida
2012-02-10WaE at mac tinderboxMarkus Mohrhard
2012-02-10add XDataPilotTable2 test to ScDatPilotTableObjMarkus Mohrhard
2012-02-10add test code for XDataPilotTable2Markus Mohrhard
2012-02-10slowcheck should not be executed in module default targetMarkus Mohrhard
2012-02-10Fixed the accidental swapping of equality / non-equality condition.Kohei Yoshida
This should fix Stephan's tinderbox error.
2012-02-10fdo#42771: Fix crash when loading an invalid .fodt.Jan Holesovsky
createTextCursorByRange() likes to throw runtime exception, even though it just means 'we were unable to create the cursor'.
2012-02-10add back close button to the about dialogPetr Mladek
Some windowmanagers on small devides do not have the close window button, so all dialogs should have its own way how to diappear. It is now done like in other application. They use "Close" button instead of "OK". They put it into the right side and delimit it by a line, so it looks like another dialog in the application.
2012-02-10changes to "convert detdata.cxx in SC module to boost:ptr_vector"Eike Rathke
* for includes from other modules use <> instead of "", i.e. <boost/ptr_container/ptr_vector.hpp> * use size_t instead of int for container positions and count * no need for DeleteAndDestroy(), in fact delete p followed by ptr_vector::erase() attempted to delete the instance twice and would crash * adapted places that accessed DeleteAndDestroy() to operate on the vector instead * introduced GetDataVector() for that * changed the DeleteOnTab() loop that used DeleteAndDestroy() to properly iterate over the container instead * changed UpdateReference() to a loop using iterator * changed operator==() to use size_t instead of sal_uInt16 * note aside: mixing sal_uInt16 with a container's size isn't a good idea * adapted places that access Count() and GetObject() to use size_t instead of sal_uInt16 * made GetObject() const and return const ScDetOpData* * changed indentation to 4 spaces per level
2012-02-10convert detdata.cxx in SC module to boost:ptr_vectorNoel Grandin
converts usage of SV_DECL_PTRARR_DEL in sc/inc/detdata.hxx and associated code to boost::ptr_vector
2012-02-10the PATH must be set properly, even with java disabled ...Norbert Thiebaud
2012-02-10make cmd: custum -> customMiklos Vajna
2012-02-10Remove unused codeElton Chung
2012-02-10filter out Dde* cause they're not easyCaolán McNamara
2012-02-10Avoid deadlocks when disposing recursive JobQueue::enterStephan Bergmann
...where the outer JobQueue::enter blocks on m_cndWait after it has been reset again due to m_lstJob.empty().
2012-02-10use system stdlibs by default (fdo#45074, fdo#45696)Petr Mladek
this is second part of the fix for the two bugs
2012-02-10get libcdr to build under msvcCaolán McNamara
2012-02-10Removed unused codeAlexander Bergmann
2012-02-10bah, we don't need these after allCaolán McNamara
2012-02-10best to filter out salhelper:: from unused I thinkCaolán McNamara
2012-02-10hack around sdk installer breakageCaolán McNamara
2012-02-10drop TT workbenCaolán McNamara
2012-02-10fdo#40261: Fix crash in XML Form Document.Jan Holesovsky
The data structure holding the UI elements in the browser listbox was a terrible mess - it held the items in an unordered_map, but then accessed them via a vector containing iterators to this unordered_map. Fixed the problem (and cleaned all this up) by removing the vector of iterators, and turning the unordered_map into a normal vector. When we need access by name, we just go through all the items; it is always just a handful of them anyway.
2012-02-10use system stdlibs on Linux (fdo#45074, fdo#45696)Petr Mladek
We use pretty old compiler for the official build, so it should be compatible with most systems. The old system libraries breaked 3rd-party extensions. There were also problems with exceptions hadnling.
2012-02-10-Werror=sign-promo from cppunit; old GCC reduxStephan Bergmann
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe
2012-02-10fdo#45330 Improving layout of Confirm File Format dialogTomcsik Bence
Although fdo#45330 was a duplicate of fdo#45117 which was fixed earlier, this patch makes the layout look better when the button text is very long, because it resizes the boundary boxes of fixed text and ruler, too. I've changed the sequence of the functions in InitSize() and the size calculations.
2012-02-10-Werror=sign-promo from cppunitStephan Bergmann
2012-02-10unotest: convert to gbuildMatúš Kukan
2012-02-10consistent constness for getFunctionSymbol() overloadsLuboš Luňák
This is an inline function, so there should be no problems with binary compatibility.
2012-02-10dbaccess: DatabaseDataProvider is not in chart2Miklos Vajna
2012-02-10On Cygwin, Make wants to see Unix-style pathnamesTor Lillqvist
2012-02-10Don't source config_host.mk as such but put quotes around the variable valuesTor Lillqvist
Otherwise lines like: export CLASSPATH=C:/PROGRA~2/Java/JDK16~2.0_2/jre/lib/rt.jar;. will cause problems on Windows.
2012-02-10WaE: unreferenced local variableTor Lillqvist
2012-02-10Silence silly MSVC "deprecation" warnings tooTor Lillqvist
2012-02-10Don't use the debugging CRT and different name when building LO for debuggingTor Lillqvist
2012-02-10WaE: unreferenced local variableTor Lillqvist
2012-02-10can use direct operator[] variantsCaolán McNamara
2012-02-10extend unit test to islowerCaolán McNamara
2012-02-10Removing one obsolte GNUC check for GCC < 4.0.1Carsten Niehaus
See https://bugs.freedesktop.org/show_bug.cgi?id=45131
2012-02-10Remove unused code.Santiago Martinez
2012-02-10Various more l10ntools clean upStephan Bergmann
"localize" is now directly a C++ program w/o wrapper script. Also, its command line has changed slightly, taking the source root as explicit argument (instead of implicitly as cwd).
2012-02-10Uploading a new shiny libcdr-0.0.2Fridrich Štrba
2012-02-10n#703032 fix RTF import of page breaks right before text framesMiklos Vajna