summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* SdrUndoDelObj: one more manual swap out callZolnai Tamás2014-11-071-3/+0
* Remove unused IsInSwap() methodZolnai Tamás2014-11-071-1/+0
* Paint background images always via drawinglayerZolnai Tamás2014-11-071-8/+0
* Avoid an image loss situation of auto swappingZolnai Tamás2014-11-071-1/+1
* Make SetSwapState() an internal methodZolnai Tamás2014-11-071-1/+1
* Avoid using null pointer as a special indicatorZolnai Tamás2014-11-071-0/+1
* wrong place I guessCaolán McNamara2014-11-071-3/+3
* still need one of the variantsCaolán McNamara2014-11-071-0/+2
* callcatcher: number format serialization cleanup falloutCaolán McNamara2014-11-072-16/+0
* remove include/svl/nfversi.hxxEike Rathke2014-11-062-52/+0
* change nNewStandardDefined to bAdditionalBuiltinEike Rathke2014-11-062-13/+5
* eliminate ImpInsertNewStandardFormat()Eike Rathke2014-11-061-6/+0
* remove unnecessary SV_NUMBERFORMATTER_VERSION_NEWSTANDARDEike Rathke2014-11-061-1/+0
* remove unnecessary SV_NUMBERFORMATTER_VERSION_NF_TIME_HH_MMSS00Eike Rathke2014-11-061-1/+0
* remove unnecessary SV_NUMBERFORMATTER_VERSION_NF_DATE_WWEike Rathke2014-11-061-1/+0
* remove unnecessary SV_NUMBERFORMATTER_VERSION_NF_DATETIME_SYS_DDMMYYYY_HHMMSSEike Rathke2014-11-061-1/+0
* remove unnecessary SV_NUMBERFORMATTER_VERSION_FIXED_FRACTIONEike Rathke2014-11-061-1/+0
* remove obsolete GetNewStandardDefined()Eike Rathke2014-11-061-1/+0
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-061-1/+1
* If XPersistObject support is dropped, all this unsupported old data can goCaolán McNamara2014-11-063-31/+0
* vcl: split asserts in VclBuilder::get() for fdo#85939Chris Sherlock2014-11-071-1/+2
* svl: remove unused codeNoel Grandin2014-11-061-1/+0
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-061-1/+1
* rename KEY_MODTYPE to KEY_MODIFIERS_MASKNoel Grandin2014-11-062-8/+8
* idle: implement ProcessAllIdleHandlers.László Németh2014-11-051-0/+6
* changed some timer to idleJennifer Liebel2014-11-051-1/+1
* Basic Idle handler implementationTobias Madl2014-11-051-0/+36
* editeng: SvxRTFParser sal_Bool to boolMichael Stahl2014-11-051-5/+5
* WaE: unused variable 'bSuccess'Tor Lillqvist2014-11-051-0/+1
* rtl::OUString::fromUtf8(): use rtl_convertStringToUString()Miklos Vajna2014-11-051-10/+11
* Add rtl::OUString::fromUtf8()Miklos Vajna2014-11-051-0/+20
* vcl: renamed OutputDevice::PaintLineGeometryWithEvtlExpand()Chris Sherlock2014-11-051-1/+1
* fdo#79761: parse BlockList.xml only onceDaniel Sikeler2014-11-051-2/+3
* fdo#84938: replace TOOLBOXITEM_ constants with enumNoel Grandin2014-11-051-3/+1
* -Werror,-Winconsistent-missing-overrideStephan Bergmann2014-11-043-11/+11
* line spacing: Unused.Jan Holesovsky2014-11-041-1/+0
* line spacing: Kill RID_POPUPPANEL_PARAPAGE_LINESPACING.Jan Holesovsky2014-11-041-4/+3
* line spacing: Convert the ParaLineSpacingControl to .ui.Jan Holesovsky2014-11-041-10/+0
* line spacing: Change the implementation so that it can be used in toolbars.Jan Holesovsky2014-11-042-0/+52
* coverity#1202743 bad bit shift operationDavid Tardon2014-11-041-0/+1
* Unindent.Kohei Yoshida2014-11-043-282/+255
* Unindent.Kohei Yoshida2014-11-041-131/+118
* Avoid re-constructing chart shapes when it's not in visible range.Kohei Yoshida2014-11-042-1/+3
* Remove indirection...Kohei Yoshida2014-11-041-2/+0
* Apply pimpl to SdrPageWindow.Kohei Yoshida2014-11-044-52/+24
* Create a variant of MakeNewObject that takes snap rectangle.Kohei Yoshida2014-11-041-0/+5
* Rename aRect -> maRect for a member variable.Kohei Yoshida2014-11-041-2/+2
* Remove 'virtual' keyword. Nobody overwrites this.Kohei Yoshida2014-11-041-1/+1
* Make this member private. Nobody accesses it directly.Kohei Yoshida2014-11-041-5/+6
* CreateObjectSpecificItemSet to return a pointer, not a reference.Kohei Yoshida2014-11-042-2/+2