summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Collapse)AuthorFilesLines
2014-08-08java: remove unnecessary semi-colonsNoel Grandin2-2/+2
Change-Id: Ibeeefc6e6ee8f7bed97a02f569f239ff035d38c4
2014-08-08java: remove redundant super-interfacesNoel Grandin1-2/+1
Change-Id: Iaf671ef87057362c804999a5154d8e8277bbc4b8
2014-08-08java: remove unused fieldsNoel Grandin1-7/+0
Change-Id: I25fef9590a34ec8d9aab182b3d267ae3cd649a87
2014-08-05java: remove commented out codeNoel Grandin15-571/+0
Change-Id: I44e2043e5da23bc9421c03e550ef1d8b7ebaad36
2014-08-05java: remove unused fieldsNoel Grandin3-11/+2
Change-Id: I6c93864f501f646a8940eac221a88c87b3f75525
2014-08-05java: remove various unused variablesNoel Grandin1-1/+0
Change-Id: Id9f30938f594cb6fe73bf40adfffa65ec1b42cd1
2014-08-04java: remove some unused variablesNoel Grandin1-2/+2
Change-Id: Ia9405d3e34e710059ff68bf850de91c36f4e1e1b
2014-08-04fix spelling compilant -> compliantNoel Grandin2-2/+2
Change-Id: I5a469226a576906f0dd860c008d2e3fab1659ff7
2014-08-01typo: more then -> more thanTakeshi Abe22-37/+37
Change-Id: I2e477d66f25bde7256938ccb1f95ab26add24922
2014-07-29fdo#46037: remove unused comphelper/configurationhelper.hxxAlexandre Vicenzi1-1/+0
Change-Id: I66f9d2912202ba1393d0c65189f8a945bca4fcaa Reviewed-on: https://gerrit.libreoffice.org/10603 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2014-07-28Recovery files can have an extensionMaxim Monastirsky1-1/+1
Looks like unintentional change made in c4a593b6b1732def0a21f455c0ca50f82a9bc40d Change-Id: If314a3f290c79909e3a807f9c9c95791c26067e9
2014-07-26coverity#704648 Dereference after null checkCaolán McNamara1-1/+1
Change-Id: I52b5fa71a440778d3423db84a3bf374f0c2654b9
2014-07-23TyposJulien Nabet2-3/+3
Change-Id: I0c17f40b3e593ae3771fa751a817f84bf2f2323d
2014-07-23AmbigousFilterRequest is only ever extracted, never createdCaolán McNamara4-25/+1
Change-Id: I79c669c1635192199d6ef135e1ab9b48a9e7e63a
2014-07-14coverity#1224998 Uncaught exceptionCaolán McNamara2-2/+2
Change-Id: I96db9ab47b9494a1d71259e93ad393bd70c39d97
2014-07-11convert GlobalImageList to SimpleReferenceObjectNoel Grandin3-32/+7
instead of hand-rolling it's own reference counting Change-Id: Ie90cdce49b9dab68f1bdf487b0f308e03464f893
2014-07-10improvements to ShareableMutexNoel Grandin2-22/+17
- add some docs - remove unnecessary null checks - improve field name Change-Id: I8299ec0d56ee5d903f05f2790f97f90ca00663cb
2014-07-08use SimpleReferenceObject in comphelper moduleNoel Grandin1-0/+1
to replace hand-rolled version Change-Id: Ie4e66d2f1f893c04be589877ef53f470ca74c9eb
2014-07-03clang scan-build: Called C++ object pointer is null, a good catchCaolán McNamara1-3/+1
Change-Id: I4fbb37560f7b20fd6854ba9bb8d017352be679b6
2014-07-02Drop unused E_NOEXCEPTIONSStephan Bergmann3-36/+36
Change-Id: I558684352cc99002752d4c5d118a0c46572bd6f0
2014-07-02Drop unnecessary ITransactionManager base classStephan Bergmann4-153/+78
Change-Id: Iebed1d63ff76fdc9b82ce6ce8860592606500e38
2014-07-01New loplugin:stringconcatStephan Bergmann1-2/+1
Change-Id: Id7c517fb37bc28797c45fc0dde83e866f2aa4aac
2014-06-29Typo: easiear->easierJulien Nabet2-2/+2
Change-Id: I4e10f74e46ef79c3a56dcfb3d1e1bb90d8b5aecf
2014-06-26clang: Dead assignmentCaolán McNamara1-2/+0
Change-Id: Ifcbfe29f116d43cc4e65641e24a302e4cdd71129
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin4-17/+27
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-24allow a frame to go from init state to closeCaolán McNamara1-1/+1
without an intermediate working stage so it can be disposed after creation, but without a prior initialization like CppunitTest_services does Change-Id: If2679fd0ce3657e727e34cfb0752501fc82df936
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin3-47/+7
Change-Id: I6d5a952901648e01904ef5c37f953c517304d31e
2014-06-13loplugin:staticcallStephan Bergmann2-2/+2
Change-Id: I6301c6d01b62540d0a765b78323a46ee3a4965c8
2014-06-13Fix memory leakStephan Bergmann2-11/+8
Change-Id: Ib0a2d8d69f5bd43872c949d79c685f71657dc9db
2014-06-10-Werror,-Wtautological-undefined-compareStephan Bergmann4-113/+8
Change-Id: Ibd738b91d35a1b82e1e7b078ef73c6f6076dc08a
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin4-10/+2
Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b
2014-06-05lp#1296715: refresh invalidated menusBjoern Michaelsen1-1/+6
- so we need to be a StatusListener in framework after all - we ware updating all menus for now, instead of just one - this would have a hugh performance hit when there is much change to the menu - thus we just invalidate the menu and update with all changes after 100ms once Change-Id: I48cda968cf0ae1eae0421b3424bb3e5830817e84
2014-06-05various: remove SAL_THROW macroNoel Grandin3-7/+4
Change-Id: I9464179a736b91f5bc32eb5e5e89b3b4e3da3494
2014-06-04update_pch: add a bunch of pch filesThomas Arnhold9-0/+294
desktop: 1m51s -> 54s framework: 1m55s -> 1m04s package: 32s -> 16s sdext: 1m31s -> 47s svgio: 32s -> 15s uui: 49s -> 20s vbahelper: 1m44s -> 27s xmlscript: 15s -> 10s xmlsecurity: 45s -> 23s Change-Id: Ia437969c091bf877983ababc5ea2d044bbc0bee0
2014-06-04compareTo -> equalsNoel Grandin1-1/+1
convert OUString::compareTo usage to equals to startsWith where it is more appropriate Change-Id: I6f5b5b7942429c0099ad082ba4984fd18e422121
2014-06-04coverity#737167 Uncaught exceptionCaolán McNamara1-1/+1
Change-Id: I9ac3ffbecf8c9efc0b69ad4606c61dbf8fa5a0e9
2014-06-04avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard1-1/+1
Change-Id: I1dbd256812cccae1e6ed0ad8bb34ce427e5e5be8
2014-06-03coverity#1219794 Uncaught exceptionCaolán McNamara2-3/+7
Change-Id: Icc9e5faf9ef15840c359b7766112278094d52dea
2014-06-03coverity#1219801 Uncaught exceptionCaolán McNamara2-2/+7
Change-Id: I372c1891e41510c24daf256d00f3ca98e8a374a9
2014-06-02coverity#1219797 Uncaught exceptionCaolán McNamara2-2/+2
Change-Id: I597fb90d677e7cade71bf6cbf7f7bce9d3bd05f6
2014-06-02coverity#1219799 Uncaught exceptionCaolán McNamara1-5/+6
Change-Id: Id1903def4869bccef18f8a1132521d4f24fed551
2014-06-01fdo79368 Don't process overflow menu items twice.Andrzej Hunt1-2/+14
We reuse the toolbox overflow menu for toolbarmanager's context menu -- toolbarmanger previously added its menu listener to the toolboxes menu permanently, meaning that it would try to handle overflow menu items (in addition to the context menu items which it should handle), instead we should only add the listener when we are actually using the menu as a context menu. Perhaps it would be better in the long run to actually use fully separate menus instead, and ask toolbox to specifically add its items to that rather than trying to hack the context menu on top of the overflow menu? Change-Id: Iecface2c6eae9ab79dbcdb25ffdbaf446e2885ea
2014-05-29remove more unnecesary OUString constructor useNoel Grandin1-2/+2
when throwing exceptions Change-Id: I6edfb6b6745499f802b0e3c0e096a36fb7c32aac
2014-05-28update_pchThomas Arnhold1-0/+3
Change-Id: I5316693452427ed76a7738b090de023b110caa40
2014-05-28cid#706551 Uncaught exceptionNoel Grandin2-2/+2
Change-Id: I83cb2abe19e72c13ac00ecd8c6ec58ffbfbcb659
2014-05-28cid#706552 Uncaught exceptionNoel Grandin2-2/+2
Change-Id: I93c41521a7687ca5a451f8107971d1b8fabfd489
2014-05-28cid#706553 Uncaught exceptionNoel Grandin2-2/+2
Change-Id: Ib3014a8f7916d8d3b9b21ddb7d2ba29108c5cd27
2014-05-28cid#706558 Uncaught exceptionNoel Grandin2-2/+2
Change-Id: I23b4d4de0772a45b57730921ef0fd191c53c4763
2014-05-27css already means ::com::sun::starThomas Arnhold2-4/+4
Change-Id: I48d7b746d7cc49246743c62480b0d225d2519342
2014-05-27loplugin:sallogareasStephan Bergmann1-2/+2
Change-Id: I7fe1350e55bea2eead2c7fedf432da594aa6bd9c