summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Collapse)Author
2012-07-09Resolves: rhbz#838368 --view ignored while -view acceptedCaolán McNamara
and our ooviewdoc script uses --view Change-Id: Ice708f1c72c8d29d411ba21e93cb19876af13881
2012-07-03ditch String::CreateFromAsciiCaolán McNamara
Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
2012-07-03useless aMgrName stringCaolán McNamara
Change-Id: Ide39492cf17400f6d4bee980e1e1aca6a0863b3f
2012-07-03coverity: ensure the string is null-terminatedDavid Tardon
Change-Id: Iaaa0e60ca99e2beef7c70d38343917c4549d1eea
2012-07-02hrc cleanup: Remove include guardsThomas Arnhold
Also add some missing include guards. Change-Id: I320a3c017ca65d34f2cd516849bcde3dec9b33f1
2012-07-02Remove unused definesThomas Arnhold
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-07-01Remove unused definesThomas Arnhold
Change-Id: I45e1618dcff920b63b7e21ba9e842eed684114d7
2012-06-29re-base on ALv2 code.Michael Meeks
2012-06-28fdo#46510 optionally turn on Quickstarter by installerAndras Timar
Change-Id: Ie002ab01a804cceea06e0a2ba7e6b2fe2a495344
2012-06-28use defines from systools/win32/qswin32.h instead of duplicationAndras Timar
Change-Id: I3d52308087412d1250b8ad64ffc308ca7cc414fd
2012-06-28drop unused includesDavid Tardon
Change-Id: Ic6ead729034a2a02d08f9e8edda0af1d0ff3f459
2012-06-27targetted re-work of cppunit pieces.Michael Meeks
2012-06-27Remove unused header filesThomas Arnhold
Change-Id: I3d172e5200fee63c6afcdf236a7915b7d51baf9c
2012-06-27Remove unused include filesThomas Arnhold
Those never get included at any point in the code. Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988
2012-06-27Reduce newline bloat at eofThomas Arnhold
Change-Id: I494ceee07d6825f9466cab810742d7f85291fe14
2012-06-26removed unnecessary forward declarations of classTakeshi Abe
Change-Id: Id08393f66797ef1c4378c8f3549d0900d4f1c7ec
2012-06-25callcatcher: update listCaolán McNamara
Change-Id: Id31324a6bf36e937cc6396207913e4183253bf04
2012-06-22remove bunch of obsolete looking .dxp filesMichael Stahl
Change-Id: Ib06d88890007fd27d6838a5c8829230733d3df97
2012-06-22re-base on ALv2 code.Michael Meeks
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21Executable_oosplash.mk: fix typo in Solaris "socket" libMichael Stahl
Change-Id: Ic9338867a3bf9315f20fa02d7fdb1adda2db285a
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-21Fix X Session Management supportStephan Bergmann
...passing -session= into soffice was no longer supported. The way I tested this with Gnome 3.4 (Fedora 17) is with: * Run gnome-session-properties to select "Options - Automatically remember running applications when logging out" * Create ~/.local/share/applications/lodev.desktop: [Desktop Entry] Exec=.../core/solver/unxlngx6/installation/opt/program/soffice Icon=libreoffice-startcenter Name=LOdev Type=Application * Run "startx /usr/bin/gnome-session -- /usr/bin/Xephyr :1" Change-Id: Id8a6e431e4c355caafa6c7111a435ebc0d35f78a
2012-06-21hrc cleanup: Remove unused definesThomas Arnhold
All of those defines (should) not be used at any point in the code. False positives may exist, because some macro names are getting generated by some template/macro foo. This is the version which compiled fine for me. Also there are many commented out lines removed. Change-Id: I6394024682e4ab3691eb72707a9363d41ba31df8
2012-06-20Show backing window instead of empty writer upon an "empty session"Stephan Bergmann
...(i.e., after logging out of a session with soffice still running, but only with the backing window still open). The key issue was that bSessionDataExists would always be true if /org.openoffice.Office.Recovery/RecoveryInfo/SessionData is true, even if /org.openoffice.Office.Recovery/RecoveryList is empty. Always calling doRestore (unless bExistsRecoveryData, but even if !bExistsSessionData) is there to ensure that /org.openoffice.Office.Recovery/RecoveryInfo/SessionData is eventually reset (whether or not that is really necessary). Change-Id: I9c3fff23f8019069f36e1dd5ded634ea1917bbd4
2012-06-20Avoid deadlock when signal handler joins threadStephan Bergmann
...as the signal can potentially be delivered to the to-be-joined thread. (It is unclear to me whether the SalMainPipeExchangeSingal_impl handler is really needed anyway, as there are various other places that should ensure that DisableOfficeIPCThread is called during shutdown. At least in theory, no longer joining here can cause the thread to incur crashes etc. when it it still running during shutdown.) Change-Id: I677a2e31e1a58d2b8d91634c2eb5274d63ac15f4
2012-06-19remove some UniString ctorsCaolán McNamara
Change-Id: Ic2e712f4447b733b79d980e178d9d6d9d8bf0e40
2012-06-15Unused variableStephan Bergmann
Change-Id: Id437c428f07cd084b5f54151a806e111d557acaa
2012-06-15hrc cleanup: Remove completely unused RIDsThomas Arnhold
These RID definitions aren't used at any other point. So remove them. Unused START and END definitions were commented out for documentation purpose. All definitions in basctl/source/basicide/tbxctl.hrc were unused, so I removed this file. Change-Id: I4713188a12b9da912b2a91b85ea4e54ca1aeb994
2012-06-09Remove superfluous empty lines on topThomas Arnhold
More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
2012-06-07fdo#43989: Revert "win32-dont-attempt-restart.diff: Don't attempt to restart ↵Stephan Bergmann
OOo after crash" This reverts commit f8e1d2438199c4a76ceeb36352678c415e25272c, which erroneously disabled automatic restart on Windows completely and has now been addressed in a better way with 150bf2c95c193b30e050ac1c54d64b5485af088d "bnc#524250: Show backing component after cancelled recovery."
2012-06-07bnc#524250: Show backing component after cancelled recoveryStephan Bergmann
...instead of an empty Writer document, which is non-intuitive when the user had worked on something other than a Writer document before the crash. f8e1d2438199c4a76ceeb36352678c415e25272c "win32-dont-attempt-restart.diff: Don't attempt to restart OOo after crash" had previously attempted to fix this with a sledgehammer approach of not restarting at all after a crash on Windows, under the wrong assumption that there would be no restart after crash at all on Linux either (which was apparently rather a bug caused by the newly introduced oosplash at that time). Change-Id: If65d2e21640d56262c486d887c4a29137cabcd0a
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
Update code to use factory method URLTransformer::create Change-Id: I3fd2e838497bcfd8fc949615c0e7d60a6ea47118 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
Update calls to factories to use new SimpleFileAccess::create method Change-Id: Ie5b0696fe2228a9033b19969245a53c21a61aa14 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
Update calls to factories to use new ::create methods Change-Id: I01d4417820f52718836c92faf3c2fae0dc96b30d Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-04Make sure all the required headers are thereJesús Corrius
2012-06-04Make sure the symbols are foundJesús Corrius
2012-06-04Move the AppUserModelID code to the launcherJesús Corrius
2012-06-02targeted string re-workNorbert Thiebaud
Change-Id: Ia9fe54a5198811d648bb32a2ebb3ab7f9cde77c7
2012-06-01nuke unused namespaceTakeshi Abe
Change-Id: Ic00cdfce4172af0a2f0aa1aa33ef5e386d407976
2012-05-31Force --headless argument when LIBO_HEADLESS is definedRiccardo Magliocchetti
When LIBO_HEADLESS is set we are not supposed to run libo without --headless; doing so will throw an UNO exception. So better use a sensible default.
2012-05-31More headless build workRiccardo Magliocchetti
Remove hack in sofficemain we really don't want and don't install a lib we are not building.
2012-05-29rename functions for consistency with the rest of gbuildDavid Tardon
Change-Id: I572a8a6dc9da4f63b7c937748b3013bab60bb6bb
2012-05-24Don't spam fellow developers until I fix the problem in MinGWJesús Corrius
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann
See the TODO comment in sfx2/inc/sfx2/docfile.hxx about a temporary SfxMedium ctor overload to find not yet adapted uses of another overload, to be removed again in due time. Change-Id: Ie22c33c32f8870ce6ebf6d500abc7a4e33d97183
2012-05-24replace wcscat_s -> wcscat to please minGWJesús Corrius
2012-05-24include files always in lowercaseJesús Corrius
2012-05-24set explicit Application User Models IDs in the native Windows launchersJesús Corrius
Change-Id: Ib60a2a4f0d28a53d997731eb34b118cc9b9f822d
2012-05-22android: re-add main to libsofficeapp for androidMichael Meeks