Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-08 | remove empty Text [ x-comment ] entries | Andras Timar | |
2011-10-18 | Undo basis/brand split: move program/{addin,filter,plugin} from basis to brand. | Stephan Bergmann | |
And let $(prog), $(progpath), $(progurl) point to brand program/ instead of basis program/. | |||
2011-10-18 | Undo basis/brand split: move presets/ from basis to brand. | Stephan Bergmann | |
Also let utl::Bootstrap::locateBaseInstallation return $BRAND_BASE_DIR instead of $OOO_BASE_DIR, so that things match again. | |||
2011-10-07 | Undo basis/brand split: merge basis share/ into brand share/. | Stephan Bergmann | |
2011-10-07 | Improved exception reporting. | Stephan Bergmann | |
2011-10-07 | cppcheck scope reduction in framework/.. menubarmanager.cxx | Pierre-André Jacquod | |
2011-10-07 | cppcheck scope reduction in framework/... menumanager.cxx | Pierre-André Jacquod | |
2011-10-06 | WaE: unreferenced local variable | Tor Lillqvist | |
2011-10-06 | WaE: unreachable code | Tor Lillqvist | |
2011-10-05 | tweak assert | Caolán McNamara | |
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | |
2011-10-02 | StatusBarDescriptor never used | Caolán McNamara | |
2011-09-27 | Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). | Stephan Bergmann | |
2011-09-26 | WaE: unused e | Caolán McNamara | |
2011-09-26 | callcatcher: panelwindow unused | Caolán McNamara | |
2011-09-23 | update unused list | Caolán McNamara | |
2011-09-23 | callcatcher: various unused methods | Caolán McNamara | |
2011-09-22 | just silence the auto_ptr deprecations in isolation | Caolán McNamara | |
2011-09-22 | callcatcher: unused code | Caolán McNamara | |
2011-09-20 | Remove RCS header | Thomas Arnhold | |
2011-09-17 | Removed non-ASCII commentary noise. | Stephan Bergmann | |
2011-09-16 | Revert "Trying to chop out the uwinapi library" | Fridrich Štrba | |
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51. | |||
2011-09-16 | Trying to chop out the uwinapi library | Fridrich Štrba | |
2011-09-12 | Improved "unsupported URL" exception message. | Stephan Bergmann | |
2011-09-11 | Don't let the PathSubstitution service null relative paths | Michael Meeks | |
2011-09-09 | sb140: #i116786# use auto_ptr to track member lifetime | Stephan Bergmann | |
improves over similar 787b86549305cf0e5fdea28581b1a40f8ed3ef3d "fix leak" | |||
2011-09-09 | sb140: #i116785# avoid ring-ref that keeps ref counted objects alive forever | Stephan Bergmann | |
improves over similar dbd2b6037046f0ecaa9a052ebf7c0fa84026968a "fix circular depend" | |||
2011-09-08 | callcatcher: update list | Caolán McNamara | |
2011-09-06 | callcatcher: various unused methods | Caolán McNamara | |
2011-08-22 | get rid of interim OUStrings | Caolán McNamara | |
2011-08-22 | WaE: keep simple minded compiler happy | Caolán McNamara | |
2011-08-19 | detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set | Norbert Thiebaud | |
2011-08-17 | add more component prefixes | Matúš Kukan | |
2011-08-15 | Some PMD cleaning | Julien Nabet | |
2011-08-11 | catch by const reference | Caolán McNamara | |
2011-08-10 | prefer makefile-gmake-mode to plain makefile-mode | Takeshi Abe | |
2011-08-08 | callcatcher: ditch some more methods | Caolán McNamara | |
2011-08-08 | complete and utter nonsense | Caolán McNamara | |
Taking the address of the pCheck argument in LoadEnvListener ctor gives the address of the temporary on the stack/register itself, not the address of LoadEnv's m_pCheck which is apparently what it thinks it's doing. All that can be said about m_ppCheck is deferencing it inside the ctor will give the value of pCheck for the duration of the ctor. What happens later on in subsequent method calls is pot luck, storing it and deferencing it later is meaningless. Presumably this worked because it's rare for the dereferenced m_ppCheck to end up containing 0 at the wrong time. Right now in a debugging build the mail merge dialog from print... when there are form fields in a document and "print form field" is selected triggers a 0 in there post construction at some stage or other, causing the dialog to never appear as the loading here never completes. | |||
2011-08-05 | callcatcher: unused methods | Caolán McNamara | |
2011-08-05 | reflect gmake flavor | Takeshi Abe | |
2011-08-05 | Emacs mode line compatible with vi's one | Takeshi Abe | |
2011-08-04 | don't annoy us | Caolán McNamara | |
2011-08-03 | callcatcher: remove unused methods | Thomas Arnhold | |
2011-07-31 | Some cppcheck cleaning | Julien Nabet | |
2011-07-31 | Some cppcheck cleaning | Julien Nabet | |
2011-07-30 | Add consistent Emacs and vim mode lines | Tor Lillqvist | |
2011-07-30 | Removed duplicated svt::AcceleratorExecute implementation. | Kohei Yoshida | |
There is already one implemented in svtools, which is the one that we use. | |||
2011-07-30 | remove online registration related string | Andras Timar | |
2011-07-28 | callcatcher: ditch various unused methods | Caolán McNamara | |
2011-07-27 | ditch empty .cxx file | Caolán McNamara | |