summaryrefslogtreecommitdiffstats
path: root/sd
Commit message (Collapse)AuthorAgeFilesLines
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-108-19/+19
|
* fdo#32598: Changing media playback options sets modified flagKatarina Machalkova2012-03-081-0/+4
|
* de-uno-ize ScriptTypeDetectorCaolán McNamara2012-03-084-20/+10
| | | | | leave a UnoScriptTypeDetector implementation that points to the trivial ScriptTypeDetector for external consumers, e.g. sdext
* Sprinkle more DISABLE_SCRIPTING ifdefsTor Lillqvist2012-03-057-24/+66
|
* remove unused codePetr Vorel2012-03-052-18/+0
|
* WaE: has virtual functions but non-virtual destructorTor Lillqvist2012-03-021-0/+3
|
* WaE: unused functionsTor Lillqvist2012-03-021-45/+0
|
* WaE: unused functionTor Lillqvist2012-03-021-8/+0
|
* WaE: virtual functions but non-virtual destructorTor Lillqvist2012-03-021-0/+4
|
* WaE: use of logical '&&' with constant operandTor Lillqvist2012-03-021-2/+2
|
* WaE: use of logical '||' with constant operandTor Lillqvist2012-03-021-1/+2
|
* WaE: expression result unusedTor Lillqvist2012-03-021-0/+6
| | | | | If-zero out a leftover isolated expression without effect. (Introduced in 2007 in CWS impress122.)
* remove traces of SvxFontTableIvan Timofeev2012-03-021-1/+0
|
* WaE: equality comparison with extraneous parenthesesTor Lillqvist2012-03-021-1/+1
|
* WaE: indexes past the end of an arrayTor Lillqvist2012-03-022-2/+10
|
* WaE: equality comparison with extraneous parenthesesTor Lillqvist2012-03-021-1/+1
|
* WaE: use of logical '||' with constant operandTor Lillqvist2012-03-021-1/+1
| | | | | | | | 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.
* CopyDlg::Reset doesn't need to be a LINKCaolán McNamara2012-03-022-4/+3
|
* embeddedobj: convert to gbuildMatúš Kukan2012-03-012-8/+2
|
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-0193-220/+220
| | | | | ...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
* callcatcher: update listCaolán McNamara2012-03-012-14/+0
|
* SfxStyleSheet needs a default ctorCaolán McNamara2012-02-281-6/+6
| | | | | | 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
* drop UniString::CreateFromInt64Caolán McNamara2012-02-271-6/+6
|
* Avoid temporary rtl::OUString in sdTakeshi Abe2012-02-272-13/+13
|
* Avoid temporary rtl::OUStringJulien Nabet2012-02-261-2/+1
|
* -Werror=unused-parameterStephan Bergmann2012-02-242-12/+3
| | | | | Not sure if this rather radical shrinking of sw::log::Tracer is good, though (or if the class already has become obsolete anyway)?
* Removed MSFilterTracer and all references to itSzabolcs Dezsi2012-02-243-16/+5
|
* WaE: duplicateBranchThomas Arnhold2012-02-211-2/+0
|
* WaE: pFmt may be uninitializedCaolán McNamara2012-02-211-3/+3
|
* unusedcode.easy: remove UpdateLockManagerThomas Arnhold2012-02-209-595/+3
| | | | | | Seems UpdateLockManager is dead. So cut it out. Also mbFirstUpdateSeen had no effect.
* Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe2012-02-212-3/+3
| | | | to equalsIgnoreAsciiCaseAscii("...")
* gb_JunitTest_JunitTest takes only one argumentStephan Bergmann2012-02-201-1/+1
|
* give copy ctor a conventional signatureCaolán McNamara2012-02-192-3/+3
|
* Get rid of size() == 0Elton Chung2012-02-192-2/+2
|
* svtools: Remove obsolete GraphicFilter::{Do,Has}ImportDialogThomas Arnhold2012-02-191-4/+0
| | | | And simplify sdgrffilter because this if is always true.
* Fix typos in commentsElton Chung2012-02-189-9/+9
|
* AccessibleTreeNode: fix headless crashMichael Stahl2012-02-181-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | 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)
* sd::toolpanel::ScrollPanel::~ScrollPanel: bogus static_castMichael Stahl2012-02-181-1/+1
|
* Slidesorter: Show the buttons on the opposite side...Jan Holesovsky2012-02-174-15/+55
| | | | | | ...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.
* Slidesorter: Kill unused maButtonDownBackground.Jan Holesovsky2012-02-172-16/+5
|
* Slidesorter: No need for abstraction when there is only one descendant.Jan Holesovsky2012-02-171-59/+17
|
* Remove unnecessary header filesMatteo Casalin2012-02-173-3/+1
|
* fix up const malformed copy ctors and operator=Caolán McNamara2012-02-162-14/+17
|
* Fix fdo#45177 - avoid linked undo for the while.Thorsten Behrens2012-02-151-6/+0
| | | | | | 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.
* Cleanup: auto_ptr uses as a plain scope guard.Thorsten Behrens2012-02-151-4/+1
|
* fdo#39491 more of unnecessary include pathsMatúš Kukan2012-02-102-3/+0
|
* fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan2012-02-108-8/+0
|
* fix filters test dependenciesCaolán McNamara2012-02-093-9/+2
|
* disentangled sddll.hxx vs. sdmod.hxxTakeshi Abe2012-02-0814-29/+6
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|