History log of /trunk/ (Results 1351 - 1375 of 8532)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
3945fe2826-Aug-2020 mseidel

Fixed typos (sould -> should) and some more

c3b7da3026-Aug-2020 mseidel

Fixed typos, removed whitespace

a295009225-Aug-2020 mseidel

Small fixes in Help

5f3b9f7723-Aug-2020 Don Lewis

Force Linux builds to use gnu++98 (C++98 + GNU extensions) mode to be
the most compatible with our old code base rather than relying on the
compiler default mode. Compiling in C++11 or newer

Force Linux builds to use gnu++98 (C++98 + GNU extensions) mode to be
the most compatible with our old code base rather than relying on the
compiler default mode. Compiling in C++11 or newer mode is very noisy
due to deprecation warnings about our use of std::auto_ptr. If the
compiler defaults to C++17 mode or newer, the build would be totally
broken because std::auto_ptr is removed from C++17.

There is an unknown amount of porting effort needed to convert to
std::unique_ptr, which has somewhat different semantics and which is
not available before C++11, which would break building with older versions
of gcc which default to gnu++98 mode.

std::shared_ptr, might be an alternative since there is a BOOST
implementation.

show more ...

5988caad22-Aug-2020 Don Lewis

Upgrade to openssl-1.0.2u. Remove unused version.mk.

1528913322-Aug-2020 mseidel

Fixed typos (otherwhise -> otherwise) and some more


