1. 01 May, 2014 40 kayıt (commit)
    • Caolán McNamara's avatar
      coverity#738825 Uninitialized scalar field · 1e923777
      Caolán McNamara yazdı
      Change-Id: Id61080e5ed087886af9a44d6016cd4caac5f918d
      1e923777
    • Caolán McNamara's avatar
      coverity#708034 Uninitialized scalar field · f79e5dfc
      Caolán McNamara yazdı
      Change-Id: I493c2bbd702002ea9f0a6db7d18a3c22dc22193b
      f79e5dfc
    • Caolán McNamara's avatar
      coverity#738786 Uninitialized pointer field · 5b641f04
      Caolán McNamara yazdı
      Change-Id: I511165aa895c82c0b72fa37801dee2302a85e466
      5b641f04
    • Caolán McNamara's avatar
      coverity#707900 Uninitialized pointer field · ac402b7b
      Caolán McNamara yazdı
      Change-Id: Id2ea7af01708437074a54b59f16f865338cb504a
      ac402b7b
    • Kohei Yoshida's avatar
      fdo#77806: Use the common block position set for start and end listening. · 7fbe0f56
      Kohei Yoshida yazdı
      Else an invalid iterator may result, which would eventually leads to a
      crash.
      
      Change-Id: Ie909de61244d661c72a3450cc69b29fbb218a248
      7fbe0f56
    • Chris Sherlock's avatar
      coverity#708922 Use after free · 6b431b1f
      Chris Sherlock yazdı
      Change-Id: I54c098ca4744d33d2f8e1a7799ba6bd5620ed987
      6b431b1f
    • Chris Sherlock's avatar
      coverity#1209778 & coverity#1209777 Resource leak · f0bfee74
      Chris Sherlock yazdı
      Have testBasics_FindPtr() cleanup after itself by deleting p2 and p4.
      
      Change-Id: I88b5efd25941d135b743f759a8f27c1cdbcb43c0
      f0bfee74
    • Chris Sherlock's avatar
      coverity#1209779 & coverity#1209780 Resource leak · 8bf0b953
      Chris Sherlock yazdı
      Have the testBasics() function clean up after itself - delete p2 and
      p4 at the end of the function.
      
      Change-Id: Ib0c732e1962da94fde0e0da307f610dd36f49eda
      8bf0b953
    • Miklos Vajna's avatar
      fdo#78153 SwTxtFrm::ManipOfst() requires a valid position · cedbbe2f
      Miklos Vajna yazdı
      At least it seems that after setting the offset to the largest possible
      value (instead of COMPLETE_STRING), things get back to normal.
      
      Change-Id: I25fafd277eaf480f9ae232254ced3946589aa562
      cedbbe2f
    • Chris Sherlock's avatar
      coverity#1209781 Resource leak · bd22c1ca
      Chris Sherlock yazdı
      We should free pTV_modify when we're done with it.
      
      Change-Id: I7eaf64df2f7bdf6bd899d3a31cad499c4066c990
      bd22c1ca
    • Chris Sherlock's avatar
      coverity#1209550 Unchecked dynamic_cast · 68bfb2a0
      Chris Sherlock yazdı
      Dynamic cast can be dangerous - if the cast fails then it returns NULL.
      Coverity picked this up - it could effect
      Window::IsNativeWidgetEndabled(). Hopefully I'll get rid of this when I
      remove meOutDevType during work on fdo#74702.
      
      Change-Id: Id6df1eeff716a6acd1b108b5e1e4674e819afe3d
      68bfb2a0
    • Markus Mohrhard's avatar
      auto is not a valid value for c:symbol's val attribute · 0d0f8090
      Markus Mohrhard yazdı
      Change-Id: Idbdab90e100cbd2de83a2255e2554b5024a2f927
      0d0f8090
    • Markus Mohrhard's avatar
      early bail out · 8925abe2
      Markus Mohrhard yazdı
      Change-Id: I342c49f968a921167c4da8b98e7e17e79b945491
      8925abe2
    • Markus Mohrhard's avatar
      no need for that using statement · 078612f6
      Markus Mohrhard yazdı
      Change-Id: Ide94e0e4909574b01e5d739be3e9f9dd7652ba86
      078612f6
    • Chris Sherlock's avatar
      coverity#1209003: Unchecked return value · 24ec38a9
      Chris Sherlock yazdı
      When AcquireGraphics() is true, then it means that we got the graphics
      context.
      
      Change-Id: Id5f4a5fc4456f6ce649fdf3ee63ff6103ba65233
      24ec38a9
    • Chris Sherlock's avatar
      f2e4bb4b
    • Chris Sherlock's avatar
      VCL: sal_True -> true and sal_False -> false in outdev/text.cxx · 4f45ec19
      Chris Sherlock yazdı
      Change-Id: I51e43962784dd21da4e9b2003c3b734026706282
      4f45ec19
    • Chris Sherlock's avatar
      VCL: move native widget rendering functions out of OutputDevice · 5b86e33b
      Chris Sherlock yazdı
      The following functions should be in the Window class, not in
      OutputDevice:
      
      + IsNativeControlSupported
      + HitTestNativeControl
      + DrawNativeControl
      + GetNativeControlRegion
      
      Additionally, moved nativecontrols.cxx to vcl/source/window/ and whilst
      we are about it, it turns out that VirtualDevice isn't used by these
      functions. Therefore the 'orrible check to for the type of class can be
      removed and in fact as VirtualDevice doesn't use it at all then we can
      just remove the function and replace it with a call to
      IsNativeWidgetEnabled().
      
      Change-Id: Idd0bfb1cba1c2902f7a6d55d258efb38b67fb827
      5b86e33b
    • Jan-Marek Glogowski's avatar
      Git: ignore autogen, doxygen and gdb config files · 5a6b7154
      Jan-Marek Glogowski yazdı
      Adds some additional files to .gitignore.
      
      Change-Id: Ia5af298a91919fe00392282c0e5bb88fa2811a52
      Reviewed-on: https://gerrit.libreoffice.org/8437Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
      Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
      5a6b7154
    • Julien Nabet's avatar
      Resolves: fdo#78133 LibO crashes when in options dialog (Colors part) · 4558064a
      Julien Nabet yazdı
      + Related: fdo#77934
      It seems pDrDoc is always known now (related to
      185c270e ?)
      
      Change-Id: I5f984e0e53ec49d67c07a43159433fcc26524777
      Reviewed-on: https://gerrit.libreoffice.org/9219Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
      Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
      4558064a
    • Caolán McNamara's avatar
      coverity#707976 Uninitialized pointer field · 66a777c3
      Caolán McNamara yazdı
      Change-Id: I6e62d97dc1c7020320aa9a0b58a692ca2dc6f617
      66a777c3
    • Caolán McNamara's avatar
      coverity#707714: Uninitialized pointer · aa668984
      Caolán McNamara yazdı
      Change-Id: I98e21ad28ea31bae41894d1804cbafe0c247035d
      aa668984
    • Pedro Giffuni's avatar
      Many spelling fixes: directories r* - z*. · 820a2995
      Pedro Giffuni yazdı
      Attempt to clean up most but certainly not all the spelling
      mistakes that found home in OpenOffice through decades. We
      could probably blame the international nature of the code but
      it is somewhat shameful that this wasn't done before.
      
      (cherry picked from commit 28206a7c)
      
      Conflicts:
      	include/osl/file.hxx
      	include/osl/pipe_decl.hxx
      	include/osl/socket.h
      	include/osl/socket_decl.hxx
      	include/sal/main.h
      	include/svx/dbaexchange.hxx
      	include/svx/dlgctrl.hxx
      	include/svx/msdffdef.hxx
      	include/svx/sdr/contact/objectcontactofpageview.hxx
      	include/svx/svdpntv.hxx
      	include/ucbhelper/content.hxx
      	include/ucbhelper/interceptedinteraction.hxx
      	include/ucbhelper/resultsethelper.hxx
      	include/unotools/sharedunocomponent.hxx
      	include/unotools/viewoptions.hxx
      	include/vcl/pdfwriter.hxx
      	include/xmloff/txtparae.hxx
      	include/xmloff/uniref.hxx
      	rhino/rhino1_7R3.patch
      	rsc/inc/rscrsc.hxx
      	sal/inc/osl/conditn.h
      	sal/inc/osl/security.h
      	sal/inc/osl/semaphor.h
      	sal/inc/osl/semaphor.hxx
      	sal/inc/rtl/string.hxx
      	sal/inc/rtl/tres.h
      	sal/inc/systools/win32/StrConvert.h
      	sal/osl/os2/file_path_helper.h
      	sal/osl/os2/file_path_helper.hxx
      	sal/osl/os2/file_url.cxx
      	sal/osl/os2/file_url.h
      	sal/osl/os2/makefile.mk
      	sal/osl/os2/pipe.cxx
      	sal/osl/os2/process.c
      	sal/osl/os2/profile.c
      	sal/osl/os2/socket.c
      	sal/osl/os2/system.h
      	sal/osl/unx/asm/interlck_sparc.s
      	sal/osl/unx/file_url.cxx
      	sal/osl/unx/signal.c
      	sal/osl/unx/system.h
      	sal/osl/w32/MAKEFILE.MK
      	sal/osl/w32/interlck.c
      	sal/osl/w32/module.cxx
      	sal/osl/w32/security.c
      	sal/qa/buildall.pl
      	sal/qa/osl/file/osl_File.cxx
      	sal/qa/osl/module/osl_Module_Const.h
      	sal/qa/osl/mutex/osl_Mutex.cxx
      	sal/qa/osl/pipe/osl_Pipe.cxx
      	sal/qa/osl/process/osl_Thread.cxx
      	sal/qa/osl/socket/osl_StreamSocket.cxx
      	sal/qa/osl/socket/sockethelper.cxx
      	sal/qa/rtl_strings/rtl_OUString.cxx
      	sal/rtl/source/unload.cxx
      	sal/systools/win32/kill/kill.cxx
      	sal/systools/win32/uwinapi/MoveFileExA.cpp
      	sal/test/bootstrap.pl
      	sal/typesconfig/typesconfig.c
      	sal/workben/tgetpwnam.cxx
      	sax/inc/sax/parser/saxparser.hxx
      	sc/addin/datefunc/dfa.cl
      	sc/addin/datefunc/dfa.src
      	sc/addin/rot13/rot13.cl
      	sc/addin/rot13/rot13.src
      	sc/inc/attarray.hxx
      	sc/inc/chgtrack.hxx
      	sc/inc/column.hxx
      	sc/inc/compressedarray.hxx
      	sc/inc/document.hxx
      	sc/inc/table.hxx
      	sc/source/core/data/column.cxx
      	sc/source/core/data/dptablecache.cxx
      	sc/source/core/data/dptabres.cxx
      	sc/source/core/data/dptabsrc.cxx
      	sc/source/core/data/global.cxx
      	sc/source/core/tool/chgtrack.cxx
      	sc/source/core/tool/compiler.cxx
      	sc/source/filter/excel/xestyle.cxx
      	sc/source/filter/excel/xichart.cxx
      	sc/source/filter/inc/fapihelper.hxx
      	sc/source/filter/inc/xistyle.hxx
      	sc/source/filter/xml/xmlsubti.cxx
      	sc/source/ui/Accessibility/AccessibleCell.cxx
      	sc/source/ui/Accessibility/AccessibleContextBase.cxx
      	sc/source/ui/Accessibility/AccessibleDataPilotControl.cxx
      	sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx
      	sc/source/ui/Accessibility/AccessibleEditObject.cxx
      	sc/source/ui/Accessibility/AccessiblePreviewCell.cxx
      	sc/source/ui/app/inputwin.cxx
      	sc/source/ui/docshell/docfunc.cxx
      	sc/source/ui/drawfunc/fupoor.cxx
      	sc/source/ui/miscdlgs/linkarea.cxx
      	sc/source/ui/unoobj/chart2uno.cxx
      	sc/source/ui/unoobj/nameuno.cxx
      	sc/source/ui/vba/vbacharacters.hxx
      	sc/source/ui/vba/vbarange.cxx
      	sc/source/ui/vba/vbawindow.cxx
      	scaddins/source/analysis/analysishelper.cxx
      	scaddins/source/analysis/analysishelper.hxx
      	scaddins/source/datefunc/datefunc.cxx
      	scripting/examples/python/Capitalise.py
      	scripting/source/pyprov/officehelper.py
      	sd/source/filter/eppt/eppt.cxx
      	sd/source/filter/eppt/epptso.cxx
      	sd/source/ui/dlg/prltempl.cxx
      	sd/source/ui/dlg/tpoption.cxx
      	sd/source/ui/func/fuediglu.cxx
      	sd/source/ui/func/fupoor.cxx
      	sd/source/ui/func/fusel.cxx
      	sd/source/ui/func/smarttag.cxx
      	sd/source/ui/inc/OutlinerIteratorImpl.hxx
      	sd/source/ui/inc/SlideViewShell.hxx
      	sd/source/ui/inc/fuediglu.hxx
      	sd/source/ui/inc/fusel.hxx
      	sd/source/ui/slideshow/slideshowimpl.cxx
      	sd/source/ui/slidesorter/cache/SlsQueueProcessorThread.hxx
      	sd/source/ui/slidesorter/controller/SlsHideSlideFunction.cxx
      	sd/source/ui/slidesorter/controller/SlsSelectionCommand.hxx
      	sd/source/ui/slidesorter/inc/controller/SlsAnimationFunction.hxx
      	sd/source/ui/slidesorter/view/SlsButtonBar.cxx
      	sd/source/ui/view/Outliner.cxx
      	sd/source/ui/view/drviewsh.cxx
      	sd/source/ui/view/frmview.cxx
      	sdext/source/presenter/PresenterFrameworkObserver.hxx
      	sdext/source/presenter/PresenterSlideShowView.cxx
      	setup_native/scripts/deregister_extensions
      	setup_native/scripts/register_extensions
      	setup_native/source/opensolaris/bundledextensions/README
      	setup_native/source/opensolaris/bundledextensions/svc-ooo_bundled_extensions
      	setup_native/source/win32/customactions/patch/swappatchfiles.cxx
      	setup_native/source/win32/customactions/reg4msdoc/registrar.cxx
      	setup_native/source/win32/customactions/reg4msdoc/userregistrar.cxx
      	sfx2/inc/sfx2/sfxbasemodel.hxx
      	sfx2/qa/complex/sfx2/DocumentProperties.java
      	sfx2/source/appl/appopen.cxx
      	sfx2/source/appl/appquit.cxx
      	sfx2/source/appl/appserv.cxx
      	sfx2/source/bastyp/sfxhtml.cxx
      	sfx2/source/dialog/dockwin.cxx
      	sfx2/source/doc/docfile.cxx
      	sfx2/source/doc/docvor.cxx
      	sfx2/source/doc/graphhelp.cxx
      	sfx2/source/doc/objcont.cxx
      	sfx2/source/doc/objserv.cxx
      	sfx2/source/doc/objstor.cxx
      	sfx2/source/doc/objuno.cxx
      	sfx2/source/doc/objxtor.cxx
      	sfx2/source/doc/printhelper.cxx
      	sfx2/source/doc/sfxbasemodel.cxx
      	sfx2/source/notify/eventsupplier.cxx
      	sfx2/source/view/frmload.cxx
      	sfx2/source/view/sfxbasecontroller.cxx
      	shell/qa/zip/ziptest.cxx
      	shell/source/backends/wininetbe/wininetbackend.cxx
      	shell/source/win32/shlxthandler/util/utilities.cxx
      	solenv/bin/build.pl
      	solenv/bin/build_release.pl
      	solenv/bin/cws.pl
      	solenv/bin/download_external_dependencies.pl
      	solenv/bin/make_download.pl
      	solenv/bin/make_installer.pl
      	solenv/bin/modules/Cws.pm
      	solenv/bin/modules/ExtensionsLst.pm
      	solenv/bin/modules/installer/control.pm
      	solenv/bin/modules/installer/downloadsigner.pm
      	solenv/bin/modules/installer/javainstaller.pm
      	solenv/bin/modules/installer/packagepool.pm
      	solenv/bin/modules/installer/patch/InstallationSet.pm
      	solenv/bin/modules/installer/scriptitems.pm
      	solenv/bin/modules/installer/windows/feature.pm
      	solenv/bin/modules/installer/windows/msiglobal.pm
      	solenv/bin/modules/installer/windows/sign.pm
      	solenv/bin/modules/installer/worker.pm
      	solenv/bin/modules/installer/xpdinstaller.pm
      	solenv/bin/modules/osarch.pm
      	solenv/bin/modules/packager/work.pm
      	solenv/bin/modules/pre2par/parameter.pm
      	solenv/bin/patch_tool.pl
      	solenv/bin/transform_description.pl
      	solenv/doc/gbuild/doxygen.cfg
      	solenv/gbuild/LinkTarget.mk
      	solenv/gbuild/gbuild.mk
      	solenv/inc/os2gcci.mk
      	solenv/inc/settings.mk
      	solenv/inc/startup/Readme
      	solenv/inc/target.mk
      	solenv/inc/tg_compv.mk
      	solenv/inc/tg_javav.mk
      	solenv/inc/unitools.mk
      	solenv/inc/unxbsdi.mk
      	solenv/inc/unxbsdi2.mk
      	solenv/inc/unxbsds.mk
      	solenv/inc/unxfbsd.mk
      	solenv/inc/unxlng.mk
      	sot/source/sdstor/stg.cxx
      	sot/source/sdstor/stgelem.cxx
      	sot/source/sdstor/ucbstorage.cxx
      	starmath/inc/toolbox.hxx
      	starmath/source/mathmlexport.cxx
      	starmath/source/node.cxx
      	starmath/source/toolbox.cxx
      	starmath/source/view.cxx
      	stoc/source/bootstrap/bootstrap.xml
      	stoc/source/corereflection/criface.cxx
      	stoc/source/invocation/invocation.cxx
      	stoc/source/security/access_controller.cxx
      	stoc/source/servicemanager/servicemanager.cxx
      	stoc/source/tdmanager/tdmgr.cxx
      	stoc/test/javavm/testjavavm.cxx
      	stoc/test/testconv.cxx
      	stoc/test/testcorefl.cxx
      	stoc/test/testintrosp.cxx
      	svl/inc/svl/inettype.hxx
      	svl/inc/svl/urihelper.hxx
      	svl/qa/complex/ConfigItems/helper/HistoryOptTest.cxx
      	svl/qa/complex/ConfigItems/helper/HistoryOptTest.hxx
      	svl/source/config/itemholder2.hxx
      	svl/source/items/itemset.cxx
      	svl/source/numbers/zforlist.cxx
      	svl/source/numbers/zformat.cxx
      	svl/source/numbers/zforscan.cxx
      	svtools/bmpmaker/bmp.cxx
      	svtools/inc/svtools/helpagentwindow.hxx
      	svtools/inc/svtools/menuoptions.hxx
      	svtools/inc/svtools/miscopt.hxx
      	svtools/inc/svtools/optionsdrawinglayer.hxx
      	svtools/inc/svtools/stringtransfer.hxx
      	svtools/inc/svtools/svlbitm.hxx
      	svtools/inc/svtools/svtdata.hxx
      	svtools/inc/svtools/valueset.hxx
      	svtools/source/brwbox/editbrowsebox.cxx
      	svtools/source/config/itemholder2.hxx
      	svtools/source/contnr/contentenumeration.hxx
      	svx/inc/svx/fmsrcimp.hxx
      	svx/inc/svx/svdobj.hxx
      	svx/inc/svx/xtable.hxx
      	svx/source/accessibility/DGColorNameLookUp.cxx
      	svx/source/accessibility/svxrectctaccessiblecontext.cxx
      	svx/source/dialog/pfiledlg.cxx
      	svx/source/fmcomp/fmgridcl.cxx
      	svx/source/fmcomp/fmgridif.cxx
      	svx/source/fmcomp/gridctrl.cxx
      	svx/source/form/filtnav.cxx
      	svx/source/form/fmPropBrw.cxx
      	svx/source/form/fmshimp.cxx
      	svx/source/form/fmsrcimp.cxx
      	svx/source/gallery2/galtheme.cxx
      	svx/source/inc/docrecovery.hxx
      	svx/source/sdr/event/eventhandler.cxx
      	svx/source/svdraw/svdedtv2.cxx
      	svx/source/svdraw/svdedxv.cxx
      	svx/source/svdraw/svdhdl.cxx
      	svx/source/svdraw/svdobj.cxx
      	svx/source/svdraw/svdograf.cxx
      	svx/source/svdraw/svdoole2.cxx
      	svx/source/svdraw/svdotxtr.cxx
      	svx/source/svdraw/svdundo.cxx
      	svx/source/svdraw/svdxcgv.cxx
      	svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.cxx
      	sw/inc/SwNumberTree.hxx
      	sw/inc/ndnotxt.hxx
      	sw/source/core/access/acccell.cxx
      	sw/source/core/access/acccell.hxx
      	sw/source/core/access/accframebase.cxx
      	sw/source/core/access/accframebase.hxx
      	sw/source/core/access/accmap.cxx
      	sw/source/core/access/accpage.cxx
      	sw/source/core/access/accpage.hxx
      	sw/source/core/access/accpara.cxx
      	sw/source/core/access/accpara.hxx
      	sw/source/core/bastyp/swrect.cxx
      	sw/source/core/crsr/findtxt.cxx
      	sw/source/core/doc/docdde.cxx
      	sw/source/core/doc/notxtfrm.cxx
      	sw/source/core/docnode/section.cxx
      	sw/source/core/draw/dcontact.cxx
      	sw/source/core/edit/edlingu.cxx
      	sw/source/core/inc/anchoredobjectposition.hxx
      	sw/source/core/layout/paintfrm.cxx
      	sw/source/core/layout/tabfrm.cxx
      	sw/source/core/layout/trvlfrm.cxx
      	sw/source/core/ole/ndole.cxx
      	sw/source/core/text/atrstck.cxx
      	sw/source/core/text/inftxt.cxx
      	sw/source/core/text/itratr.cxx
      	sw/source/core/text/itrform2.cxx
      	sw/source/core/text/itrform2.hxx
      	sw/source/core/text/porfld.cxx
      	sw/source/core/text/txtfly.cxx
      	sw/source/core/txtnode/thints.cxx
      	sw/source/core/txtnode/txtedt.cxx
      	sw/source/core/uibase/dochdl/swdtflvr.cxx
      	sw/source/core/uibase/docvw/PostItMgr.cxx
      	sw/source/core/uibase/docvw/SidebarWin.cxx
      	sw/source/core/uibase/docvw/edtwin.cxx
      	sw/source/core/uibase/envelp/labimg.cxx
      	sw/source/core/uibase/uiview/pview.cxx
      	sw/source/core/uibase/uno/unomailmerge.cxx
      	sw/source/core/undo/unattr.cxx
      	sw/source/core/undo/untbl.cxx
      	sw/source/core/unocore/unochart.cxx
      	sw/source/core/view/vdraw.cxx
      	sw/source/core/view/vnew.cxx
      	sw/source/filter/basflt/fltini.cxx
      	sw/source/filter/html/wrthtml.cxx
      	sw/source/filter/inc/wwstyles.hxx
      	sw/source/filter/rtf/rtffly.cxx
      	sw/source/filter/rtf/swparrtf.cxx
      	sw/source/filter/ww8/docxattributeoutput.cxx
      	sw/source/filter/ww8/dump/msvbasic.cxx
      	sw/source/filter/ww8/dump/ww8scan.cxx
      	sw/source/filter/ww8/dump/ww8scan.hxx
      	sw/source/filter/ww8/dump/ww8struc.hxx
      	sw/source/filter/ww8/wrtww8.cxx
      	sw/source/filter/ww8/ww8graf.cxx
      	sw/source/filter/ww8/ww8par.cxx
      	sw/source/filter/ww8/ww8par2.cxx
      	sw/source/filter/ww8/ww8par2.hxx
      	sw/source/filter/ww8/ww8par3.cxx
      	sw/source/filter/ww8/ww8par6.cxx
      	sw/source/filter/ww8/ww8scan.cxx
      	sw/source/filter/ww8/ww8scan.hxx
      	sw/source/ui/dbui/dbinsdlg.cxx
      	sw/source/ui/inc/tablemgr.hxx
      	sw/source/ui/inc/uitool.hxx
      	sw/source/ui/lingu/olmenu.cxx
      	sw/source/ui/uiview/viewport.cxx
      	sysui/desktop/productversion.mk
      	sysui/desktop/slackware/makefile.mk
      	testgraphical/source/CallExternals.pm
      	testgraphical/source/fill_documents_loop.pl
      	testgraphical/ui/java/ConvwatchGUIProject/src/IniFile.java
      	toolkit/doc/layout/notes.txt
      	toolkit/doc/layout/oldnotes.txt
      	toolkit/source/awt/vclxtabcontrol.cxx
      	toolkit/src2xml/source/srcparser.py
      	toolkit/workben/layout/editor.cxx
      	tools/inc/tools/simplerm.hxx
      	tools/inc/tools/solar.h
      	tools/source/communi/geninfo.cxx
      	tools/source/fsys/dirent.cxx
      	tools/source/fsys/filecopy.cxx
      	tools/source/fsys/os2.cxx
      	tools/source/inet/inetmime.cxx
      	tools/source/rc/resmgr.cxx
      	ucb/source/core/ucbcmds.cxx
      	ucb/source/ucp/file/filglob.cxx
      	ucb/source/ucp/odma/odma_content.cxx
      	ucb/source/ucp/tdoc/ucptdoc.xml
      	ucb/source/ucp/webdav/makefile.mk
      	ucbhelper/inc/ucbhelper/simplecertificatevalidationrequest.hxx
      	ucbhelper/source/client/content.cxx
      	ucbhelper/source/client/interceptedinteraction.cxx
      	udkapi/com/sun/star/beans/XPropertiesChangeListener.idl
      	udkapi/com/sun/star/io/ObjectOutputStream.idl
      	udkapi/com/sun/star/io/XMarkableStream.idl
      	udkapi/com/sun/star/io/XTextOutputStream.idl
      	udkapi/com/sun/star/reflection/CoreReflection.idl
      	udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl
      	udkapi/com/sun/star/test/XSimpleTest.idl
      	unodevtools/source/skeletonmaker/skeletoncommon.cxx
      	unodevtools/source/skeletonmaker/skeletoncommon.hxx
      	unotools/inc/unotools/cacheoptions.hxx
      	unotools/inc/unotools/cmdoptions.hxx
      	unotools/inc/unotools/dynamicmenuoptions.hxx
      	unotools/inc/unotools/extendedsecurityoptions.hxx
      	unotools/inc/unotools/fontoptions.hxx
      	unotools/inc/unotools/historyoptions.hxx
      	unotools/inc/unotools/idhelper.hxx
      	unotools/inc/unotools/internaloptions.hxx
      	unotools/inc/unotools/localisationoptions.hxx
      	unotools/inc/unotools/moduleoptions.hxx
      	unotools/inc/unotools/printwarningoptions.hxx
      	unotools/inc/unotools/securityoptions.hxx
      	unotools/inc/unotools/startoptions.hxx
      	unotools/inc/unotools/workingsetoptions.hxx
      	unotools/source/config/cmdoptions.cxx
      	unotools/source/config/compatibility.cxx
      	unotools/source/config/configitem.cxx
      	unotools/source/config/configmgr.cxx
      	unotools/source/config/dynamicmenuoptions.cxx
      	unotools/source/config/fontcfg.cxx
      	unotools/source/config/itemholder1.hxx
      	unotools/source/config/moduleoptions.cxx
      	unotools/source/config/pathoptions.cxx
      	unotools/source/config/viewoptions.cxx
      	unotools/source/misc/sharedunocomponent.cxx
      	uui/source/fltdlg.cxx
      	uui/source/iahndl-filter.cxx
      	vbahelper/inc/vbahelper/collectionbase.hxx
      	vbahelper/source/msforms/vbacontrol.cxx
      	vbahelper/source/vbahelper/collectionbase.cxx
      	vcl/aqua/source/gdi/atsfonts.cxx
      	vcl/inc/aqua/salmathutils.hxx
      	vcl/inc/graphite_cache.hxx
      	vcl/inc/jobset.h
      	vcl/inc/os2/salgdi.h
      	vcl/inc/osx/saldata.hxx
      	vcl/inc/salgdi.hxx
      	vcl/inc/salwtype.hxx
      	vcl/inc/unx/wmadaptor.hxx
      	vcl/inc/vcl/print.hxx
      	vcl/inc/vcl/strhelper.hxx
      	vcl/os2/source/app/salinst.cxx
      	vcl/os2/source/app/saltimer.cxx
      	vcl/os2/source/gdi/salgdi2.cxx
      	vcl/osx/salframeview.mm
      	vcl/osx/salprn.cxx
      	vcl/qa/cppunit/dndtest.cxx
      	vcl/source/app/dbggui.cxx
      	vcl/source/control/ilstbox.cxx
      	vcl/source/gdi/cvtsvm.cxx
      	vcl/source/gdi/gdimtf.cxx
      	vcl/source/gdi/outdev4.cxx
      	vcl/source/gdi/outdev6.cxx
      	vcl/source/gdi/pdfwriter_impl.cxx
      	vcl/source/gdi/pdfwriter_impl2.cxx
      	vcl/source/gdi/print.cxx
      	vcl/source/gdi/print2.cxx
      	vcl/source/glyphs/gcach_layout.cxx
      	vcl/source/glyphs/glyphcache.cxx
      	vcl/source/glyphs/graphite_layout.cxx
      	vcl/source/window/printdlg.cxx
      	vcl/source/window/tabdlg.cxx
      	vcl/source/window/window.cxx
      	vcl/source/window/winproc.cxx
      	vcl/unx/generic/app/saldisp.cxx
      	vcl/unx/generic/dtrans/X11_selection.hxx
      	vcl/unx/gtk/app/gtkdata.cxx
      	vcl/win/source/gdi/salgdi2.cxx
      	vcl/win/source/gdi/salgdi3.cxx
      	vcl/win/source/window/salframe.cxx
      	vos/inc/vos/pipe.hxx
      	vos/inc/vos/process.hxx
      	vos/inc/vos/signal.hxx
      	vos/inc/vos/socket.hxx
      	vos/inc/vos/thread.hxx
      	vos/source/pipe.cxx
      	vos/source/socket.cxx
      	wizards/com/sun/star/wizards/agenda/AgendaTemplate.java
      	wizards/com/sun/star/wizards/agenda/AgendaWizardDialogImpl.java
      	wizards/com/sun/star/wizards/agenda/TopicsControl.java
      	wizards/com/sun/star/wizards/web/FTPDialog.java
      	wizards/com/sun/star/wizards/web/ImageListDialog.java
      	wizards/com/sun/star/wizards/web/Process.java
      	wizards/com/sun/star/wizards/web/ProcessStatusRenderer.java
      	wizards/com/sun/star/wizards/web/TOCPreview.java
      	wizards/com/sun/star/wizards/web/WWD_Startup.java
      	wizards/com/sun/star/wizards/web/data/TypeDetection.java
      	wizards/com/sun/star/wizards/web/export/ImpressHTMLExporter.java
      	writerfilter/inc/doctok/WW8Document.hxx
      	writerfilter/source/dmapper/DomainMapper.cxx
      	writerfilter/source/dmapper/NumberingManager.cxx
      	writerfilter/source/dmapper/PropertyMap.cxx
      	writerfilter/source/dmapper/StyleSheetTable.cxx
      	writerfilter/source/doctok/WW8StructBase.hxx
      	writerfilter/source/doctok/resources.xmi
      	writerfilter/source/ooxml/README.efforts
      	xmerge/source/activesync/XMergeFilter.cpp
      	xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/SxcDocumentDeserializerImpl.java
      	xmerge/source/palmtests/qa/comparator/pdbcomparison.java
      	xmerge/source/palmtests/qa/test_spec/convertor_test_spec.html
      	xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/DefinedName.java
      	xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Workbook.java
      	xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Worksheet.java
      	xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/SymbolLookup.java
      	xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/DocumentDescriptor.java
      	xmerge/workben/jstyle.pl
      	xmlhelp/source/cxxhelp/provider/databases.hxx
      	xmlhelp/source/cxxhelp/provider/provider.cxx
      	xmlhelp/source/treeview/tvread.cxx
      	xmloff/inc/txtfldi.hxx
      	xmloff/inc/xmloff/xmlmultiimagehelper.hxx
      	xmloff/inc/xmloff/xmluconv.hxx
      	xmloff/source/core/xmlexp.cxx
      	xmloff/source/draw/shapeexport2.cxx
      	xmloff/source/draw/shapeexport3.cxx
      	xmloff/source/meta/xmlversion.cxx
      	xmloff/source/style/impastp4.cxx
      	xmloff/source/style/xmlaustp.cxx
      	xmloff/source/text/XMLSectionExport.cxx
      	xmloff/source/text/txtflde.cxx
      	xmloff/source/text/txtimp.cxx
      	xmloff/source/text/txtparae.cxx
      	xmloff/source/text/txtparai.cxx
      	xmloff/source/text/txtvfldi.cxx
      	xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx
      
      Change-Id: Ie072e7c3a60c5dae16a67ac36d1f372c5065c99c
      820a2995
    • Kohei Yoshida's avatar
      fdo#78079: Re-work sort by column to get it to do the right thing. · 3c4fb52d
      Kohei Yoshida yazdı
      Also fixed reference update problem.
      
      Change-Id: I06e6115ef969a011fdd5c92d5eb1927fb7ae789b
      3c4fb52d
    • Kohei Yoshida's avatar
      fdo#78079: Write test for this. · 0e443b77
      Kohei Yoshida yazdı
      Change-Id: I3d3fc54cb433ec60d51341c3b4a077414a99a14c
      0e443b77
    • Markus Mohrhard's avatar
      fix build error · 9a1196aa
      Markus Mohrhard yazdı
      Change-Id: Ia94ccbb5aefca48c1108dc029c5dcdd5161e947b
      9a1196aa
    • Markus Mohrhard's avatar
      remove unused code · 37555c89
      Markus Mohrhard yazdı
      actually I don't want to see the BMP code ever again!!
      
      Change-Id: Ia5be607399238e7e71399d109b2cfbfa889e29d1
      37555c89
    • Markus Mohrhard's avatar
      some small clean-up in new OGL 3D renderer · 1e1c793a
      Markus Mohrhard yazdı
      Change-Id: I0415aac374fa9c09c0556147cf07b31d13af46e1
      1e1c793a
    • Markus Mohrhard's avatar
      more type correctness in new code · 7f28c821
      Markus Mohrhard yazdı
      Change-Id: If6ba00dd10ef0c565c63d559e63ea4135ab4eea4
      7f28c821
    • Markus Mohrhard's avatar
      use sal_ types for variables with fixed width · f49f5e16
      Markus Mohrhard yazdı
      Change-Id: I3a6be24b839633c3864a8961ade06fa59717335a
      f49f5e16
    • Markus Mohrhard's avatar
      remove the need for using namespace std; · 9c5dd8be
      Markus Mohrhard yazdı
      Change-Id: Ibb0d3031fc8ec986d6d2d9c7b178418b4dd37811
      9c5dd8be
    • Markus Mohrhard's avatar
      remove OPENGL_SCALE_VALUE that makes no sense without XShape · c23c32f1
      Markus Mohrhard yazdı
      Change-Id: I1f8874d4d9fd5323fac9c31b9b5334b3d193cd63
      c23c32f1
    • Markus Mohrhard's avatar
      pass large objects by const reference and not by value · 83c4db6d
      Markus Mohrhard yazdı
      Change-Id: I43cfb31ffb268313940a92e80275d70fa8a2333a
      83c4db6d
    • Markus Mohrhard's avatar
      9b8c33ec
    • Markus Mohrhard's avatar
      be explicit about text rotations, fdo#70670 · e0dcb226
      Markus Mohrhard yazdı
      Change-Id: I5090a49c2383e6a30165a8eca22b527972c0f507
      e0dcb226
    • Markus Mohrhard's avatar
      it should not be a warning · 046f71a2
      Markus Mohrhard yazdı
      Change-Id: I1cb1413a1ebae4fbb3d43acf5fe15d6ad81db5bb
      046f71a2
    • Markus Mohrhard's avatar
      add test for fdo#78041 · 5d185dc3
      Markus Mohrhard yazdı
      Change-Id: I08d30102b2218584af2fb800a657728bec42ec18
      5d185dc3
    • Markus Mohrhard's avatar
      set graphic properties for error bars during import, fdo#78041 · 200963d3
      Markus Mohrhard yazdı
      Change-Id: I43138745b074dcacdafa090d97eeb9aa2ccecf78
      200963d3
    • Markus Mohrhard's avatar
      fix spelling error · 90511600
      Markus Mohrhard yazdı
      Change-Id: If6c318f1a1f74a39083bf83eed2f80aca1e27bc5
      90511600
    • Markus Mohrhard's avatar
      add test for fdo#75168 · 3cca2dca
      Markus Mohrhard yazdı
      Change-Id: Iffb07d98333667837a7a2bba00e2d667d49bb709
      3cca2dca