summaryrefslogtreecommitdiff
path: root/dbaccess/inc
AgeCommit message (Collapse)AuthorFilesLines
2015-09-18Some follow-up #include clean-upStephan Bergmann1-1/+0
Change-Id: I4e91748701becfc92a379a490c08e9c7950007e3
2015-09-17boost->stdCaolán McNamara4-5/+0
Change-Id: Idfbcfa1e5ba7bff92e98693c33c4b33a6beda08f
2015-08-03tdf92459 replace select1st/2nd in dbaccessDaniel Robertson2-2/+0
Replace all uses of deprecated features in the o3tl with lambda expressions in dbaccess. Change-Id: I865bb5db5257e985a0eed0110874d6b29892fcfb Reviewed-on: https://gerrit.libreoffice.org/17483 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-1/+1
This may reduce some degree of dependency on boost. Done by running a script like: git grep -l '#include *.boost/scoped_array.hpp.' \ | xargs sed -i -e 's@#include *.boost/scoped_array.hpp.@#include <memory>@' git grep -l '\(boost::\)\?scoped_array<\([^<>]*\)>' \ | xargs sed -i -e 's/\(boost::\)\?scoped_array<\([^<>]*\)>/std::unique_ptr<\2[]>/' ... and then killing duplicate or unnecessary includes, while changing manually m_xOutlineStylesCandidates in xmloff/source/text/txtimp.cxx, extensions/source/ole/unoconversionutilities.hxx, and extensions/source/ole/oleobjw.cxx. Change-Id: I3955ed3ad99b94499a7bd0e6e3a09078771f9bfd Reviewed-on: https://gerrit.libreoffice.org/16289 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-02-05Updated all precompiled headers.Ashod Nakashian3-4/+15
Change-Id: I955c8ac4dbe002d23531df7eb10fb4444d6b5157 Reviewed-on: https://gerrit.libreoffice.org/14292 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-76/+0
Change-Id: I7223530ae37297a76654cd00cc1fedb56dbe3adb
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-1/+1
you can get debug stl this way Change-Id: Ia70a3e7c7c452390e8bee34975d296c9318e4a19
2014-08-15convert user details page to .uiCaolán McNamara1-1/+0
Change-Id: Id8ad4a013fb5049452bbad502da828db94ce7d47
2014-08-13update_pchThomas Arnhold2-0/+3
Change-Id: Ic1dae7aac2f4367b4196ba3128c0aea9be1fbbda
2014-07-21convert backup page to .uiCaolán McNamara1-2/+0
Change-Id: Id9a90001153fdaad51a00b68f38b1298195c5646
2014-07-02drop unused helpidCaolán McNamara1-1/+0
Change-Id: I609d1de30ad6e99f664d0a0fb853ea06a581e85e
2014-06-10tweak things to allow switching between small and large toolbar iconsCaolán McNamara1-7/+0
Change-Id: Ife4da4c6f4acc3b3f9fde18cdfc09635cf9b6776
2014-06-04update_pch: add a bunch of pch filesThomas Arnhold6-0/+291
connectivity: 3m52s -> 2m47s cppcanvas: 28s -> 13s cppuhelper: 20s -> 14s dbaccess: 2m38s -> 2m01s hwpfilter: 16s -> 13s sot: 21s -> 16s Change-Id: I49286bfe6be73dd1b861be632b95e17a99e82f8a
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold1-1/+0
for i in `find . -name *.src -or -name *.hrc`; do FILE=$(cat -s "$i"); echo "$FILE" > "$i"; done Change-Id: I2bac5ad3e1eb3c566e5c867ccf45893a19e1561e
2014-05-13convert copy table page to .uiCaolán McNamara1-2/+0
Change-Id: Id537486dcaf0d3c6ab850a9fb50cef3d995ad51f
2014-05-11update_pch: add dbaThomas Arnhold2-0/+368
3m32s -> 2m43s Change-Id: I67f3d05fad90ca06754e8305387171f52b3d7095
2014-05-09convert apply columns page to .ui formatCaolán McNamara1-1/+0
Change-Id: I14f12809d2e78a184ed53d6d9cee81d5f4e79ae6
2014-04-23huge hrc and src file cleanupThomas Arnhold2-94/+2
* mostly fallout from ui conversion * some completely unused defines from src files * lots of unused HID ids Change-Id: I976561205798db3d06ee139de6223f638e58f47a Reviewed-on: https://gerrit.libreoffice.org/9142 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
2014-04-14update_pchThomas Arnhold1-3/+7
Change-Id: I099bff66a7796a5cf18e37e445467bdfb33de602
2014-04-01convert sql exception dialog to .uiCaolán McNamara1-2/+0
Change-Id: I57878f8c9fcae09e3904c4e316ffa6277625b960
2014-04-01convert user admin password dialog to .uiCaolán McNamara1-1/+0
Change-Id: Ia94c3b27b80d8c58e287ae588a5f6a40fb64fa38
2014-03-13convert relation dialog to .ui formatCaolán McNamara1-16/+0
Change-Id: I5c3fce06cbcd9ce46e85f66fb06369155d514efe
2014-03-13convert query join dialog to .ui formatCaolán McNamara1-4/+0
Change-Id: I1de2bb1d171e23a42834e20040ade92822901876
2014-02-10convert add relationships dialog to .uiCaolán McNamara1-8/+0
Change-Id: I984ff7e4fca6e7cd3529e921383bca4e6f2a464e
2014-02-04convert database save as dialog to .uiCaolán McNamara1-3/+0
Change-Id: Ifc8d43930ecbd3ccd67147cd891260555976dc0d
2014-02-04convert query filter dialog to .uiCaolán McNamara1-2/+0
Change-Id: I53cbe7e73ad68d478f9dece990c3b87ce55f5f34
2014-01-30Introduce com.sun.star.ui.theModuleUIConfigurationManagerSupplier singleton.Matúš Kukan1-1/+1
Change-Id: I7b503e5d49865c9ff287bf72eaff1995ce871790
2014-01-29convert user admin dialog to .uiCaolán McNamara1-1/+0
Change-Id: Iee1a8b5f1fac024fb5983063f032b344e5814fbc
2014-01-29convert generated values page to .uiCaolán McNamara1-3/+0
Change-Id: I1193183c593f316550799dd20d8350b86e761436
2014-01-29convert special settings page to .uiCaolán McNamara1-20/+0
Change-Id: Ic69f35f4bd6c27bffa407c6d6c5046c66ca1173a
2014-01-29convert database properties dialog .to uiCaolán McNamara1-2/+0
Change-Id: I63c046f1637248e274698dbe13130124669e0712
2014-01-28Introduce com.sun.star.frame.theUICommandDescription singleton.Matúš Kukan1-1/+1
Change-Id: Ic88cca3722d555ba48d7da8c176556fa1ff90650
2014-01-24convert dbwizard final page to .uiCaolán McNamara1-5/+0
Change-Id: Ib31810170574e46b84a9847b25585fee791d630d
2014-01-21convert table filter page to .uiCaolán McNamara1-3/+0
Change-Id: I7bfb7698e2a5303b492766fba564c7b9033bcc52
2014-01-20convert advanced db settings dialog to .ui formatCaolán McNamara1-2/+0
Change-Id: Ia3152b7cc5edd89f37c78841e10bb5feacc6fc12
2014-01-09convert sort options dialog to .uiCaolán McNamara1-1/+0
Change-Id: Ic110c6d2fb1f1fc28344c119eaa1b61d0ba81e6b
2013-12-26convert col width and row height dialogs to .uiCaolán McNamara1-4/+0
Change-Id: Ic64d2e0e296b8d2ed06162e1f778194486fb6fed
2013-11-05update pchThomas Arnhold1-0/+1
Change-Id: I10f3dbd9513052b3bbe30ddc6523cd231f26ded3
2013-10-20drop unnecessary tools/string includesCaolán McNamara1-1/+0
Change-Id: I4278999b9b7d184c26036bbe9e3b98420f461e8c
2013-09-05update pchThomas Arnhold1-2/+3
Change-Id: I6d5e8d3fd69189935a3338fee19b60022f70a7eb
2013-08-22convert include/svtools/QueryFolderName.hxx from String to OUStringNoel Grandin1-1/+0
Change-Id: Iec274c35c3ce4f1f9d5f17bd5562b52b788595d4
2013-06-28remove toolkit/unohlp.hxx hackThomas Arnhold1-1/+0
Change-Id: Idb9971d848870f4d00dbf77e80e48bf7dfde8913 Reviewed-on: https://gerrit.libreoffice.org/4601 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-05-07dbaccess: remove Package_incMichael Stahl10-1338/+0
Change-Id: I8e6748eef04f25603851a33d049cb9585fa04cc6
2013-04-25update pchThomas Arnhold1-0/+1
Change-Id: I67e73438312f2a672e71762ee6707ec5d425bb47
2013-04-17Update pchAurimas Fišeras1-1/+1
Change-Id: Ice80350184f7a514d5beab0a5e1da5b98d5733e4 Reviewed-on: https://gerrit.libreoffice.org/3427 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák4-30/+30
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-04-05new module i18nlangtagEike Rathke1-1/+1
Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
2013-04-05Remove SvtInternalOptionsThomas Arnhold1-1/+0
* only Get/SetCurrentTempURL were used, but only for compatibility reasons, to remove old temporary directories (before 2001). Those should be gone today. * MailUIEnabled was false in the xcu file. * SID_MAIL_SENDDOC* are handled some lines further. Change-Id: I482719b0de9df0a77c2fef0bf25ae1fb68926375 Reviewed-on: https://gerrit.libreoffice.org/3180 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz> Notes: API CHANGE.
2013-04-02update pch filesThomas Arnhold1-0/+2
Change-Id: Ic33dd20a469d1905d2bdaf1ce3633e6ac6db8a4c
2013-03-25remove external include guardsThomas Arnhold1-2/+0
Change-Id: If5758e02baa8e019923355b6c97043b306223fdd