summaryrefslogtreecommitdiff
path: root/sw/source/ui/app/docsh2.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-03-09fdo#70422 Moved the linked files from sw/source/ui to a new core/uibase dirroopak123451-1586/+0
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-5/+5
2014-01-28bool improvementsStephan Bergmann1-6/+6
2014-01-24Avoid resource leaks in case of exceptionTakeshi Abe1-7/+5
2014-01-21Use boost::scoped_ptr to avoid resource leaks in case of exceptionTakeshi Abe1-2/+3
2014-01-16sal_Bool to boolTakeshi Abe1-1/+1
2014-01-15DdeSetData should apparently return boolStephan Bergmann1-1/+1
2014-01-15DdeGetData should apparently return boolStephan Bergmann1-1/+1
2014-01-14Remove unused bForBrowsing parameterStephan Bergmann1-2/+2
2014-01-14PrepareClose should probably return boolStephan Bergmann1-3/+3
2014-01-14RET_NEWTASK is apparently unused (since around 2000)Stephan Bergmann1-1/+1
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin1-3/+3
2013-11-14remove unnecessary sal_Unicode casts in SW moduleNoel Grandin1-1/+1
2013-11-11SAL_WARN_UNUSED INetURLObjectStephan Bergmann1-3/+0
2013-11-08remove unnecessary use of OUString constructor in SW moduleNoel Grandin1-2/+2
2013-10-26sw: ViewShell -> SwViewShell renameMiklos Vajna1-1/+1
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-2/+2
2013-10-22Bin useless swmod commentsTor Lillqvist1-1/+1
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin1-3/+3
2013-10-16[API CHANGE]: PreView -> Preview, including .uno:PrintPagePreView.Jan Holesovsky1-4/+4
2013-10-15convert sw/source/ui/app/*.cxx from String to OUStringNoel Grandin1-22/+23
2013-10-15convert sw/inc/docsh.hxx from String to OUStringNoel Grandin1-2/+2
2013-10-02fix format for code consistencyPhilipp Riemer1-1/+1
2013-10-02remove/add blank linesPhilipp Riemer1-4/+0
2013-10-02remove zhaojianwei code markersPhilipp Riemer1-4/+3
2013-09-30delete code that was commented outPhilipp Riemer1-1/+0
2013-08-16sw_FindDocShell(): better place and name + String to OUStringMatteo Casalin1-0/+98
2013-07-27turns out nobody calls those SfxObjectShell methods, remove themMichael Stahl1-278/+0
2013-07-27rename SfxObjectShell::Insert / Remove ...Michael Stahl1-4/+4
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-5/+5
2013-06-05remove unused componentcontext.hxx includesNoel Grandin1-1/+0
2013-06-04convert some more queryboxes to new style MessageBoxCaolán McNamara1-1/+3
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-1/+1
2013-04-20Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-19/+18
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-3/+3
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-2/+2
2013-03-18Comment cleanup and several indentation fixesJoren De Cuyper1-24/+6
2013-03-07fdo#46808, Convert text:: and drawing:: ModuleDispatcher service to new styleNoel Grandin1-50/+43
2013-03-05fdo#38838, replacement of String with OUStringÁdám Csaba Király1-3/+3
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-03-03sal_Bool to boolTakeshi Abe1-1/+1
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac1-1/+1
2013-02-21adapt writer to use centralised font dialog and fix some minor bugsNoel Power1-1/+1
2013-02-18UI option for embedding fonts in a Writer document (fdo#42195)Luboš Luňák1-0/+1
2013-01-06sal_Bool to boolTakeshi Abe1-8/+9
2013-01-02sw: fix loplugin warningsMiklos Vajna1-1/+0
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-24convert index dialog to .uiCaolán McNamara1-1/+1
2012-10-19sal_Bool to boolTakeshi Abe1-1/+1