summaryrefslogtreecommitdiffstats
path: root/sd/source/ui
Commit message (Expand)AuthorAgeFilesLines
* Introduce com.sun.star.frame.theUICommandDescription singleton.Matúš Kukan2014-01-282-4/+4
* Introduce com.sun.star.frame.theAutoRecovery singleton.Matúš Kukan2014-01-281-2/+2
* coverity#705872 Dereference before null checkCaolán McNamara2014-01-281-10/+7
* coverity#1158303 Uncaught exceptionCaolán McNamara2014-01-272-2/+3
* coverity#1158304 Uncaught exceptionCaolán McNamara2014-01-272-2/+6
* cp#1000025: Import casemaps from pptx.Muthu Subramanian2014-01-271-0/+7
* Let C++ inline functions return bool instead of sal_BoolStephan Bergmann2014-01-231-1/+1
* coverity#1158466 Uninitialized pointer fieldCaolán McNamara2014-01-232-4/+5
* SfxNoLayoutSingleTabDialog not needed anymoreCaolán McNamara2014-01-231-1/+1
* WaE: Fix bool sillynessTor Lillqvist2014-01-231-1/+1
* convert more SvStream::operator<< callsNoel Grandin2014-01-221-1/+1
* bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann2014-01-221-1/+1
* bool improvementsStephan Bergmann2014-01-227-16/+16
* Change EnableNoYieldMode(bool) to better namesChris Sherlock2014-01-211-4/+4
* Use SAL_WARN instead of printing to stderrTor Lillqvist2014-01-211-16/+16
* Use SAL_INFO consistently, bin a random printfTor Lillqvist2014-01-211-3/+3
* Related: #i56998# use locale rules to format percentageCaolán McNamara2014-01-201-1/+3
* Window::PreNotify should return boolStephan Bergmann2014-01-181-3/+3
* Window::Notify should return bool, reduxStephan Bergmann2014-01-172-3/+3
* bool improvementsStephan Bergmann2014-01-173-5/+5
* Be explicit when using bool as integral value (as Link return value)Stephan Bergmann2014-01-173-4/+4
* Window::Notify should return boolStephan Bergmann2014-01-1711-29/+14
* StartPresentationMode nFlags takes PRESENTATION_* valuesStephan Bergmann2014-01-151-1/+1
* Assume nPageNum shall be compared against 0 or 1 hereStephan Bergmann2014-01-151-1/+1
* Apparent typo when adding bracesStephan Bergmann2014-01-151-1/+1
* Remove unused bForBrowsing parameterStephan Bergmann2014-01-149-14/+14
* Dead codeStephan Bergmann2014-01-142-23/+2
* PrepareClose should probably return boolStephan Bergmann2014-01-148-15/+15
* drop unnecessary tools/string.hxx includesCaolán McNamara2014-01-131-1/+0
* fdo#73436 Let SdXImpressDocument handle css.drawing.* requests directlyStephan Bergmann2014-01-131-1/+3
* SfxPoolItem::operator ==, != should return boolStephan Bergmann2014-01-102-10/+10
* re-write SvStream operator<< to non-overloaded methodsNoel Grandin2014-01-102-5/+5
* remove unnecessary casts when calling Combobox::SetEntryDataNoel Grandin2014-01-091-5/+5
* Do not use SvxShapeCollection directly.Matúš Kukan2014-01-082-5/+10
* Resolves: #i123817# prepare codebase for updating to boost 1.55Herbert Dürr2014-01-062-3/+3
* hidpi: Sidebar, fontwork, autoformat and other improvements.Keith Curtis2014-01-041-0/+4
* hidpi: Really use BMP_SCALE_FAST when scaling the images.Keith Curtis2014-01-021-1/+1
* convert unlink image querybox to .uiManal Alhassoun2013-12-273-11/+4
* Transex3: NO_LOCALIZE_EXPORTZolnai Tamás2013-12-271-0/+0
* Resolves: #i123783# apply patch to correct type of ActiveLayer propertyJürgen Schmidt2013-12-201-1/+1
* typo fixesAndras Timar2013-12-205-6/+6
* hidpi: Use the default scaling algorithm.Jan Holesovsky2013-12-201-1/+1
* hidpi: Make many places Hi-DPI aware.Keith Curtis2013-12-201-0/+3
* No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann2013-12-171-0/+4
* fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa2013-12-171-4/+0
* Clean-up uno/lbnames.hStephan Bergmann2013-12-161-1/+0
* cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2013-12-131-1/+1
* pages with equal Priority and Class getting droppedCaolán McNamara2013-12-121-3/+8
* remove unused ctor variantCaolán McNamara2013-12-121-5/+13
* fix occasional crash on dragging and dropping pages in slidesortersCaolán McNamara2013-12-122-7/+38