summaryrefslogtreecommitdiff
path: root/autodoc
AgeCommit message (Collapse)Author
2011-12-16gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO'Matúš Kukan
2011-12-12German translationsNoel Grandin
By Mike Whiteley/Noel Grandin, some smaller changes by myself; changes to binfilter removed from patch
2011-12-08childs -> childrenMichael T. Whiteley
2011-12-01typo fix: explicitely -> explicitlyLior Kaplan
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud
2011-11-23Some trivial fixes for MinGW with -std=c++0x enabled; not finished.Jan Holesovsky
2011-10-31Delete some unused .hxx files from autodocJoseph Powers
2011-10-24Match the correct function template specializationKristian Rietveld
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 Bergmann
Linux x86_64).
2011-10-10Simplify logic to use std::vector's .empty()Kevin Hunter
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 Holesovsky
This reverts commit a6a51b6a69bd14c6ad67a8e6629cf405034dd701. The commit broke the build, sorry for the push.
2011-10-06Simplify logic to use std::vector's .empty()Kevin Hunter
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 Lillqvist
2011-09-26cppcheck: unread Var deleted in autodoc, cx_c_pp.cxxPierre-André Jacquod
2011-09-26cppcheck: deleted unread Var in autodoc, hdimpl.cxxPierre-André Jacquod
2011-09-16Revert "Trying to chop out the uwinapi library"Fridrich Štrba
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
2011-09-16Trying to chop out the uwinapi libraryFridrich Štrba
2011-09-07licence footer for API docsAndras Timar
2011-09-07translated German commentAndras Timar
2011-09-06[cppchecker] suppress unread Variable warningsPierre-André Jacquod
2011-09-06[cppchecker] superfluous variable deletedPierre-André Jacquod
2011-09-03update copyright text for api docsAndras Timar
2011-08-31Don't allow the "LO" abbreviationTor Lillqvist
2011-08-31allow LibreOffice reference in IDL @since tagLaurent Godard
2011-08-24catch ignored exceptions by const referenceTakeshi Abe
2011-08-23Translated German comments and removed the redundant ones in the directories ↵Allmann-Rahn
accessibility to (incl.) basebmp.
2011-08-21Rename List -> NodeListJoseph Powers
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 Lillqvist
2011-06-17remove unused ifdef branchCaolán McNamara
2011-06-14WaE: simple-minded windows compiler warningCaolán McNamara
2011-06-07Remove assert that caused a build error.Nigel Hawkins
Actual error was: comparison is always true due to limited range of data type
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist
2011-05-17Just 1 simple fix cppcheck warningJulien Nabet
2011-05-08Some cppcheck cleaningJulien Nabet
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky
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 Tigeot
2011-02-09Trying to remove the stlport mention from the codeFridrich Štrba
2011-02-07Remove dead codeThomas Arnhold
2011-02-04slist -> listFridrich Strba
2011-01-25WaE: gcc 4.6.0 various warningsCaolán McNamara
Notes: split repo tag: sdk_LO-BASE-INTEGRATION-DEV300_m98
2011-01-25WaE: uninitialized constDavid Tardon
2011-01-25WaE: remove unused variableDavid Tardon
2011-01-25WaE: reference cannot be declared mutableDavid Tardon
2011-01-24WaE: gcc 4.6.0 various warningsCaolán McNamara
2011-01-06jsc340: i115337: correct since tagsJuergen Schmidt
2010-12-23suppress compiler warningDavid Tardon
2010-12-05Replace all occured, occurance etc.Takeshi Abe
2010-11-25remove empty methodCaolán McNamara
2010-11-23cppcheck: Empty string test can be simplifiedCaolán McNamara
2010-11-17#115368# Force since tag format.Nikolai Pretzell