main/bean/native/win32/com_sun_star_comp_beans_LocalOfficeWindow.c
main/comphelper/inc/comphelper/mediadescriptor.hxx
main/comphelper/inc/comphelper/sequenceashashmap.hxx
main/comphelper/source/misc/stillreadwriteinteraction.cxx
main/dbaccess/source/ui/app/AppDetailPageHelper.cxx
main/desktop/source/app/app.cxx
main/embeddedobj/test/Container1/nativelib/nativeview.c
main/filter/source/config/cache/basecontainer.hxx
main/filter/source/config/cache/cacheitem.hxx
main/filter/source/config/cache/cacheupdatelistener.cxx
main/filter/source/config/cache/filtercache.hxx
main/filter/source/config/cache/lateinitlistener.cxx
main/framework/inc/classes/checkediterator.hxx
main/framework/inc/classes/filtercachedata.hxx
main/framework/inc/classes/framecontainer.hxx
main/framework/inc/classes/menumanager.hxx
main/framework/inc/classes/propertysethelper.hxx
main/framework/inc/dispatch/closedispatcher.hxx
main/framework/inc/helper/propertysetcontainer.hxx
main/framework/inc/helper/statusindicatorfactory.hxx
main/framework/inc/helper/vclstatusindicator.hxx
main/framework/inc/interaction/quietinteraction.hxx
main/framework/inc/properties.h
main/framework/inc/recording/dispatchrecorder.hxx
main/framework/inc/services/autorecovery.hxx
main/framework/inc/services/detectorfactory.hxx
main/framework/inc/services/layoutmanager.hxx
main/framework/inc/services/license.hxx
main/framework/inc/services/substitutepathvars.hxx
main/framework/inc/services/tabwindowservice.hxx
main/framework/inc/uiconfiguration/globalsettings.hxx
main/framework/inc/uiconfiguration/imagemanager.hxx
main/framework/inc/uiconfiguration/moduleimagemanager.hxx
main/framework/inc/uiconfiguration/moduleuicfgsupplier.hxx
main/framework/inc/uiconfiguration/moduleuiconfigurationmanager.hxx
main/framework/inc/uiconfiguration/uicategorydescription.hxx
main/framework/inc/uiconfiguration/uiconfigurationmanager.hxx
main/framework/inc/uiconfiguration/windowstateconfiguration.hxx
main/framework/inc/uielement/menubarmanager.hxx
main/framework/inc/uielement/uicommanddescription.hxx
main/framework/inc/uifactory/uielementfactorymanager.hxx
main/framework/inc/uifactory/windowcontentfactorymanager.hxx
main/framework/qa/complex/loadAllDocuments/InteractionHandler.java
main/framework/source/accelerators/acceleratorexecute.hxx
main/framework/source/accelerators/presethandler.cxx
main/framework/source/accelerators/storageholder.cxx
main/framework/source/dispatch/closedispatcher.cxx
main/framework/source/dispatch/dispatchprovider.cxx
main/framework/source/dispatch/helpagentdispatcher.cxx
main/framework/source/dispatch/loaddispatcher.cxx
main/framework/source/dispatch/mailtodispatcher.cxx
main/framework/source/fwe/xml/saxnamespacefilter.cxx
main/framework/source/fwi/jobs/configaccess.cxx
main/framework/source/fwi/threadhelp/lockhelper.cxx
main/framework/source/inc/loadenv/actionlockguard.hxx
main/framework/source/inc/loadenv/loadenv.hxx
main/framework/source/inc/loadenv/targethelper.hxx
main/framework/source/jobs/job.cxx
main/framework/source/jobs/jobdata.cxx
main/framework/source/jobs/jobdispatch.cxx
main/framework/source/jobs/jobresult.cxx
main/framework/source/jobs/joburl.cxx
main/framework/source/layoutmanager/layoutmanager.cxx
main/framework/source/layoutmanager/toolbarlayoutmanager.hxx
main/framework/source/loadenv/loadenv.cxx
main/framework/source/services/autorecovery.cxx
main/framework/source/services/backingcomp.cxx
main/framework/source/services/desktop.cxx
main/framework/source/services/dispatchhelper.cxx
main/framework/source/services/frame.cxx
main/framework/source/services/pathsettings.cxx
main/framework/source/uiconfiguration/imagemanagerimpl.hxx
main/framework/source/uiconfiguration/uiconfigurationmanagerimpl.hxx
main/framework/source/uielement/popuptoolbarcontroller.cxx
main/l10ntools/source/filter/utils/Cache.java
main/l10ntools/source/filter/utils/FileHelper.java
main/l10ntools/source/filter/utils/XMLHelper.java
main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/CustomizeView.java
main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java
main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java
main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusView.java
main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/windows/nativeview.c
main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java
main/offapi/com/sun/star/frame/FrameLoader.idl
main/offapi/com/sun/star/frame/ProtocolHandler.idl
main/offapi/com/sun/star/frame/SynchronousFrameLoader.idl
main/offapi/com/sun/star/frame/XDispatchRecorder.idl
main/offapi/com/sun/star/view/PrintOptions.idl
main/salhelper/inc/salhelper/singletonref.hxx
main/sfx2/source/appl/sfxhelp.cxx
main/sfx2/source/bastyp/fltfnc.cxx
main/sfx2/source/doc/docfile.cxx
main/sfx2/source/doc/printhelper.cxx
main/sfx2/source/view/viewfrm.cxx
main/svl/qa/complex/ConfigItems/helper/HistoryOptTest.cxx
main/svtools/inc/svtools/acceleratorexecute.hxx
main/svx/source/form/formcontroller.cxx
main/ucbhelper/inc/ucbhelper/interceptedinteraction.hxx
main/unotools/inc/unotools/securityoptions.hxx
main/uui/source/iahndl-filter.cxx
main/uui/source/iahndl.cxx
main/vbahelper/source/vbahelper/vbadocumentbase.cxx
06fea5eb22-Aug-2020 mseidel

Fixed typos (internaly -> internally) and some more


