summaryrefslogtreecommitdiff
path: root/sw/source/core/graphic/ndgrf.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-05-27various situations where graphic go missing on saveOliver-Rainer Wittmann1-9/+9
2014-02-14fdo#50763: handle inlined base64 imagesChr. Rossmanith1-1/+8
2014-02-04fdo#73300: sw: GraphicObjects are never swapped outMichael Stahl1-3/+5
2014-02-04fdo#73300: sw: don't swap in all images when loading filesMichael Stahl1-0/+3
2013-11-14rhbz#887420 Implement "block untrusted referer links" featureStephan Bergmann1-2/+8
2013-10-26sw: ViewShell -> SwViewShell renameMiklos Vajna1-2/+2
2013-10-22Bin useless swmod commentsTor Lillqvist1-1/+1
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin1-8/+8
2013-10-17URI schemes must be matched case-insensitiveMatteo Casalin1-1/+1
2013-10-17Remove dead check for start of stringMatteo Casalin1-3/+1
2013-10-15convert sw/inc/ndgrf.hxx from String to OUStringNoel Grandin1-10/+10
2013-10-05Correct prefix for OUString + constifyMatteo Casalin1-8/+8
2013-10-05String to OUString + better namesMatteo Casalin1-13/+12
2013-10-05String to OUString + use return instead of reference argsMatteo Casalin1-35/+33
2013-10-05This reference argument can be constMatteo Casalin1-2/+3
2013-10-05This does not need to be a member functionMatteo Casalin1-40/+45
2013-10-05Unused data member and setterMatteo Casalin1-4/+0
2013-09-19convert sw/inc/ndarr.hxx from String to OUStringNoel Grandin1-2/+2
2013-08-29convert include/sfx2/linkmgr.hxx from String to OUStringNoel Grandin1-19/+18
2013-08-25String to OUStringMatteo Casalin1-6/+8
2013-06-06Some more modules at least building with mingw64Fridrich Štrba1-1/+1
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-4/+4
2013-05-05work on comments and remove commented-out code in sw/source/core/graphicPhilipp Riemer1-39/+10
2013-05-05fdo#39468: Translate German comments in sw/source/core/graphicPhilipp Riemer1-59/+56
2013-05-05fdo#62475 - remove ASCII art in sw/source/core/graphicPhilipp Riemer1-18/+0
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+1
2013-03-16Resolves: #i118780# Moved ObjectInfoPrimitive2D extractor to drawinglayer...Armin Le Grand1-50/+121
2013-03-11fdo#38838: Converting String/UniString to OUStringelixir1-1/+1
2013-03-01RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter1-2/+2
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky1-1/+1
2012-11-25sal_Bool to boolTakeshi Abe1-3/+3
2012-11-21sal_Bool to boolTakeshi Abe1-1/+1
2012-11-08sal_Bool to boolTakeshi Abe1-3/+3
2012-11-06Fix some file modesStephan Bergmann1-0/+0
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-30/+52
2012-10-22loplugin: various warningsCaolán McNamara1-1/+1
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud1-1/+1
2012-07-11Decrease header files dependenciesMatteo Casalin1-1/+1
2012-06-12Convert SV_DECL_PTRARR(SvBaseLinks) to std::vectorNoel Grandin1-1/+1
2012-02-22revert slew of debug code committed in errorMichael Meeks1-33/+0
2012-02-22fdo#37210 - UI: Calc usability improvement: Merge cells on right mouse clickGreggory Hernandez1-0/+33
2012-01-08sw: drop exec bit of cxx filesMiklos Vajna1-0/+0
2012-01-06Removed unnecessary tools/link.hxx includes.Marcel Metz1-1/+0
2012-01-05more informative debugging outputCaolán McNamara1-2/+3
2011-11-27remove include of pch header from swNorbert Thiebaud1-2/+0
2011-10-25Fix fdo#41995 fallout - recognize .svg in odf containersThorsten Behrens1-5/+5
2011-09-22ByteString->rtl::OString[Buffer]Caolán McNamara1-1/+2
2011-08-02catch by const referenceCaolán McNamara1-4/+4