summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-27java,wizards: remove unused classesNoel Grandin
found by UCDetector Change-Id: I7993f781a9e195d7d591e8a9e94a72ee86d77826
2014-11-27java,wizards: remove unused methodsNoel Grandin
found by UCDetector Change-Id: If7d7f7b271f48f82d823a3d7b175adcae91180e3
2014-11-27java,wizards: remove unused class XCommandSelectionListenerNoel Grandin
Change-Id: I80416b3e2065263abd6015843e3aa6f7b7c0b3e4
2014-11-27Fix OpenCL-less buildTor Lillqvist
Change-Id: I8e049a6df5946344110b38887301d186991a475d
2014-11-27Clean up find_msms()Stephan Bergmann
...incorporating insight documented in the commit note of c9c2e27c95a87aa75513555ef485cac978889b19 "Adapt for Visual Studio 2013," and cloph's idea to use Perl to read that oddly named Windows env var in cygwin. Change-Id: I55d364f7a24b50d171a7fdca000ca2d747f6db20
2014-11-27Adapt for Visual Studio 2013Stephan Bergmann
(Note that the registry keys that find_msms() tries to read are apparently only written after you started Visual Studio at least once.) Change-Id: I522b70d9bc5d1d2d775254fc7ddedd7164444062
2014-11-27Resolves: fdo#84043 don't create duplicate Mirrored[X|Y] propertiesCaolán McNamara
regression from 13ef16423e78d3ea825172594f08c47d2f9bfd09 commit 13ef16423e78d3ea825172594f08c47d2f9bfd09 Author: Armin Le Grand <alg@apache.org> Date: Wed Nov 21 13:23:01 2012 +0000 For backward compatibility take mirrorings in setTransformation into account Also found an error in SdrObjCustomShape::TRGetBaseGeometry when MirrorY was used (cherry picked from commit 4116c33b12d3787c406f0348f89efcb1cf409507) Change-Id: I7bfb5dea32b8ab8498e3d92975c49b830c81e6fb
2014-11-27Add a README fileTor Lillqvist
Change-Id: Id0f8a146ca90efe6f84c7a0c377ad3f83ba7da8d
2014-11-27Make osl_getExecutableFile work even without a prior osl_setCommandArgsStephan Bergmann
After 2ad716f406e0fdb9b9294876c64ae92fecbf5e27 "Revert 'pyuno: set up fake command line in getComponentContext(),'" e.g. PythonTest_sw_python would fail on Windows, where WinSalGraphics::GetDevFontList (vcl/win/source/gdi/salgdi3.cxx) calls osl_getExecutableFile and is itself called in a python process where osl_setCommandArgs has not been set up. This patch makes osl_getExecutableFile on all platforms if osl_setCommandArgs has not (yet) been set fall back to the code that was osl_bootstrap_getExecutableFile_Impl (which was called from sal/rtl/bootstrap.cxx, which can now call osl_getExecutableFile). Change-Id: I6c1bb59205041b3208c830a8b8406e28128b4566
2014-11-27Resolves: fdo#86203 FontCharMap claims to have twice the entries it shouldCaolán McNamara
regression from commit f6d61562d41b8a49449d881da66a3d8fa519487f Author: Chris Sherlock <chris.sherlock79@gmail.com> Date: Mon Oct 6 18:16:16 2014 +1100 vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMap which added this hunk to FontCharMap::FontCharMap without removing the existing loop in ImplFontCharMap::ImplFontCharMap which did exactly the same thing. So doubling the true mnCharCount. Lets just leave the initialization of mnCharCount in the ctor of the thing that contains mnCharCount Change-Id: I389cbd32217b48ed1faf8e2fa51c8f502c09dbf6
2014-11-27Fix OpenCL-less buildTor Lillqvist
Change-Id: I36a0151640067e3d040ebf46784bdb8c534153e1
2014-11-27Try to fix MSVC buildTor Lillqvist
Change-Id: I24c48d2540a8cb7d2a823862d53cddf90d41f94a
2014-11-27Add the "Test" button backTor Lillqvist
This functionality is Calc-specific and will stay in the Calc part of the options. Let's not give the false impression that it would be going away. (How it looks and works now is not final.) Change-Id: Ic2f783a6fd07de89eec7d7e685364dad71243b4b
2014-11-27fix higher debug level buildCaolán McNamara
Change-Id: Id35efda5e4df820cda2afd7b65b5f890fec03f2f
2014-11-27Work in progress: Move Calc-independend OpenCL configuration out of scTor Lillqvist
Intermediate commit. More changes will follow: The device selection logic needs to be moved, too. (And cleaned up.) Instead of the separate formulacalculationoptions dialog we should simply have a normal options page for those OpenCL-related settings that will remain purely Calc-specific, like the formula opcode subsetting. Change-Id: Id60d95e80d377cbbf5780beb473b221bce06b5e5
2014-11-27Missing slashStephan Bergmann
Change-Id: I56a37e08b533afb7a2aa91c82862c232c99f7112
2014-11-27SwFrm::GetBackgroundBrush(): silence assertMiklos Vajna
getSdrAllFillAttributesHelper() should be called on an SwFrm in case supportsFullDrawingLayerFillAttributeSet() retruns true, otherwise we get: getSdrAllFillAttributesHelper() call only valid for RES_FLYFRMFMT and RES_FRMFMT (!) Change-Id: I08b5bffee4f2ebd852017640f9c2e5a5075ca2ec
2014-11-27Remove dead dmake makefile.mkStephan Bergmann
Change-Id: If57799fb00ce55818658cce375e1ab0244372772
2014-11-27java,wizards: remove completely unreferenced fieldsNoel Grandin
found by UCDetector Change-Id: I00a35337478111991dec7fa6310e57d3b5a146fa
2014-11-27java,wizards: remove unnecessary use of reflectionNoel Grandin
Change-Id: I44750fa6673c7b5e0a796b6e443028aa3a5e68fc
2014-11-27java,wizards: remove unnecessary use of reflectionNoel Grandin
Change-Id: I6c879957e4dcd003eb155900d4cc9cd8f445ef32
2014-11-27Missing includeStephan Bergmann
Change-Id: I65c2f9d6f3d0974d94c1f7b6bcde28db53d85516
2014-11-27Factor out OutlinerParaObject::dumpAsXml() from SwDoc::dumpAsXml()Miklos Vajna
Change-Id: I5e805aa98f643b5a034cdeadb4718af528af022c
2014-11-27sw: Swap Zoom In and Zoom out in the preview toolbars.Jan Holesovsky
Zoom Out is expected to be on the left, as in the status bar. Change-Id: Ie2a678af407ead0ae40ab7d89f435c8bfb7d8b8e
2014-11-26simplifyStephan Bergmann
Change-Id: I6cb7c66a8dbac1a887d4f218f5de9d73310c809b
2014-11-26collada2gltf: Force GLSL versionMatúš Kukan
Change-Id: Ia5e29cff04c3a38d992a78b956a93103ad1042a3
2014-11-26Fix .uno:NumberFormatTime tooltipMaxim Monastirsky
Change-Id: I4fb9842002f5dcc56c962a9a3437837110c7625d
2014-11-26sidebar: Try to fix initial spacing valuesMaxim Monastirsky
Process SID_ATTR_METRIC status before any other, and call SetMax methods before SetValue, so indent values won't be truncated by a wrong max value. Change-Id: I36d8c0cce9561902aa2c4d531740f56c80207012
2014-11-26Cleanup some leftovers from the line spacing popup conversionMaxim Monastirsky
Change-Id: Ia2e35461958ea5d79241fa2231bd7ef164fc378d
2014-11-26Unused includesMaxim Monastirsky
Change-Id: I262b3106bf426a12b2e826eeefd02351e67c7a9b
2014-11-26fix higher debug level buildCaolán McNamara
Change-Id: Ibc2b9e56882fac4ebd181ef9fd66d91981951d32
2014-11-26vcldemo profiling: support Windows time resolutionLászló Németh
Change-Id: I0a8f6b256f170b351a5d46cc899d6360123b2719
2014-11-26Needless indirectionStephan Bergmann
Change-Id: Idf514941f4bb05834d8ac0d7bafbe86e34377611
2014-11-26Silence Mac OS X 10.9/10.10 deprecations for nowStephan Bergmann
Change-Id: Ie63ed8f6f66a7641ad872f93d76efb962333cec9
2014-11-26Remove some obsolete definesStephan Bergmann
Change-Id: I6b62a824787cba47f3d3004f09ed684275c95995
2014-11-26Use Package_pyuno_pythonloader_ini for installStephan Bergmann
Change-Id: Ia4f06beea2e16b6a0235c87ae47cec8430cd1f40
2014-11-26Extract python-only pythonloader.uno ini-file into its own PackageStephan Bergmann
Change-Id: Ifa9d12fa190f929807dc0dc7342e162aeb9a0576
2014-11-26Resolves: fdo#79707 duplicate acceserator keys in spell checking dialogCaolán McNamara
Change-Id: I75d2c7ac735ad3fd430eb7a3ef28ff58930769b6
2014-11-26Resolves: fdo#75408 go back to the old way of doing thingsCaolán McNamara
Revert "Resolves: rhbz#1012353 fdo#48846 allow starmath objects to be resized" This reverts commit 1b717e5686f34c3ce798310a6216f7ea98fb2cd9. Change-Id: Iaf8410fc1e5611cda04356d32e37ee25a7f59898
2014-11-26Resolves: fdo#85590 'Pick a color' circle location is incorrect when openedCaolán McNamara
Change-Id: I18a00d0ab7acc30f4751c0e19cceffefdce90474
2014-11-26vcl: prefix global variable g_vShareListMichael Stahl
Change-Id: I13ecc76d8bd75ee65e626670995d7c93efc953ca
2014-11-26vcl: fix STL asserts in ~OpenGLContext(), calling wrong erase() overloadMichael Stahl
Change-Id: Ia830ac1e70f74859dff871f24538af3f2f83fd9d
2014-11-26Move instdir-only ooenv into its own PackageStephan Bergmann
Change-Id: I399f4c5c6618dd151bd649f07e1b9d661e224324
2014-11-26there is no HI country code, I suspect it should be HT for HaitiCaolán McNamara
https://github.com/languagetool-org/languagetool/pull/219 Change-Id: I32e5caac17165a77d0803e782a285a9f32752742
2014-11-26No need to call osl_setCommandArgsStephan Bergmann
...cf. 2ad716f406e0fdb9b9294876c64ae92fecbf5e27 "Revert 'pyuno: set up fake command line in getComponentContext()'" and 54981ce9286073306513fa58405ebc7730eb6dfb "Adapt some logs and assertions." Change-Id: I15229a29a3557b0490d7876b418dd24620ee4df5
2014-11-26Writer: Set document as modified and add undo when renaming bookmarksMatúš Kukan
Change-Id: Id0d4695b6a7c5eae0493e679345bd41d4687d6d7
2014-11-26share/template/shellnew/soffice.od? are only installed on WindowsStephan Bergmann
Change-Id: Id6afa19b5d1cbb0a76bb7d8a34d40ba4eda214ec
2014-11-26Generate consistent buildid values in instdir/ setup and version ini-filesStephan Bergmann
...consistent with the values in the correpsonding ini-files in generated installation sets. Change-Id: I8466cc64d309bbb3fe4bec7833803081d14e1097
2014-11-26No need for empty presets/uno_packages/Stephan Bergmann
...it is created on demand in the UserInstallation via dp_misc::create_folder (desktop/source/deployment/misc/dp_ucb.cxx)---and was only present in installation sets, not in instdir/, anyway. Change-Id: I37caf24a9d8821c49815be9d6b9b15c08a66af95
2014-11-26No need for empty presets/psprint/Stephan Bergmann
...it is created on demand in the UserInstallation in psp::getOfficePath (vcl/generic/fontmanager/helper.cxx)---and was only present in installation sets, not in instdir/, anyway. Change-Id: I6d7314f7fa4f6c0040e94e49ac1fe34d03e861be