summaryrefslogtreecommitdiff
path: root/sd/source/ui/docshell
AgeCommit message (Expand)AuthorFilesLines
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin1-6/+6
2014-09-23fdo#82577: Handle WindowNoel Grandin3-7/+7
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2-7/+7
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-2/+2
2014-08-08Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann2-1/+2
2014-07-06coverity#1209589: Dereference after null checkNorbert Thiebaud1-18/+21
2014-06-25remove whitespacesMarkus Mohrhard6-20/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin2-4/+2
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-05-23coverity#1078582 Dereference after null checkCaolán McNamara1-1/+1
2014-05-22cp#1000077: Set 'modified' document property more consistently.Matúš Kukan1-11/+0
2014-05-19Avoid possible memory leaks in case of exceptionsTakeshi Abe1-2/+2
2014-05-09coverity#735483 Logically dead codeCaolán McNamara1-11/+1
2014-05-06eliminate unnecessary temporary SvtLanguageTable instanceEike Rathke1-1/+1
2014-04-24sd: sal_Bool->boolNoel Grandin6-67/+68
2014-04-23fdo#64047: n#863021: Add set-all language menu.Muthu Subramanian2-0/+120
2014-04-18sfx2: Move InitInterface_Impl() method out of SFX_IMPL_INTERFACE.Jan Holesovsky2-1/+4
2014-04-18sfx2: Kill SFX_CHILDWINDOW_REGISTRATION macro.Jan Holesovsky2-2/+2
2014-04-15fix hacked bool in SfxDispatcher::SetSlotFilterNoel Grandin1-1/+1
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann1-2/+0
2014-03-24svtools: sal_Bool->boolNoel Grandin1-1/+1
2014-03-18sfx2: sal_Bool->boolNoel Grandin1-2/+2
2014-03-18sfx2: sal_Bool->boolNoel Grandin2-25/+25
2014-03-16Fix indentationMatteo Casalin1-12/+12
2014-03-16sal_Bool to boolMatteo Casalin1-1/+1
2014-03-14sfx2: sal_Bool->boolNoel Grandin2-4/+4
2014-03-11svx: sal_Bool->boolNoel Grandin1-3/+3
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-01-28bool improvementsStephan Bergmann3-10/+10
2014-01-17Be explicit when using bool as integral value (as Link return value)Stephan Bergmann1-2/+2
2013-12-12simplify - use OUString::startsWith where possibleNoel Grandin1-2/+2
2013-12-05fdo#68724: sw: fix crash on Insert->File with Hybrid PDFMichael Stahl1-2/+3
2013-12-02Drop duplicate #includeTakeshi Abe1-2/+0
2013-11-28Integrate branch of IAccessible2Steve Yin1-0/+285
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin1-1/+1
2013-11-05fix some further include guard fooThomas Arnhold1-5/+0
2013-10-25Unwind FunctionReference typedefStephan Bergmann2-4/+4
2013-09-08String to OUStringThomas Arnhold1-1/+1
2013-09-04Print images in grayscale when printing using the "Black & White".Brian Fraser1-2/+2
2013-08-24convert DrawDocShell to OUStringIvan Timofeev2-6/+6
2013-08-23cppcheck: fix reassigned value + fix indentationJulien Nabet1-11/+7
2013-08-15convert GetName/Title/Description methods to OUStringIvan Timofeev1-31/+29
2013-07-27remove some more SfxObjectShell methods that only call each otherMichael Stahl1-6/+0
2013-06-06Resolves: #i121448# Aligned default fill color/line style for all appsArmin Le Grand1-1/+0
2013-05-12Resolves: #i119902# Rename all master pages in a template...Andre Fischer1-2/+11
2013-04-20Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy3-3/+3
2013-04-20Remove pass-through header files sd/inc/eetext.hxx and sd/inc/app.hxxMichael Dunphy3-3/+3
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza2-5/+5
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2-9/+9
2013-03-13vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl1-1/+1