summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-30Fixed 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-30Initial support for quadratic beziersFridrich Štrba
2012-01-30Updated error message for Invalid sheet nameAlbert Thuswaldner
2012-01-30Make named range dialog more consistent, localizable (II)Stefan Knorr (astron)
2012-01-30remove '#define UNOOUSTRING ::rtl::OUString'Ivan Timofeev
2012-01-30remove '#define OUSTRING ::rtl::OUString'Ivan Timofeev
2012-01-30For iOS, skip stuff not builtTor Lillqvist
2012-01-30clean-up sc's knownissues.xclMarkus Mohrhard
2012-01-30add test case for XReplaceableMarkus Mohrhard
2012-01-29_POSIX_THREAD_SYSCALL_SOFT serves no purposeFrançois Tigeot
2012-01-29remove erroneously committed debug codeLionel Elie Mamane
2012-01-29WaE: format '%d' expects type 'int', but argument 3 has type 'sal_Int32'Tor Lillqvist
2012-01-29use proper sizes for SQL(Get|Set)StmtAttrLionel 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-29make OTools::getValue insanely safe, factorise get{Int,Long,Byte,...}Lionel Elie Mamane
2012-01-28Revert "gbuildify apple_remote" need to have soenv2 merged beforeNorbert Thiebaud
This reverts commit 3d75a28274b2fb299c5a2ff5b017984054cac873. This will be pused again _after_ feature/soenv2 is merged
2012-01-28gbuildify apple_remoteNorbert Thiebaud
2012-01-28Remove VisualClassNameThomas Arnhold
2012-01-28simplify PSEUDOCOLOR12Thomas Arnhold
2012-01-28sal_TrueCOLOR is never definedThomas Arnhold
2012-01-28SAL_XT is never usedThomas Arnhold
2012-01-28bUILocked is always falseIvan Timofeev
2012-01-28Fix duplicateExpression style Same expression on both sides of '&&Julien Nabet
2012-01-29Removed unused define and externTakeshi Abe
2012-01-29Use defined macro instead of magic numberTakeshi Abe
This also added a missing READONLY entry
2012-01-28Fix for fdo43460 Part LVI getLength() to isEmpty()Olivier Hallot
Part LVI Modules vbahelper
2012-01-28Fix for fdo43460 Part LV getLength() to isEmpty()Olivier Hallot
Part LV Modules xmlsecurity
2012-01-28Fix for fdo43460 Part LIV getLength() to isEmpty()Olivier Hallot
Part LIV Modules xmlscript
2012-01-28remove traces of b2dhompointThomas Arnhold
2012-01-28ios: fix mis-mergeThomas Arnhold
2012-01-28unusedcode.easy: Removed unused code (basegfx::B2DHomPoint)Alexander Bergmann
2012-01-28mbHelpBtn is always falseThomas Arnhold
2012-01-28mbSound is always trueThomas Arnhold
2012-01-28remove some dead codeThomas Arnhold
2012-01-28vcl: Remove unused GetSymbolKeyNameThomas Arnhold
2012-01-28vcl: SalWM is unusedThomas Arnhold
2012-01-28vcl: Remove unused server vendorsThomas Arnhold
GetServerVendor() is only used to check for vendor_sun. Maybe remove this method later...
2012-01-28GtkSalGraphics: No extra handling for Blueprint themeThomas Arnhold
2012-01-28Remove further code belonging to SalDisplay::GetKeyboardNameThomas Arnhold
2012-01-28Remove SalDisplay::GetKeyboardNameThomas 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-28Remove unused code as listed in unusedcode.easySantiago Martinez
2012-01-28Actually apply substance of previous unused code removalAlexander Bergmann
2012-01-27svtools: LineListBox: fix handling of "none" styleMichael Stahl
This was erroneously mapped to SOLID, thus effectively preventing the removal of borders via the list box.
2012-01-27SvxBorderTabPage: the minimal border width is 1 twipMichael Stahl
2012-01-27SvxColumnItem: 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-27SvxBorderLine::GuessLinesWidths: use SAL_N_ELEMENTSMichael Stahl
2012-01-27unusedcode.easy: Removed unused code (basegfx::B3DPolygon, ↵Alexander Bergmann
basegfx::B3DPolyPolygon)
2012-01-27unusedcode.easy: Removed unused code (basegfx::B2IVector)Alexander Bergmann
2012-01-27unusedcode.easy: Removed unused code (basegfx::B2ITuple)Alexander Bergmann
2012-01-27Fix for fdo43460 Part LIII getLength() to isEmpty()Olivier Hallot
Part LIII Modules xmloff (part 6)
2012-01-27Fix for fdo43460 Part LII getLength() to isEmpty()Olivier Hallot
Part LII Modules xmloff (part 5)