summaryrefslogtreecommitdiff
path: root/sw/source/core/graphic
AgeCommit message (Expand)AuthorFilesLines
2014-11-19loplugin: cstylecastNoel Grandin2-15/+15
2014-11-16Logically dead code related to embedded stream name in SwGrfNode\SdrGrafObjZolnai Tamás1-55/+2
2014-11-16Set back these lines, later it can be usefulZolnai Tamás1-0/+4
2014-11-16Avoid DelStreamName because it can lead to image loss.Zolnai Tamás1-41/+0
2014-11-16Related fdo#82953: Forget package URL of image after it is loadedZolnai Tamás1-0/+4
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl1-0/+1
2014-11-07Remove some useless swapping call inside SwGrfNodeZolnai Tamás1-13/+1
2014-11-07Be explicit here when to swap out as a linkZolnai Tamás1-9/+8
2014-11-07More replacements of manual swapping with SwGrfNode::GetGrf()/GetGrfObj()Zolnai Tamás1-5/+5
2014-11-07Make GetTwipSize() call SwapIn() by itself in case of invalid sizeZolnai Tamás1-0/+4
2014-11-07Swap in graphic by SwGrfNode and not manuallyZolnai Tamás1-0/+12
2014-11-07Make SetSwapState() an internal methodZolnai Tamás1-7/+0
2014-11-07Avoid using null pointer as a special indicatorZolnai Tamás1-1/+1
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-4/+4
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-4/+4
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-4/+4
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-4/+4
2014-09-18Remove special case which is handled differently nowMatúš Kukan1-8/+1
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-1/+2
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-2/+2
2014-07-15Refactored IDocumentLinksAdministration out of SwDoc.Valentin Kettner1-4/+5
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-6/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-06-06revert sw part of "don't swap in all images when loading files"Michael Stahl1-3/+0
2014-06-06i#124999: - call <SwGrfNode::onGraphicChanged()> only when <Graphic>Oliver-Rainer Wittmann1-15/+33
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante1-6/+0
2014-05-23Resolves: #i124946# only apply new embedded stream name...Oliver-Rainer Wittmann1-9/+9
2014-04-30sw: sal_Bool->boolNoel Grandin2-10/+10
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann1-0/+1
2014-04-11Introduce twip/mm100 conversion functions instead of duplicated macrosTor Lillqvist1-4/+4
2014-03-22cppcheck: fix reassigned varJulien Nabet1-2/+1
2014-03-17sw: prefer passing OUString by referenceNoel Grandin1-1/+1
2014-03-16SwapIn/SwapOut can return bool + sal_Bool to boolMatteo Casalin1-22/+25
2014-03-16sal_Bool to boolMatteo Casalin1-6/+6
2014-03-16sal_Bool to boolMatteo Casalin1-44/+42
2014-03-16bLoadLowResGrf is never readMatteo Casalin1-3/+3
2014-02-18Replace GrafikArrived with GraphicArrivedChr. Rossmanith1-3/+3
2014-02-14fdo#50763: handle inlined base64 imagesChr. Rossmanith1-1/+8
2014-02-11Resolves: #i15508# keep the original file and format AFAP...Armin Le Grand1-0/+38
2014-02-03remove GraphicObject::SetSwapStreamHdl() timeout parameterMichael Stahl1-5/+3
2014-02-03fdo#73300: sw: GraphicObjects are never swapped outMichael Stahl1-3/+5
2014-02-03fdo#73300: sw: don't swap in all images when loading filesMichael Stahl1-0/+3
2014-01-17bool improvementsStephan Bergmann1-1/+1
2014-01-15starting chopping out aEmptyOUStrCaolán McNamara1-1/+1
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann1-3/+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