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