summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Collapse)AuthorFilesLines
2014-09-10vcl: sal_Bool -> boolStephan Bergmann1-1/+1
Change-Id: Iff4da6d6281eb9194db348ebc10fbe7718538401
2014-09-09Doxygenize comments, and move them in front of the functions.Jan Holesovsky1-322/+117
Change-Id: I03723d1078b7ba726c8cc94887ca854324e3f9d8
2014-09-08coverity#1237351 Logically dead codeCaolán McNamara1-1/+1
Change-Id: Ia82d8d137c5f36cc48826cc851d6f00626e978aa
2014-09-06Related fdo#82088: removing aliases in headersStefan Weiberg23-71/+63
Change-Id: Id3496d1720630dd7a873edd04b664fc279c1c25e Reviewed-on: https://gerrit.libreoffice.org/11294 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin11-35/+38
Also note that I fixed a bug in SvxFontMenuControl::Notify where the if statement had the check the wrong way around. Change-Id: I611e8929c65818191e36bd80f2b985820ada4411 Reviewed-on: https://gerrit.libreoffice.org/11147 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-09-06fdo#56562 OSX: Update URL in Writer title bar when saving .docMatthew J. Francis1-0/+2
Change-Id: I839ee3fd76d9c5666dd7f82cba26596c80ff2602 Reviewed-on: https://gerrit.libreoffice.org/11106 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-09-06FloatingWindows are no longer loaded from resource filesCaolán McNamara2-37/+0
Change-Id: I2705bbb4db52779e0065400f09604384fd9cf151
2014-09-06Window::GetType returns WindowType not ResourceTypeCaolán McNamara1-2/+2
yikes! Change-Id: I5aba88fbc1e452c85fb4a75260bc3518bdf5facc
2014-09-05convert RID_SCROLL_NAVIGATION_WIN floating window to .uiCaolán McNamara1-0/+17
Change-Id: I92d13856fc4d206323d5517a8a48671bba683fec
2014-09-03These slots not meant to be added to a toolbar or recordedMaxim Monastirsky1-10/+10
Change-Id: Iaf847c02265fcc7d75c1cd54bc836ec85cb830ec
2014-09-03convert RID_SVXTBX_UNDO_REDO_CTRL floating window to .uiCaolán McNamara1-13/+3
Change-Id: I88a5e0aec20170dfb71bf28cb35e860773657937
2014-09-03Related fdo#82088: removing another bunch of aliasStefan Weiberg13-67/+64
Change-Id: I6e2ab6d20723803aedb530b4d25aa79ec0edbb8f Reviewed-on: https://gerrit.libreoffice.org/11260 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-09-02fdo#83302 don't display read-only infobar for Base form in normal modeLionel Elie Mamane1-1/+7
Change-Id: I03c32883dbf8421824069efea2318e67c8dc4313 Reviewed-on: https://gerrit.libreoffice.org/11231 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
2014-09-02fdo#44081 don't remove 'edit' pop-up menu entry from form in design modeLionel Elie Mamane1-2/+9
Change-Id: I009b0e1a155c298bd7f461547125df4ba76805d9 Reviewed-on: https://gerrit.libreoffice.org/11230 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
2014-09-02convert SID_RECORDING_FLOATWINDOW to .uiCaolán McNamara6-40/+67
Change-Id: Iae3f0269e5e7f830465580dc4a520ba01ef87a79
2014-09-02widget leak on filling non-existing infobar in helpCaolán McNamara1-0/+8
Window () with live children destroyed: PushButton (Edit document) Change-Id: I2aa05f59f08cfa78ba895933ef298908a9cbb675
2014-09-02extent .ui loading to SfxFloatingWindowsCaolán McNamara1-0/+19
Change-Id: I3e16ef8455b35faf14838509f315cb2f70e7cb9a
2014-09-01Revert "fdo#83302 don't display read-only infobar for Base form in normal mode"Miklos Vajna1-7/+1
This reverts commit 542ae4e06f9f70e328a3e85f1272ead558b36766, which breaks the build without 15cea073e7ed4970e60967fe036fc492e2052203, which had to reverted.
2014-09-01Revert "fdo#44081 don't remove 'edit' pop-up menu entry from form in design ↵Miklos Vajna1-10/+2
mode" This reverts commit 15cea073e7ed4970e60967fe036fc492e2052203. I overlooked the fact during review that this introduces an svx <-> sfx2 circular dependency.
2014-09-01fdo#44081 don't remove 'edit' pop-up menu entry from form in design modeLionel Elie Mamane1-2/+10
Change-Id: I9700d0d729a8f2d1255fcd03a07e05799e21f8d0 Reviewed-on: https://gerrit.libreoffice.org/11152 Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-09-01fdo#83302 don't display read-only infobar for Base form in normal modeLionel Elie Mamane1-1/+7
Change-Id: I6faae7f5b1b2ec243c53453a8627bd0a540a46ad Reviewed-on: https://gerrit.libreoffice.org/11219 Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
2014-09-01fdo#83311 Fix infobar for documents with read-only propertySamuel Mehrbrodt1-1/+4
Change-Id: Ic813ab3eb74a088b60b4dc3dcd56e7b19683190c Reviewed-on: https://gerrit.libreoffice.org/11220 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
2014-08-31More mushrooms...Olivier Hallot4-17/+74
More help buttons missing in dialogs. Change-Id: I9274f3774955f5bb8a470e2e1ad25b3f5723d377 Reviewed-on: https://gerrit.libreoffice.org/11217 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-08-29Make opengl chart window always activeZolnai Tamás2-3/+7
Fortunately there is a special ole object group with the MS_EMBED_ACTIVATEWHENVISIBLE flag which define this behaviour. Problem is that both Aspect and EmbedMisc are MS specific enums so we can't use them directly for non-MS objects. But we can handle opengl charts the same as this ole object group. Change-Id: I49abeffce319cbb775709a72ba198a1f76b65374
2014-08-29fdo#80538 Show an infobar when document is in read-only modeSamuel Mehrbrodt2-3/+27
and remove the Edit icon from the toolbar Change-Id: I27d9506bd0fb76b3f1ad056a9866f7744674a3e2 Reviewed-on: https://gerrit.libreoffice.org/11182 Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
2014-08-28Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann2-0/+4
Change-Id: I786e07caf28b2f5f898b50fc2a46247d821248cf
2014-08-28Reduce nesting / style in thumbnail creation routinesTomaž Vajngerl1-45/+38
Change-Id: I733b677f4d4c7dfdf6fef531b43e1de36131f55d
2014-08-28callcatcher: update unused codeCaolán McNamara3-37/+0
Change-Id: I6cb74836f98d7507359f39e1fd03a1462b2e0c31
2014-08-28SfxMedium::Transfer_Impl: fix indentationMiklos Vajna1-3/+3
Change-Id: I05856f88dc1263bac39d9f1e76ef7c4697c345a6
2014-08-27callcatcher: update unused codeCaolán McNamara4-33/+0
Change-Id: Idaed255e4f004ad555ccbd6ba9dc29bf522d3c5f
2014-08-26convert sw use of template manager to new managerCaolán McNamara6-175/+4
this completes the conversion of resource hosted dialogs and tabpages to .ui gtkbuilder format Change-Id: Ic1b49d5560bfa47f287e04918c01daeebba28163
2014-08-26sfx2: itemdel.hxx is goneMiklos Vajna1-1/+0
Change-Id: Ic4fb163660b9fae29a32cd30f84f14f9a401f28a
2014-08-26itemdel.[ch]xx is only used in sfx2Markus Mohrhard8-5/+119
Change-Id: I240f15f87e27ba8a52bab244f8c784d527bff179
2014-08-26move method documentation to the header fileMarkus Mohrhard1-298/+0
Change-Id: I7d4f77c50a8b6b2b0d7c0868c73b0cb13f952421
2014-08-26remove whitespace and put comment before methodMarkus Mohrhard1-189/+64
Change-Id: Ia3f22787a07628b1b531c61f21d345def5f6e99d
2014-08-25make background color of startcenter configurableAndras Timar1-1/+4
Change-Id: Ice6a92186d641e9446b9d328518e4000c840a142
2014-08-25convert RID_SECURITY_WARNING_NO_HYPERLINKS to MessageDialog + stringCaolán McNamara3-7/+7
Change-Id: I960ae9b418249df58f4395445b9de98a41ac2758
2014-08-25QueryBox MSG_QUERY_OPENASTEMPLATE -> MessageDialog + stringCaolán McNamara16-71/+52
Change-Id: I031a145ca62e3bf7e74b9d447ff8bb041974daa6
2014-08-25set names on a bunch more threads...Michael Stahl2-0/+4
Change-Id: I4c2f2f0bcce52839033876ec991529721e06a3c8
2014-08-25set names on the Win32-only threadsMichael Stahl1-0/+2
Nice to see what weird threads are running. Change-Id: Ic9888aa3260d0aeb5858cde5415571ab23c75484
2014-08-25everything is independent from vos these days...Michael Stahl1-1/+1
Change-Id: Iccb94dcc31d6de8c9e4e7a31b3c2e36d4198b295
2014-08-24fdo#73151 Make better use of the sidebarSamuel Mehrbrodt1-3/+1
The general idea is to encourage use of the sidebar instead of floating windows (for Navigator, Styles&Formatting and Gallery) Changes: * Show the sidebar by default in Writer & Impress * Remove the Gallery floating window (Gallery now always opens in the sidebar) * Remove all Gallery, Navigator and Styles&Formatting links from the default toolbar in Writer (since they have an icon in the sidebar and the sidebar is shown by default now) * When selecting "More" from the Styles dropdown, the Stylelist opens in the sidebar instead of the floating window This has all been discussed extensively here: https://bugs.freedesktop.org/show_bug.cgi?id=73151 Change-Id: I3a0461d1472711da7121801000af294b432fccb1 Reviewed-on: https://gerrit.libreoffice.org/11077 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-08-24fdo#80755 Don't generate thumbnails for encrypted filesMaxim Monastirsky1-1/+3
Change-Id: If52532b8e8ca38e82fd95c13080d521d9cb529aa
2014-08-24Sidebar: Ensure Deck is open, if we choose an element from the Deck popup menu.Thomas Arnhold1-0/+3
Otherwise the Deck will be changed, but not shown... Change-Id: I4be7756542a8c21a616e7615ef40535e7310b90c
2014-08-24fdo#67627 Clicking on icons of the sidebar should both open and close DecksThomas Arnhold1-0/+7
Change-Id: I921a8a0b749df62c50f0ae8cb2de85f6cb459784
2014-08-24Sidebar: Use proper default value for DeckThomas Arnhold1-2/+2
gsDefaultDeckId is "PropertyDeck". Deck "default" does not exist and triggers a fallback, which is the first Deck in the list, which is "PropertyDeck", too. Change-Id: If2daa53d002c6547cc5f6fbed1408719c10b149d
2014-08-24Sidebar: Remove hightlight from TabBar after Deck closeThomas Arnhold3-0/+17
After clicking on "Close Sidebar Deck" the highlighted icon will now lose its highlight. Change-Id: Iee947641343d46c84af7afb93cd52101e39149f7
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist9-17/+16
Put the VCL KeyCode class in the vcl namespace. Avoids clash with the X11 KeyCode typedef. Change-Id: I624c9d937f7c5f5986d313b6c5f060bd8bb7e028
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza2-2/+0
Also remove the tools/solar.h included from tools/debug.hxx. The include of solar.h header was necessary in some cases because of a macro or a typedef that was needed. Change-Id: Ia6e15d5c2571c58c9e9138b0d0a7f08ae88053c9 Reviewed-on: https://gerrit.libreoffice.org/11075 Reviewed-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Tested-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
2014-08-22No need to own SfxBasicManagerHolder by pointer in SfxObjectShell_ImplStephan Bergmann3-18/+17
Change-Id: I55da464ef1d3381fb51949a349f844dbd7da49eb