summaryrefslogtreecommitdiff
path: root/framework/source
AgeCommit message (Expand)AuthorFilesLines
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák15-46/+46
2013-08-20Re-work 8bit characters in source code, or remove them.Michael Meeks4-7/+7
2013-08-20Improve some debug outputStephan Bergmann4-97/+49
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist2-3/+11
2013-08-16Related: fdo#38838 ToInt64 and a EqualsIgnoreCaseAscii variant are now unusedCaolán McNamara2-4/+4
2013-08-12XubString->OUStringCaolán McNamara1-3/+3
2013-08-08vcl, sw: fix the inheritance of SwComboBox from ComboBox a bitMichael Stahl1-1/+1
2013-08-07fdo#46037: remove 1 comphelper/configurationhelper in frameworkJulien Nabet1-35/+15
2013-08-06startcenter: Rename DropTargetListener to OpenFileTargetListener, ...Jan Holesovsky2-235/+2
2013-08-06startcenter: Move BackingComp & BackingWindow to sfx2Krisztian Pinter4-1667/+0
2013-08-04fdo#67235 adapt form control code to time nanosecond API change, step 3Lionel Elie Mamane1-0/+4
2013-08-04Mark as const/staticTakeshi Abe2-7/+7
2013-07-31Revert "convert vcl/menu.hxx from XubString to OUString"Kohei Yoshida1-3/+3
2013-07-31convert vcl/menu.hxx from XubString to OUStringNoel Grandin1-3/+3
2013-07-29Remove some occurrences of RTL_CONSTASCII_STRINGPARAM and equalsAsciiLFridrich Štrba1-10/+10
2013-07-28reduce use of UniString from ResID ctorCaolán McNamara8-33/+25
2013-07-27Mark as const/staticTakeshi Abe2-4/+4
2013-07-26fdo#46037: 1 less occurrence comphelper/configurationhelper in fmwk/helperJulien Nabet1-9/+2
2013-07-26fdo#46037: comphelper/configurationhelper partly not used in fmwk/acceleratorsJulien Nabet2-3/+0
2013-07-26fdo#46037: no more comphelper/configurationhelper.hxx in framework/classesJulien Nabet1-7/+5
2013-07-26ouchFridrich Štrba1-0/+1
2013-07-26Don't dupplicate logic so that one can fix possible bugs only onceFridrich Štrba1-28/+6
2013-07-24fdo#66691: Revert fix for i#121577 Allow setting toolbar name in Addons.xcuStephan Bergmann2-77/+13
2013-07-23fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa28-161/+5
2013-07-23convert more services in framework module to WeakImplHelperNoel Grandin19-281/+40
2013-07-23remove unused fieldNoel Grandin1-3/+1
2013-07-23Convert the easy cases in framework to WeakImplHelperNoel Grandin22-433/+104
2013-07-23Convert GlobalSettings_Access to WeakImplHelperNoel Grandin1-15/+5
2013-07-23Convert ModuleUIConfigurationManagerSupplier to WeakImplHelperNoel Grandin1-14/+0
2013-07-23Convert UIConfigurationManager to WeakImplHelperNoel Grandin1-23/+0
2013-07-23Convert ConfigurationAccess_WindowState to WeakImplHelperNoel Grandin1-33/+3
2013-07-23convert WindowStateConfiguration to WeakImplHelperNoel Grandin1-15/+0
2013-07-23Convert framework::StatusBarManager to WeakImplHelperNoel Grandin1-20/+0
2013-07-23Convert framework::ToolBarManager to WeakImplHelperNoel Grandin1-19/+0
2013-07-23Convert framework::AcceleratorConfigurationReader to WeakImplHelperNoel Grandin1-7/+0
2013-07-23improve commentsNoel Grandin1-5/+5
2013-07-23fdo#46808, Convert ui::ModuleUIConfigurationManager service to new styleNoel Grandin2-74/+56
2013-07-20fdo#35785 LibreOffice's support of recent documents in Windows 7 brokenJesús Corrius1-2/+30
2013-07-19remove Application::GetWorkAreaPosSizePixelNoel Grandin1-1/+1
2013-07-18Move comment.Jan Holesovsky1-1/+1
2013-07-18startcenter: No need for special GetFocus().Jan Holesovsky2-10/+0
2013-07-18startcenter: Re-introduce code that handles accelerators.Jan Holesovsky2-3/+84
2013-07-18startcenter: The explicit Show() is not necessary.Jan Holesovsky1-2/+0
2013-07-18startcenter: Remove unused headers & members, move consts to .cxx.Jan Holesovsky2-98/+69
2013-07-18startcenter: Simplify the button setup & make it work better.Jan Holesovsky2-104/+51
2013-07-18startcenter: Make the Open button work as a MenuButton.Jan Holesovsky2-24/+18
2013-07-18startcenter: The window & strings are initialized in .ui, remove from .src.Jan Holesovsky3-47/+3
2013-07-18startcenter: The images have moved to .ui, remove from .src.Jan Holesovsky2-59/+0
2013-07-18startcenter: GSOC Use Widget Layout for the Start CenterKrisztian Pinter2-465/+172
2013-07-14String::SearchAndReplaceAllAscii -> OUString::replaceAllCaolán McNamara1-6/+4