summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-18fdo#66762 - Other: com.sun.star.awt.DisplayAccess removedNoel Grandin
API_CHANGE: I removed the undocumented internal API "com.sun.star.awt.DisplayAccess" in commit dde234b6955a421d51d2b37e4fc3972c660146f0 "fdo#46808, remove awt::DisplayAccess service." However, it appears someone was actually using this. Now, at the same time, we have a method in XToolkit, getWorkArea(), which looks like it was designed to return this exact information, but which has been returning zero for as far back as our commit history goes. So, to kill two birds with one stone, this commit changes getWorkArea() to return the information the customer needs, to wit, the size and position of the primary display. Change-Id: I76300bac604e9e4b7be95b0872a7f95cb6781903 Reviewed-on: https://gerrit.libreoffice.org/4919 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2013-07-18WaE: assuming signed overflow does not occur when assuming...Caolán McNamara
that (X + c) < X is always false [-Wstrict-overflow] Change-Id: I63880bf27ab7e34eb9e0be682b39b80b71d65103
2013-07-18fdo#46808, Convert frame::FrameControl service to new styleNoel Grandin
Change-Id: I38fc91e70d99472a4336250acd5c7dc3457b21ab
2013-07-18remove some useless comment blocksNoel Grandin
Change-Id: I3fd6c7ee6ae5b6c634c14ad9d60ae4abc8c03880
2013-07-18Resolves: #i122767# disallow pre-standard C++ for-scopeHerbert Dürr
(cherry picked from commit 197b1ac3007b870e6c51ae9c767ad4f2a340e799) Conflicts: odk/settings/settings.mk solenv/gbuild/platform/windows.mk solenv/inc/set_wntx64.mk solenv/inc/wntmsci11.mk Change-Id: I266a0d7672839b4568e76b7223aae15d82cd9a63
2013-07-18fdo#65457 - Provide visual clues in presenter view.Ciorba Edmond
Change-Id: I225ae2dfa467df824d2586a05c8b8b576a43e8dc Reviewed-on: https://gerrit.libreoffice.org/4929 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-07-18fdo#66981 descriptions should start with upper case letterAndras Timar
Change-Id: I4821b2821af6b328f4e295b20709a84ce259ef5b
2013-07-17grr, forgot the disabled expanded fooCaolán McNamara
Change-Id: I7a32e00c740f1c911e92c845d0181713362fefee
2013-07-18*api: tweak docsMichael Stahl
Change-Id: Icc470b284cc511facbe7479d3d04f033ec4e19e5
2013-07-17Revert "firebird: pass link options as LDFLAGS"Michael Stahl
This reverts commit 3136c467dcfc3fe457ccc974684333f431f0af61. Strangely firebird's build system apparently uses LDFLAGS on Linux and Windows but not on MacOSX, whereas CXXFLAGS are consistently put also on linker command lines. Change-Id: I87dbe69a8d85b058ece9170105bf928cbd22db85
2013-07-17Updated coreCaolán McNamara
Project: help d87de0c383537470900fcd7dc78d534e1f9c3f7c
2013-07-17Updated coreCsikós Tamás
Project: help a9a5eef71062ee0fe8ab18845166af73f6e25a00 update help ids for advanced filter dialog .ui conversion Change-Id: I3f4ed027caf18871f6642eb96c2f857d77cad242 Reviewed-on: https://gerrit.libreoffice.org/4961 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-07-17wrong widget name in wrap page .ui conversionCaolán McNamara
Change-Id: If29d55eaa2fa58ea907611a93b90a1e41178a6da
2013-07-17set the widgets to get the extra title text from when in shrink modeCaolán McNamara
Change-Id: Ia809ab852180f0422a16b2fad5d93f35a2e6f604
2013-07-17modern .ui widgetlayout for sfilterdlgCsikós Tamás
Change-Id: I0182338fe2d70d6484d2e7edc2ee621d1a19f150 Reviewed-on: https://gerrit.libreoffice.org/4934 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-07-17remove gb_LinkTarget_add_noexception_objectBjoern Michaelsen
Change-Id: I44f7df6e5f816cfcf7a44c6c4c76e80924237d45 Reviewed-on: https://gerrit.libreoffice.org/4955 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-07-17kill gb_NoexPrecompiledHeaderBjoern Michaelsen
Change-Id: I34b6cc6eceb8f326ba7e353d3d1aee3c93ea02bd Reviewed-on: https://gerrit.libreoffice.org/4956 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-07-17Resolves: #i21548# add context menu to code editor part of Basic IDEHerbert Dürr
for now only with cut, copy and paste but can be extended Patch by: Tsutomu Uchino <hanya.runo@gmail.com> (cherry picked from commit 82170a2180449bccb55b5091571dc79ec6fc7b51) Conflicts: basctl/source/basicide/baside2b.cxx Change-Id: I2654eb073804cfe6936fa98e859800441ee34e42
2013-07-17Resolves: #i122759# prefer the UIName for the list of...Herbert Dürr
"Always save as" filter names the listbox in the Tools->Options->Load/Save->General->AlwaysSaveAs listbox did not prefer the localized UIName, so sometimes the internal filter name was shown in the user interface even when an UIName was provided. Patch by: Tsutomu Uchino <hanya.runo@gmail.com> (cherry picked from commit 963530a3b78ace2e21cf73c161996f613256b367) Conflicts: cui/source/options/optsave.cxx Change-Id: Id83dd0859275a8b0ac52bfd65bd1fd7dcfb4362e
2013-07-17Resolves: #i116828# fix comment in XGridColumn IDLHerbert Dürr
Patch by: Tsutomu Uchino <hanya.runo@gmail.com> Found by: marcelly@club-internet.fr Review by: Herbert Duerr (cherry picked from commit 17f5e0140232f9483dd461a0ea58d59b11280f71) Conflicts: offapi/com/sun/star/awt/grid/XGridColumn.idl Change-Id: I176dccf7d6e2016dbedea08423e2d08e8ff6f073
2013-07-17Resolves: #i122720# Adapted HasText() to SdrObjectArmin Le Grand
(cherry picked from commit 880138a7794e7e641cdcf49277ed01b54ca93c59) Conflicts: cui/source/tabpages/swpossizetabpage.cxx cui/source/tabpages/textattr.cxx cui/source/tabpages/transfrm.cxx svx/inc/svx/svdobj.hxx svx/inc/svx/svdotable.hxx svx/inc/svx/svdotext.hxx svx/source/svdraw/svdobj.cxx Change-Id: Ic2564b845425ba63e6ae2ad6a80f3bfdb8a2f287
2013-07-17Updated coreCaolán McNamara
Project: help 48fa20a5cd43b2f132709e7ad9274627c1983d9b
2013-07-17Related: fdo#65632 DOCX import: make start/end of trackchange both be an sprmMiklos Vajna
The end is an attribute since 0211e8bc457a12570988f4aee7dea42c2fc6d56f, but this just confuses dmapper. With this, the DOCX version of the bugdoc can now be imported without getting an exception in DomainMapper_Impl::CreateRedline(). Change-Id: If820b43a267a62ecdc323eef49bf13d576165269
2013-07-17Related: fdo#65632 DOCX filter: fix import of non-redlined footnoteMiklos Vajna
Change-Id: Ie1a86e6b59c43c3ee54076d5d68aa3fca0d6a515
2013-07-17convert frame/graphic wrap page to .uiCaolán McNamara
Change-Id: I931214850dea1442fa0a4e3314dd339aaff5a789
2013-07-17fix old indentCaolán McNamara
Change-Id: I05781f34ed22801ac2d99629a0914c069201a918
2013-07-17fix radiobutton GetOptimalSize for imagesCaolán McNamara
Incredibly ugly stuff, but this is (as far as I can see) what the drawing is actually doing. e.g. WB_TOP, surely it should be using image align. Change-Id: If2dcb1caf92cd5bbd2f07114ae2c41843b5a7f38
2013-07-17dump the name of the radiobuttons without groups setCaolán McNamara
Change-Id: I873b5825ef4c49aec86799556229584116f066fa
2013-07-17allow radiobuttons and checkbox images to be aligned from .uiCaolán McNamara
Change-Id: Iee7b970344ac85e4b8ce51f1c3b5ae6605c05843
2013-07-17Fix mingw64 build of accessibilityFridrich Štrba
Change-Id: Ief6a4fe62ceb5bf3bd90530db622c7c178e7430e
2013-07-17Disable firebird when cross-compiling.Andrzej J.R. Hunt
Change-Id: I866f64af11350c838687cdaf3888efdee86dd95b
2013-07-17firebird: remove more patch hunks that just re-order link argumentsMichael Stahl
Change-Id: Ic90b4d7a3476395c5a43310f7adca3e3d97034a9
2013-07-17firebird: remove the part of the patch that only reorders link argumentsMichael Stahl
Change-Id: I96a4d70ae975ce4b6caf9dffaa87b35a66696447
2013-07-17firebird: get rid of EXECUTABLE_OUTPUT_FLAGMichael Stahl
The gcc-wrapper already translates -o to -Fe. Same for CC_OUTPUT_FLAG. Change-Id: If72fdd2b67380711a116ba9ae7aaa505a2c3eb62
2013-07-17firebird: pass link options as LDFLAGSMichael Stahl
Change-Id: Ieb26e89c4a2aa1df28dc44b393c3130dda0d23dd
2013-07-17firebird: do not use EXECUTABLE_OUTPUT_FLAG (-Fe) to link dllsMichael Stahl
Change-Id: I1e73fb6f0473d79948b106e96fa3b8c77e5938ff
2013-07-17firebird: fix build with MSVC debug runtimesMichael Stahl
Change-Id: I6fc9ee8e37126fb35603a9e56295ced57ce8a2ee
2013-07-17Revert "Trying to fix win32 dbgutil build of firebird"Michael Stahl
This reverts commit 83dc90038714e5c90ce736c824afc59b79ec999f. The problem is fixed better by following commit. Conflicts: firebird/firebird-cygwin-msvc-dbgutil.patch.1 Change-Id: I41c9e992d0cacb3c16cc9c4a5029eb9a5345cf3a
2013-07-17gcc-wrapper: improve argument manglingMichael Stahl
- properly handle linker arguments which apparently need to be at the end; without this a configure test to determine name of generated executable fails in firebird with MSVC 2012 - support -o *.o - support -o *.dll - support -def:* - ignore -Wl,* Change-Id: Ia256cb10cc76ae834fc39264609bb120320821f6
2013-07-17warning C4702: unreachable codeMichael Stahl
Change-Id: If5e9b131a17c4a5c2970ffe924188a2ae2344777
2013-07-17firebird: remove junk from patchesMichael Stahl
Change-Id: If0abcc9fc567125d56bf9ad256b18687bb4c9990
2013-07-17remove last users of gb_StaticLibrary_add_noexception_objectBjoern Michaelsen
Change-Id: Ide24057ec7df09c719ad443085390fb53d1bae02 Reviewed-on: https://gerrit.libreoffice.org/4954 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-07-17remove last users of gb_Executable_add_noexception_objectBjoern Michaelsen
Change-Id: Iddee238aa800ecfee8f97a7132b38b6446e0b2a4 Reviewed-on: https://gerrit.libreoffice.org/4953 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-07-17remove last user of gb_Library_add_noexeception_objectBjoern Michaelsen
Change-Id: I9aef310bd7af21c6725c256109776b3bbb8c9574 Reviewed-on: https://gerrit.libreoffice.org/4952 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-07-17sidebar: A FIXME comment; I don't want to spend any more time on this.Jan Holesovsky
Change-Id: I91af1e9d053f3d27074ec0d20c8f2517f71849cc
2013-07-17sidebar: InsertPropertyPanel needs to use SidebarToolBox.Jan Holesovsky
Change-Id: I8e93a91aa7f93c7ca21068d56796c80096711801
2013-07-17Move hasBigImages() from ToolboxController to SfxToolBoxController.Jan Holesovsky
We want to decide whether the images are big or not based on the real (underlying) ToolBox, not on the global setting, because we can have both toolbars with large as well as small icons visible at the same time (small in sidebar, large in toolbars). Change-Id: I046a12a495f2038df9a571f5779794a639bae6dc
2013-07-17Fix crash & reduce nesting.Jan Holesovsky
Change-Id: Ifbfe401cd69678c278394d190a37cc41a28d5c56
2013-07-17sidebar: InsertPropertyPanel conversion to .uiPrashant Pandey
Change-Id: I51df7ade7b5f83124a2a103db3028fbb0b5ea8cc
2013-07-17Disable firebird with --disable-database-connectivity.Andrzej J.R. Hunt
Change-Id: Ieed24db81ccbfdc3e2876ce74afdc13dee4371db