summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Collapse)Author
2012-03-29remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara
2012-03-28don't use a global LockListener to avoid startup hit on ctoringCaolán McNamara
2012-03-28remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara
2012-03-27drop intermediate temporary UniStringsCaolán McNamara
2012-03-26UniString to rtl::OUString.Kohei Yoshida
2012-03-26readUnicodeString can just return the stringCaolán McNamara
seeing as no-one checks the return value, we don't need the intermediate temporary string
2012-03-23.txt files don't need executable bitsMichael Stahl
2012-03-23.sdi files don't need executable bitsMichael Stahl
2012-03-23.xcl files don't need executable bitsMichael Stahl
2012-03-23.sce files don't need executable bitsMichael Stahl
2012-03-23.component files don't need executable bitsMichael Stahl
2012-03-23.hrc files don't need executable bitsMichael Stahl
2012-03-23.hxx files don't need executable bitsMichael Stahl
2012-03-23.h files don't need executable bitsMichael Stahl
2012-03-23.cxx files don't need executable bitsMichael Stahl
2012-03-21chmod -xTor Lillqvist
2012-03-21fdo#45671 set initial color for split buttonsWinfried Donkers
2012-03-20remove ToDouble/ToFloatCaolán McNamara
2012-03-20reduce UniStringsCaolán McNamara
2012-03-20remove extra string castsCaolán McNamara
2012-03-18Fix redundant assignment of "nAngle" in switchJulien Nabet
2012-03-17workaround broken msvc template instantiationLuboš Luňák
2012-03-16correction of typo in commentWinfried Donkers
2012-03-15fdo#45671 split button for calc cell border colorWinfried Donkers
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
2012-03-13Related: fdo#46728 it would help to initialize the reference count I supposeCaolán McNamara
2012-03-13Resolves: fdo#46728 reference count the overlay managersCaolán McNamara
2012-03-13forward declaration doesn't make any sense, need to see whole definitionCaolán McNamara
2012-03-12SvxULSpaceItem: implement contextual spacingMiklos Vajna
2012-03-12remove usage of RTL_CONSTASCII_STRINGPARAMLuboš Luňák
2012-03-12fix SvxShowCharSetItem leakCaolán McNamara
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan
2012-03-09fdo#45671 fix for transparent colour split buttonWinfried Donkers
2012-03-08Convert from tools/table.hxx to std::map in SvxMacroTableDtorNoel Grandin
In this case, we also convert from storing pointers to storing the items directly because SvxMacroTableDtor completely controls the lifecycle of the SvxMacro objects it contains. Also add an operator== to SvxMacroTableDtor and remove the out-of-line implementations of equals from two other places.
2012-03-08fdo#45682 split button for writer table line colorWinfried Donkers
2012-03-08drop dead makefile.mk'sCaolán McNamara
2012-03-06remove misc. unused codeMichael Meeks
2012-03-06ClickLightHdl doesn't need to be a linkCaolán McNamara
and ClickLightHdl always takes a non-NULL argument, so NULL test is pointless. Turn it into a normal method that takes a reference. GetLightSource can be const. Nothing calls DoubleClickHdl, remove it.
2012-03-06fdo#45688: Split button for Calc cell font colorWinfried Donkers
2012-03-04Removed dead codeMarc-André Laverdière-Papineau
2012-03-05Sprinkle DISABLE_SCRIPTING ifdefsTor Lillqvist
2012-03-05Do deliver dbcharsethelper.hxx even if DISABLE_DBCONNECTIVITYTor Lillqvist
2012-03-05Don't bypass the form stuff for iOS for nowTor Lillqvist
2012-03-05Don't bypass the form stuff for iOS for nowTor Lillqvist
2012-03-02WaE: use of logical '&&' with constant operandTor Lillqvist
Presumably a bitwise '&' is intended, i.e. a normal flag bit test.
2012-03-02WaE: unused functionTor Lillqvist
2012-03-02WaE: equality comparison with extraneous parenthesesTor Lillqvist
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
2012-03-01-Werror=unused-variableStephan Bergmann
2012-03-01fdo#45671 calc cell background color simplified code for split buttonWinfried Donkers