summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Collapse)Author
2012-03-20remove ToDouble/ToFloatCaolán McNamara
2012-03-20sd.flt is archaic nowCaolán McNamara
2012-03-20split macros to elide unneeded methodsCaolán McNamara
2012-03-15remove unused code (oox, sd)Petr Vorel
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
2012-03-13Resolves: fdo#46728 reference count the overlay managersCaolán McNamara
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan
2012-03-08fdo#32598: Changing media playback options sets modified flagKatarina Machalkova
2012-03-08de-uno-ize ScriptTypeDetectorCaolán McNamara
leave a UnoScriptTypeDetector implementation that points to the trivial ScriptTypeDetector for external consumers, e.g. sdext
2012-03-05Sprinkle more DISABLE_SCRIPTING ifdefsTor Lillqvist
2012-03-05remove unused codePetr Vorel
2012-03-02WaE: has virtual functions but non-virtual destructorTor Lillqvist
2012-03-02WaE: unused functionsTor Lillqvist
2012-03-02WaE: unused functionTor Lillqvist
2012-03-02WaE: virtual functions but non-virtual destructorTor Lillqvist
2012-03-02WaE: use of logical '&&' with constant operandTor Lillqvist
2012-03-02WaE: use of logical '||' with constant operandTor Lillqvist
2012-03-02WaE: expression result unusedTor Lillqvist
If-zero out a leftover isolated expression without effect. (Introduced in 2007 in CWS impress122.)
2012-03-02remove traces of SvxFontTableIvan Timofeev
2012-03-02WaE: equality comparison with extraneous parenthesesTor Lillqvist
2012-03-02WaE: indexes past the end of an arrayTor Lillqvist
2012-03-02WaE: equality comparison with extraneous parenthesesTor Lillqvist
2012-03-02WaE: use of logical '||' with constant operandTor Lillqvist
A sal_Bool variable is logical-ored with sal_False, wtf? The only way this can have any meaning is if the sal_Bool variable actually has some other value than sal_False (0) or sal_True (1); in that case the logical or will turn it into a sal_True. But I doubt that is the case here. The code has been like this since initial import in 2000.
2012-03-02CopyDlg::Reset doesn't need to be a LINKCaolán McNamara
2012-03-01embeddedobj: convert to gbuildMatúš Kukan
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
2012-03-01callcatcher: update listCaolán McNamara
2012-02-28SfxStyleSheet needs a default ctorCaolán McNamara
due to use of ImplInheritanceHelper2 SfxStyleSheet needs a default ctor, though its never called. rearrange things a little so we can have an empty ctor without pulling in a bunch of code which is never executed
2012-02-27drop UniString::CreateFromInt64Caolán McNamara
2012-02-27Avoid temporary rtl::OUString in sdTakeshi Abe
2012-02-26Avoid temporary rtl::OUStringJulien Nabet
2012-02-24-Werror=unused-parameterStephan Bergmann
Not sure if this rather radical shrinking of sw::log::Tracer is good, though (or if the class already has become obsolete anyway)?
2012-02-24Removed MSFilterTracer and all references to itSzabolcs Dezsi
2012-02-21WaE: duplicateBranchThomas Arnhold
2012-02-21WaE: pFmt may be uninitializedCaolán McNamara
2012-02-20unusedcode.easy: remove UpdateLockManagerThomas Arnhold
Seems UpdateLockManager is dead. So cut it out. Also mbFirstUpdateSeen had no effect.
2012-02-21Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe
to equalsIgnoreAsciiCaseAscii("...")
2012-02-20gb_JunitTest_JunitTest takes only one argumentStephan Bergmann
2012-02-19give copy ctor a conventional signatureCaolán McNamara
2012-02-19Get rid of size() == 0Elton Chung
2012-02-19svtools: Remove obsolete GraphicFilter::{Do,Has}ImportDialogThomas Arnhold
And simplify sdgrffilter because this if is always true.
2012-02-18Fix typos in commentsElton Chung
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-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-17Remove unnecessary header filesMatteo Casalin
2012-02-16fix up const malformed copy ctors and operator=Caolán McNamara
2012-02-15Fix 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.