Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | move this include path to RepositoryExternal.mk | Matúš Kukan | |
2012-02-10 | remove accidentially committed pyuno-py3 module from Makefile... | Rene Engelhard | |
2012-02-10 | Cleaned 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-10 | String to rtl::OUString. | Kohei Yoshida | |
2012-02-10 | This method is still used on WIN32. | Kohei Yoshida | |
2012-02-10 | WaE at mac tinderbox | Markus Mohrhard | |
2012-02-10 | add XDataPilotTable2 test to ScDatPilotTableObj | Markus Mohrhard | |
2012-02-10 | add test code for XDataPilotTable2 | Markus Mohrhard | |
2012-02-10 | slowcheck should not be executed in module default target | Markus Mohrhard | |
2012-02-10 | Fixed the accidental swapping of equality / non-equality condition. | Kohei Yoshida | |
This should fix Stephan's tinderbox error. | |||
2012-02-10 | fdo#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-10 | add back close button to the about dialog | Petr 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-10 | changes 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-10 | convert detdata.cxx in SC module to boost:ptr_vector | Noel Grandin | |
converts usage of SV_DECL_PTRARR_DEL in sc/inc/detdata.hxx and associated code to boost::ptr_vector | |||
2012-02-10 | the PATH must be set properly, even with java disabled ... | Norbert Thiebaud | |
2012-02-10 | make cmd: custum -> custom | Miklos Vajna | |
2012-02-10 | Remove unused code | Elton Chung | |
2012-02-10 | filter out Dde* cause they're not easy | Caolán McNamara | |
2012-02-10 | Avoid deadlocks when disposing recursive JobQueue::enter | Stephan Bergmann | |
...where the outer JobQueue::enter blocks on m_cndWait after it has been reset again due to m_lstJob.empty(). | |||
2012-02-10 | use system stdlibs by default (fdo#45074, fdo#45696) | Petr Mladek | |
this is second part of the fix for the two bugs | |||
2012-02-10 | get libcdr to build under msvc | Caolán McNamara | |
2012-02-10 | Removed unused code | Alexander Bergmann | |
2012-02-10 | bah, we don't need these after all | Caolán McNamara | |
2012-02-10 | best to filter out salhelper:: from unused I think | Caolán McNamara | |
2012-02-10 | hack around sdk installer breakage | Caolán McNamara | |
2012-02-10 | drop TT workben | Caolán McNamara | |
2012-02-10 | fdo#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-10 | use 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 redux | Stephan Bergmann | |
2012-02-10 | Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...) | Takeshi Abe | |
2012-02-10 | fdo#45330 Improving layout of Confirm File Format dialog | Tomcsik 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 cppunit | Stephan Bergmann | |
2012-02-10 | unotest: convert to gbuild | Matúš Kukan | |
2012-02-10 | consistent constness for getFunctionSymbol() overloads | Luboš Luňák | |
This is an inline function, so there should be no problems with binary compatibility. | |||
2012-02-10 | dbaccess: DatabaseDataProvider is not in chart2 | Miklos Vajna | |
2012-02-10 | On Cygwin, Make wants to see Unix-style pathnames | Tor Lillqvist | |
2012-02-10 | Don't source config_host.mk as such but put quotes around the variable values | Tor 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-10 | WaE: unreferenced local variable | Tor Lillqvist | |
2012-02-10 | Silence silly MSVC "deprecation" warnings too | Tor Lillqvist | |
2012-02-10 | Don't use the debugging CRT and different name when building LO for debugging | Tor Lillqvist | |
2012-02-10 | WaE: unreferenced local variable | Tor Lillqvist | |
2012-02-10 | can use direct operator[] variants | Caolán McNamara | |
2012-02-10 | extend unit test to islower | Caolán McNamara | |
2012-02-10 | Removing one obsolte GNUC check for GCC < 4.0.1 | Carsten Niehaus | |
See https://bugs.freedesktop.org/show_bug.cgi?id=45131 | |||
2012-02-10 | Remove unused code. | Santiago Martinez | |
2012-02-10 | Various more l10ntools clean up | Stephan 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-10 | Uploading a new shiny libcdr-0.0.2 | Fridrich Štrba | |
2012-02-10 | n#703032 fix RTF import of page breaks right before text frames | Miklos Vajna | |