summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Collapse)Author
2014-06-29Typo: conteiner->containerJulien Nabet
Change-Id: Idf1294c7da00621900d41c16473b862ee8fc502d
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin
Fix regressions introduced with 6a043e9c0acff20e1618ca8ec15c21d5d0fd0d37 "Use the new type-checking Reference constructor to reduce code noise" Change-Id: I85662856f21c810a7db497fe3b0e116f075b1687 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2014-06-24webdav: Do not call into DAVResourceAccess with mutex locked.Matúš Kukan
This commit cherry-picks 0c3500115c4fd86284a027fc32be704afcf77061 for serf webdav version. Change-Id: I108b0068cad847bf4947ece5e690f789ef034ae9
2014-06-24fdo#72157: webdav: Release WebDAV file lock on document close.Matúš Kukan
Make it work with both serf and neon version. Change-Id: I3c74ba57cde19f4417d0229c1c809756e3c5f9f8
2014-06-24new compilerplugin returnbyrefNoel Grandin
Find places where we are returning a pointer to something, where we can be returning a reference. e.g. class A { struct X x; public X* getX() { return &x; } } which can be: public X& getX() { return x; } Change-Id: I796fd23fd36a18aedf6e36bc28f8fab4f518c6c7
2014-06-23webdav: Do not throw when saving new document.Matúš Kukan
Propagate information about !shouldAccessNetworkAfterException from getResourceType out to getPropertyValues, to avoid further calls which would result in cancelCommandExecution, when trying get properties of document which does not exist yet, but we want to create it. This was done in webdav-neon for other reasons as part of 0c3500115c4fd86284a027fc32be704afcf77061. Change-Id: Ia434a707d2946a6982075f9bf53904b78dc07a5e
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
Change-Id: I6d5a952901648e01904ef5c37f953c517304d31e
2014-06-13loplugin:staticcallStephan Bergmann
Change-Id: Ida0a95c181a02b4fb0e0b40684a2279923338700
2014-06-10coverity#707429 Uncaught exceptionCaolán McNamara
Change-Id: I745028d5bfbb6b1152abf6e0fe4dbc9c697b5d4b
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b
2014-06-05ucb: move APR dependencies to gb_LinkTarget__use_aprMichael Stahl
Change-Id: I6768e5f2400f3020d85c48b80d58e13a3f6f07e9
2014-06-05apr uses iconvTor Lillqvist
Change-Id: Ic92ab1c2b5298cd1611bc9786647fe30ad0847a9
2014-06-05ucb: remove SAL_THROW macroNoel Grandin
Change-Id: I023c342b0f086e57c821136498851999fb0152ec
2014-06-04compareTo -> equalsNoel Grandin
convert OUString::compareTo usage to equals to startsWith where it is more appropriate Change-Id: I6f5b5b7942429c0099ad082ba4984fd18e422121
2014-06-04compareToAscii -> equalsAsciiNoel Grandin
convert places using compareToAscii that should be using equalsAscii Change-Id: I97b4da7f6e867c3967b2f65b70d6886f83b4a4e5
2014-06-02coverity#707427 Uncaught exceptionCaolán McNamara
Change-Id: Ic381e74ffd862ab4d94f9d3ada02af05b30e6484
2014-06-02coverity#707428 Uncaught exceptionCaolán McNamara
Change-Id: I7e30f163743fc6bd05b5e795b299a76e0c51d8c0
2014-06-02coverity#707430 Uncaught exceptionCaolán McNamara
Change-Id: I56269273b20ac48fca5a2abeb2ba2cbf7d1da0c8
2014-06-02coverity#1219792 Uncaught exceptionCaolán McNamara
Change-Id: Ibbcfb5cda4ce4f23f80ef4ba610e4fda6f8df41f
2014-06-01fdo#68849: Add header guards to all include filesJens Carl
Added header guards to files in directories toolkit/, and ucb/ Change-Id: Ia7ea7d6fad685c7648db22455b5587cf6260318d Reviewed-on: https://gerrit.libreoffice.org/9595 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-05-29remove more unnecesary OUString constructor useNoel Grandin
when throwing exceptions Change-Id: I6edfb6b6745499f802b0e3c0e096a36fb7c32aac
2014-05-27remove external header guardsThomas Arnhold
Change-Id: I847e5e3652517d0c11eb2cf3e9625ed649595bc5
2014-05-26cid#707435 Uncaught exceptionNoel Grandin
Change-Id: I6c0195b3474e56191fc1ca8d7d251c8931815c11
2014-05-26cid#707434 Uncaught exceptionNoel Grandin
Change-Id: Ibe227c7675723b337652f79ccce03f028cfe546f
2014-05-26cid#707433 Uncaught exceptionNoel Grandin
Change-Id: I57581f61dcb83aac83673b8fe040981e28b320ba
2014-05-26cid#707431 Uncaught exceptionNoel Grandin
Change-Id: Icc5bea5e3e1d3782dfc6ca200ba24303945cb72c
2014-05-24cppcheck: unusedPrivateFunctionThomas Arnhold
Change-Id: Id9634d47b009c4208169cf7f3793ba927ce95a64
2014-05-24coverity#983986 Uncaught exceptionCaolán McNamara
Change-Id: I2ed7ed82e1680435bc899d8113efc12874d206f6
2014-05-24coverity#983991 Uncaught exceptionCaolán McNamara
Change-Id: Ic3bfd8b137f750b84ee584b74ad4fba6fc6220e4
2014-05-24coverity#983992 Uncaught exceptionCaolán McNamara
Change-Id: I9a074690d1cc85ec48633e3fae46c4d15186108f
2014-05-24coverity#983993 Uncaught exceptionCaolán McNamara
Change-Id: I3321f847e6aeb3435f8c2dc77c495d1d4c027007
2014-05-24coverity#983994 Uncaught exceptionCaolán McNamara
Change-Id: Ie74924e0222f9d3fbb3bcbae9242399f50b64a18
2014-05-24coverity#983995 Uncaught exceptionCaolán McNamara
Change-Id: I2ba52bee850646a82153df898fb73e2b01720598
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet
Change-Id: If87cdfb2c605254f6d69baa4ca5aec09091caa68
2014-05-23coverity#1213513 Uncaught exceptionCaolán McNamara
Change-Id: I04a05773891d680100ee1551eac21e203477935b
2014-05-23coverity#1215314 Uncaught exceptionCaolán McNamara
Change-Id: I1e3e7db0a9dc29c991f4f8ddbdcb4f3564410fba
2014-05-23coverity#1215315 Uncaught exceptionCaolán McNamara
Change-Id: I0313bfc4f2d8cb30d98c32c55fd25a98f2f84f77
2014-05-23coverity#1215316 Uncaught exceptionCaolán McNamara
Change-Id: Ifb688e60ef613a3735260f978dd3ae46a95430f5
2014-05-23inherit the other DAVException from std::exception tooCaolán McNamara
Change-Id: I692ad423b2fea0cc38b2859855f32f286423f02d
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
Now that we have default values for Exception constructor params, remove lots of boilerplate code. Change-Id: I620bd641eecfed38e6123873b3b94aaf47922e74
2014-05-22remove unnecessary use of OUString constructorNoel Grandin
Change-Id: I7769625289d8bf47fe5905dfb91d3bce9e0f5c85
2014-05-20Fix wrong copy paste, should be <ucb::CheckinArgument>Julien Nabet
See http://nabble.documentfoundation.org/Wrong-copy-paste-in-ucbcmds-cxx-ucb-module-td4109103.html for more details Change-Id: I4f6754cf0350e969cece52008b310e1d8f182622
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
Change-Id: I3e51a62710bb46c8255fd228d41d9300c90a1fb5 Reviewed-on: https://gerrit.libreoffice.org/9360 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-05-14Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet
Change-Id: I7c514b7a1d86f52d77672b826b1f08b825fd7aa7
2014-05-14various loplugin:passsequencebyrefNoel Grandin
Change-Id: Id1045a7f66b4fa10b6491587ba07246a31ceba72
2014-05-13Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part11Julien Nabet
Change-Id: Ibe0a1006aba2b6cbd87c0bd6ca3acbf9ba7b0fbe
2014-05-13loplugin:unreffunMatúš Kukan
Change-Id: Ifd544db272652e1e9c45093291ab7f8ae3dd53a0
2014-05-11coverity#1209904 Uncaught exceptionCaolán McNamara
Change-Id: Ida33270344c25ffc81dccfa7a619b2911d40ae24
2014-05-11coverity#1209903 Uncaught exceptionCaolán McNamara
Change-Id: Ic1ef4158a2ec3796678314fcb7c87faba29dd035
2014-05-11coverity#1209902 Uncaught exceptionCaolán McNamara
Change-Id: Ic2a4b97e7b2d1db4f37a10b9fbd153d025613bd3