# # LibreOffice project .gitignore rules. # # Do not add you pet ignore rule here, use # .git/info/exclude for per repo personal ignore or # in the file specified by core.excludesfiles in your # ~/.gitconfig # # As a rule of thumb: # File that are generated by configure or the build # but that are not deleted by make clean # can be listed here... These must be deleted by maek distclean # # Files that are generated by the build but deleted by make clean # should all be under workdir or instdir # if that is not the case, don't hide it here, but try to fix it # # The intent is that after a make distclean, .gitignore # should not catch anything but possibly /external/tarballs # # where stuff is built /instdir /instdir_for_build /workdir /workdir_for_build /test-install # default location for external downloads /external/tarballs # autoconf generated stuff /aclocal.m4 /android/experimental/LOAndroid3/AndroidManifest.xml /autom4te.cache /autogen.input /autogen.lastrun /autogen.lastrun.bak /ChangeLog /config.Build.log /config.guess /config.log /config.status /config.parms /config_host.mk /config_host.mk.last /config_host.mk.stamp /config_host_lang.mk /config_host_lang.mk.last /config_host_lang.mk.stamp /config_build /config_build.mk /config_build_lang.mk /configure /lo.xcent /Makefile /NEWS /TODO /README /AUTHORS /MAINTAINERS # make tags /tags # make etags /TAGS # backup and temporary editor files: the only convenience rules allowed here. *~ .*sw? \#* *.kdev4 .kdev_include_paths # things below this point are targeted for elimination #stuff that we should no generated where they are /desktop/scripts/soffice.sh /intltool-extract.in /intltool-merge.in /intltool-update.in *.pyc /install /*/*.exe /solenv/gdb/libreoffice/*.pyo /solenv/gdb/libreoffice/util/*.pyo /moz/zipped/*.zip __pycache__ # OSX specific .DS_Store # Xcode specific build project.xcworkspace xcuserdata *.xuserstate # MSVS specific */Debug *.sdf *.sln *.v11* *.v12* *.vcxproj* *.opensdf # doxygen output /docs # gdb config /.gdbinit /.gdb_history .1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/basic/source/inc/namecont.hxx
AgeCommit message (Expand)Author
2017-12-06basic: SfxLibraryContainer: replace maMutexMichael Stahl
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-11-10loplugin:finalclasses in basic,basegfxNoel Grandin
2017-11-04loplugin:constparams in various(1)Noel Grandin
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, basicStephan Bergmann
2016-11-11loplugin:expandablemethods in avmedia..canvasNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin
2016-05-25Fix typosAndrea Gelmini
2016-02-09Remove excess newlinesChris Sherlock
2016-02-08sequence->vector in basicNoel Grandin
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2015-12-23loplugin:unusedfields in basicNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-03new loplugin: refcountingNoel Grandin
2015-07-20com::sun::star->css in basicNoel Grandin
2015-07-06tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-06-28coverity#1308521 Uncaught exceptionCaolán McNamara
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-13loplugin:staticmethodsNoel Grandin
2015-03-09V801: Decreased performanceCaolán McNamara
2015-03-04V813: Decreased performanceCaolán McNamara
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara
2014-12-03Further clean-upStephan Bergmann
2014-07-03coverity#706241 Uncaught exceptionCaolán McNamara
2014-05-22fdo#68983: basic: if the library is not loaded fully, copy source storageMichael Stahl
2014-04-07basic: sal_Bool->boolNoel Grandin
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-25Remove visual noise from basicAlexander Wilms
2013-10-28fixincludeguards.sh: basicThomas Arnhold