main/comphelper/inc/comphelper/numberedcollection.hxx
main/comphelper/inc/comphelper/sequenceashashmap.hxx
main/filter/source/config/cache/contenthandlerfactory.hxx
main/filter/source/config/cache/filtercache.hxx
main/filter/source/config/cache/filterfactory.hxx
main/filter/source/config/cache/frameloaderfactory.hxx
main/filter/source/config/cache/typedetection.hxx
main/fpicker/source/win32/filepicker/VistaFilePickerEventHandler.hxx
main/fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx
main/fpicker/source/win32/filepicker/asyncrequests.hxx
main/framework/inc/classes/propertysethelper.hxx
main/framework/inc/dispatch/closedispatcher.hxx
main/framework/inc/dispatch/dispatchprovider.hxx
main/framework/inc/dispatch/startmoduledispatcher.hxx
main/framework/inc/framework/preventduplicateinteraction.hxx
main/framework/inc/framework/titlehelper.hxx
main/framework/inc/helper/statusindicatorfactory.hxx
main/framework/inc/interaction/quietinteraction.hxx
main/framework/inc/loadstate.h
main/framework/inc/recording/dispatchrecordersupplier.hxx
main/framework/inc/services/autorecovery.hxx
main/framework/inc/services/desktop.hxx
main/framework/inc/services/detectorfactory.hxx
main/framework/inc/services/pathsettings.hxx
main/framework/qa/complex/loadAllDocuments/CheckXComponentLoader.java
main/framework/source/dispatch/mailtodispatcher.cxx
main/framework/source/fwe/helper/titlehelper.cxx
main/framework/source/inc/accelerators/acceleratorconfiguration.hxx
main/framework/source/inc/accelerators/documentacceleratorconfiguration.hxx
main/framework/source/inc/accelerators/globalacceleratorconfiguration.hxx
main/framework/source/inc/accelerators/moduleacceleratorconfiguration.hxx
main/framework/source/inc/accelerators/presethandler.hxx
main/framework/source/inc/loadenv/loadenv.hxx
main/framework/source/jobs/jobresult.cxx
main/framework/source/loadenv/loadenv.cxx
main/framework/source/recording/dispatchrecordersupplier.cxx
main/framework/source/services/autorecovery.cxx
main/framework/source/services/backingcomp.cxx
main/framework/source/services/frame.cxx
main/framework/source/services/modulemanager.cxx
main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/CustomizeView.java
main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java
main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusView.java
main/offapi/com/sun/star/document/FilterFactory.idl
main/offapi/com/sun/star/frame/DispatchRecorderSupplier.idl
main/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl
main/sd/inc/Outliner.hxx
main/sfx2/source/appl/sfxhelp.cxx
main/svtools/inc/svtools/filectrl.hxx
main/svx/source/inc/svxrectctaccessiblecontext.hxx
main/svx/source/unodraw/recoveryui.cxx
e5dc12f621-Aug-2020 mseidel

Use correct version of openSSL in version.mk

1060bdbf19-Aug-2020 mseidel

Optimized dialog for custom slideshows

01ad09a018-Aug-2020 mseidel

Fixed typos (shure -> sure)

2e3a1b6e18-Aug-2020 mseidel

Fixed typos (Normaly -> Normally) and some more


