Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-30 | Fixed cppheader.xsl nillable treatment. | Stephan Bergmann | |
* cppheader.xsl had initially been written under the false assumption that a missing oor:nillable attribute defaults to "false" instead of "true". That has been fixed. * As a result, many places that use the new simplified officecfg/*.hxx headers broke as they did not expect value types to be wrapped boost::optional. To keep the code simple, I decided to change all occurrences in officecfg/registry/schema/ of properties that specify a default <value> and do not explicitly specify oor:nillable="true" to oor:nillable="false". Strictly speaking, this is an incompatible change, but in many cases it should be what was intended, anyway. * Some places that use the new simplified officecfg/*.hxx headers still had to be adapted to boost::optional wrapping. * This showed that unotools/configuration.hxx did not yet work for those wrapped properties and needed fixing, too. | |||
2012-01-30 | Initial support for quadratic beziers | Fridrich Štrba | |
2012-01-30 | Updated error message for Invalid sheet name | Albert Thuswaldner | |
2012-01-30 | Make named range dialog more consistent, localizable (II) | Stefan Knorr (astron) | |
2012-01-30 | remove '#define UNOOUSTRING ::rtl::OUString' | Ivan Timofeev | |
2012-01-30 | remove '#define OUSTRING ::rtl::OUString' | Ivan Timofeev | |
2012-01-30 | For iOS, skip stuff not built | Tor Lillqvist | |
2012-01-30 | clean-up sc's knownissues.xcl | Markus Mohrhard | |
2012-01-30 | add test case for XReplaceable | Markus Mohrhard | |
2012-01-29 | _POSIX_THREAD_SYSCALL_SOFT serves no purpose | François Tigeot | |
2012-01-29 | remove erroneously committed debug code | Lionel Elie Mamane | |
2012-01-29 | WaE: format '%d' expects type 'int', but argument 3 has type 'sal_Int32' | Tor Lillqvist | |
2012-01-29 | use proper sizes for SQL(Get|Set)StmtAttr | Lionel Elie Mamane | |
Fixes fdo#34432 (driver smashes our stack) Continuation of commit 9a466d9718cceeb4ace9e3352a173c7b62387eee Author: Lionel Elie Mamane <lionel@mamane.lu> Date: Tue Nov 29 17:49:36 2011 +0100 ODBC: use right integer length to get Statement Options | |||
2012-01-29 | make OTools::getValue insanely safe, factorise get{Int,Long,Byte,...} | Lionel Elie Mamane | |
2012-01-28 | Revert "gbuildify apple_remote" need to have soenv2 merged before | Norbert Thiebaud | |
This reverts commit 3d75a28274b2fb299c5a2ff5b017984054cac873. This will be pused again _after_ feature/soenv2 is merged | |||
2012-01-28 | gbuildify apple_remote | Norbert Thiebaud | |
2012-01-28 | Remove VisualClassName | Thomas Arnhold | |
2012-01-28 | simplify PSEUDOCOLOR12 | Thomas Arnhold | |
2012-01-28 | sal_TrueCOLOR is never defined | Thomas Arnhold | |
2012-01-28 | SAL_XT is never used | Thomas Arnhold | |
2012-01-28 | bUILocked is always false | Ivan Timofeev | |
2012-01-28 | Fix duplicateExpression style Same expression on both sides of '&& | Julien Nabet | |
2012-01-29 | Removed unused define and extern | Takeshi Abe | |
2012-01-29 | Use defined macro instead of magic number | Takeshi Abe | |
This also added a missing READONLY entry | |||
2012-01-28 | Fix for fdo43460 Part LVI getLength() to isEmpty() | Olivier Hallot | |
Part LVI Modules vbahelper | |||
2012-01-28 | Fix for fdo43460 Part LV getLength() to isEmpty() | Olivier Hallot | |
Part LV Modules xmlsecurity | |||
2012-01-28 | Fix for fdo43460 Part LIV getLength() to isEmpty() | Olivier Hallot | |
Part LIV Modules xmlscript | |||
2012-01-28 | remove traces of b2dhompoint | Thomas Arnhold | |
2012-01-28 | ios: fix mis-merge | Thomas Arnhold | |
2012-01-28 | unusedcode.easy: Removed unused code (basegfx::B2DHomPoint) | Alexander Bergmann | |
2012-01-28 | mbHelpBtn is always false | Thomas Arnhold | |
2012-01-28 | mbSound is always true | Thomas Arnhold | |
2012-01-28 | remove some dead code | Thomas Arnhold | |
2012-01-28 | vcl: Remove unused GetSymbolKeyName | Thomas Arnhold | |
2012-01-28 | vcl: SalWM is unused | Thomas Arnhold | |
2012-01-28 | vcl: Remove unused server vendors | Thomas Arnhold | |
GetServerVendor() is only used to check for vendor_sun. Maybe remove this method later... | |||
2012-01-28 | GtkSalGraphics: No extra handling for Blueprint theme | Thomas Arnhold | |
2012-01-28 | Remove further code belonging to SalDisplay::GetKeyboardName | Thomas Arnhold | |
2012-01-28 | Remove SalDisplay::GetKeyboardName | Thomas Arnhold | |
This method seems to be useless. The return value (keyboard name) isn't used at any point. And I don't see any point in this method where some implicit call is done to refresh mappings... | |||
2012-01-28 | Remove unused code as listed in unusedcode.easy | Santiago Martinez | |
2012-01-28 | Actually apply substance of previous unused code removal | Alexander Bergmann | |
2012-01-27 | svtools: LineListBox: fix handling of "none" style | Michael Stahl | |
This was erroneously mapped to SOLID, thus effectively preventing the removal of borders via the list box. | |||
2012-01-27 | SvxBorderTabPage: the minimal border width is 1 twip | Michael Stahl | |
2012-01-27 | SvxColumnItem: fix buggy STL conversion: | Michael Stahl | |
In the copy ctor, the vector must not be initialized with the constructor that takes an integer, because that causes it to have that many elements, which together with the loop that copies all source elements leads to a vector with twice as many elements. This causes a crash in writer when dragging the row separator line in a table, because that code doesn't expect the item to have more elements than the table has rows. (regression from d319387526870f34c49b3ef337b1b0d55767f3fe) | |||
2012-01-27 | SvxBorderLine::GuessLinesWidths: use SAL_N_ELEMENTS | Michael Stahl | |
2012-01-27 | unusedcode.easy: Removed unused code (basegfx::B3DPolygon, ↵ | Alexander Bergmann | |
basegfx::B3DPolyPolygon) | |||
2012-01-27 | unusedcode.easy: Removed unused code (basegfx::B2IVector) | Alexander Bergmann | |
2012-01-27 | unusedcode.easy: Removed unused code (basegfx::B2ITuple) | Alexander Bergmann | |
2012-01-27 | Fix for fdo43460 Part LIII getLength() to isEmpty() | Olivier Hallot | |
Part LIII Modules xmloff (part 6) | |||
2012-01-27 | Fix for fdo43460 Part LII getLength() to isEmpty() | Olivier Hallot | |
Part LII Modules xmloff (part 5) |