summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Collapse)Author
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
2012-03-01fix crash using instances dialog of dataform navigator fdo#44816Noel Power
also silence a valgrind 'Conditional jump or move depends on uninitialised value(s)' where initial state of a checkbox was undefined
2012-03-01callcatcher: update listCaolán McNamara
2012-02-29fdo#46340: fix crash in SdrGrafObj::getInputStream:Michael Stahl
Add the ridiculous hack that used to be here (and distributed across various GetDocumentStream methods to make it non-obvious) that makes this not crash by accident. (regression from fd95f1ab6220c6a530fd2e4e727417f504a5db51)
2012-02-29WaE: C4805: '!=' : unsafe mix of type 'bool' and type 'const sal_Bool'Caolán McNamara
2012-02-28Some more work for --disable-database-connectivityRiccardo Magliocchetti
2012-02-28Avoid temporary rtl::OUStringTakeshi Abe
in scripting / sdext / starmath / stoc / svtools / svx
2012-02-27fdo#46438 - add ctrl-g / ctrl-shift-g binding for find again fwd/backCameron Paul
2012-02-27CRLF to LF, no code changedKorrawit Pruegsanusak
2012-02-27n742593: Adding checks before using textbox sizes.Muthu Subramanian
2012-02-27Removed unused codeSzabolcs Dezsi
2012-02-27drop UniString::CreateFromInt64Caolán McNamara
2012-02-27mpStreamMap is leakingCaolán McNamara
2012-02-27callcatcher: update unused listCaolán McNamara
2012-02-24unusedcode.easy: remove unused codeThomas Arnhold
2012-02-23Get rid of CREATEVERSIONRESMGR[_NAME]Stephan Bergmann
2012-02-22revert slew of debug code committed in errorMichael Meeks
2012-02-22fdo#37210 - UI: Calc usability improvement: Merge cells on right mouse clickGreggory Hernandez
2012-02-22unusedcode.easy: remove some moreThomas Arnhold
2012-02-21WaE: potentially uninitailized nModeMichael Meeks
2012-02-21fdo#44611 writer: paragraph background color picker with split buttonWinfried Donkers