main/dbaccess/source/core/api/RowSetCache.cxx
main/dbaccess/source/ui/browser/unodatbr.cxx
main/editeng/source/editeng/impedit3.cxx
main/filter/source/config/cache/basecontainer.hxx
main/filter/source/config/cache/cacheitem.hxx
main/filter/source/config/cache/filtercache.hxx
main/filter/source/config/cache/lateinitlistener.cxx
main/filter/source/config/cache/typedetection.cxx
main/filter/source/config/cache/typedetection.hxx
main/fpicker/source/win32/misc/WinImplHelper.cxx
main/framework/inc/classes/filtercachedata.hxx
main/framework/inc/dispatch/basedispatcher.hxx
main/framework/inc/dispatch/closedispatcher.hxx
main/framework/inc/dispatch/helpagentdispatcher.hxx
main/framework/inc/general.h
main/framework/inc/jobs/jobdata.hxx
main/framework/inc/services/autorecovery.hxx
main/framework/inc/services/detectorfactory.hxx
main/framework/inc/services/frameloaderfactory.hxx
main/framework/inc/services/logindialog.hxx
main/framework/inc/threadhelp/itransactionmanager.h
main/framework/inc/threadhelp/readguard.hxx
main/framework/inc/threadhelp/writeguard.hxx
main/framework/source/accelerators/keymapping.cxx
main/framework/source/accelerators/presethandler.cxx
main/framework/source/dispatch/closedispatcher.cxx
main/framework/source/dispatch/dispatchprovider.cxx
main/framework/source/dispatch/helpagentdispatcher.cxx
main/framework/source/fwe/dispatch/interaction.cxx
main/framework/source/fwi/jobs/configaccess.cxx
main/framework/source/fwi/threadhelp/transactionmanager.cxx
main/framework/source/helper/ocomponentenumeration.cxx
main/framework/source/helper/oframes.cxx
main/framework/source/inc/accelerators/presethandler.hxx
main/framework/source/inc/loadenv/loadenv.hxx
main/framework/source/jobs/job.cxx
main/framework/source/loadenv/loadenv.cxx
main/framework/source/recording/dispatchrecordersupplier.cxx
main/framework/source/services/autorecovery.cxx
main/framework/source/services/desktop.cxx
main/framework/source/services/frame.cxx
main/framework/test/test_componentenumeration.bas
main/odk/examples/DevelopersGuide/Components/Addons/JobsAddon/AsyncJob.java
main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java
main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java
main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java
main/offapi/com/sun/star/frame/DispatchHelper.idl
main/offapi/com/sun/star/frame/FrameControl.idl
main/offapi/com/sun/star/frame/FrameSearchFlag.idl
main/offapi/com/sun/star/frame/XFrame.idl
main/offapi/com/sun/star/frame/XModule.idl
main/offapi/com/sun/star/frame/XRecordableDispatch.idl
main/offapi/com/sun/star/frame/XUntitledNumbers.idl
main/offapi/com/sun/star/presentation/XSlideShowController.idl
main/offapi/com/sun/star/ui/XAcceleratorConfiguration.idl
main/offapi/com/sun/star/util/XCloseListener.idl
main/qadevOOo/java/OOoRunner/src/main/java/ifc/container/_XContainerQuery.java
main/qadevOOo/java/OOoRunner/src/main/java/lib/StatusException.java
main/qadevOOo/java/OOoRunner/src/main/java/mod/_forms/GenericModelTest.java
main/sal/textenc/tcvtjp2.tab
main/sfx2/source/inc/templdgi.hxx
main/shell/source/tools/lngconvex/lngconvex.cxx
main/svtools/source/filter/filter.cxx
main/toolkit/source/awt/vclxaccessiblecomponent.cxx
main/ucbhelper/inc/ucbhelper/interceptedinteraction.hxx
main/unotools/inc/unotools/viewoptions.hxx
36e81a8118-Aug-2020 mseidel

Fixed typos

3ca7465218-Aug-2020 mseidel

Fixed typos

6039625017-Aug-2020 mseidel

Fixed errors in Help

51f11a4516-Aug-2020 mseidel

Cleaned up resource files

3348577013-Aug-2020 mseidel

Cleaned up resource files

b08fe87112-Aug-2020 mseidel

Removed improvement.xhp from makefiles (finally)

ea5920d911-Aug-2020 mseidel

Small adjustment for More-Button

65f2029511-Aug-2020 mseidel

Removed improvement.xhp from makefiles

303f19db10-Aug-2020 mseidel

Small fixes in Help pages

eedafe4c10-Aug-2020 mseidel

Removed Help page for Improvement program (can be deleted later)

594a32bb10-Aug-2020 mseidel

Resized dialog for custom slideshows

2904304808-Aug-2020 mseidel

Cleaned up resource files

f21749b307-Aug-2020 mseidel

Changed order of Zoom In/Out in Page Preview toolbar (Calc)

1f277a5906-Aug-2020 mseidel

Changed order of Zoom In/Out in Page Preview toolbar (Writer)

1...<<51525354555657585960>>...342