summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Collapse)AuthorFilesLines
2014-03-18Don't bother creating thumbnails on non-desktop, at least for nowTor Lillqvist1-2/+5
It seems that it was the thumbmail creation which through some mechanism caused the blank tile problem for the first tile(s) for some documents in TiledLibreOffice. Go figure. Change-Id: I2b3d64e0bbd3bf39023c67aed56992048ea4ebcf
2014-03-18sfx2: sal_Bool->boolNoel Grandin10-90/+88
Change-Id: I375a72c34e46778385a9fdc24c9ebd0f0a3f3c9b
2014-03-18fix return type of SfxViewShell::HandleNotifyEvent_Impl to be boolNoel Grandin1-3/+3
it was long, but it was treated as a bool. Change-Id: I097ab5f9dff511781a9711594754ae34f25a37bc
2014-03-18sfx2: sal_Bool->boolNoel Grandin2-12/+12
Change-Id: I0240d8d093478c62fd7d63cac228092e641bf0dc
2014-03-18sfx2: sal_Bool->boolNoel Grandin6-85/+85
Change-Id: Ib2a02c7e05e48657b9745bcccc8f8f626daaef2d
2014-03-18sfx2: sal_Bool->boolNoel Grandin22-390/+390
Change-Id: I87c5a180566e9da185c2992844e6522e82c17747
2014-03-18sfx2: sal_Bool->boolNoel Grandin6-21/+21
Change-Id: I128430fe446eb517b42a109a868b88d49bbc4eaa
2014-03-18sfx2: sal_Bool->boolNoel Grandin6-55/+56
Change-Id: I733cd63e321bdc775739228c269fa66ff7780780
2014-03-18sfx2: sal_Bool->boolNoel Grandin2-29/+29
Change-Id: I01a33e255b0dd2a0045f6eed52e6b31305750599
2014-03-18sfx2: sal_Bool->boolNoel Grandin2-12/+12
Change-Id: I125e09933be2841315252fbc3fc021c195f255f8
2014-03-17Remove unused framework::IMutexGuard::resetStephan Bergmann1-5/+0
Change-Id: If05ef86284c4ed7bf66a6a6de17a4bf8d49e89e1
2014-03-16sal_Bool to boolMatteo Casalin2-6/+7
Change-Id: Ib19ecab287396dc6d6cf4a77dcf7072c5c4c84f8
2014-03-14sfx2: add link to SFX2 dispatch documentation on OOo WikiMichael Stahl1-0/+3
Change-Id: I628fd32c035443f0bdb90007f38151c41b1b5c84
2014-03-14sfx2: sal_Bool->boolNoel Grandin12-88/+89
Change-Id: Ifd9bc57fd0c6d32796013cb9fca9c935a2f71e54
2014-03-14sfx2: sal_Bool->boolNoel Grandin8-9/+9
Change-Id: I626371bac4fbd9c6a2cdc5a57a3022f8b6ac55b2
2014-03-14sfx2: sal_Bool->boolNoel Grandin31-348/+348
Change-Id: I56a50ee4a169c8f82c830ebf498f7ead1335f0b5
2014-03-14sfx2: sal_Bool->boolNoel Grandin9-48/+48
Change-Id: If960d94f867a1988ace83975cf16441c6f8866b0
2014-03-14sfx2: sal_Bool->boolNoel Grandin7-56/+56
Change-Id: I3a266e0c0de413fd0e160dc089f494393cf5e438
2014-03-13Related: #i124392# fill in SidebarDockingWindow::DoDisposeAndre Fischer2-1/+7
(cherry picked from commit 952f581cb77f52e9aaa974496dc8d86b335cb424) Conflicts: sfx2/inc/sfx2/sidebar/SidebarChildWindow.hxx sfx2/source/dialog/templdlg.cxx sfx2/source/inc/templdgi.hxx Change-Id: Idf06437dfc45e02d9e2303df84d52ba0837de108
2014-03-13sfx2,svl: prefer passing OUString and OString by referenceNoel Grandin11-25/+26
Change-Id: I9833265f6e635a057cea2c4a945cc73809b1e2ef
2014-03-12coverity#704794 Unchecked dynamic_castCaolán McNamara1-0/+2
Change-Id: Idbfdfe687ac94f1e1135c8a877a7b133056a875f
2014-03-12coverity#1027775 Dereference null return valueCaolán McNamara1-3/+9
Change-Id: I27dc7645969e6311bc6c0a3d593924ea41dfdf5d
2014-03-11No need for GetElementByMetadataReference to be SAL_CALLStephan Bergmann1-3/+4
Change-Id: I34615c87238d4e96b6c1e81e57fb0822c876b929
2014-03-11coverity#441017 Dereference before null checkCaolán McNamara1-1/+1
Change-Id: I3df33251d72266afb43532bee07058e691a6cf66
2014-03-11coverity#440865 Logically dead codeCaolán McNamara1-25/+0
seeing as we return early if eChild == SFX_CHILDWIN_OBJECTBAR then the reset of the code that depends on that cannot happen Change-Id: I1566ad9d5ef428e3c9e248df08b65d56bb83553e
2014-03-11de-indent, given the early returnCaolán McNamara1-47/+43
Change-Id: I7f52cad90ce17813ba7d7c6ce382d58a8fa44916
2014-03-11-Werror,-Wunused-variableStephan Bergmann1-7/+0
Change-Id: I3b499a17985b55fbfb62a441afb9d137f7bd8593
2014-03-11convert load template dialog to .uiCaolán McNamara8-511/+469
and merge the expander and the "show preview" checkbox to be the same thing, i.e. expanded is showing, and not expanded is not showing Change-Id: I10e43bc36a0e2e5d1286a4dbad793ee3a700c97c
2014-03-10sfx2: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann3-39/+3
Change-Id: I7d98f0d3f101d7441e83d37f0ee36a74b991a996
2014-03-10coverity#708153 Uninitialized scalar fieldCaolán McNamara1-3/+5
Change-Id: Ifd4e3f792a01d0f806b9d49355463eae79b877ab
2014-03-10coverity#708146 Uninitialized scalar fieldCaolán McNamara1-1/+6
Change-Id: I5c1cb12572100b736152540d1453c7f25dc7a790
2014-03-10coverity#708144 Uninitialized scalar fieldCaolán McNamara1-9/+14
Change-Id: Idbea2d2d0d282cbe131d1b96a0d7bafde3886c3a
2014-03-10drop the SimpleErrorHandlerCaolán McNamara3-12/+0
Change-Id: I968300664c386e6cf33461c5858833832e452e28
2014-03-10fdo#75243: MSO export: save custom properties with empty valueTarun Kumar1-1/+1
LO removes empty properties while saving the doc. This is required in some business scenarios. bSkipEmpty is set to false by default to enable LibreOffice to save even empty properties. Change-Id: I7aafe0c0be02a98fa6e72d73e9e4348a015da61f
2014-03-09coverity#1078732 Dereference null return valueCaolán McNamara1-1/+1
Change-Id: I6008d2ef94979a7b2224ca217a158cbcbb1fd716
2014-03-07coverity#735847 Dereference after null checkCaolán McNamara1-6/+7
Change-Id: I564d00d279d0b1cfee4eead4b9bc9b6e98a3b0f2
2014-03-07Fix deselection problems of template viewZolnai Tamás2-2/+7
deselectItems() were added to make recent docs view work, but it is unneccessary to affect template view too. Change-Id: I0c805774321939991e308e9c8c669604e81dbad5
2014-03-07Revert "fdo#74787, rhbz#1072553: fix Template Mananger import crash"Zolnai Tamás1-5/+2
This reverts commit 6b6ec280f3d7f35fb9c8c8ba92a31d51ab4dca16.
2014-03-07Revert "fdo#74506 fdo#74291 -Template manager-store selection before calling ↵Zolnai Tamás1-16/+6
dialog" This reverts commit a411bf38da3668094698c06c8424aa9d68c85702.
2014-03-07fdo#74787, rhbz#1072553: fix Template Mananger import crashMichael Stahl1-2/+5
File dialog causes call to ThumbnailView::LoseFocus() and clears selected folders. (regression from 0314034d8b23d5b69399cfcdf6b2f2add73f9f47) Change-Id: Ic5f2602e9dd1d12aad8c68c48f6bbb119ee6492c
2014-03-06sfx2: ensure that no timers are running after SfxApplication diesMichael Stahl1-0/+5
Timers may access global data that's tied to SfxApplication, and that seems difficult to fix or prevent; the SfxApplication is deleted before the main thread gets around to handling the PostUserEvent sent by Application::Quit(). log from xmloff_unoapi: ==32095== Invalid read of size 8 ==32095== at 0x934D245: Font::Font(Font const&) (font.cxx:239) ==32095== by 0x1FCEABDF: ImpEditEngine::FormatDoc() (impedit3.cxx:381) [...] ==32095== by 0x1ED0F894: SdDrawDocument::LinkStubOnlineSpellingHdl(void*, void*) (drawdoc4.cxx:826) ==32095== by 0x911FECD: Link::Call(void*) const (link.hxx:123) ==32095== by 0x914F700: Timer::Timeout() (timer.cxx:224) ==32095== by 0x914F394: Timer::ImplTimerCallbackProc() (timer.cxx:121) ==32095== by 0x170B350A: SalTimer::CallCallback() (saltimer.hxx:53) ==32095== by 0x170B26C6: SvpSalInstance::CheckTimeout(bool) (svpinst.cxx:188) ==32095== by 0x170B2D25: SvpSalInstance::Yield(bool, bool) (svpinst.cxx:317) ==32095== by 0x91460DF: ImplYield(bool, bool) (svapp.cxx:363) ==32095== by 0x9142814: Application::Yield() (svapp.cxx:395) ==32095== by 0x91427C2: Application::Execute() (svapp.cxx:344) ==32095== by 0x4EC7589: desktop::Desktop::Main() (app.cxx:1680) ==32095== Address 0x1d498b28 is 408 bytes inside a block of size 520 free'd ==32095== at 0x4A078DE: operator delete(void*) (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so) ==32095== by 0x954CFE5: VirtualDevice::~VirtualDevice() (virdev.cxx:202) ==32095== by 0x1EE26F7D: SdModule::~SdModule() (sdmod.cxx:128) ==32095== by 0x1EE26FFD: SdModule::~SdModule() (sdmod.cxx:129) ==32095== by 0x65C9E47: SfxModule::DestroyModules_Impl() (module.cxx:327) ==32095== by 0x654116A: SfxApplication::~SfxApplication() (app.cxx:226) ==32095== by 0x6541249: SfxApplication::~SfxApplication() (app.cxx:244) ==32095== by 0x655E452: SfxTerminateListener_Impl::notifyTermination(com::sun::star::lang::EventObject const&) (appinit.cxx:121) ==32095== by 0x1B8A67A1: framework::Desktop::terminate() (desktop.cxx:343) Change-Id: Ib70444c2b0fc60daa094323510d20b146a416087
2014-03-06constructors: Fix typo preventing extensions loading.Jan Holesovsky1-2/+2
Change-Id: If40e685f622b15e055a3087c441fc0c332e7d7d3
2014-03-05coverity#982309 Logically dead codeCaolán McNamara1-12/+1
Change-Id: Id05614cf8c90d1c845876e8a6592df8420d57d47
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke3-13/+13
ListBox and related now handle up to sal_Int32 elements correctly. sal_Int32 instead of sal_Size or size_t because of UNO and a11y API. Also disentangled some of the mess of SvTreeList and other containers regarding sal_uInt16, sal_uLong, long, size_t, ... type mixtures. Change-Id: Idb6e0ae689dc5bc2cf980721972b57b0261e688a Reviewed-on: https://gerrit.libreoffice.org/8460 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2014-03-05HelpTabPage_Impl ResId variant is now unusedCaolán McNamara2-8/+0
Change-Id: I084aaae3f090b36e7f16c4cd2541613fc91d6490
2014-03-05convert help contents page to .uiCaolán McNamara8-63/+74
Change-Id: I9ffd2881bfbf51749d69d7fc1af2d74335d8e3f4
2014-03-05convert help search page to .uiCaolán McNamara8-189/+247
Change-Id: Ib40ab75ce04c60df29895b0b14450d507d67db23
2014-03-05convert help index page to .uiCaolán McNamara8-135/+127
Change-Id: I2d3b5311b8f40350f6d9524f802cb074c175ffaa
2014-03-05convert help bookmarks tabpage to .uiCaolán McNamara7-108/+120
Change-Id: I2bfbb2aa53729be1c12ccc3ca3dd8644aa4d5410
2014-03-05sal_Bool to boolMarkus Mohrhard1-6/+6
Change-Id: I866946a2a987a95a41cf2b32ed089568ff94b236