summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-12-18fdo#76780 don't limit PositionY to available widthLionel Elie Mamane1-1/+0
Change-Id: I3a429d0a6f771f6bfde2331ddc8544c92d8147f7
2014-12-18fdo#85876: add unittestBjoern Michaelsen1-0/+44
rather uglyish unittest, but still worth it as cutting nothing needing to have sideeffects is really kind of non-obvious and prone to return Change-Id: I02bbfb05f019874d873670cdae060ac3183f5ca6
2014-12-18SwNodeIndex should really be finalBjoern Michaelsen1-1/+1
Change-Id: I2ae917b43b18b14dce01121902a678d45ad520fe
2014-12-17configure.ac: make it work with VisualStudio Express and 64 bit compileMark Williams1-8/+32
Because VS Express has no native 64Bit compiler but a 64 Bit cross- compiler. The path resolution to detect binaries and libraries was not suitable for the cross compiler. The added resolution is only effective if no native compiler was found. Change-Id: I8066cb04f94eb4bfd0c57b35e5e39883c51ee046 Reviewed-on: https://gerrit.libreoffice.org/13515 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: David Ostrovsky <david@ostrovsky.org>
2014-12-17Enable out-of-order kernel execution.Kohei Yoshida1-1/+1
Change-Id: I4dbc69ca2618c37184ffdc217493e3880e149617
2014-12-17after resetting the values are not modifiedMarkus Mohrhard1-0/+1
Change-Id: I0211c9c7dcc24ce40fe7c573f35ac13c02e742c1
2014-12-17make use of the new ForceOpenGL config variableMarkus Mohrhard1-1/+1
Change-Id: Ifdfcbd9d3d62d2a55e3e050d4723700f8436e57a
2014-12-17implement the ui part for the OpenGL config variablesMarkus Mohrhard3-0/+98
Change-Id: I46e2de444d38f1f93eb68ffd50b7a283d05d1738
2014-12-17fdo#86627 - Change Image Crop BehaviorJoel1-3/+2
Changed behavior of right click context crop image from bringing up dialog for crop (uno:GrafAttrCrop) to the interactive crop (uno:Crop) Change-Id: I98d01c39ad5baa894bb687e8adb3dced478d855c Reviewed-on: https://gerrit.libreoffice.org/13472 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2014-12-17android doc browser: sync file type list with the intent filterMiklos Vajna2-21/+49
Change-Id: I81746860198864bb5917a6c1e898b742b65d77e1
2014-12-17android doc browser: let's list file extensions only at a single placeMiklos Vajna2-80/+32
There is still some duplication, as the file type -> resource mapping is there two times. Change-Id: I50cd58f1cc62e872fb925556dd151f6392eeeb87
2014-12-17Fix 32-bit buildsStephan Bergmann1-2/+2
Change-Id: I09049db51668176b90dabe2c82d525b2fab60299
2014-12-17rtl::OUStringLiteral to the rescueStephan Bergmann3-18/+61
...for cases where ? "a" : "bb" does not work, as well as to work around the MSVC bug for cases like ? "a" : "b". Change-Id: Id404716047aca5cc81440f291616d92365379b8f
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann54-129/+222
...to use single ASCII character literals "more directly" in the OUString API (instead of having to go via an intermediary OUString ctor call). Especially useful for character literals that are defined as const variables or via macros ("direct" uses of character literals in the OUString API can often simply be replaced with single-character string literals, for improved readability). (The functions overloaded for OUStringLiteral1 are those that are actually used by the existing LO code; more could potentially be added. The asymmetry in the operator ==/!= parameter types is by design, though---writing code like 'x' == s is an abomination that shall not be abetted.) Change-Id: Ic5264714be7439eed56b5dfca6ccaee277306f1f
2014-12-17Garbage in, garbage out?Stephan Bergmann1-1/+6
Non-ASCII characters (like Unicode "é", represented as two bytes \xC3 \xA9 in the UTF-8--encoded source file, and presumably passed trhough unchanged by compilers into the resulting string literal object) in the OUString "literal" ctor trigger a SAL_WARN_IF in rtl_uString_newFromLiteral, but are copied "verbatim" into the resulting OUString, which will thus contain UTF-16 code units \x00C3 \x00A9 (if char is unsigned) resp. \xFFC3 \xFFA9 (if char is signed). That assertXPathContent shall indeed match such an odd OUString value looks suspiciously like a bug elsewhere, papered over by a broken test. To be investigated. Change-Id: I07c995ad0e17235c214d7630fb34e8ef35d5ad30
2014-12-17clew: there is no "clcc" UnpackedTarballMichael Stahl1-2/+0
Change-Id: I63f3954546e656d37ed6e22efd75b16df9fbcbac
2014-12-17sw: prefix SwLayoutFrm::pLowerMichael Stahl9-34/+34
Change-Id: I844c00639307c14140ba7e8a1b919e3f2ecdc114
2014-12-17unused RID_SVX_FMEXPLORER DockingWindow resourceCaolán McNamara2-14/+0
Change-Id: Ib8f0f86a30342ca455a92c9add5b2836fa40f8f4
2014-12-17not worth converting RID_SVXCTRL_COLOR to .ui, too small and hard-codedCaolán McNamara5-44/+18
Change-Id: Iadc7b4d970e8c3b7f719ed6aab49986a1186cccb
2014-12-17RID_CMDBOXWINDOW is so hacky and src entry so small just hardcode in cxxCaolán McNamara2-26/+6
Change-Id: I63e97e91792fcf2bf8758a1444bb29e3c1ccd541
2014-12-17allow NULL SfxChildWindowCaolán McNamara1-3/+3
Change-Id: I841b9b3f74a9822fe8c477a280bbe2f4904ed64c
2014-12-17try to get reasonable sizes for docking windowsCaolán McNamara4-9/+20
start docked, move to undocked start undocked, move to dock, back to undocked start undocked, with and without size saved in settings and restored Change-Id: I0bfdceb11aabdf9fdb855b97433b2af0532e4d03
2014-12-17silence parent-less warning for temp images from builderCaolán McNamara1-1/+2
Change-Id: I3efcac58f7a6629ae2615e29ea564e583414479c
2014-12-17convert docking animation window to .uiCaolán McNamara8-651/+814
Change-Id: I2633173bb21da554f55b244d6d2947567c933c2a
2014-12-17map gtk-media-stop to SymbolType::STOPCaolán McNamara1-0/+2
Change-Id: Iffdc04464bd70ca70684f28e6d6e23a054bfc8a7
2014-12-17relax assert, 0 is fineCaolán McNamara1-1/+1
Change-Id: I176a79bce85fa81310a53fcfecc6e0bc63f0ae18
2014-12-17implement loading docking windows from .ui formatCaolán McNamara19-85/+333
Change-Id: I90375232aefbe40412614ca0f30ba467cf393f2e
2014-12-17Updated coreCaolán McNamara1-0/+0
Project: help 52ecb7b19fd337cad7809298849909493dff0c56
2014-12-17fix Windows buildLászló Németh2-1/+4
Change-Id: I0f5b4b1d5f5cf872555db77f07e68b2b980e3df1
2014-12-17android: turn off text and table boundaries in the viewerMiklos Vajna1-1/+12
Change-Id: I9923332372c1a09a734f3c6fd1bbd5989c6dc5d3
2014-12-17android: fix unreadable text in doc browser's about dialogMiklos Vajna3-2/+3
There were two inconsistencies here: - The doc browser activity had an explicit android:theme, but the viewer does not, so remove it to be consistent, this fixes the about dialog's "black text on black background" problem. - Now the doc browser had white text on white background: the about dialog explicitly uses android:textColor for the strings which should be readable on a bright background, do the same in file_explorer_folder_icon and file_explorer_grid_item, that makes doc browser text readable as well. Change-Id: Iae9103556ca7c32c9ac8ea02d9e5d5fa6dfb72b5
2014-12-17fix Windows buildLászló Németh1-1/+1
Change-Id: I690163d7ab6d62c93da33d416e8757311f5d35c1
2014-12-17Bin code that became dead after 8ecf956d79878c9b24f5ddc51d6b723a76d334f5Tor Lillqvist2-107/+0
Change-Id: I310abed7e86f8b7153817be5ae03cc3c8fec3c50
2014-12-17android: tweak low-res tilesTomaž Vajngerl2-5/+3
Change-Id: I2806f35ee112b9ea7ccf323e01372f7e2f68ffa2
2014-12-17android: support to handle events with prioritizationTomaž Vajngerl5-9/+25
Low-res tiles should be handleded before normal tiles so for this add priority to tiles and store in a with priority queue. Change-Id: I8d36c14503d9b684816d99f577198ac34b729d15
2014-12-17android: remove old and unused LOAndroid and LOAndroid2Tomaž Vajngerl205-20206/+0
Change-Id: Ib25c4bb29081ae51a3b06a6fe2af76749ec8ea46
2014-12-17Revert "reportbuilder: re-add numerous bits of dead code needed by bug fix"Lionel Elie Mamane2-87/+1
This reverts commit 458f22c338f39ad777ad3f34b45a81b4eb8dfe8e. Since we reverted d6ce95ae2288859fe74d601f1bdaf616ab1ee7f0, this code is again unused.
2014-12-17Revert "fdo#87044: reportbuilder: Revert "fdo#67930 don't use variables ..."Lionel Elie Mamane1-24/+33
This reverts commit d6ce95ae2288859fe74d601f1bdaf616ab1ee7f0. Not necessary to fix fdo#87044, commit 1e10f6d229587ffc2a955c225b489645f8016e23 is sufficient. Since the code that is reintroduced leads to an overly complex and fragile document structure, I'd rather not have it.
2014-12-17Remove the ThumbnailGenerator classTor Lillqvist2-379/+0
The only use of it is commented out. ThumbnailGenerator used the UNO-based XToolkitExperimental stuff that I want to get rid of. If/when we want thumbnails, we should use the existing thumbnails from document formats that have them, or generate them using LOKit. Also remove stuff from the Bootstrap class that was only used by ThumbnailGenerator. Conflicts: android/experimental/LOAndroid3/src/java/org/libreoffice/ui/LibreOfficeUIActivity.java Reviewed on: https://gerrit.libreoffice.org/13503 Change-Id: Ia3a1a7f372a814359c5b496cdb17c35246e34817
2014-12-17Bin dead codeTor Lillqvist6-442/+0
Change-Id: Ie4546ef2518b0255008299845042a8ffb50eb17a
2014-12-17android: fix loading documents from doc browser's about dialogMiklos Vajna3-6/+35
- LibreOfficeUIActivity needs to start a new activity - LibreOfficeMainActivity is enough to send a new event Change-Id: I3a7532a07b37a16bdb49f81072132aa57c2c52e8
2014-12-17android: show about menu entry in the browser as wellMiklos Vajna2-1/+8
Change-Id: I74a38281dc80790f7593042c205c31a6fc2d2cdc
2014-12-17android: extract LOAbout from LibreOfficeMainActivityMiklos Vajna2-47/+75
Change-Id: Ied6a9a64041de94766b307c7ca64eba7edeab64c
2014-12-17Tell people not to use createScreenCompatibleDeviceUsingBuffer()Tor Lillqvist1-13/+1
I would have liked to kill this whole interface but it turns out that despite it being not published it is already being used for essential functionality by 3rd parties. Oh well, that is of course exactly what to expect with something explicitly marked as "experimental". Change-Id: I38716a23580313d955ae6bf09dfbcac519a7fb4e
2014-12-17Fix 32bit build.Jan Holesovsky1-2/+2
Change-Id: Idb4f91ffc89a3a7857ee36bfa977e37b37211c5f
2014-12-17fdo#87185 add icon to Format > Image and it context menu entryYousuf Philips3-0/+7
Change-Id: I92753406e500b58c6cf8de755eee91ea577b68a8 Reviewed-on: https://gerrit.libreoffice.org/13493 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2014-12-17ICONS: add duplicate entries for object forward and backward in writer/calcYousuf Philips1-0/+4
Change-Id: Ifa6aecea14f3e3ca0443c2de1690054f601addcb Reviewed-on: https://gerrit.libreoffice.org/13502 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2014-12-17android: make the 'more info' document accessible from the about dialogMiklos Vajna2-0/+10
Now that the default activity is not the viewer, but the document browser, there is no way to show the introduction document. Add a button to the about dialog to still show it. Change-Id: I9252064aaaf4c49da519e17b651e0d290bc17c04
2014-12-17fdo#75757 Remove inheritance to std::vectorMichaël Lefèvre2-4/+14
Change-Id: I5d5746869e47a1d25d6bec28452394e215d4427d Reviewed-on: https://gerrit.libreoffice.org/13483 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-12-17Factor out SvxBrushItem::dumpAsXml() from swMiklos Vajna3-1/+19
Change-Id: I5421cf5a7d1a2ff4db81d028f44a490c234b9ccf