summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-10-09fix incorrect formattingLuboš Luňák1-2/+2
Change-Id: Ibe865e189db747a9d61268ad02b097002cb44654
2012-10-09fix some lousy formatting that triggers warnings from the compiler pluginLuboš Luňák5-31/+29
Change-Id: I94cafba5363f24d608add6878c72f230f45fdb87
2012-10-09don't check next statement after if body if there's also an else partLuboš Luňák2-3/+8
Change-Id: I04265acd821187f529562691f35ede93b84368fa
2012-10-09ignore macro expansion completely for nowLuboš Luňák1-7/+7
Change-Id: Ie37b83fef1279a0a953de27941e3b342437c81d1
2012-10-09do not analyse system headers in the compiler pluginLuboš Luňák4-4/+22
Change-Id: Ica1e233b45cc778bfdc86cfd608ada7fc261c6c2
2012-10-09do not force compiler plugin warnings to errors with -Werror, for nowLuboš Luňák1-1/+3
Change-Id: I87585fce44e803513d5345709d9723075b9429a1
2012-10-09move some code to a common baseLuboš Luňák6-41/+41
Change-Id: Ife306c69054dfcc20b1339b88a4e14e5333ced71
2012-10-09compiler plugin check for if/while/true bodies with possibly {} missingLuboš Luňák5-1/+206
Change-Id: Ia84c70006b0b8a039b6fea27f3c5cde796f25d03
2012-10-09mark our string classes as SAL_WARN_UNUSEDLuboš Luňák4-4/+4
Change-Id: I420229dea6c5b3e45cec5989897bb31654851e32
2012-10-09compiler check for unused variablesLuboš Luňák6-1/+180
This is for variables that the compiler itself cannot figure out (e.g. non-trivial ctors). The classes need to be marked manually. Change-Id: I0109972e11e20578b1adc32065f701a871ee21aa
2012-10-09initial support for clang compiler pluginsLuboš Luňák12-2/+277
The plugin is intentionally built using a custom Makefile, because it's used by gbuild, so I don't want to build the plugin using gbuild too. It is also intentionally not placed under workdir/, as that is cleaned by 'make clean', the plugin is cleaned only by 'make distclean', so that cleaning it doesn't cause ccache misses. No actual functionality in the plugin itself yet. Change-Id: Ic05eba8d6260eec123c9e699eb5385abfe1b832f
2012-10-09Some OUString and RTL_CONST refactoringRicardo Montania3-94/+92
Change-Id: I27709f12ef6e3448ed457bd0e9f2056979ba0291
2012-10-09::rtl::OUString to OUString in basctlRicardo Montania2-117/+117
Change-Id: If6a53fd69f8a99bafc7fc324911132dd51e67266
2012-10-09More ::rtl::OUString to OUString in basctlRicardo Montania4-42/+41
Change-Id: Ie27a55e933462c644f315d0123978082054d79af
2012-10-09rtl::OUString to OUString in basctlRicardo Montania5-119/+119
Change-Id: Iaa56c5f8a15032c3102ad58011c80e3c86fe287c
2012-10-09added safety checkRadek Doulik1-1/+1
Change-Id: I05ca3e5b176202d26c2f2e45cc674ea54934a30b
2012-10-09add link to detailed module description to Math's READMEAndras Timar1-0/+3
Change-Id: I930f8729a58fb8cd3209df2ad1b112150796f50f
2012-10-09cui: add initial READMEMiklos Vajna1-0/+8
Change-Id: I4334373637834d04b28a01891b7728a32060cf3a
2012-10-09remove obsoleted instruction from icon themes' READMEAndras Timar1-5/+0
Change-Id: Id6e7f7dea6284af1b94c2616c9c83f88448115be
2012-10-09Do the de-duplication of pSwResMgr a bit differentlyTor Lillqvist1-2/+4
Let the code stay as-is for the normal (not DISABLE_DYNLOADING) case. This partially reverts commit f5ba1a09408be65e6c5831c2b61bc94133d7ad13. Change-Id: I040e05844f9438ace39cf419a9a9e757002f9719
2012-10-09Killing even the last remenants of rebaseFridrich Štrba6-332/+0
Change-Id: I649275360a1d57aeec03d3cecdb02f5f7ccdd1e8
2012-10-09same identifier for different resourcesMarkus Mohrhard1-1/+1
Change-Id: Ibe80f6ec6e85942a85f4c2bb322e1b0ca61ba07f
2012-10-09vcl: -Werror=return-typeMichael Stahl1-0/+1
Change-Id: I82d7041ca12dffb946758b667d02ba2d9aa7c4bc
2012-10-09Kill rebasing all together - little advantage for a lot of hassleFridrich Štrba5-774/+3
Change-Id: I3bcf920d4c57ff05079033ab1715b61c14b86fd5
2012-10-09Revert "Win8 SDK no longer ships rebase.exe"Fridrich Štrba5-31/+8
This reverts commit 79fce4ddeb8b45fd047a97507051cd9ca4245f60. Conflicts: configure.in download Change-Id: Ica8691c5ff5d3e70538d029ed33a91621405af94
2012-10-09Revert "use downloaded rebase.exe with Win8 SDK"Fridrich Štrba1-14/+2
This reverts commit e994a91060c145ad08ef75dcf9862043202ac6ce.
2012-10-09Revert "download rebase if needed for all sdk versions"Fridrich Štrba1-2/+2
This reverts commit b23f3e484273ed44c36a0c039454cdfbf6f6f1e7. Conflicts: configure.in Change-Id: Id9d3c2373e32bab76d58a7765ea17994b738d309
2012-10-09De-duplicate aEmptyStr and pSwResMgrTor Lillqvist1-2/+4
Change-Id: I129754d1180ea15d815b2b4d2533f911f10116c3
2012-10-09Make lcl functions staticTor Lillqvist1-6/+6
Change-Id: Ia8439fda69324a48660e6b6c5b954c6d3eb14bc9
2012-10-09De-duplicate AbstractSfxDialog_ImplTor Lillqvist6-26/+26
Change-Id: Iddf2222aa75b21dd60472fa8dc979ddbdc18dcba
2012-10-09I want to see what unknown library is required alwaysTor Lillqvist1-4/+0
Change-Id: I7e0eb7ba3be8ac2b70e6a56d84c1a890be0ba396
2012-10-09Do generate Thumb code, I think the current NDK (r8b) handles it fineTor Lillqvist1-1/+1
Change-Id: If331d969f419d72076faff661bd0fbeb52bd24c4
2012-10-09FL_PBM_OPTIONS never shown eitherCaolán McNamara4-9/+0
Change-Id: I9866e2234960a6525212431d9e6dbad17359d1b6
2012-10-09Get ride of not used macros in filterMarcos Paulo de Souza3-44/+0
Change-Id: I7f06720c9f4614b763066bb3cf136f2464b2c7bd Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/843 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2012-10-09cut out always-hidden controls from graphic ExportDialogCaolán McNamara4-216/+6
Change-Id: Ia94c0418d2a0e93f35f9521ab0614eb110f593a5
2012-10-09maCbJPGPreview is never enabled, remove itCaolán McNamara4-23/+0
Change-Id: I765185bf2c51f37ab7d7209098fa0dcb1ba60b7c
2012-10-09support max-width-chars property for labelsCaolán McNamara3-21/+62
Change-Id: I23245919c5180035fedb308fb5cc97bf3238ec07
2012-10-09don't insert the same data twice into boost::ptr_set, fdo#55710Markus Mohrhard1-3/+3
Change-Id: Ifcd421cab6e675482d11aa5d2f92e11569077173
2012-10-09forgot the licence headerMarkus Mohrhard2-0/+21
Change-Id: I85e58c241a3acd1caf949d4314ca9a05a5e51379
2012-10-09make the dialog actually do something useful againMarkus Mohrhard2-1/+14
Change-Id: I440b38442f69bd50286fee8ce3ee1b289b45775d
2012-10-09disable these buttons until figured out how to call the cond format dlgMarkus Mohrhard1-0/+3
Change-Id: I519e4fec832a47e298512a0f0416bc12827913fb
2012-10-09position all elements in the src file and not in the codeMarkus Mohrhard4-71/+99
# Changes to be committed: Change-Id: Idc3d2a7201c6d2e92a111ffc6cb60f88c4c0c4c2
2012-10-09only show two entries for between and not betweenMarkus Mohrhard1-1/+2
Change-Id: I8cf41941d50f7fb868868f17d6f25206ae53c76f
2012-10-09separate color scale with 2 and 3 entriesMarkus Mohrhard3-15/+264
Change-Id: Idd3cd7467850ee32cb1380fce307395f21076071
2012-10-09handle all kinds of condition entries correctly in the dialogMarkus Mohrhard1-1/+13
Change-Id: Ibad8d9000db20819b906e9d97002e1043794adcf
2012-10-09add own class for formula type cond formatsMarkus Mohrhard5-15/+157
Change-Id: I0348797babb9e94e1d552dce341504144c837325
2012-10-09make more parts of the conditional format dlg work againMarkus Mohrhard3-31/+157
Change-Id: I86ff7911bcc7cc916766d583881e605dfe1a3942
2012-10-09split the cond format entry code a bit upMarkus Mohrhard5-1091/+936
Change-Id: Ib066c18d54ac40c24b51ca5c399d09482897709f
2012-10-09change to ref input field for range editMarkus Mohrhard4-4/+49
Change-Id: I69eb352869e0bcaa362bb1be6022d30de8c2658c
2012-10-09make the different options to cal the dialog work againMarkus Mohrhard8-13/+70
Change-Id: I947a4cac8f0417737bb8833eab54c67e57c8293e