summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/tpoption.cxx
AgeCommit message (Expand)Author
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann
2014-06-25remove whitespacesMarkus Mohrhard
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin
2014-05-01coverity#738825 Uninitialized scalar fieldCaolán McNamara
2014-04-24sd: sal_Bool->boolNoel Grandin
2014-04-23huge hrc and src file cleanupThomas Arnhold
2014-03-27sfx2: sal_Bool->boolNoel Grandin
2014-03-25svtools: sal_Bool->boolNoel Grandin
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-19unotools: sal_Bool -> boolStephan Bergmann
2014-02-18Remove from option-dialog the CurrentPage-option (fdo#71601)Rob Snelders
2014-01-28bool improvementsStephan Bergmann
2013-08-24convert SdTpOptionsMisc to OUStringIvan Timofeev
2013-08-24String(SdResId(foo)) -> SD_RESSTR(foo)Ivan Timofeev
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-07-08little tweak to get the two hidden frames shown in draw/impressCaolán McNamara
2013-07-08modern .ui widgetlayout for optgridCsikós Tamás
2013-06-06Some more modules at least building with mingw64Fridrich Štrba
2013-06-06Convert sd view page to .uiFaisal M. Al-Otaibi
2013-06-05various fixes to impress/draw general opt pageCaolán McNamara
2013-06-05Convert impress and draw general option to .uiAbdulaziz A Alayed
2013-05-09fdo#56995 Created global option to disable presenter console in Impressmmeof
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-24coverity#704293 Logically dead codeJulien Nabet
2013-03-22No (more?) reason for SD_DLLIMPLEMENTATION in Library_sduiStephan Bergmann
2013-03-07comment translation and cleanup of files in sd/source/ui/dlg/Urs Fässler
2013-02-23Fix typo betwen/betweenJulien Nabet
2013-01-24Change GetSavedValue() to return OUStringChr. Rossmanith
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith
2013-01-09Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin
2012-12-01sd: hide 'enable remote control' checkbox when built without bluetoothMiklos Vajna
2012-11-28re-base on ALv2 code. Includes:Michael Meeks
2012-11-26Give sdremote a separate option, apart from Experimental featuresMiklos Vajna
2012-04-13More RTL_CONSTASCII_USTRINGPARAM removalsOlivier Hallot
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara
2011-11-27remove include of pch header from sdNorbert Thiebaud
2011-09-27add GetParentDialog to VCL's Window, and remove DLGWIN & cut/pasteMichael Meeks
2011-08-29tweak for changeCaolán McNamara
2011-08-29valgrind: various unused codeCaolán McNamara
2011-08-15ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalStringCaolán McNamara