summaryrefslogtreecommitdiff
path: root/embeddedobj
AgeCommit message (Expand)AuthorFilesLines
2018-02-01embeddedobj: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski1-9/+0
2018-01-29tdf#114677 Correct title in Base forms cleanupSzymon Kłos1-8/+5
2018-01-29tdf#114677 Correct title in Base formsSzymon Kłos1-4/+7
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann2-28/+28
2018-01-22loplugin:unnecessaryparen (clang-cl)Stephan Bergmann1-1/+1
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin2-3/+3
2018-01-12More loplugin:cstylecast: embeddedobjStephan Bergmann3-14/+14
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-2/+2
2018-01-04Remove redundant control flow branchMike Kaganski1-5/+1
2017-12-29loplugin:passstuffbyref improved return in variousNoel Grandin2-2/+2
2017-12-20loplugin:salcall (clang-cl)Stephan Bergmann2-6/+6
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann6-24/+24
2017-12-11loplugin:salcall fix functionsNoel Grandin2-2/+2
2017-11-22Help old GCCStephan Bergmann1-1/+1
2017-11-22fuzzing: common case of embedded charts in docxCaolán McNamara1-1/+8
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin1-1/+1
2017-11-16Fix typosAndrea Gelmini1-1/+1
2017-10-27loplugin:includeform: embeddedobj (Windows)Stephan Bergmann10-12/+12
2017-10-23loplugin:includeform: embeddedobjStephan Bergmann12-21/+21
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski1-13/+14
2017-10-05loplugin:flatten (clang-cl, embeddedobj)Stephan Bergmann2-85/+81
2017-10-04add << operator for css::uno::ExceptionNoel Grandin3-7/+3
2017-10-03new loplugin:blockblockNoel Grandin1-48/+46
2017-10-01throw more useful uno::Exception'sNoel Grandin1-3/+3
2017-09-30loplugin:flatten (clang-cl, embeddedobj)Stephan Bergmann2-25/+22
2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski1-6/+6
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin1-5/+2
2017-09-27loplugin:flatten in variousNoel Grandin3-177/+160
2017-09-21loplugin:flatten in editeng..extensionsNoel Grandin6-177/+146
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski2-0/+7
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-3/+3
2017-08-31loplugin:constparams: embeddedobj (clang-cl)Stephan Bergmann2-2/+2
2017-08-01move resmgr to unotoolsCaolán McNamara1-2/+2
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara2-2/+2
2017-07-31loplugin:oncevarNoel Grandin1-2/+2
2017-07-21migrate to boost::gettextCaolán McNamara1-3/+3
2017-07-18Fix typosAndrea Gelmini1-1/+1
2017-07-18Embedded documents: show title in menu entriesSzymon Kłos3-4/+12
2017-07-17Embedded obj: resize to avoid rendering issueSzymon Kłos1-1/+3
2017-07-17loplugin:oncevar: embeddedobj (clang-cl)Stephan Bergmann1-2/+1
2017-07-14Embedded obj: don't change new window sizeSzymon Kłos1-2/+0
2017-07-13tdf#108545 editable DOC/XLS embeddings inside DOCXSzymon Kłos1-3/+3
2017-07-13OLE: show title of parent document in MSOSzymon Kłos2-5/+3
2017-07-13Show document title for embedded documentsSzymon Kłos4-0/+20
2017-07-13use more OUString::operator== in dbaccess..filterNoel Grandin7-17/+17
2017-07-13tdf#108545 tdf#108544: DOCX, XLSX embedded in DOCSzymon Kłos2-19/+48
2017-07-12strip some linefeeds from the end of debug outputNoel Grandin2-2/+2
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin2-2/+2
2017-06-26Resolves: tdf#108643 don't restore orig size on first chart activateCaolán McNamara1-1/+3
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0