summaryrefslogtreecommitdiff
path: root/autodoc
AgeCommit message (Collapse)AuthorFilesLines
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud1-14/+0
2011-11-23Some trivial fixes for MinGW with -std=c++0x enabled; not finished.Jan Holesovsky1-1/+1
2011-10-31Delete some unused .hxx files from autodocJoseph Powers11-974/+0
2011-10-24Match the correct function template specializationKristian Rietveld4-10/+10
Fully specify the E_TokenId type instead of relying on the EV_TokenId typedef.
2011-10-18Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on ↵Stephan Bergmann1-4/+2
Linux x86_64).
2011-10-10Simplify logic to use std::vector's .empty()Kevin Hunter2-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-06Revert "Simplify logic to use std::vector's .empty()"Jan Holesovsky2-1/+13
This reverts commit a6a51b6a69bd14c6ad67a8e6629cf405034dd701. The commit broke the build, sorry for the push.
2011-10-06Simplify logic to use std::vector's .empty()Kevin Hunter2-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-03WaE: unreachable codeTor Lillqvist1-1/+1
2011-09-26cppcheck: unread Var deleted in autodoc, cx_c_pp.cxxPierre-André Jacquod1-3/+1
2011-09-26cppcheck: deleted unread Var in autodoc, hdimpl.cxxPierre-André Jacquod1-6/+5
2011-09-16Revert "Trying to chop out the uwinapi library"Fridrich Štrba1-0/+1
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
2011-09-16Trying to chop out the uwinapi libraryFridrich Štrba1-1/+0
2011-09-07licence footer for API docsAndras Timar1-5/+7
2011-09-07translated German commentAndras Timar1-3/+3
2011-09-06[cppchecker] suppress unread Variable warningsPierre-André Jacquod1-12/+3
2011-09-06[cppchecker] superfluous variable deletedPierre-André Jacquod1-3/+1
2011-09-03update copyright text for api docsAndras Timar1-3/+5
2011-08-31Don't allow the "LO" abbreviationTor Lillqvist1-1/+0
2011-08-31allow LibreOffice reference in IDL @since tagLaurent Godard1-1/+3
2011-08-24catch ignored exceptions by const referenceTakeshi Abe1-1/+1
2011-08-23Translated German comments and removed the redundant ones in the directories ↵Allmann-Rahn11-63/+61
accessibility to (incl.) basebmp.
2011-08-21Rename List -> NodeListJoseph Powers2-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-18Use a MSVC-specific option only when $(COM)==MSCTor Lillqvist1-1/+1
2011-06-17remove unused ifdef branchCaolán McNamara1-5/+0
2011-06-14WaE: simple-minded windows compiler warningCaolán McNamara1-3/+2
2011-06-07Remove assert that caused a build error.Nigel Hawkins1-2/+0
Actual error was: comparison is always true due to limited range of data type
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-2/+2
2011-05-17Just 1 simple fix cppcheck warningJulien Nabet1-1/+1
2011-05-08Some cppcheck cleaningJulien Nabet4-4/+4
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky2-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-15dragonfly stuffFrancois Tigeot1-1/+2
2011-02-09Trying to remove the stlport mention from the codeFridrich Štrba1-2/+2
2011-02-07Remove dead codeThomas Arnhold7-75/+0
2011-02-04slist -> listFridrich Strba1-4/+4
2011-01-25WaE: gcc 4.6.0 various warningsCaolán McNamara1-0/+1
Notes: split repo tag: sdk_LO-BASE-INTEGRATION-DEV300_m98
2011-01-25WaE: uninitialized constDavid Tardon1-13/+1
2011-01-25WaE: remove unused variableDavid Tardon1-1/+0
2011-01-25WaE: reference cannot be declared mutableDavid Tardon1-3/+1
2011-01-24WaE: gcc 4.6.0 various warningsCaolán McNamara1-2/+0
2011-01-06jsc340: i115337: correct since tagsJuergen Schmidt1-2/+2
2010-12-23suppress compiler warningDavid Tardon1-1/+1
2010-12-05Replace all occured, occurance etc.Takeshi Abe6-6/+6
2010-11-25remove empty methodCaolán McNamara1-11/+0
2010-11-23cppcheck: Empty string test can be simplifiedCaolán McNamara1-1/+1
2010-11-17#115368# Force since tag format.Nikolai Pretzell2-21/+114
2010-10-27add modelines to .hxx files as wellCaolán McNamara366-0/+939
2010-10-18remove non-compiled codePovilas Kanapickas18-901/+6
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth246-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-30nativea: SDK rebrandingJuergen Schmidt1-1/+1