Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-19 | give copy ctor a conventional signature | Caolán McNamara | |
2012-02-19 | Get rid of size() == 0 | Elton Chung | |
2012-02-19 | svtools: Remove obsolete GraphicFilter::{Do,Has}ImportDialog | Thomas Arnhold | |
And simplify sdgrffilter because this if is always true. | |||
2012-02-18 | Fix typos in comments | Elton Chung | |
2012-02-18 | AccessibleTreeNode: fix headless crash | Michael 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-18 | sd::toolpanel::ScrollPanel::~ScrollPanel: bogus static_cast | Michael Stahl | |
2012-02-17 | Slidesorter: 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-17 | Slidesorter: Kill unused maButtonDownBackground. | Jan Holesovsky | |
2012-02-17 | Slidesorter: No need for abstraction when there is only one descendant. | Jan Holesovsky | |
2012-02-17 | Remove unnecessary header files | Matteo Casalin | |
2012-02-16 | fix up const malformed copy ctors and operator= | Caolán McNamara | |
2012-02-15 | Fix fdo#45177 - avoid linked undo for the while. | Thorsten Behrens | |
While I try to wrap head around subtleties for linked undo in Impress outline view, disable that here for the while. Better than a crash for sure. | |||
2012-02-15 | Cleanup: auto_ptr uses as a plain scope guard. | Thorsten Behrens | |
2012-02-10 | fdo#39491 more of unnecessary include paths | Matúš Kukan | |
2012-02-10 | fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC | Matúš Kukan | |
2012-02-09 | fix filters test dependencies | Caolán McNamara | |
2012-02-08 | disentangled sddll.hxx vs. sdmod.hxx | Takeshi Abe | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-02-04 | add missing README to animation, sc, sd, slideshow, starmath, sw | Josh Heidenreich | |
2012-02-01 | InsertData to AppendData, to hide the insert position. | Kohei Yoshida | |
Only a few places in sc specified insert position, and those were not strictly necessary. | |||
2012-02-01 | pointer -> reference | Ivan Timofeev | |
2012-02-01 | convert SdPresLayoutDlg from tools/list.hxx to boost::ptr_vector | Noel Grandin | |
2012-02-01 | n#735533: Donot set duplicate master slide names. | Muthu Subramanian | |
2012-02-01 | add comments | Ivan Timofeev | |
2012-01-31 | Get the whole thing to build after the method sig change in SdrObject. | Kohei Yoshida | |
2012-01-31 | erase garbage after std::remove | Ivan Timofeev | |
this fixes commit 5a71069339b3a3c118f3015d978799ef66db7564 | |||
2012-01-31 | convert SdCustomeShow from tools/list to vector | Noel Grandin | |
2012-01-30 | remove '#define UNOOUSTRING ::rtl::OUString' | Ivan Timofeev | |
2012-01-30 | remove '#define OUSTRING ::rtl::OUString' | Ivan Timofeev | |
2012-01-28 | Fix duplicateExpression style Same expression on both sides of '&& | Julien Nabet | |
2012-01-26 | disable sd's regression test again | Markus Mohrhard | |
2012-01-25 | optimized zoom to use more common intervals | Tim Hardeck | |
Round zoom values beginning with 50 to a multiple of 5, with 100 to one of 10, with 500 to one of 50 and with 1000 to one of 100. The step 100 is enforced to have one fixed point. | |||
2012-01-25 | Put font embedding disable to correct unit test | Thorsten Behrens | |
2012-01-24 | Adapt reference svg to not contain embedded fonts anymore. | Thorsten Behrens | |
2012-01-24 | Disable svg font embedding for sd filters test, enable again. | Thorsten Behrens | |
2012-01-24 | finalize gcc 4.7 string literal operators | Thomas Arnhold | |
2012-01-23 | add the "Send Feedback..." help menu item | Ivan Timofeev | |
2012-01-23 | drop tools/string.hxx include | Caolán McNamara | |
2012-01-22 | fdo#43705: fix incomplete updating of the page preview pane in Draw | Ivan Timofeev | |
This regression was introduced in f215333002882872129066828228d3343a903331. As stated in PageObjectPainter::PaintPageObject: "The page object layouter is quite volatile." The rest of usages of mpPageObjectLayouter looks sane, but who knows... | |||
2012-01-20 | Disable sd_regression_test until "do not embed font config" is fixed. | Stephan Bergmann | |
2012-01-19 | enable sd's regression test in the subsequenttest target | Markus Mohrhard | |
2012-01-19 | finish sd's regression test | Markus Mohrhard | |
Implemented a simple character based comparison of the exported file and the reference file | |||
2012-01-19 | WaE: ongoing stream operator cleanup, persuade ints they are sal_Int32s | Michael Meeks | |
2012-01-17 | Replaced SAL_INFO with SAL_WARN were applicable. | Marcel Metz | |
2012-01-17 | sd: remove some unused defines | Ivan Timofeev | |
2012-01-17 | sd: remove unused templates | Ivan Timofeev | |
2012-01-17 | Use platform-independent ::rtl::math::round to fix msvc build | Korrawit Pruegsanusak | |
2012-01-16 | Replaced DBG_ERRORFILE with SAL_INFO. | Marcel Metz | |
2012-01-15 | WaE: ordered comparison of pointer with integer zero | David Tardon | |
2012-01-15 | these are not old component files anymore | Matúš Kukan | |