summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-09Set PAPER_SCREEN_4_3 values back and use it as it wasZolnai Tamás
It breaks things. Change-Id: Ia28391aed27051e5f6a7e0996f30b23c46eb8269
2014-01-09translated German commentsLuc Castermans
Change-Id: I450e1e179edbc0332e2bcf4edee17664083c4786 Reviewed-on: https://gerrit.libreoffice.org/7296 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-01-09xmloff: unused defineMiklos Vajna
Change-Id: I77d072b3b6b9b7d86e6279a5cae3d96a21827eb2
2014-01-09sw: remove references to ODF_COMMENTRANGEMiklos Vajna
Fieldmarks of type ODF_COMMENTRANGE are no longer used, since we got annotation marks. Also remove two unit tests: they tested problems which are no longer possible by design (commented text ranges are no longer fieldmarks, and there is a single placeholder character for them, instead of 3). Change-Id: I14bf144c436329d2aa8c48493e5ad87db862cceb
2014-01-09Resolves: #i124002# use own logical size for graphics...Armin Le Grand
do not adapt PrefSize of these in rendering stack (cherry picked from commit b57f921795c7249d82ca739884c0116574426194) Conflicts: drawinglayer/source/attribute/sdrfillgraphicattribute.cxx Change-Id: I3eff4438a42209ad4c259dfdbed4869ae046bfc6
2014-01-09DOC export of annotation marksMiklos Vajna
Change-Id: Ib29aef7838b9d31d7956c93e1aa5b896852e4b89
2014-01-09Resolves: #i123792# correction for comments/annotations on table cell rangesOliver-Rainer Wittmann
(cherry picked from commit c25523dd3a302d1bd36297a817a869afb3605d1f) Conflicts: sw/inc/IDocumentMarkAccess.hxx sw/inc/doc.hxx sw/source/core/doc/docbm.cxx sw/source/core/undo/undobj.cxx sw/source/ui/shells/textfld.cxx xmloff/source/text/txtfldi.cxx Change-Id: Ic2e12f47e7775ee16f31bedf89d5644b18734d7a
2014-01-09DOC import of annotation marksMiklos Vajna
Unit test is disabled, let's enable that when the export is working as well. Change-Id: I2d93ae38f480974a13cf9907f6cc82815fb3e69a
2014-01-09Resolves: #i123988# assure that hyperlink attribute...Oliver-Rainer Wittmann
(<SwFmtINetFmt>) always provides character style names for visited and unvisited state (cherry picked from commit c15b814d6e8ea429287def9a0bf3ac71db414119) Conflicts: sw/inc/fmtinfmt.hxx sw/source/core/doc/doctxm.cxx sw/source/core/txtnode/fmtatr2.cxx sw/source/core/txtnode/txtatr2.cxx sw/source/filter/ww8/ww8atr.cxx sw/source/filter/ww8/ww8par5.cxx sw/source/ui/chrdlg/chardlg.cxx sw/source/ui/shells/txtattr.cxx Change-Id: Ib23d55a299d0d78a2eba18dd5c1c0327c816da56
2014-01-09wrong title, copied and paste from its neighbourCaolán McNamara
Change-Id: Ib9b7eb21cacdf864f309a0a853d64f299ec7b74c
2014-01-09Remove unused private member: pAccExecZolnai Tamás
Change-Id: Ie21f8a62213954da7f66c1fbe890ba9dee93cf77
2014-01-09fdo#71628 Startcenter: remove thumbnail selection when focus is moved awayZolnai Tamás
mnHighItemId is never assaigned with a valid value and there is no sense to store one selected element's index anyway, because there can be more. The bMove parameter of ImplGetItem is never used and doesn' work so remove it. Change-Id: I91d6bc3fd13a2b44e6961fea66d02702a8f31c2b
2014-01-09Startcenter: use SCREEN_4_3 as default paper for presentationsZolnai Tamás
Remove static to able to construct items with different paper info. Fix SCREEN_4_3 width and height values and use it for presentations. Change-Id: Ifba44675f6126ebfccf26f53f226214bed92352c
2014-01-09tweak autocaption option page to shrink nicelyCaolán McNamara
in the face of super wide frame label text (fr) Change-Id: Ib6bf99edd0c4aa73d6c4792f438cef6b2ae6bf90
2014-01-09put these col entries back as rows againCaolán McNamara
because in French they are way too long to go side by side Change-Id: I2c0e0450b2da1f023d33a8c23e7322902c783e6e
2014-01-09reorganize opt view page to shrink neatlyCaolán McNamara
i.e. all shrinkable elements in the one column (de) Change-Id: I53574047cd7eaeccb610fa05fd67183c54157437
2014-01-09plenty of space in the empty cell that can be usedCaolán McNamara
Change-Id: Ia156ab622f52b7161f29bbf968fd3d71cdc89e8b
2014-01-09M1500 is not used anywhereTor Lillqvist
Change-Id: I0905fa9320f20d852d9c8d4cc053fd9e67d80720
2014-01-09RTF export of annotation marksMiklos Vajna
Change-Id: I079516ad0f30886d175748fdee19fbd71c2704f8
2014-01-09some notes about COM threading in LO generally and winaccessibilityMichael Stahl
- document general COM threading architecture in vcl README - document winaccessiblitiy locking in README - define _ATL_APARTMENT_THREADED for UAccCOM Change-Id: I7c3fd952f2cdee7d245a818bf33c477e7ea20fc2
2014-01-09sal: remove OSL_ENSURE_FILE, better use SAL_LOG/SAL_INFOMichael Stahl
Change-Id: I43d77cbf572acc4c27785990e28b43b35d71c96d
2014-01-09fdo#70596 - fix version dependency for linux package - 2nd tryChristian Lohmaier
in commit 65a7e714292dbf4c5a2a4f5760f3b546d603c40c I was under the wrong assumption that the revision is added by epm and will be always 1. Instead the revision is passed to the epm calls in the commandline arguments. So the upper version limit must use the "patchlevel" as the revision. (version a.b.c.d => d is also release number) Change-Id: I5002aef88e454561ba610b2d2774b84712da44dc
2014-01-09stop condition reversed, sighCaolán McNamara
Change-Id: If96d982bf4377eab29a2dfb94b0a453e12450786
2014-01-09librdf_Repository: make older compilers happyMichael Stahl
Change-Id: Ide4df8f621f810b20be811db06d46edd5a9dc5f8
2014-01-09RTF import: handle RTF_ATNREFMiklos Vajna
Otherwise dmapper won't create an annotation mark for us. Change-Id: I868c3ffd65fbaa9a5115ba7300310fa3585d2d05
2014-01-09specify which elements can shrinkCaolán McNamara
in options view if there isn't enough space to show everything (fr) Change-Id: I01e97d7eb65c01e169440ac817fa55425a85327c
2014-01-09Resolves: #i124001# remove readonly flag from Anchor propertyTsutomu Uchino
(cherry picked from commit bbb0f24a32bada4224f913611db0a10a2ee1f303) Conflicts: offapi/com/sun/star/sheet/Shape.idl Change-Id: I1781858d46f655fdf39833247298c3f1375dc6a2
2014-01-09librdf_Repository: fix missing mutex lock in various destructorsMichael Stahl
Change-Id: I5756ab6ff6de0b2532bef9866063f361e330a009
2014-01-09fdo#72928: fix deadlocks in librdf_RepositoryMichael Stahl
Refactor to do all calls on parameters before locking the mutex. This requires splitting up some librdf_TypeConverter methods into an extract function and a make function, with an intermediate representation between. Also rename some internal functions to make it clear which are called with Lock and which with NoLock. Change-Id: Iddc42461d95351785578ef6a80fbf5d056356c16
2014-01-09Merge these source files. Also move a function to where it's used.Matúš Kukan
Change-Id: Ia0378a58c63364a73c40dd901d93e20a596a4c29
2014-01-09native code generator: Use groups for constructors too.Matúš Kukan
Change-Id: I42570b4b7b68e36cab1286948d03df0c2f0d4103
2014-01-09Bin duplicate definitions (already in file_error.h)Tor Lillqvist
Change-Id: I82628046e8a40d45b0e711079e1cab9be89d69a9
2014-01-09TiledLibreOffice works fine with just 'core' and 'writer_core'Tor Lillqvist
Change-Id: I3d1b86a7785baa6b427638b2ddbcfb7ae1f008f3
2014-01-09Startcenter: when screen is small make doc thumbails smaller, v.2Zolnai Tamás
Change-Id: I2ff45c5455e747ea3726b17b6384111db2699fa9
2014-01-09specify that grid color listbox can shrink...Caolán McNamara
in calc->view options and that the checkbox entries cannot when options pane isn't wide enough to fit everything in (fr). Necessitates swapping columns so the stretching/shrinking column can be centered horizontally for e.g. en to remain pretty. Change-Id: I1402183b6ad0989af676a3472c8bf4d2b9c94ea8
2014-01-09fdo#71883 Startcenter: Re-introduce the 'Tools' -> 'Customize...' menuZolnai Tamás
Change-Id: I4d3993dc855c030f8c51fe2ce3d364240e241dff
2014-01-09Startcenter: double click opens file only onceZolnai Tamás
Change-Id: I0d99a905cc8c94d39bfe802b2c597275c81f0b4f
2014-01-09Startcenter: when screen is small make doc thumbails smallerZolnai Tamás
Change-Id: If4fbb66992318221a687710afa77fc98e4f111c3
2014-01-09DOCX export of annotation marksMiklos Vajna
Change-Id: I1d4fc68458fd50beccf4e149f74ecbdfc78ea77c
2014-01-09these checkboxes should be indented to indicate their levelCaolán McNamara
Change-Id: I5928f416e9bc3567111da99509133e27a2f4ad14
2014-01-09convert sort options dialog to .uiCaolán McNamara
Change-Id: Ic110c6d2fb1f1fc28344c119eaa1b61d0ba81e6b
2014-01-09Updated coreCaolán McNamara
Project: help 940af86cc78e1c5a74bb5eb19efa163c22d058ec
2014-01-09Consolidate XServiceInfo for classes derived from SvXMLImportStephan Bergmann
Change-Id: I5a269d8b7e95049c67ae14b06a79b417bc91a474
2014-01-09remove unnecessary use of OUString*Noel Grandin
in FileList. There no benefit in storing a ref-counted value class like OUString by pointer in a std::vector. Change-Id: I302bc460de67c7fe324d745f3225df4e17195486
2014-01-09remove unnecessary casts when calling Combobox::SetEntryDataNoel Grandin
An OUString* is type compatibile with void*. Change-Id: I6f01fe02c75f4db0bda09c7e288cb88d1fbf3c37
2014-01-09WaE [loplugin]: statement aligned as second statement in if body ...Tor Lillqvist
Change-Id: I8f116910f002929f64bc56afe740a7fee1ea7c90
2014-01-08GPU Calc: support reduction kernel in AVERAGEhaochen
Change-Id: I0ae0fb279d6d14637d23c682d546a8cc95bc371d Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2014-01-08Oops. We don't want to leak here.Kohei Yoshida
Change-Id: I8bcca7d743d4be7038a4c2eb1436a6470774d40d
2014-01-08Move the LinkManager instance from ScDocument to ScDocumentLinkManager.Kohei Yoshida
Change-Id: I096322fa200abed5bacc786c1abc57a3ec51276f
2014-01-08Do not initialize FilePicker with empty argument.Matúš Kukan
This is tricky. In constructor, we don't know if we were called by service manager's createInstanceWithArgumentsAndContext or just createInstanceWithContext, so we don't know if initialize should be called. Let's assume that nobody would use createInstanceWithArgumentsAndContext with empty argument. Then the behaviour should be the same as before. FolderPicker does not seem to be called with arguments. Change-Id: If33dc20fe1b2b10b092ff35fa0b258137c8e94b2