summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Collapse)Author
2011-10-07Undo basis/brand split: merge basis share/ into brand share/.Stephan Bergmann
2011-10-07Improved exception reporting.Stephan Bergmann
2011-10-07cppcheck scope reduction in framework/.. menubarmanager.cxxPierre-André Jacquod
2011-10-07cppcheck scope reduction in framework/... menumanager.cxxPierre-André Jacquod
2011-10-06WaE: unreferenced local variableTor Lillqvist
2011-10-06WaE: unreachable codeTor Lillqvist
2011-10-05tweak assertCaolán McNamara
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen
2011-10-02StatusBarDescriptor never usedCaolán McNamara
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-26WaE: unused eCaolán McNamara
2011-09-26callcatcher: panelwindow unusedCaolán McNamara
2011-09-23update unused listCaolán McNamara
2011-09-23callcatcher: various unused methodsCaolán McNamara
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-09-22callcatcher: unused codeCaolán McNamara
2011-09-20Remove RCS headerThomas Arnhold
2011-09-17Removed non-ASCII commentary noise.Stephan Bergmann
2011-09-16Revert "Trying to chop out the uwinapi library"Fridrich Štrba
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
2011-09-16Trying to chop out the uwinapi libraryFridrich Štrba
2011-09-12Improved "unsupported URL" exception message.Stephan Bergmann
2011-09-11Don't let the PathSubstitution service null relative pathsMichael Meeks
2011-09-09sb140: #i116786# use auto_ptr to track member lifetimeStephan Bergmann
improves over similar 787b86549305cf0e5fdea28581b1a40f8ed3ef3d "fix leak"
2011-09-09sb140: #i116785# avoid ring-ref that keeps ref counted objects alive foreverStephan Bergmann
improves over similar dbd2b6037046f0ecaa9a052ebf7c0fa84026968a "fix circular depend"
2011-09-08callcatcher: update listCaolán McNamara
2011-09-06callcatcher: various unused methodsCaolán McNamara
2011-08-22get rid of interim OUStringsCaolán McNamara
2011-08-22WaE: keep simple minded compiler happyCaolán McNamara
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud
2011-08-17add more component prefixesMatúš Kukan
2011-08-15Some PMD cleaningJulien Nabet
2011-08-11catch by const referenceCaolán McNamara
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-08-08callcatcher: ditch some more methodsCaolán McNamara
2011-08-08complete and utter nonsenseCaolá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-05callcatcher: unused methodsCaolán McNamara
2011-08-05reflect gmake flavorTakeshi Abe
2011-08-05Emacs mode line compatible with vi's oneTakeshi Abe
2011-08-04don't annoy usCaolán McNamara
2011-08-03callcatcher: remove unused methodsThomas Arnhold
2011-07-31Some cppcheck cleaningJulien Nabet
2011-07-31Some cppcheck cleaningJulien Nabet
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-07-30Removed duplicated svt::AcceleratorExecute implementation.Kohei Yoshida
There is already one implemented in svtools, which is the one that we use.
2011-07-30remove online registration related stringAndras Timar
2011-07-28callcatcher: ditch various unused methodsCaolán McNamara
2011-07-27ditch empty .cxx fileCaolán McNamara
2011-07-27callcatcher: various beautifully crafted, but unused methodsCaolán McNamara
2011-07-26use dbusmenugtk externalBjoern Michaelsen
2011-07-21resyncing to masterBjoern Michaelsen