summaryrefslogtreecommitdiff
path: root/autodoc
AgeCommit message (Collapse)Author
2012-03-13change Privacy and Legal URLs in API docAndras Timar
2012-02-19Get rid of size() == 0Elton Chung
2012-02-09Added and improved READMEs for modules in sdk and testingJosh Heidenreich
2012-01-25callcatcher: update listCaolán McNamara
2012-01-25refresh unused code listCaolán McNamara
2012-01-24callcatcher: update list, remove newly unused methodsCaolán McNamara
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
2012-01-19Remove obsolete autodoc C++ functionality.Stephan Bergmann
2012-01-19Remove clutter.Stephan Bergmann
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