Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-31 | Delete some unused .hxx files from autodoc | Joseph Powers | 11 | -974/+0 | |
2011-10-24 | Match the correct function template specialization | Kristian Rietveld | 4 | -10/+10 | |
Fully specify the E_TokenId type instead of relying on the EV_TokenId typedef. | |||||
2011-10-18 | Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on ↵ | Stephan Bergmann | 1 | -4/+2 | |
Linux x86_64). | |||||
2011-10-10 | Simplify logic to use std::vector's .empty() | Kevin Hunter | 2 | -13/+1 | |
No need to muck about with iterators, adding a loop, and 2 function calls to test for empty: it's a std::vector under the hood, so use .empty(), and inline it. | |||||
2011-10-06 | Revert "Simplify logic to use std::vector's .empty()" | Jan Holesovsky | 2 | -1/+13 | |
This reverts commit a6a51b6a69bd14c6ad67a8e6629cf405034dd701. The commit broke the build, sorry for the push. | |||||
2011-10-06 | Simplify logic to use std::vector's .empty() | Kevin Hunter | 2 | -13/+1 | |
No need to muck about with iterators, adding a loop, and 2 function calls to test for empty: it's a std::vector under the hood, so use .empty(), and inline it. | |||||
2011-10-03 | WaE: unreachable code | Tor Lillqvist | 1 | -1/+1 | |
2011-09-26 | cppcheck: unread Var deleted in autodoc, cx_c_pp.cxx | Pierre-André Jacquod | 1 | -3/+1 | |
2011-09-26 | cppcheck: deleted unread Var in autodoc, hdimpl.cxx | Pierre-André Jacquod | 1 | -6/+5 | |
2011-09-16 | Revert "Trying to chop out the uwinapi library" | Fridrich Štrba | 1 | -0/+1 | |
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51. | |||||
2011-09-16 | Trying to chop out the uwinapi library | Fridrich Štrba | 1 | -1/+0 | |
2011-09-07 | licence footer for API docs | Andras Timar | 1 | -5/+7 | |
2011-09-07 | translated German comment | Andras Timar | 1 | -3/+3 | |
2011-09-06 | [cppchecker] suppress unread Variable warnings | Pierre-André Jacquod | 1 | -12/+3 | |
2011-09-06 | [cppchecker] superfluous variable deleted | Pierre-André Jacquod | 1 | -3/+1 | |
2011-09-03 | update copyright text for api docs | Andras Timar | 1 | -3/+5 | |
2011-08-31 | Don't allow the "LO" abbreviation | Tor Lillqvist | 1 | -1/+0 | |
2011-08-31 | allow LibreOffice reference in IDL @since tag | Laurent Godard | 1 | -1/+3 | |
2011-08-24 | catch ignored exceptions by const reference | Takeshi Abe | 1 | -1/+1 | |
2011-08-23 | Translated German comments and removed the redundant ones in the directories ↵ | Allmann-Rahn | 11 | -63/+61 | |
accessibility to (incl.) basebmp. | |||||
2011-08-21 | Rename List -> NodeList | Joseph Powers | 2 | -102/+95 | |
List was defined as std::vector< Node* >; but calling it List is confusing since you don't know what type of list it is. Also it's just asking for compile issues since we also use std::List, a custom List<>, & a class List. I also removed Node::Children() since it wasn't used. | |||||
2011-06-18 | Use a MSVC-specific option only when $(COM)==MSC | Tor Lillqvist | 1 | -1/+1 | |
2011-06-17 | remove unused ifdef branch | Caolán McNamara | 1 | -5/+0 | |
2011-06-14 | WaE: simple-minded windows compiler warning | Caolán McNamara | 1 | -3/+2 | |
2011-06-07 | Remove assert that caused a build error. | Nigel Hawkins | 1 | -2/+0 | |
Actual error was: comparison is always true due to limited range of data type | |||||
2011-06-03 | Drop %_EXT% which was always empty | Tor Lillqvist | 1 | -2/+2 | |
2011-05-17 | Just 1 simple fix cppcheck warning | Julien Nabet | 1 | -1/+1 | |
2011-05-08 | Some cppcheck cleaning | Julien Nabet | 4 | -4/+4 | |
2011-03-23 | Merge commit 'ooo/DEV300_m103' | Jan Holesovsky | 2 | -21/+114 | |
Conflicts: odk/examples/DevelopersGuide/Components/CppComponent/service1_impl.cxx odk/examples/DevelopersGuide/Database/DriverSkeleton/SServices.cxx odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/fdcomp.cxx odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXml.cxx odk/examples/cpp/complextoolbarcontrols/exports.cxx odk/examples/cpp/counter/countermain.cxx odk/examples/cpp/remoteclient/remoteclient.cxx odk/settings/settings.mk | |||||
2011-02-15 | dragonfly stuff | Francois Tigeot | 1 | -1/+2 | |
2011-02-09 | Trying to remove the stlport mention from the code | Fridrich Štrba | 1 | -2/+2 | |
2011-02-07 | Remove dead code | Thomas Arnhold | 7 | -75/+0 | |
2011-02-04 | slist -> list | Fridrich Strba | 1 | -4/+4 | |
2011-01-25 | WaE: gcc 4.6.0 various warnings | Caolán McNamara | 1 | -0/+1 | |
Notes: split repo tag: sdk_LO-BASE-INTEGRATION-DEV300_m98 | |||||
2011-01-25 | WaE: uninitialized const | David Tardon | 1 | -13/+1 | |
2011-01-25 | WaE: remove unused variable | David Tardon | 1 | -1/+0 | |
2011-01-25 | WaE: reference cannot be declared mutable | David Tardon | 1 | -3/+1 | |
2011-01-24 | WaE: gcc 4.6.0 various warnings | Caolán McNamara | 1 | -2/+0 | |
2011-01-06 | jsc340: i115337: correct since tags | Juergen Schmidt | 1 | -2/+2 | |
2010-12-23 | suppress compiler warning | David Tardon | 1 | -1/+1 | |
2010-12-05 | Replace all occured, occurance etc. | Takeshi Abe | 6 | -6/+6 | |
2010-11-25 | remove empty method | Caolán McNamara | 1 | -11/+0 | |
2010-11-23 | cppcheck: Empty string test can be simplified | Caolán McNamara | 1 | -1/+1 | |
2010-11-17 | #115368# Force since tag format. | Nikolai Pretzell | 2 | -21/+114 | |
2010-10-27 | add modelines to .hxx files as well | Caolán McNamara | 366 | -0/+939 | |
2010-10-18 | remove non-compiled code | Povilas Kanapickas | 18 | -901/+6 | |
2010-10-13 | Add vim/emacs modelines to all source files | Sebastian Spaeth | 246 | -0/+637 | |
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> | |||||
2010-03-30 | nativea: SDK rebranding | Juergen Schmidt | 1 | -1/+1 | |
2010-03-03 | CWS-TOOLING: integrate CWS sdk330 | Ivo Hinkelmann | 1 | -2/+2 | |
Notes: split repo tag: sdk_ooo/DEV300_m74 split repo tag: sdk_ooo/DEV300_m75 | |||||
2010-02-15 | sdk330: #i109273#: change copyright | Juergen Schmidt | 1 | -2/+2 | |