summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj
AgeCommit message (Expand)AuthorFilesLines
2014-08-08Implement data area size retrieval.Andrzej Hunt1-4/+9
2014-08-08Render tiles from calc.Andrzej Hunt1-1/+1
2014-07-28fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida1-1/+1
2014-07-24move SFX_ITEMS_DIRECT etc. definitions inside the moduleNoel Grandin1-1/+1
2014-07-20fdo#63756 build libxml2 with ICU supportDavid Tardon1-1/+2
2014-07-13fdo#81309: Adjust references during sort.Kohei Yoshida2-0/+2
2014-07-12Add get/setPart to ITiledRenderable, and implement for sw/sc.Andrzej Hunt1-0/+18
2014-07-11add UNO API loadStylesFromDocumentLaurent Godard1-20/+46
2014-07-10Head cleanup - use forward declarations.Kohei Yoshida1-0/+1
2014-07-04document strange code, coverity#704001Markus Mohrhard1-0/+1
2014-07-02bnc#812796: Correctly handle static value array for OOXML charts.Kohei Yoshida1-0/+8
2014-07-02call the correct GetNotePosition method #fdo80551Laurent Godard1-1/+1
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud4-4/+4
2014-06-26fdo#39111 - UI inconsistent concerning suppression of output for empty pagesJoren De Cuyper1-10/+10
2014-06-25Add tiled rendering outline to Calc.Andrzej Hunt1-0/+23
2014-06-25remove whitespaceMarkus Mohrhard39-168/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin24-1419/+1366
2014-06-19rhbz#1111216 allow to export an empty sheet to PDFDavid Tardon1-1/+1
2014-06-19coverity#983728 Uncaught exceptionCaolán McNamara1-4/+14
2014-06-17coverity#1223091 Uncaught exceptionCaolán McNamara1-2/+3
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-06-13loplugin:staticcallStephan Bergmann2-3/+3
2014-06-12fdo#77506: More reliable way to determine label strings.Kohei Yoshida1-1/+13
2014-06-10coverity#1187810 Uncaught exceptionCaolán McNamara1-2/+3
2014-06-10coverity#706877 Uncaught exceptionCaolán McNamara1-1/+2
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin3-12/+0
2014-06-05various: remove SAL_THROW macroNoel Grandin4-15/+10
2014-06-04compareToAscii -> equalsAsciiNoel Grandin1-1/+1
2014-05-27remove unnecessary use of OUString constructor when throwingNoel Grandin1-1/+1
2014-05-26coverity#1130407 Missing break in switchCaolán McNamara1-0/+1
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin3-12/+8
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet3-16/+16
2014-05-20kill some old 16 bit column indicesMarkus Mohrhard1-3/+3
2014-05-18Avoid possible memory leaks in case of exceptionsTakeshi Abe1-8/+6
2014-05-17FixesJulien Nabet3-4/+4
2014-05-17More fixJulien Nabet1-6/+6
2014-05-17Fix previous commitJulien Nabet1-2/+2
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14Julien Nabet20-247/+247
2014-05-14Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet1-1/+1
2014-05-14No more SetCompileForFAP(). Use respective flag setting methods instead.Kohei Yoshida1-2/+2
2014-05-12o3tl::default_deleter->boost::checked_deleterCaolán McNamara1-2/+2
2014-05-12Move this function object to o3tl.Kohei Yoshida1-2/+2
2014-05-11coverity#705842 Dereference before null checkCaolán McNamara1-6/+3
2014-05-11Fix previous commit (sc part)Julien Nabet2-3/+3
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet5-11/+11
2014-05-11fix-includes.pl: scThomas Arnhold8-19/+19
2014-05-09Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet3-19/+19
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part7Julien Nabet12-438/+438
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part5Julien Nabet17-312/+312
2014-05-06Avoid possible memory leaks in case of exceptionsTakeshi Abe3-38/+25