summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Collapse)AuthorFilesLines
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer5-71/+4
This is a follow up commit to - 22d1beb78a475e4846af945afde1c4d6c263b5d6 - 1c7af455ab9345304a7ac48ce2e0310de2ac8a75 Change-Id: I102685391125f3b4f7bdf838f8bd17a2283d558d
2013-08-27Bin intermediate iteratorJulien Nabet1-5/+3
Change-Id: I49e6cd7bc6e4db95163d0b0b8c81bb4330ead081
2013-08-27Bin intermediate iterator + rename parameter functionJulien Nabet1-5/+3
Change-Id: Ic1055af502918ee754673a6e3ad704c55ef09a36
2013-08-27Bin intermediate iterator againJulien Nabet1-3/+1
Change-Id: I6c3410e4043f6a10474f955434e8c855f60ecc80
2013-08-27Bin intermediate iteratorJulien Nabet1-3/+1
Change-Id: I6401adb29fc3fe4c8b7d420fc9bc325827ec4f21
2013-08-27Bin intermediate iterator + rename parameter functionJulien Nabet1-5/+3
(see example of http://www.cplusplus.com/reference/vector/vector/erase/) Change-Id: I8c0ee334abd91ea99b80a43581a04cbbf9a91fa3
2013-08-24build on higher debug levelsCaolán McNamara1-1/+1
Change-Id: I7f4d85f3e26ab8b19dae05c6907840b97a8af1d6
2013-08-24Don't use lock files when sandboxed on OS XTor Lillqvist1-1/+1
We won't be allowed to create such files anyway. Change-Id: Iaba652b9ae3f1d8c7cfeaae493e962d58ad1fb7f
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák15-46/+46
Compiler plugin to replace with matching number(), boolean() or OUString ctor, ran it, few manual tweaks, mark as really deprecated. Change-Id: I4a79bdbcf4c460d21e73b635d2bd3725c22876b2
2013-08-20Re-work 8bit characters in source code, or remove them.Michael Meeks6-10/+8
Change-Id: I93e14d4936c0ffbe03425d4a54bb0e09bc62b3e3 Reviewed-on: https://gerrit.libreoffice.org/5550 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2013-08-20Improve some debug outputStephan Bergmann5-98/+49
Change-Id: I1008822ba8592ea43f87805bf00adbfdaf4f02fc
2013-08-18Further work on the "Mac-like app structure" optionTor Lillqvist1-1/+1
Lots of stuff still either ended up in the wrong place, or was looked up from the wrong place, or both. Fix most cases. Change-Id: I06ebbce207c219f3cd82b4387dd9b3fdb83420d4
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist3-3/+12
Change all instances of hardcoded "program", "share" etc subfolder names to use those from <config_folders.h> instead. In normal builds, the end result will not change. Change-Id: I91c95cd8e482818be67307e889ae6df887763f53
2013-08-16Related: fdo#38838 ToInt64 and a EqualsIgnoreCaseAscii variant are now unusedCaolán McNamara4-6/+6
Change-Id: I2a2cc56cf005f564c798b8d43ef7e8c4b7f9eeff
2013-08-12Typo: controling => controllingJulien Nabet1-1/+1
Change-Id: Ie5bb34d2000be74bad7f18808f49f389ab9373d8
2013-08-12XubString->OUStringCaolán McNamara1-3/+3
Change-Id: I04c7da143425a9d8cc4fae155ad45a469df953c1
2013-08-08vcl, sw: fix the inheritance of SwComboBox from ComboBox a bitMichael Stahl1-1/+1
Remove the silly overloading, and introduce virtual methods. Change-Id: If54a6a3fb7464283f80d3387ae23db234690f8a3
2013-08-08Move startcenter.ui from framework to sfx2Krisztian Pinter2-310/+0
In a previos move BackingWindow was moved, but startcenter.ui was left behind by accident. Change-Id: I7d9669df9b2b65311e119640ba2a7a331b6336e9 Reviewed-on: https://gerrit.libreoffice.org/5316 Reviewed-by: Jan Holesovsky <kendy@suse.cz> Tested-by: Jan Holesovsky <kendy@suse.cz>
2013-08-07fdo#46037: remove 1 comphelper/configurationhelper in frameworkJulien Nabet1-35/+15
Change-Id: I7c958347297f17875aded7a64526b1673a439ecf Reviewed-on: https://gerrit.libreoffice.org/5271 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-08-06startcenter: Rename DropTargetListener to OpenFileTargetListener, ...Jan Holesovsky4-324/+2
...move it to svtools, and kill the cut'n'pasted version. Change-Id: Ifacf110ff08b359bd0f611dff20b3c5142e6bcc8
2013-08-06startcenter: Move BackingComp & BackingWindow to sfx2Krisztian Pinter8-1823/+0
BackingWindow will use ThumbnailView from sfx2 and it had to be moved to avoid a circular dependency Change-Id: I33a5982ed9e51307476c837f3f534ded7ed38ee0
2013-08-04fdo#67235 adapt form control code to time nanosecond API change, step 3Lionel Elie Mamane1-0/+4
Change-Id: I4899c89ee5b2a54c9c05b531ab284365f1558e3d Reviewed-on: https://gerrit.libreoffice.org/5270 Tested-by: Lionel Elie Mamane <lionel@mamane.lu> Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
2013-08-04Mark as const/staticTakeshi Abe2-7/+7
Change-Id: I54a7daee7345e7c0c5c3f866d5c365722b567eff
2013-07-31Revert "convert vcl/menu.hxx from XubString to OUString"Kohei Yoshida1-3/+3
This reverts commit 43b1ac3651732a1ceb193268ab72b4aaa90dee65.
2013-07-31convert vcl/menu.hxx from XubString to OUStringNoel Grandin1-3/+3
Change-Id: I9469363c09e4cc863ad4d8ddddf8d923fe444e25
2013-07-29Remove some occurrences of RTL_CONSTASCII_STRINGPARAM and equalsAsciiLFridrich Štrba1-10/+10
Change-Id: I7acc31f819be6552344073fa032085d01622fca3
2013-07-28reduce use of UniString from ResID ctorCaolán McNamara8-33/+25
Change-Id: I8d7619e7807ff2d400ec5c7fd181375130245728
2013-07-27Mark as const/staticTakeshi Abe2-4/+4
Change-Id: I9000ea607e1df140ac18d59f7c4d4abd999c71d1
2013-07-26fdo#46037: 1 less occurrence comphelper/configurationhelper in fmwk/helperJulien Nabet1-9/+2
Change-Id: I504789fb6b1e5332b0c131313ea9b9c538227d46
2013-07-26fdo#46037: comphelper/configurationhelper partly not used in fmwk/acceleratorsJulien Nabet2-3/+0
Change-Id: I710b9155b6ce8f42f46d87c80cebf37414e91c70
2013-07-26fdo#46037: no more comphelper/configurationhelper.hxx in framework/classesJulien Nabet1-7/+5
Thank you Stephan! Change-Id: I70a7f3dbbbe71c165f823ecc207bb5995a8e1376
2013-07-26ouchFridrich Štrba1-0/+1
Change-Id: I927a688c28121d084bf3fd9a57dd1a9c2501a407
2013-07-26Don't dupplicate logic so that one can fix possible bugs only onceFridrich Štrba1-28/+6
Change-Id: I58744a93d3edb3002e9a71c22e0d492cb9277e73
2013-07-24fdo#66691: Revert fix for i#121577 Allow setting toolbar name in Addons.xcuStephan Bergmann2-77/+13
...which incompatibly changed Addons.xcs and breaks extensions (and LibreLogo, which adds to Addons.xcu even though it is not an extension). See the mail thread starting at <http://lists.freedesktop.org/archives/libreoffice/2013-July/054612.html> "[Libreoffice-commits] core.git: #i121577# Allow setting toolbar name in Addons.xcu" for details. This reverts commit 85f072ef33ef47b5e3e0bcd51acb5c4179cde2c2 "Resolves: #i121577# Allow setting toolbar name in Addons.xcu" plus follow-up af572d9fbb744c9691abe465815d7927a9d11510 "Related: #i121577# Allow setting toolbar name in Addons.xcu," f13f9b5cc5267a7a5606b1a89db91b6d7aef5f9c "various .xcus are gone now," and 37d9921797a3ad3be8257fbfee11326549fcd987 "odk/examples/python/toolpanel/CalcWindowState.xcu is still in use," plus those parts of f97ca6f65182efc6542c53ac5e973b3ff398a5d1 "Resolves: #i116455# Make toolbar style settings persistent" that apparently belong to the fix for i#121577 rather than i#116455. Change-Id: Ib744566f3d8da7d9008d7dad8bec60f1bf32e743
2013-07-23fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa31-165/+5
Change-Id: Ib0edc828691c6a8edbd1f45d3c0e2851c32c865f Reviewed-on: https://gerrit.libreoffice.org/5013 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-07-23convert more services in framework module to WeakImplHelperNoel Grandin30-393/+114
Change-Id: I417ae2ce644f39fce0e8eb9fbe6a3a3c783b6227
2013-07-23remove unused fieldNoel Grandin2-8/+1
Change-Id: I1b81b39a4c66895c6f6b7d40e00ea2a483d8b4fd
2013-07-23Convert the easy cases in framework to WeakImplHelperNoel Grandin44-689/+320
Change-Id: I6547c4aee2aa4d15ad516a6a45002b81b7a8ac13
2013-07-23Convert GlobalSettings_Access to WeakImplHelperNoel Grandin1-15/+5
Change-Id: Iaa1134bee8e3b36e940376622b5c22085892b81b
2013-07-23Convert ModuleUIConfigurationManagerSupplier to WeakImplHelperNoel Grandin2-24/+6
Change-Id: I526eb65bb00808c85caa8fcba3359321e7cec2da
2013-07-23Convert UIConfigurationManager to WeakImplHelperNoel Grandin2-32/+5
Change-Id: I1e8a498f38e19419d3f8fdc91c0bcaf2cb3f41a5
2013-07-23Convert ConfigurationAccess_WindowState to WeakImplHelperNoel Grandin1-33/+3
Change-Id: I962e87e81905bfc61b03e1c1c7ee9f01b030df9d
2013-07-23convert WindowStateConfiguration to WeakImplHelperNoel Grandin2-18/+1
It was already half way there, just some leftover macro definitions. Change-Id: I607eb22d08fd0e5d7d0be0b8bb217bcc7740d983
2013-07-23Convert framework::StatusBarManager to WeakImplHelperNoel Grandin2-31/+7
Change-Id: I25cc72536d8832d93d6832591bdba25ac0654ee3
2013-07-23Convert framework::ToolBarManager to WeakImplHelperNoel Grandin2-37/+16
Change-Id: I2fc48b892c68cc6054ceec51c4b050e445c22f6a
2013-07-23Convert framework::AcceleratorConfigurationReader to WeakImplHelperNoel Grandin2-15/+3
Change-Id: I2e2528c539ba93eb72466bd361c189be5746ecfe
2013-07-23improve commentsNoel Grandin1-5/+5
Change-Id: Ib2735c946ca331382e0c178b303c3769c0a35185
2013-07-23fdo#46808, Convert ui::ModuleUIConfigurationManager service to new styleNoel Grandin5-93/+66
.. and convert it to WeakImplHelper at the same time. Change-Id: I20549f5cc6efb60c5210d3f9b6ecf3ade7e4a75a
2013-07-20fdo#35785 LibreOffice's support of recent documents in Windows 7 brokenJesús Corrius1-2/+30
Change-Id: I916ba1335b0a0420f568ab9340632f273e3c9516 Reviewed-on: https://gerrit.libreoffice.org/4997 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-07-19typo fix in commentMÁTÉ Gergely1-1/+1
Change-Id: I4c4d9927f6165b3febd089bc5cfb6af188aedcf0 Reviewed-on: https://gerrit.libreoffice.org/4990 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>