1. 30 May, 2013 26 kayıt (commit)
    • Donizete Waterkemper's avatar
      String to OUString. · d1f6857d
      Donizete Waterkemper yazdı
      Change-Id: I0a6bba13d71b45a7f9161030073d4d3399ea6ad5
      https://gerrit.libreoffice.org/#/c/4012/
      d1f6857d
    • Armin Le Grand's avatar
      Resolves: #i122395# Adapted mapping of content to more general way · 628ed6bc
      Armin Le Grand yazdı
      (cherry picked from commit 525dfeaf)
      
      Change-Id: Iba1af96519e378e3bdccca4295b412563004bab3
      628ed6bc
    • Armin Le Grand's avatar
      Resolves: #i122374# added initialisation for initial selection · 5cae5815
      Armin Le Grand yazdı
      (cherry picked from commit 924bd9b9)
      
      Change-Id: If60a46e3c1f07173314cd3f34a6858475b0d662c
      5cae5815
    • Armin Le Grand's avatar
      Resolves: #i121507# Added comma to whitespace list · b2a12a87
      Armin Le Grand yazdı
      (cherry picked from commit c9e446d6)
      
      Change-Id: I790bfada597e276f9f9e1d07f7208db6d1059f0f
      b2a12a87
    • Andre Fischer's avatar
      Resolves: #i122380# Use quick help text as accessible name... · d7609ad7
      Andre Fischer yazdı
      for some paragraph panel controls
      
      (cherry picked from commit 3f1d43bd)
      
      Conflicts:
      	svx/source/sidebar/paragraph/ParaPropertyPanel.cxx
      
      Change-Id: Ic1fdbf1bfa5c04e844c03e6909fef41b76e6c6c5
      d7609ad7
    • Caolán McNamara's avatar
      make impress start again without crashing · 66a10f28
      Caolán McNamara yazdı
      triggered by commit 0143805a
      
      from Implementation::Update the mpViewShellManagerLock.reset is triggering
      reentry to the same method, this time in the other branch and calling
      mpViewShellManagerLock.release and delete pLock
      
      it's all a bit appalling really
      
      ==15411== Invalid read of size 8
      ==15411==    at 0x214B62F4: boost::detail::shared_count::~shared_count() (shared_count.hpp:371)
      ==15411==    by 0x216C3EE3: boost::shared_ptr<sd::ViewShellManager>::~shared_ptr() (shared_ptr.hpp:328)
      ==15411==    by 0x21883EE8: sd::ViewShellManager::UpdateLock::~UpdateLock() (in /home/caolan/LibreOffice/core/solver/unxlngx6/lib/libsdlo.so)
      ==15411==    by 0x21972275: std::auto_ptr<sd::ViewShellManager::UpdateLock>::reset(sd::ViewShellManager::UpdateLock*) (auto_ptr.h:244)
      ==15411==    by 0x21969F20: sd::ToolBarManager::Implementation::Update(std::auto_ptr<(anonymous namespace)::LayouterLock>) (ToolBarManager.cxx:957)
      ==15411==    by 0x21969C46: sd::ToolBarManager::Implementation::UnlockUpdate() (ToolBarManager.cxx:884)
      ==15411==    by 0x21968053: sd::ToolBarManager::UnlockUpdate() (ToolBarManager.cxx:540)
      ==15411==    by 0x216E03A4: sd::ToolBarManager::UpdateLock::~UpdateLock() (in /home/caolan/LibreOffice/core/solver/unxlngx6/lib/libsdlo.so)
      ==15411==    by 0x216E051C: void boost::checked_delete<sd::ToolBarManager::UpdateLock>(sd::ToolBarManager::UpdateLock*) (checked_delete.hpp:34)
      ==15411==    by 0x216E0484: boost::scoped_ptr<sd::ToolBarManager::UpdateLock>::~scoped_ptr() (scoped_ptr.hpp:82)
      ==15411==    by 0x216E04FC: boost::scoped_ptr<sd::ToolBarManager::UpdateLock>::reset(sd::ToolBarManager::UpdateLock*) (scoped_ptr.hpp:88)
      ==15411==    by 0x216E01D6: sd::framework::ToolBarModule::HandleUpdateEnd() (ToolBarModule.cxx:203)
      ==15411==    by 0x216DFEA5: sd::framework::ToolBarModule::notifyConfigurationChange(com::sun::star::drawing::framework::ConfigurationChangeEvent const&) (ToolBarModule.cxx:125)
      ==15411==    by 0x2169D2F6: sd::framework::ConfigurationControllerBroadcaster::NotifyListeners(std::__debug::vector<sd::framework::ConfigurationControllerBroadcaster::ListenerDescriptor, std::allocator<sd::framework::ConfigurationControllerBroadcaster::ListenerDescriptor> > const&, com::sun::star::drawing::framework::ConfigurationChangeEvent const&) (ConfigurationControllerBroadcaster.cxx:104)
      ==15411==    by 0x2169D62C: sd::framework::ConfigurationControllerBroadcaster::NotifyListeners(com::sun::star::drawing::framework::ConfigurationChangeEvent const&) (ConfigurationControllerBroadcaster.cxx:132)
      ==15411==    by 0x216A9A49: sd::framework::ConfigurationUpdater::UpdateConfiguration() (ConfigurationUpdater.cxx:202)
      ==15411==    by 0x216A9692: sd::framework::ConfigurationUpdater::RequestUpdate(com::sun::star::uno::Reference<com::sun::star::drawing::framework::XConfiguration> const&) (ConfigurationUpdater.cxx:124)
      ==15411==    by 0x2168D0AE: sd::framework::ChangeRequestQueueProcessor::ProcessOneEvent() (ChangeRequestQueueProcessor.cxx:186)
      ==15411==    by 0x2168CE39: sd::framework::ChangeRequestQueueProcessor::ProcessEvent(void*) (ChangeRequestQueueProcessor.cxx:139)
      ==15411==    by 0x2168CDFA: sd::framework::ChangeRequestQueueProcessor::LinkStubProcessEvent(void*, void*) (ChangeRequestQueueProcessor.cxx:131)
      ==15411==    by 0x90D9283: Link::Call(void*) const (link.hxx:123)
      ==15411==    by 0x96A2CC3: ImplHandleUserEvent(ImplSVEvent*) (winproc.cxx:1986)
      ==15411==    by 0x96A422A: ImplWindowFrameProc(Window*, SalFrame*, unsigned short, void const*) (winproc.cxx:2601)
      ==15411==    by 0x96B28CA: SalFrame::CallCallback(unsigned short, void const*) const (in /home/caolan/LibreOffice/core/solver/unxlngx6/lib/libvcllo.so)
      ==15411==    by 0x96B2355: SalGenericDisplay::DispatchInternalEvent() (gendisp.cxx:91)
      ==15411==    by 0x16DB2069: GtkData::userEventFn(void*) (gtkdata.cxx:935)
      ==15411==    by 0x16DB20C4: call_userEventFn (gtkdata.cxx:945)
      ==15411==    by 0x3795647A54: g_main_context_dispatch (gmain.c:2715)
      ==15411==    by 0x3795647D87: g_main_context_iterate.isra.24 (gmain.c:3290)
      ==15411==    by 0x3795647E43: g_main_context_iteration (gmain.c:3351)
      ==15411==    by 0x16DB0F2D: GtkData::Yield(bool, bool) (gtkdata.cxx:574)
      ==15411==    by 0x16DB4ACD: GtkInstance::Yield(bool, bool) (gtkinst.cxx:404)
      ==15411==    by 0x90F2FEF: ImplYield(bool, bool) (svapp.cxx:422)
      ==15411==    by 0x90EF588: Application::Yield(bool) (svapp.cxx:456)
      ==15411==    by 0x90EF529: Application::Execute() (svapp.cxx:401)
      ==15411==    by 0x4EC7147: desktop::Desktop::Main() (app.cxx:1720)
      ==15411==    by 0x90FBA70: ImplSVMain() (svmain.cxx:162)
      ==15411==    by 0x90FBB59: SVMain() (svmain.cxx:198)
      ==15411==    by 0x4F098B5: soffice_main (sofficemain.cxx:82)
      ==15411==    by 0x400967: sal_main (main.c:48)
      ==15411==    by 0x400948: main (main.c:47)
      ==15411==  Address 0x1f2a66b8 is 8 bytes inside a block of size 16 free'd
      ==15411==    at 0x4A073CC: operator delete(void*) (vg_replace_malloc.c:480)
      ==15411==    by 0x21969E8B: sd::ToolBarManager::Implementation::Update(std::auto_ptr<(anonymous namespace)::LayouterLock>) (ToolBarManager.cxx:936)
      ==15411==    by 0x21969C46: sd::ToolBarManager::Implementation::UnlockUpdate() (ToolBarManager.cxx:884)
      ==15411==    by 0x21968053: sd::ToolBarManager::UnlockUpdate() (ToolBarManager.cxx:540)
      ==15411==    by 0x216E03A4: sd::ToolBarManager::UpdateLock::~UpdateLock() (in /home/caolan/LibreOffice/core/solver/unxlngx6/lib/libsdlo.so)
      ==15411==    by 0x21967962: sd::ToolBarManager::ResetToolBars(sd::ToolBarManager::ToolBarGroup) (ToolBarManager.cxx:410)
      ==15411==    by 0x219AC02F: sd::DrawViewShell::ChangeEditMode(EditMode, bool) (drviews1.cxx:363)
      ==15411==    by 0x219CC31E: sd::DrawViewShell::ReadFrameViewData(sd::FrameView*) (drviews5.cxx:295)
      ==15411==    by 0x21A45CBA: sd::ViewShell::Activate(unsigned char) (viewshel.cxx:350)
      ==15411==    by 0x219AB09E: sd::DrawViewShell::Activate(unsigned char) (drviews1.cxx:93)
      ==15411==    by 0x663DA02: SfxShell::DoActivate_Impl(SfxViewFrame*, unsigned char) (shell.cxx:571)
      ==15411==    by 0x69853B7: SfxDispatcher::FlushImpl() (in /home/caolan/LibreOffice/core/solver/unxlngx6/lib/libsfxlo.so)
      ==15411==    by 0x652A459: SfxDispatcher::Flush() (dispatch.hxx:237)
      ==15411==    by 0x6974199: SfxViewShell::AddSubShell(SfxShell&) (viewsh.cxx:1409)
      ==15411==    by 0x21986D9B: sd::ViewShellManager::Implementation::UpdateShellStack() (ViewShellManager.cxx:963)
      ==15411==    by 0x21986785: sd::ViewShellManager::Implementation::UnlockUpdate() (ViewShellManager.cxx:881)
      ==15411==    by 0x21983F27: sd::ViewShellManager::UnlockUpdate() (ViewShellManager.cxx:425)
      ==15411==    by 0x21883EDC: sd::ViewShellManager::UpdateLock::~UpdateLock() (in /home/caolan/LibreOffice/core/solver/unxlngx6/lib/libsdlo.so)
      ==15411==    by 0x21972275: std::auto_ptr<sd::ViewShellManager::UpdateLock>::reset(sd::ViewShellManager::UpdateLock*) (auto_ptr.h:244)
      ==15411==    by 0x21969F20: sd::ToolBarManager::Implementation::Update(std::auto_ptr<(anonymous namespace)::LayouterLock>) (ToolBarManager.cxx:957)
      ==15411==    by 0x21969C46: sd::ToolBarManager::Implementation::UnlockUpdate() (ToolBarManager.cxx:884)
      ==15411==    by 0x21968053: sd::ToolBarManager::UnlockUpdate() (ToolBarManager.cxx:540)
      ==15411==    by 0x216E03A4: sd::ToolBarManager::UpdateLock::~UpdateLock() (in /home/caolan/LibreOffice/core/solver/unxlngx6/lib/libsdlo.so)
      ==15411==    by 0x216E051C: void boost::checked_delete<sd::ToolBarManager::UpdateLock>(sd::ToolBarManager::UpdateLock*) (checked_delete.hpp:34)
      ==15411==    by 0x216E0484: boost::scoped_ptr<sd::ToolBarManager::UpdateLock>::~scoped_ptr() (scoped_ptr.hpp:82)
      ==15411==    by 0x216E04FC: boost::scoped_ptr<sd::ToolBarManager::UpdateLock>::reset(sd::ToolBarManager::UpdateLock*) (scoped_ptr.hpp:88)
      ==15411==    by 0x216E01D6: sd::framework::ToolBarModule::HandleUpdateEnd() (ToolBarModule.cxx:203)
      ==15411==    by 0x216DFEA5: sd::framework::ToolBarModule::notifyConfigurationChange(com::sun::star::drawing::framework::ConfigurationChangeEvent const&) (ToolBarModule.cxx:125)
      ==15411==    by 0x2169D2F6: sd::framework::ConfigurationControllerBroadcaster::NotifyListeners(std::__debug::vector<sd::framework::ConfigurationControllerBroadcaster::ListenerDescriptor, std::allocator<sd::framework::ConfigurationControllerBroadcaster::ListenerDescriptor> > const&, com::sun::star::drawing::framework::ConfigurationChangeEvent const&) (ConfigurationControllerBroadcaster.cxx:104)
      ==15411==    by 0x2169D62C: sd::framework::ConfigurationControllerBroadcaster::NotifyListeners(com::sun::star::drawing::framework::ConfigurationChangeEvent const&) (ConfigurationControllerBroadcaster.cxx:132)
      ==15411==    by 0x216A9A49: sd::framework::ConfigurationUpdater::UpdateConfiguration() (ConfigurationUpdater.cxx:202)
      ==15411==    by 0x216A9692: sd::framework::ConfigurationUpdater::RequestUpdate(com::sun::star::uno::Reference<com::sun::star::drawing::framework::XConfiguration> const&) (ConfigurationUpdater.cxx:124)
      ==15411==    by 0x2168D0AE: sd::framework::ChangeRequestQueueProcessor::ProcessOneEvent() (ChangeRequestQueueProcessor.cxx:186)
      ==15411==    by 0x2168CE39: sd::framework::ChangeRequestQueueProcessor::ProcessEvent(void*) (ChangeRequestQueueProcessor.cxx:139)
      ==15411==    by 0x2168CDFA: sd::framework::ChangeRequestQueueProcessor::LinkStubProcessEvent(void*, void*) (ChangeRequestQueueProcessor.cxx:131)
      ==15411==    by 0x90D9283: Link::Call(void*) const (link.hxx:123)
      ==15411==    by 0x96A2CC3: ImplHandleUserEvent(ImplSVEvent*) (winproc.cxx:1986)
      ==15411==    by 0x96A422A: ImplWindowFrameProc(Window*, SalFrame*, unsigned short, void const*) (winproc.cxx:2601)
      ==15411==    by 0x96B28CA: SalFrame::CallCallback(unsigned short, void const*) const (in /home/caolan/LibreOffice/core/solver/unxlngx6/lib/libvcllo.so)
      ==15411==    by 0x96B2355: SalGenericDisplay::DispatchInternalEvent() (gendisp.cxx:91)
      ==15411==    by 0x16DB2069: GtkData::userEventFn(void*) (gtkdata.cxx:935)
      ==15411==    by 0x16DB20C4: call_userEventFn (gtkdata.cxx:945)
      ==15411==    by 0x3795647A54: g_main_context_dispatch (gmain.c:2715)
      ==15411==    by 0x3795647D87: g_main_context_iterate.isra.24 (gmain.c:3290)
      ==15411==    by 0x3795647E43: g_main_context_iteration (gmain.c:3351)
      ==15411==    by 0x16DB0F2D: GtkData::Yield(bool, bool) (gtkdata.cxx:574)
      ==15411==    by 0x16DB4ACD: GtkInstance::Yield(bool, bool) (gtkinst.cxx:404)
      ==15411==    by 0x90F2FEF: ImplYield(bool, bool) (svapp.cxx:422)
      ==15411==    by 0x90EF588: Application::Yield(bool) (svapp.cxx:456)
      ==15411==    by 0x90EF529: Application::Execute() (svapp.cxx:401)
      
      Change-Id: I0171225067dd0f7f8da1400beb9c97727a0c414f
      66a10f28
    • Oliver-Rainer Wittmann's avatar
      Resolves: #i122096# apply default bullet numbering rule on toggle on... · 0ff751ef
      Oliver-Rainer Wittmann yazdı
      if the current numbering rule is not a bullet numbering rule.
      
      - improve application default bullet numbering rule by add corresponding
        spacing to the first list level
      - refactoring of code introduced for paragraph property panel to handle toggle
        and set of bullets and numbering
      
      (cherry picked from commit 8c142809)
      
      Conflicts:
      	editeng/inc/editeng/outliner.hxx
      	editeng/source/outliner/outlin2.cxx
      	editeng/source/outliner/outliner.cxx
      	editeng/source/outliner/outlvw.cxx
      	sd/source/ui/func/fuolbull.cxx
      
      Change-Id: If2807b2b81f8ade1e5b3282aa636cc2c0d8ea76a
      0ff751ef
    • Thomas Arnhold's avatar
      fdo#63351 make use of ZoomSlider in StarMath · 20824c11
      Thomas Arnhold yazdı
      In collaboration with Marcos Souza <marcos.souza.org@gmail.com> :)
      
      Includes some reordering of the statusbar: Zoom and ZoomSlider right,
      left field with automatic size adjustment.
      
      Change-Id: Ibfb1eab1abef7b026eeb7fd7c0a778c433c9e208
      Reviewed-on: https://gerrit.libreoffice.org/4053Reviewed-by: 's avatarMichael Meeks <michael.meeks@suse.com>
      Tested-by: 's avatarMichael Meeks <michael.meeks@suse.com>
      20824c11
    • Michael Stahl's avatar
      XclExpComments::SaveXml: MSVC complains about distance() call · c845557a
      Michael Stahl yazdı
      Change-Id: I446bf4ab0a80b7d8ed0f7235fa1da8a08b2e88dc
      c845557a
    • Tor Lillqvist's avatar
      Seems that -Wl,-fatal_warnings causes more trouble than it's worth · 419d3c53
      Tor Lillqvist yazdı
      The ld in 10.6 did not have that switch.
      
      Change-Id: I53a581b26fae591eb6a696a053f985a917466820
      419d3c53
    • Lionel Elie Mamane's avatar
      setPropertyValue can throw PropertyVetoException · 979b570f
      Lionel Elie Mamane yazdı
      fixes abort in report design when entering e.g. invalid positions or size for control
      
      Change-Id: I38835ed79d5bee15c4d7b57ab6780050d250732a
      979b570f
    • Andras Timar's avatar
      typo: %1label -> %1 · a4c6f8f6
      Andras Timar yazdı
      Change-Id: Ibf721e5f5509d7d840bb9013da2d10b9695e16b4
      a4c6f8f6
    • abdulmajeed ahmed's avatar
      Convert Languages tab page to .ui · fa3d5ca1
      abdulmajeed ahmed yazdı
      Deleted the readonly images too,it was not used any where else and was just confusing.
      
      Change-Id: Ibdcda961966ceab28b224335bfa2e154a395e788
      fa3d5ca1
    • Fridrich Štrba's avatar
      Fix tinderbox failures due to missing include · 319ac1fd
      Fridrich Štrba yazdı
      Change-Id: Ied4c829bbe3038e483524669a85a0a7eaa055eb9
      319ac1fd
    • Fridrich Štrba's avatar
      Accept even more corrupted zip documents as long as we can read them · 1b049bd2
      Fridrich Štrba yazdı
      Change-Id: I8d039664d6c33d978b9addc3f35cbeae86d6c710
      1b049bd2
    • Fridrich Štrba's avatar
    • Miklos Vajna's avatar
      bnc#817956 page border shadow testcase · 1727b268
      Miklos Vajna yazdı
      Change-Id: I1ded79d89dcceb3bae5926a2f217cde8bf6aa830
      1727b268
    • Miklos Vajna's avatar
      bnc#817956 DOCX import of page border shadow · 59db0cb6
      Miklos Vajna yazdı
      See the comment in SectionPropertyMap::ApplyBorderToPageStyles() on what and
      how is mapped. The control flow is like this: BorderHandler::lcl_attribute()
      notices w:shadow, then PageBordersHandler::lcl_sprm() gets it, passes it to
      SectionPropertyMap::SetBorder(), finally
      SectionPropertyMap::ApplyBorderToPageStyles() uses the UNO API.
      
      Change-Id: Ib0aef3245f58c62655769357f1f4dd07eef77f62
      59db0cb6
    • Fridrich Štrba's avatar
      Accept even more corrupted zip documents as long as we can read them · ef2ad006
      Fridrich Štrba yazdı
      Change-Id: I8d039664d6c33d978b9addc3f35cbeae86d6c710
      ef2ad006
    • Fridrich Štrba's avatar
      Fix crash with fdo60063-1.docx · b2f97d77
      Fridrich Štrba yazdı
      Compared to the original version, this one tries hard
      not to produce empty keywords.
      
      Change-Id: I11d036c2d54cde2d3c311a77c115011246f38d0a
      Reviewed-on: https://gerrit.libreoffice.org/4091Reviewed-by: 's avatarFridrich Strba <fridrich@documentfoundation.org>
      Tested-by: 's avatarFridrich Strba <fridrich@documentfoundation.org>
      b2f97d77
    • Miklos Vajna's avatar
      dbaccess: this can happen, that's why we check for it · 51c18e8e
      Miklos Vajna yazdı
      Change-Id: Icc85dde5cc53a6880ac83d687bad498ab984c4cf
      51c18e8e
    • Noel Grandin's avatar
      Bug 64984 - EDITING: Creating table with GUI - table could not be saved · 73a809cb
      Noel Grandin yazdı
      This bug was introduced by my commit
      002aab30
      "fdo#46808, convert sdb::tools::ConnectionTools to new style"
      
      Change-Id: Ib10f97bbe46d20db663047d2f35ec4850df839fa
      73a809cb
    • Miklos Vajna's avatar
      sw: unused includes in dbg_lay · 7d581c5f
      Miklos Vajna yazdı
      Change-Id: I6707a5911fa8b97946c72c1846e1235032680ead
      7d581c5f
    • Miklos Vajna's avatar
      sw: unused includes in colfrm · e23a20db
      Miklos Vajna yazdı
      Change-Id: I8ddd17b7192005bbb46f9ed531cbb549ec58963d
      e23a20db
    • Miklos Vajna's avatar
      sw: unused includes in calcmove · a5c5e341
      Miklos Vajna yazdı
      Change-Id: Id84e4df270e302399c4696e11da2d09f2ef44899
      a5c5e341
    • Takeshi Abe's avatar
      sal_Bool to bool · b34e39bc
      Takeshi Abe yazdı
      Change-Id: I20c94b140547e1f8de0665c7287bf586fb91dede
      b34e39bc
  2. 29 May, 2013 14 kayıt (commit)