summaryrefslogtreecommitdiff
path: root/sw/source/ui/app/docsh.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-03-09fdo#70422 Moved the linked files from sw/source/ui to a new core/uibase dirroopak123451-1327/+0
2014-02-27Remove visual noise from swAlexander Wilms1-14/+0
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-6/+6
2014-02-17cid#705944 dereference before null checkNoel Grandin1-2/+1
2014-02-17cid#705945 dereference before null checkNoel Grandin1-1/+1
2014-02-17cid#705946 dereference before null checkNoel Grandin1-1/+1
2014-02-10the return of callcatcherCaolán McNamara1-18/+0
2014-01-28bool improvementsStephan Bergmann1-9/+9
2014-01-16sal_Bool to boolTakeshi Abe1-4/+4
2013-12-05fdo#68724: sw: fix crash on Insert->File with Hybrid PDFMichael Stahl1-0/+17
2013-12-02Integrate branch of IAccessible2Steve Yin1-0/+52
2013-10-26sw: ViewShell -> SwViewShell renameMiklos Vajna1-1/+1
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-5/+5
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin1-4/+4
2013-10-16[API CHANGE]: PreView -> Preview, including .uno:PrintPagePreView.Jan Holesovsky1-2/+2
2013-10-15convert sw/source/ui/app/*.cxx from String to OUStringNoel Grandin1-4/+4
2013-08-29convert include/sfx2/objsh.hxx from String to OUStringNoel Grandin1-2/+2
2013-08-15String to OUString, some formattingMatteo Casalin1-1/+1
2013-08-01fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa1-8/+0
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-1/+1
2013-06-06Some more modules at least building with mingw64Fridrich Štrba1-1/+1
2013-04-20fdo#62699 Remove pass-through headersMichael Dunphy1-1/+1
2013-04-20Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy1-1/+1
2013-04-09Get the whole thing to build after the SfxFilter interface change.Kohei Yoshida1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-18/+17
2013-03-18Comment cleanup and several indentation fixesJoren De Cuyper1-48/+10
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-1/+1
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-21unused variablesLuboš Luňák1-2/+0
2012-10-30sal_Bool to boolTakeshi Abe1-1/+1
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
2012-07-27sw: fix some warningsMichael Stahl1-5/+6
2012-07-26Convert SV_DECL_PTRARR_SORT_DEL(_SwRedlineTbl) to o3tl::sorted_vectorNoel Grandin1-1/+1
2012-07-25Convert SV_DECL_PTRARR_SORT(SwOutlineNodes) to o3tl::sorted_vectorNoel Grandin1-1/+1
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-13/+12
2012-06-12Convert SV_DECL_PTRARR(SvBaseLinks) to std::vectorNoel Grandin1-1/+1
2012-06-01targeted string re-workNorbert Thiebaud1-6/+6
2012-05-23Pass document service to the dispatcher when opening file from writer.Kohei Yoshida1-0/+5
2012-03-05WaE: unused variable in the DISABLE_SCRIPTING caseTor Lillqvist1-1/+1
2012-03-05Sprinkle DISABLE_SCRIPTING ifdefsTor Lillqvist1-0/+2
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2011-12-22sw: Improved document comparison based on RSIDs.Tzvetelina Tzeneva1-0/+3
2011-11-27remove include of pch header from swNorbert Thiebaud1-2/+0
2011-11-22these can be constCaolán McNamara1-1/+1
2011-11-21Convert Sal to rtl::O(U)StringDavid Tardon1-1/+1
2011-09-07probably want a SfxBoolItem of false hereCaolán McNamara1-3/+1
2011-09-06SID_DOC_MODIFIED should (probably) be a SfxBoolItemCaolán McNamara1-0/+2
2011-08-23Remove unecessary parameter to IDocumentStatistics::UpdateDocStatArnaud Versini1-2/+1
2011-08-12SvtFilterOptions::Get can never be NULL, return ref and don't leakCaolán McNamara1-3/+3
2011-05-20return by ref instead of pointerCaolán McNamara1-2/+2