summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Collapse)AuthorFilesLines
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann11-14/+14
...and SfxEnumItemInterface::HasBoolValue, too. Change-Id: Ia032e3d35a4c3b4c1efdc515ca36e466be03fc0a
2014-01-10Startcenter: ignore repeated clicks inside recent docs viewZolnai Tamás1-1/+1
Change-Id: Ia433adb26e820b89c4d207d018d0daf42654b4a0
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin2-27/+28
This is the actual re-write. Use a clang rewriter to rewrite SvStream::operator<< to methods like WriteuInt32. Note that the rewriter is not perfect, and I hand-tweaked the output. In particular, I had to adjust places doing things like (*this) << 1; Change-Id: I5923eda3f4ebaa8b452b6ef109e726e116235a2a Reviewed-on: https://gerrit.libreoffice.org/7342 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2014-01-10fdo#72947 Startcenter: display more userfriendly file urls in tooltipsZolnai Tamás1-3/+3
Use INetURLObject to get a readable url (it displayes special characters too). It is a side effect that 'file:///' prefix disappear which seems a good thing. Plus some cleanup: remove second INetURLObject. Change-Id: I4aab5e2546ae70e5a3d85b12e26e021bfa244999
2014-01-10fdo#72420 Startcenter: help button point to local/wiki help, ui partZolnai Tamás2-4/+2
Change-Id: I7ac4b51868d1a5828c810b1ac629d5a56ffb6f50
2014-01-09Startcenter: mnSpacing became unusedZolnai Tamás1-1/+0
Change-Id: I01f2911c690da36ed0d5beb306e28ab438890fd9
2014-01-09Set PAPER_SCREEN_4_3 values back and use it as it wasZolnai Tamás1-6/+17
It breaks things. Change-Id: Ia28391aed27051e5f6a7e0996f30b23c46eb8269
2014-01-09Remove unused private member: pAccExecZolnai Tamás2-4/+1
Change-Id: Ie21f8a62213954da7f66c1fbe890ba9dee93cf77
2014-01-09fdo#71628 Startcenter: remove thumbnail selection when focus is moved awayZolnai Tamás1-33/+2
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ás1-1/+5
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-09plenty of space in the empty cell that can be usedCaolán McNamara1-15/+4
Change-Id: Ia156ab622f52b7161f29bbf968fd3d71cdc89e8b
2014-01-09Startcenter: when screen is small make doc thumbails smaller, v.2Zolnai Tamás1-1/+3
Change-Id: I2ff45c5455e747ea3726b17b6384111db2699fa9
2014-01-09Startcenter: double click opens file only onceZolnai Tamás1-0/+3
Change-Id: I0d99a905cc8c94d39bfe802b2c597275c81f0b4f
2014-01-09Startcenter: when screen is small make doc thumbails smallerZolnai Tamás1-2/+2
Change-Id: If4fbb66992318221a687710afa77fc98e4f111c3
2014-01-09remove unnecessary casts when calling Combobox::SetEntryDataNoel Grandin1-4/+4
An OUString* is type compatibile with void*. Change-Id: I6f01fe02c75f4db0bda09c7e288cb88d1fbf3c37
2014-01-08swap button order in ui to match typical realityCaolán McNamara1-9/+9
This has no effect on the rendering of this .ui as native button ordering is active. But it means that under the typical editing-under-GNOME that ones head is wrecked from the cognitive impedance of the editor and viewer not matching in order Change-Id: I8888d4263f05bcecff72496f4cf0ae67345dc644
2014-01-08tweak button order for alien warn dialogCaolán McNamara2-3/+4
Change-Id: I6e51951df3bff0d1829bff8e2a436e4030247baf
2014-01-08Resolves: #i18109# pre-select the name in new style dialogTsutomu Uchino1-0/+1
(cherry picked from commit 3acdfc0f4c1f30c9030361e51c13d19556ea816f) Conflicts: sfx2/source/dialog/mgetempl.cxx Change-Id: I61faf0195d8ee8976e85bcf1a49561eeebc72b39
2014-01-07Startcenter: Refresh RecentDocsView when select 'Clear list' menu optionZolnai Tamás5-3/+72
Change-Id: I9cbe647563699b9b610661003084d2cd16093f9a
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin2-5/+5
Convert code like: buf.append( static_cast<sal_Unicode>('!') ); to: buf.append( '!' ); Change-Id: Iacb03a61de65a895540940953b49620677b3d051
2014-01-06Startcenter: add icons for 'Open Files' and 'Templates'Zolnai Tamás1-0/+12
Change-Id: Ic9e584f63e374e977ce18115173d18083d2e44a3
2014-01-04unused dialog definitionCaolán McNamara3-120/+6
probably since the new vcl print dialog Change-Id: I0cba1399682920c3bb5c9c40a80457a27cc1506e
2014-01-04hidpi: Sidebar, fontwork, autoformat and other improvements.Keith Curtis5-23/+55
This is a second batch of HiDPI changes. It fixes the following areas: Sidebar * Impress Master pages preview * deck title height * tab (icon) bar * valueset dropdown control * wider maximum width * Draw and other misc. buttons which didn't get fixed by earlier change to Toolbar.SetItemImage There are several more sidebar issues, but it is much improved. Other changes * Writer and Calc auto-format dialog text * file-properties document image * fontwork gallery preview size * Calc table border control Change-Id: I95a0169a3b011836b1c75b3dcacb2733c9567ef3
2014-01-04convert edit duration to .uiCaolán McNamara6-253/+375
Change-Id: Ifb1ae6b96a42642c05f294cccfe0c4bd4e65dd8c
2014-01-01Typos (comand -> command)Julien Nabet1-1/+1
Change-Id: I968b23bc681f3121f4ed9f7e4a1e4f47bedcccb2
2013-12-27cppcheck: remove dupsJulien Nabet1-1/+0
Change-Id: I59622a66358a688caac36b7da220588dc2da440a
2013-12-27Some make file fixingZolnai Tamás1-1/+1
Related to d1c74734c8d9026b0f0c03f7382ca60165cec8c6 Change-Id: Ic3a6147f0615e79640ec9f567168f93219d34020
2013-12-27Transex3: NO_LOCALIZE_EXPORTZolnai Tamás1-3/+6
In the past, NO_LOCALIZE_EXPORT macro must be used to skip uneeded parsing of src files which has no localizable content. It is unsued by now and it is more effective to handle this files on gmake level: gb_SrsTarget_add_nonlocalizable_files gb_SrsTarget_add_nonlocalizable_templates Plus remove some empty src file. Change-Id: I8fc9b2db0b5fd7a3379d3c5be970c4fc691f4c53
2013-12-26WaE: unused variablesTor Lillqvist1-2/+2
Change-Id: Ie75bdf5b3d9f9e46d9b46f91192df14fc90b4095
2013-12-20convert input dialog to .uiCaolán McNamara7-130/+125
Change-Id: I7b4dc43bfed39c852692dabebfc1bd196625c333
2013-12-20typo fixesAndras Timar6-13/+13
Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
2013-12-19WaE: equality comparison result unusedCaolán McNamara1-1/+1
Change-Id: I051854a39c0907f4b88217b66db6560b81b73494
2013-12-19CID#705114 (unlikely) invalid iteratorCaolán McNamara1-1/+3
Change-Id: Ic6918da552be4905c35c5353bfb97b801e7d493c
2013-12-17No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann1-0/+1
...which it did unlike all the other implbaseN.hxx. Required lots of downstream clean-up, of course. Change-Id: Ib720e7a0a43410dcd7e6338b84a3973dfbb20866
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
Change-Id: I56f38bd786f3a026cb2908f28540dc9c4003af83
2013-12-17remove unnecessary double calls to OUString constructorNoel Grandin2-2/+2
Change-Id: Ib2690e3ec9987b97363687b61fe8ddae4ace9058
2013-12-16uiconfig is a l10n-relevant targetBjoern Michaelsen1-1/+1
Change-Id: I8a2ca73c02fd6b04ce60e7701c51d2362ef7ec06
2013-12-16convert help bookmark dialog to .uiCaolán McNamara7-92/+148
Change-Id: I7831bc63f66ab7fe30f5648efc2f733c6bd90d0e
2013-12-13thumbnails: Create nice antialiased thumbnails when saving ODF.Jan Holesovsky1-3/+11
Change-Id: I3dc3289b4ac3423b3a5006dbb7ee895bc25ec50a
2013-12-13startcenter: A little more space between the picture & welcome text.Jan Holesovsky1-3/+2
Change-Id: I093fecd1fb5c052c85cf84f131845258a5fd2284
2013-12-13startcenter: The welcome text was too long, split it to 2 lines.Jan Holesovsky3-11/+26
Change-Id: I23d6a4bf8d9c3b2531dd95e4ea293ce7225bf8f1
2013-12-13Targetted text updates, with seasonable changes before l10n freeze.Michael Meeks2-6/+6
Change-Id: If37ef9f68711da3a0aa9a3ba59b111a8a23421df
2013-12-13startcenter: Move the 'Create' under the separator & add a colon.Jan Holesovsky2-15/+20
Change-Id: Ie8a1ce8628fa0f31ae6d6a3f1303342c145e33aa
2013-12-13startcenter: Tooltip should show the full URL.Jan Holesovsky3-1/+11
Change-Id: Ia8e071ebe00fb8c72973614077e778aef55fb1ab
2013-12-13startcenter: Implement mouse over effect.Jan Holesovsky2-15/+37
Change-Id: I9beea6119dbb1c12ff053e5776f15d40a3389a8b
2013-12-13fdo#72650: Get thumbnails only from the local documents.Jan Holesovsky1-2/+5
No point in connecting to eg. ftp to get a thumbnail ;-) Change-Id: I017c59196c294242366f2254eeacd9056455c1bc
2013-12-13Small cleanup of initialization.Jan Holesovsky1-8/+5
Change-Id: I62c0479414ab6748039498e1bc2b3bc9d7c4ef05
2013-12-13startcenter: Full thumbnail size (256px), upscale if necessary.Jan Holesovsky2-4/+1
Change-Id: I8ae72249853a03b1dfca0ecd10eef47e9aa7cbfe
2013-12-13startcenter: Make the default icons appear as on a piece of paper.Jan Holesovsky2-1/+24
So that the frame around the picture is similar to the previews; otherwise looks disturbing. Change-Id: Ie7f973e15c29a34c0f368b5e0f5a152d5cead39f
2013-12-13startcenter: Bigger & nicer document icons for recent documents.Jan Holesovsky1-7/+7
Change-Id: If61aefc1d27d7bca2e8242b404db685a503bcf0e