/sot/inc/

git'>
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-18Remove installer::existence.Tim Retout
2012-02-18Remove installer::existence::get_specified_file.Tim Retout
2012-02-18Remove installer::existence::get_specified_file_by_name.Tim Retout
2012-02-18Remove installer::existence::exists_in_array.Tim Retout
2012-02-18Remove installer::existence::exists_in_array_of_hashes.Tim Retout
2012-02-18Use Exporter in installer::setupscript and add unit test.Tim Retout
2012-02-18Remove packager::existence, and clean up packager::work.Tim Retout
2012-02-18Use Exporter in packager::work and add unit test.Tim Retout
2012-02-18Remove unused pre2par::existence.Tim Retout
2012-02-18Remove unused par2script::existence.Tim Retout
2012-02-18Fix typos in commentsElton Chung
2012-02-18Remove unused codeElton Chung
2012-02-18Use gb_STDLIBS; No on-line update on non-desktop OSesTor Lillqvist
2012-02-18WaE: add horror cast to calm Windows tinderboxMichael Meeks
2012-02-18apparently this is required on Linux - re-enable it.Michael Meeks
2012-02-18partial revert of unused code removal, and add LINUX guardsMichael Meeks
2012-02-18Fix "pEncryptedData" not initializedJulien Nabet
2012-02-18Translated German comments to EnglishDavid Vogt
2012-02-18Translated German comments to EnglishStefan Heinemann
2012-02-18Remove unused code in core/svx/source/dialog/_contdlg.cxxBjörgvin Ragnarsson
2012-02-18Use STDLIBCUIMT so that the sample executables link for AndroidTor Lillqvist
Without using STDLIBCUIMT and the -lgnustl_shared it contains the sample executables in hunspell and mythes won't link. Sure, they won't be used for anything, but it's easier this way than to patch out building them.
2012-02-18AccessibleTreeNode: fix headless crashMichael Stahl
On closing a document in headless mode, the accessibility::AccessibleTreeNode::WindowEventListener will access a deleted mrTreeNode member and crash; don't do anything in the listener if the AccessibleTreeNode has been disposed. #0 0x0000000000000000 in ?? () #1 0x00007f99842d6887 in accessibility::AccessibleTreeNode::UpdateStateSet (this=0x27a99f80) at sd/source/ui/accessibility/AccessibleTreeNode.cxx:285 #2 0x00007f99842d803e in accessibility::AccessibleTreeNode::WindowEventListener (this=0x27a99f80, pEvent=0x7f997fd64f40) at sd/source/ui/accessibility/AccessibleTreeNode.cxx:694 #3 0x00007f99842d7f3d in accessibility::AccessibleTreeNode::LinkStubWindowEventListener (pThis=0x27a99f80, pCaller=0x7f997fd64f40) at sd/source/ui/accessibility/AccessibleTreeNode.cxx:670 #4 0x00007f99b88a1442 in Link::Call (this=0x279f94e0, pCaller=0x7f997fd64f40) at solver/unxlngx6/inc/tools/link.hxx:140 #5 0x00007f99b88cdecf in VclEventListeners::Call (this=0x27a946f0, pEvent=0x7f997fd64f40) at vcl/source/app/vclevent.cxx:72 #6 0x00007f99b8d2e76e in Window::CallEventListeners (this=0x27a98280, nEvent=1009, pData=0x0) at vcl/source/window/window.cxx:5188 #7 0x00007f99b8d2e6cf in Window::ImplCallEventListeners (this=0x27a98280, nEvent=1009, pData=0x0) at vcl/source/window/window.cxx:5171 #8 0x00007f99b8d2df63 in Window::PreNotify (this=0x27a98280, rNEvt=...) at vcl/source/window/window.cxx:5037 #9 0x00007f99b8d4aa0c in ImplCallPreNotify (rEvt=...) at vcl/source/window/winproc.cxx:86 #10 0x00007f99b8d2910e in Window::ImplGrabFocus (this=0x2703d230, nFlags=0) at vcl/source/window/window.cxx:4033 #11 0x00007f99b8d3749f in Window::GrabFocus (this=0x2703d230) at vcl/source/window/window.cxx:7493 #12 0x00007f99b8d2b624 in Window::~Window (this=0x27a98280, __in_chrg=<optimized out>) at vcl/source/window/window.cxx:4493 #13 0x00007f99b88fa514 in Control::~Control (this=0x27a98280, __in_chrg=<optimized out>) at vcl/source/control/ctrl.cxx:88 #14 0x00007f99845521e4 in sd::toolpanel::ScrollPanel::~ScrollPanel (this=0x27a98280, __in_chrg=<optimized out>) at sd/source/ui/toolpanel/ScrollPanel.cxx:91 #15 0x00007f99845522e8 in sd::toolpanel::ScrollPanel::~ScrollPanel (this=0x27a98280, __in_chrg=<optimized out>) at sd/source/ui/toolpanel/ScrollPanel.cxx:112 #16 0x00007f9984565d76 in std::auto_ptr<sd::toolpanel::TreeNode>::reset (this=0x27a94970, __p=0x0)
2012-02-18sd::toolpanel::ScrollPanel::~ScrollPanel: bogus static_castMichael Stahl
2012-02-18pyuno: decreaseRefCount: valgrind warning:Michael Stahl
Apparently the thread spawned in decreaseRefCount runs and deletes itself before the "m_hThread != 0" from osl::Thread::create is executed; try a lame workaround for that. ==1877== Invalid read of size 8 ==1877== at 0x2A70E546: osl::Thread::create() (in pyuno/unxlngx6/lib/libpyuno.so) ==1877== by 0x2A70E351: pyuno::decreaseRefCount(_is*, _object*) (in pyuno/unxlngx6/lib/libpyuno.so) ==1877== by 0x2A7092B4: pyuno::Adapter::~Adapter() (in pyuno/unxlngx6/lib/libpyuno.so) ==1877== by 0x2A709393: pyuno::Adapter::~Adapter() (in pyuno/unxlngx6/lib/libpyuno.so) ==1877== by 0x5EF2F64: cppu::OWeakObject::release() (weak.cxx:213) ==1877== by 0x2A70DE69: ==1877== Address 0x1ee30818 is 8 bytes inside a block of size 32 free'd ==1877== at 0x4A0662E: free (vg_replace_malloc.c:366) ==1877== by 0x4C44B62: rtl_freeMemory_SYSTEM(void*) (alloc_global.cxx:285) ==1877== by 0x4C44DC7: rtl_freeMemory (alloc_global.cxx:355) ==1877== by 0x2A70E41E: osl::Thread::operator delete(void*) (in pyuno/unxlngx6/lib/libpyuno.so) ==1877== by 0x2A70E6EF: pyuno::GCThread::~GCThread() (in pyuno/unxlngx6/lib/libpyuno.so) ==1877== by 0x2A70E303: pyuno::GCThread::onTerminated() (in pyuno/unxlngx6/lib/libpyuno.so) ==1877== by 0x2A70E671: threadFunc (in pyuno/unxlngx6/lib/libpyuno.so) ==1877== by 0x4C2E242: osl_thread_start_Impl (thread.c:292) ==1877== by 0x3C26607D8F: start_thread (pthread_create.c:309) ==1877== by 0x3C262EF48C: clone (clone.S:115)
2012-02-18fdo#39510: fix yet more layout crashes in ~SwRootFrm:Michael Stahl
Call SwRootFrm::RemoveFtns with the proper boolean to also eliminate EndNotes, and fix a faulty while loop in RemoveFtns that's been preventing removal of footnotes in certain sections since the dawn of CVS history. (regression from CWS swlayoutrefactoring, crashes on bugdoc from i#101776)
2012-02-18fdo#39657: fix crash when parsing XML signaturesMichael Stahl
2012-02-17Slidesorter: Show the buttons on the opposite side...Jan Holesovsky
...compared to where the mouse entered the slide thumbnail. This seems to prevent a user annoyance when you very often used to hide the slide, instead of just selecting it.
2012-02-17Slidesorter: Kill unused maButtonDownBackground.Jan Holesovsky
2012-02-17Slidesorter: No need for abstraction when there is only one descendant.Jan Holesovsky
2012-02-17Fix "never read" reported by clangJulien Nabet
2012-02-17