summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Collapse)Author
2014-03-25add parameter to supress dialogMathias Supp
With the new parameter you can now supress the dialog for document compare in writer. Change-Id: I984ee75552e5c006332331510df5d437b687903f
2014-03-25Adapt to sal/log.hxxStephan Bergmann
Change-Id: I96786bcab1205d212926af6c7c6afbf88bfe1453
2014-03-24coverity#704301 Logically dead codeCaolán McNamara
Change-Id: I865979464a2abe51136b577fdb10ec0ae9faf11e
2014-03-24coverity#704300 Logically dead codeCaolán McNamara
since af22075998a021d23ec1b266433f239d3200c35d "undoapi: attempt to fix broken Undo contexts after executing a script" in 2010 Change-Id: I95f5ebf8960dc82d4a6da1ef186ba524e3cddfd1
2014-03-24cppcheck: fix Division by zero + move some linesJulien Nabet
See http://nabble.documentfoundation.org/Cppcheck-reports-quot-Division-by-zero-quot-in-new-cxx-sfx2-module-td4102613.html Change-Id: I71433bcb20575016ee2e993a67c6e09646672f9b
2014-03-24callcatcher: update unused codeCaolán McNamara
Change-Id: I48990c044e4583e835f3e995527ba423e8c459fb
2014-03-24svtools: sal_Bool->boolNoel Grandin
Change-Id: I37352e90a5304e75ce0c8ae922a167b1e70625e8
2014-03-24svtools: sal_Bool->boolNoel Grandin
Change-Id: I2044e6c1f15579b6051fad5d36fcfa8795f88953
2014-03-24svtools: sal_Bool->boolNoel Grandin
Change-Id: I35c9c1514c67860e61b6e2457ab4548d04a4d159
2014-03-24svtools: sal_Bool->boolNoel Grandin
Change-Id: I56072620f9ea28833e1590a7fff7d71ed11fc34c
2014-03-24Using a local type as a template argument is a C++11-ismTakeshi Abe
Change-Id: I1eddd4382f5ebaf9db43cd4351fc02e66b2cc9ad
2014-03-24Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
Change-Id: I7b72c5680d5665b3f1f720f50a2d3ea6fc0c3e39
2014-03-22cppcheck: fix variables reassigned before having been usedJulien Nabet
Change-Id: I0b1025f2697e5cd7abfe5ca9e3c64f02469ba606
2014-03-22coverity#708156 Uninitialized scalar fieldCaolán McNamara
Change-Id: I0ef0047684bf97453c7f0bd958aee73ec5af26a6
2014-03-22bUseTarget is never readCaolán McNamara
Change-Id: I1a21cfd62de2e188c93453f7eebb4d322010de3a
2014-03-22coverity#705885 Dereference before null checkCaolán McNamara
Change-Id: I4e032dc9b77b98cc5981f812958667fc908993da
2014-03-20coverity#705886 Dereference before null checkCaolán McNamara
Change-Id: I707dcfb324760a7058cb0abcb2eca7819e0568e4
2014-03-20coverity#735668 Dereference after null checkCaolán McNamara
Change-Id: Ie7fbc0508ab30c35c52508869367f553b75553e0
2014-03-20IsQuickJob is never read and FAX# is never writtenCaolán McNamara
Change-Id: Id8f852df49b951fa6f5558e7e45018f07a9b104f
2014-03-19loplugin:passstringbyrefStephan Bergmann
Change-Id: I53e8d7d976f37a0dcf09200713ea418ed024305d
2014-03-19coverity#984140 Uninitialized pointer fieldCaolán McNamara
Change-Id: Icba06e9bfa85b67a9e2a5f6952d023d6655267d4
2014-03-19sfx2: sal_Bool->boolNoel Grandin
Change-Id: I73acb3a150b01114d32274a6842f6db9654b3e63
2014-03-19sfx2: sal_Bool->boolNoel Grandin
Change-Id: Ief810c49b821e2e60ee2c8b14187dd8d7d81c461
2014-03-18Don't bother creating thumbnails on non-desktop, at least for nowTor Lillqvist
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 Grandin
Change-Id: I375a72c34e46778385a9fdc24c9ebd0f0a3f3c9b
2014-03-18fix return type of SfxViewShell::HandleNotifyEvent_Impl to be boolNoel Grandin
it was long, but it was treated as a bool. Change-Id: I097ab5f9dff511781a9711594754ae34f25a37bc
2014-03-18sfx2: sal_Bool->boolNoel Grandin
Change-Id: I0240d8d093478c62fd7d63cac228092e641bf0dc
2014-03-18sfx2: sal_Bool->boolNoel Grandin
Change-Id: Ib2a02c7e05e48657b9745bcccc8f8f626daaef2d
2014-03-18sfx2: sal_Bool->boolNoel Grandin
Change-Id: I87c5a180566e9da185c2992844e6522e82c17747
2014-03-18sfx2: sal_Bool->boolNoel Grandin
Change-Id: I128430fe446eb517b42a109a868b88d49bbc4eaa
2014-03-18sfx2: sal_Bool->boolNoel Grandin
Change-Id: I733cd63e321bdc775739228c269fa66ff7780780
2014-03-18sfx2: sal_Bool->boolNoel Grandin
Change-Id: I01a33e255b0dd2a0045f6eed52e6b31305750599
2014-03-18sfx2: sal_Bool->boolNoel Grandin
Change-Id: I125e09933be2841315252fbc3fc021c195f255f8
2014-03-17Remove unused framework::IMutexGuard::resetStephan Bergmann
Change-Id: If05ef86284c4ed7bf66a6a6de17a4bf8d49e89e1
2014-03-16sal_Bool to boolMatteo Casalin
Change-Id: Ib19ecab287396dc6d6cf4a77dcf7072c5c4c84f8
2014-03-14sfx2: add link to SFX2 dispatch documentation on OOo WikiMichael Stahl
Change-Id: I628fd32c035443f0bdb90007f38151c41b1b5c84
2014-03-14sfx2: sal_Bool->boolNoel Grandin
Change-Id: Ifd9bc57fd0c6d32796013cb9fca9c935a2f71e54
2014-03-14sfx2: sal_Bool->boolNoel Grandin
Change-Id: I626371bac4fbd9c6a2cdc5a57a3022f8b6ac55b2
2014-03-14sfx2: sal_Bool->boolNoel Grandin
Change-Id: I56a50ee4a169c8f82c830ebf498f7ead1335f0b5
2014-03-14sfx2: sal_Bool->boolNoel Grandin
Change-Id: If960d94f867a1988ace83975cf16441c6f8866b0
2014-03-14sfx2: sal_Bool->boolNoel Grandin
Change-Id: I3a266e0c0de413fd0e160dc089f494393cf5e438
2014-03-13Related: #i124392# fill in SidebarDockingWindow::DoDisposeAndre Fischer
(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 Grandin
Change-Id: I9833265f6e635a057cea2c4a945cc73809b1e2ef
2014-03-12coverity#704794 Unchecked dynamic_castCaolán McNamara
Change-Id: Idbfdfe687ac94f1e1135c8a877a7b133056a875f
2014-03-12coverity#1027775 Dereference null return valueCaolán McNamara
Change-Id: I27dc7645969e6311bc6c0a3d593924ea41dfdf5d
2014-03-11No need for GetElementByMetadataReference to be SAL_CALLStephan Bergmann
Change-Id: I34615c87238d4e96b6c1e81e57fb0822c876b929
2014-03-11coverity#441017 Dereference before null checkCaolán McNamara
Change-Id: I3df33251d72266afb43532bee07058e691a6cf66
2014-03-11coverity#440865 Logically dead codeCaolán McNamara
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 McNamara
Change-Id: I7f52cad90ce17813ba7d7c6ce382d58a8fa44916
2014-03-11-Werror,-Wunused-variableStephan Bergmann
Change-Id: I3b499a17985b55fbfb62a441afb9d137f7bd8593