summaryrefslogtreecommitdiffstats
path: root/embedserv/source/embed/docholder.cxx
Commit message (Expand)AuthorAgeFilesLines
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-241-3/+3
* loplugin:external (clang-cl)Stephan Bergmann2018-09-241-1/+1
* loplugin:simplifyconstruct (clang-cl)Stephan Bergmann2018-09-171-1/+1
* embedserv: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2018-02-011-3/+0
* More loplugin:cstylecast on WindowsStephan Bergmann2018-01-231-4/+4
* loplugin:includeform: embedserv (Windows)Stephan Bergmann2017-10-271-6/+6
* Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski2017-09-301-4/+4
* Better not modify const RECTs passed inStephan Bergmann2017-09-221-11/+13
* Some more WIN32_LEAN_AND_MEANMike Kaganski2017-09-181-1/+5
* loplugin:oncevar (clang-cl): embedservStephan Bergmann2017-07-031-2/+1
* cleanup unused css/frame/* includesJochen Nitschke2017-06-121-3/+0
* remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin2017-04-211-1/+1
* loplugin:redundantcast (clang-cl)Stephan Bergmann2017-04-041-1/+1
* Add missing #includesStephan Bergmann2017-02-081-0/+2
* loplugin:stringconstantStephan Bergmann2017-02-011-6/+6
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-19/+0
* embedserv/source/embed/xwin.cxx is goneStephan Bergmann2017-01-251-2/+0
* clang-cl loplugin: embedservStephan Bergmann2016-10-161-109/+108
* 64-bit Windows fix: InsertMenu takes a UINT_PTRStephan Bergmann2016-10-141-1/+1
* -Werror,-Wnonportable-include-path (clang-cl)Stephan Bergmann2016-08-251-1/+1
* tdf#99643 OLE automation bridge: fix 64-bit pointer conversionsMichael Stahl2016-06-011-1/+1
* use Any constructor instead of temporariesNoel Grandin2016-05-041-20/+9
* Fix typosAndrea Gelmini2016-04-211-1/+1
* -Werror,-WshadowStephan Bergmann2016-03-041-2/+1
* Remove excess newlinesChris Sherlock2016-02-091-3/+0
* -Werror,-Wint-to-pointer-castStephan Bergmann2015-11-241-2/+2
* Fix css.awt.XSystemDependentMenuPeer.getMenuHandleStephan Bergmann2015-11-181-1/+1
* -Werror,-Wlogical-op-parenthesesStephan Bergmann2015-11-181-2/+3
* no need to use OUString constructor in call to createInstanceNoel Grandin2015-11-011-3/+1
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-311-14/+14
* com::sun::star->css in embedserv/Noel Grandin2015-10-011-20/+8
* css::uno::Reference can automatically up-cast nowStephan Bergmann2015-05-041-1/+1
* tdf#66232: Cannot open files by COM2Mike Kaganski2015-05-031-4/+6
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-5/+5
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet2014-05-221-1/+1
* remove globally disabled warnings from source filesThomas Arnhold2014-05-101-7/+0
* typo fixesAndras Timar2013-12-201-2/+2
* Use <windows.h> with a lower-case 'w' for cross-compilation goodnessTor Lillqvist2013-11-201-1/+1
* fdo#66232 fix opening files via COM serverAndras Timar2013-11-191-1/+1
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-191-1/+1
* more liblibreoffice pieces.Michael Meeks2013-07-261-2/+1
* remove OUString wrap for string literalsThomas Arnhold2013-06-291-1/+1
* fix windows buildNoel Grandin2013-04-081-1/+1
* fix windows buildNoel Grandin2013-04-081-3/+3
* fdo#46808, Convert frame::Frame to new styleNoel Grandin2013-04-081-83/+46
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-29/+29
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-191-4/+2
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-191-31/+21
* fdo#46808, Convert frame::Desktop to new style service.Noel Grandin2012-12-211-32/+10