Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-17 | sw: tweak translations of previous commit | Michael Stahl | |
2012-01-17 | Translate comments from German to English; sw/source/core/frmedt is complete. | Luc Castermans | |
2012-01-17 | sw: translate some comments | Michael Stahl | |
2012-01-17 | Fix for fdo43460 Part XL getLength() to isEmpty() | Olivier Hallot | |
Part XL Modules sw | |||
2012-01-18 | removed dead macro | Takeshi Abe | |
2012-01-16 | SV_DECL_PTRARR_DEL->std::vector | August Sodora | |
2012-01-16 | Add import of docvariable fields from word documents | Kenneth Aafløy | |
Hi, Attached is a patch that adds support for importing docvariable fields from microsoft word documents. The variables themselves are already converted correctly, so this patch only ties the field to the existing custom document information. Please consider this patch for inclusion. I declare that this and my further patches are under LGPLv3+ / MPL license. With Regards, Kenneth Aafløy | |||
2012-01-17 | Use platform-independent ::rtl::math::round to fix msvc build | Korrawit Pruegsanusak | |
2012-01-16 | Try without xmlhelp on non-desktop OSes | Tor Lillqvist | |
2012-01-16 | Translate German comments to English | Luc Castermans | |
2012-01-16 | remove unneeded if | David Tardon | |
2012-01-15 | use SAL_N_ELEMENTS | David Tardon | |
2012-01-15 | WaE: deleting object of abstract class type with non-virtual destructor | David Tardon | |
2012-01-15 | these are not old component files anymore | Matúš Kukan | |
2012-01-15 | Galaxy (default) icon theme is now in icon-themes/galaxy | Stefan Knorr (astron) | |
2012-01-14 | SwXTextDocument: add some SolarMutexGuards | Michael Stahl | |
2012-01-14 | Remove useless macro | August Sodora | |
2012-01-14 | translated german comments in order to help with bug bug fdo#36681 | Luc Castermans | |
2012-01-14 | Remove a few left-over FIXME's from comment translations | Stefan Knorr (astron) | |
See also: 5513e24eeaca20a12aac338a722fc9ba81c7c833 | |||
2012-01-14 | Some cppcheck cleaning | Julien Nabet | |
2012-01-14 | SvStringsDtor->boost::ptr_vector | August Sodora | |
2012-01-13 | SvStringsDtor->boost::ptr_vector | August Sodora | |
2012-01-13 | Remove unused member variable | August Sodora | |
2012-01-13 | SvStringsDtor->std::vector | August Sodora | |
2012-01-13 | SvStringsDtor->std::vector | August Sodora | |
2012-01-13 | SvStringsDtor->std::vector | August Sodora | |
2012-01-13 | SvStringsDtor->std::vector | August Sodora | |
2012-01-13 | SvStringsDtor->std::vector | August Sodora | |
2012-01-13 | SvStringsDtor->std::vector | August Sodora | |
2012-01-13 | SvStringsDtor->std::vector | August Sodora | |
2012-01-13 | SvStringsDtor->std::vector | August Sodora | |
2012-01-13 | SvStringsDtor->std::vector | August Sodora | |
2012-01-13 | SvStringsDtor->std::vector | August Sodora | |
2012-01-13 | Remove unnecessary forward declaration | August Sodora | |
2012-01-13 | SvStringsDtor->std::vector | August Sodora | |
2012-01-13 | fdo#44173: use a geometric progression for zooming | Tim Hardeck | |
Zooming does now base on a geometric progression instead of an arithmetic one. Since the zoom factor is not only used in Draw but for all other applications 1.2 seems like a good choice. | |||
2012-01-13 | fdo#40438: force calculating layout before Activate to avoid crashes and loops | Cédric Bosdonnat | |
2012-01-13 | simply MSDFFReadZString and friends | Caolán McNamara | |
2012-01-13 | these are length prefixed strings | Caolán McNamara | |
2012-01-13 | fdo#38515: Fixed crasher in dialog destructor | Cédric Bosdonnat | |
2012-01-13 | fdo#30788: why not showing horizontal scrollbar when needed? | Cédric Bosdonnat | |
2012-01-13 | n#715421 - Word 2010 validation: no plcfhdd if ccpHdd is 0 | Cédric Bosdonnat | |
2012-01-13 | SvStringsDtor->std::vector | August Sodora | |
2012-01-12 | SvStringsDtor->std::vector | August Sodora | |
2012-01-12 | SvStringsDtor->std::vector | August Sodora | |
2012-01-12 | SvStringsDtor->std::vector | August Sodora | |
2012-01-12 | SvStringsDtor->std::vector | August Sodora | |
2012-01-12 | Translate German comments to English | Philipp Weissenbacher | |
2012-01-10 | Remove _SVSTDARR_STRINGSISORTDTOR | August Sodora | |
2012-01-10 | sw: SwNavigationMgr: don't store SwPositions | Michael Stahl | |
Using SwPosition to store the history is an awful ideal as that isn't corrected when the node it points to is deleted, which could cause crashes when the user then wants to jump there. SwUnoCrsr looks like a better fit as it is automatically corrected. |