Improvement Program /text/shared/optionen/improvement.xhp
improvement program online feedback options options;improvement program feedback;automatically user feedback;automatically Improvement Program The Improvement Program records some user interactions and sends them to the User Experience project.
The Improvement Program was initiated by the User Experience project to improve the usability of %PRODUCTNAME. The User Experience project can be found at the OpenOffice.org web site: http://ux.openoffice.org/. The second time you start your new %PRODUCTNAME software, you see a window that gives information about the Improvement Program. At this time you can choose to accept or deny your participation. If you accept, data recording starts immediately. When you start a new session of %PRODUCTNAME, the collected data will be sent. If you deny to participate, no data will be sent and recording of data stops immediately. At any time, you can enable or disable the recording of user interaction data and the sending of these data. Choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME - Improvement Program. Click the Info icon to browse to a web page with more information. Click Yes, I am willing to participate … to enable the automatic feedback. Click No, I do not wish to participate to disable the automatic feedback. Tracked data The following data will be recorded and sent: Clicks on toolbar buttons, including extension toolbars Execution of menu commands, including extension menus Clicks on context menu commands Fonts applied by using the menu Font sizes applied by using the menu Buttons, like OK, Cancel, etc. Document language and paragraph language applied by using the menu or status bar Each recorded item also includes a time stamp and the module (Writer, Calc, Impress, …) where it has been called The following data will not be recorded and sent: User names and passwords Any type of document content Paths, filenames User's source code Show Data Click the button to show the currently collected data. This data will be sent next time, plus any data that gets collected until you end the current session.
value='distro/vector/vector-5.4'>distro/vector/vector-5.4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external/libnumbertext/ExternalProject_libnumbertext.mk
decoration'>
AgeCommit message (Expand)Author
2019-01-31libnumbertext: try to remove some odd stuff from ExternalProject.mkMichael Stahl
2018-12-07Typo causing external/libnumbertext to always use $(gb_COMPILERNOOPTFLAGS)Stephan Bergmann
2018-11-01gbuild: rename value OS=IOS to OS=iOSMichael Stahl
2018-06-30libnumbertext: off-by-one in makefile rule (LIB=.. ineffective)Christian Lohmaier
2018-05-08Pass visibility flags into external/libnumbertextStephan Bergmann
2018-05-03Tunnel verbose=t into external/libnumbertextStephan Bergmann
2018-05-03tdf#117171 support localized number name numbering stylesLászló Németh
Noel Grandin
2016-11-23tdf#42949 Remove unused uno headers from /sw/source/uibaseBartosz Kosiorek
2016-10-28convert std::unique_ptr<VclAbstractDialog> to VclPtrNoel Grandin
2016-10-17replace <<= with assign for <<= with rhs AnyJochen Nitschke
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-31Get rid of a pointless indirect function pointer variableNoel Grandin
2016-07-25new loplugin overrideparamNoel Grandin
2016-06-27loplugin:singlevalfields in sw(part1)Noel Grandin
2016-06-06Convert DeactivePage return code to scoped enumNoel Grandin
2016-05-23loplugin:unusedmethods in swNoel Grandin
2016-03-22loplugin:constantparam in swNoel Grandin
2016-01-13resolve TODO, remove SVVERB_SHOWMichael Stahl
2015-12-21loplugin:unusedfields in swNoel Grandin
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09formatting improvements in sw/Noel Grandin
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-15convert Link<> to typedNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-24convert Link<> to typedNoel Grandin
2015-09-17boost->stdCaolán McNamara
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-25parameter names are useless in DECL_LINK declarationsNoel Grandin
2015-08-21loplugin: defaultparamsNoel Grandin
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-07-04Fix typosAndrea Gelmini
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks
2015-04-17sw: convert new to ::Create.Noel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann
2014-11-21expand complex cascading conditional operatorBjoern Michaelsen