# # 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 solver # 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 /src # # where stuff are built /instdir /workdir /solver # these two are dubbious. when the installed is reworked # it would be best to find them a new home /instsetoo_native/util/LibreOffice /instsetoo_native/util/LibreOffice_SDK # where the external downloads maybe located /src # autoconf generated stuff /aclocal.m4 /autom4te.cache /autogen.input /ChangeLog /config.Build.log /config.guess /config.log /config.status /config.parms /config_host.mk /config_host.mk.last /config_host.mk.stamp /config_build /config_build.mk /configure /lo.xcent /Makefile /NEWS /TODO /README /AUTHORS /MAINTAINERS # backup and temporary editor files: the only convinience rules allowed here. *~ .*sw? \#* # 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__ ion value='distro/cib/libreoffice-6-1'>distro/cib/libreoffice-6-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)Author
2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin
2018-06-11loplugin:unusedmethodsNoel Grandin
2018-06-11new loplugin:shouldreturnboolNoel Grandin
2018-06-09remove cargo cult OSL_ENSURE(pFact, "ScAbstractFactory create fail!"(Noel Grandin
2018-06-06Translate German comments and debug stringsJohnny_M
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-06-03editeng: work around spurious GCC 7 -Werror=return-typeMichael Stahl
2018-05-25SID_FIELD appears to be in useNoel Grandin
2018-05-20coverity#1435680 silence Unchecked return valueCaolán McNamara
2018-05-18loplugin:useuniqueptr in SvxAutoCorrectLanguageListsNoel Grandin
2018-05-17loplugin:unusedfields in editeng..filterNoel Grandin
2018-05-16loplugin:useuniqueptr in SvxOutlinerForwarderNoel Grandin
2018-05-15ofz#7802 infinite loopCaolán McNamara
2018-05-15loplugin:useuniqueptr in ParagraphListNoel Grandin
2018-05-14loplugin:useuniqueptr in SvxItemPropertySetNoel Grandin
2018-05-14loplugin:useuniqueptr in EditTextObjectImplNoel Grandin
2018-05-10store Color using boost::optional in EditCharAttribFieldNoel Grandin
2018-05-07[API CHANGE] revert and deprecate *BackGraphicURL add *BackGraphicTomaž Vajngerl
2018-05-04Related: tdf#117245 editeng: cover tab stop items for sw doc model xml ...Miklos Vajna
2018-04-28[API CHANGE] deprecate and revert GraphicURL prop. NumberingLevelTomaž Vajngerl
2018-04-27convert auto correct flags to scoped enumNoel Grandin
2018-04-21loplugin:unusedmethodsNoel Grandin
2018-04-20Drop GetSvxString l10n wrapper from editengGabor Kelemen
2018-04-18tdf#42949 Remove unnecessary localization headers of editengGabor Kelemen
2018-04-17cppcheck - fix variableScope in some filesGökhan Gurbetoğlu
2018-04-16sd lok: Impress: Right-click menu on misspelled word locks up sessionTamás Zolnai
2018-04-13-Werror,-Wreturn-std-moveStephan Bergmann
2018-04-12make SvxEditSource::Clone return std::unique_ptrNoel Grandin
2018-04-11return std::unique_ptr from SfxItemSet::CloneNoel Grandin
2018-04-11SvxFieldData wants to be held by tools::SvRefNoel Grandin
2018-04-11make EditPosition::Clone return std::unique_ptrNoel Grandin
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin
2018-04-10loplugin:unusedmethodsNoel Grandin
2018-04-09std::list->std::vector in SubsetMapNoel Grandin
2018-04-07Avoid -fsanitize=nullStephan Bergmann
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-07sw lok: View jumps to cursor position even if it is moved by an other view.Tamás Zolnai
2018-04-04tdf#108608 Draw file unresponsive on large text pasted into textboxNoel Grandin
2018-04-03accessibility: more simplifiation in OCommonAccessibleText.Arnaud Versini
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-04-03tdf#93173: Remove arbitrary line spacing limitMike Kaganski
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-03-31unprefixed to prefixed, GetRightToLeft() to IsRightToLeft()himajin100000
2018-03-29tdf#116536 Fix bullet position with linespacing > 100Szymon Kłos
2018-03-29loplugin:unusedmethodsNoel Grandin
2018-03-29loplugin:virtualdown in editengNoel Grandin
2018-03-27Resolves: tdf#116540 Revert "ofz infinite loop"Caolán McNamara