summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Collapse)AuthorFilesLines
2012-06-21re-base on ALv2 code.Michael Meeks57-1368/+849
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks48-768/+720
Change-Id: I0cba9316e229362fa82a45d9e4d4763a6cf29540
2012-06-21re-base on ALv2 code.Michael Meeks30-687/+471
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-21hrc cleanup: Remove unused definesThomas Arnhold3-16/+0
All of those defines (should) not be used at any point in the code. False positives may exist, because some macro names are getting generated by some template/macro foo. This is the version which compiled fine for me. Also there are many commented out lines removed. Change-Id: I6394024682e4ab3691eb72707a9363d41ba31df8
2012-06-20ditch last (?) uses of UniString::UniString(sal_Unicode, ...)Caolán McNamara2-12/+11
Change-Id: Ie04a3465100d2f013f34168aaf136a20cd2f7e0d
2012-06-19remove some UniString ctorsCaolán McNamara1-2/+2
Change-Id: Ic2e712f4447b733b79d980e178d9d6d9d8bf0e40
2012-06-18SVG: use dash parameters from svg fileChr. Rossmanith2-53/+132
Change-Id: I86b31156e1a9221d9cfdc40d5670b324ce056a89
2012-06-15move DTTM2DateTime and DateTimeToOString to msfilter to avoid copy&pasteMiklos Vajna2-0/+94
2012-06-15-Werror=unused-variableStephan Bergmann1-1/+0
Change-Id: Ic4c417667d45f80215303d2171b3c61d97284547
2012-06-15Fixed a bug related to text fields introduced on the last commit.Marco Cecchetti1-6/+4
2012-06-15Provided support for clipping-based shape transitions (barnWipe,Marco Cecchetti1-42/+327
fourBoxWipe, ellipseWipe, pinWheelWipe). Basic support for reverse method by subtraction. Ported or implemented the following classes or functions: createShapeTransition, ClippingAnimation. Extended the following SVG DOM classes: SVGPathElement (prependPath method). Modified and added new methods to: AnimatedElement, ClippingFunctor, EllipseWipePath, FourBoxWipePath.
2012-06-15Enabled support for clipping-based slide transitions (barnWipe,Marco Cecchetti2-33/+1523
fourBoxWipe, ellipseWipe, pinWheelWipe). Ported or implemented the following classes or functions: ClippedSlideChange, PathTools.normalizePath, ClippingFunctor, createClipPolyPolygon, BarWipePath, FourBoxWipePath, PathTools.createPathFromEllipse, EllipseWipePath, PinWheelWipePath. Extended the following SVG DOM classes: SVGMatrix, SVGPathElement, SVGPathSegMovetoAbs, SVGPathSegLinetoAbs, SVGPathSegCurvetoQuadraticAbs, SVGPathSegCurvetoCubicAbs. Modified and added new methods to: MetaDocument, AnimatedSlide, SlideTransition, TransitionInfoTable.
2012-06-15Enabled support for fade, slide wipe and push wipe slide transitions.Marco Cecchetti2-57/+1092
Ported or implemented the following classes: SlideTransition, AnimatedSlide, SlideChangeBase, FadingSlideChange, FadingOverColorSlideChange, MovingSlideChange. Modified and added new methods to: MetaSlide, SlideShow.
2012-06-15The new slide elements structure is created by the svg export filterMarco Cecchetti3-322/+211
directly. Master page elements structure reverted to old one, adapted the embedded script. Exporting a single slide is supported again.
2012-06-15In order to enable future support for slide transitions has been neededMarco Cecchetti1-403/+984
to modify the part of the presentation engine handling the slides navigation feature. A new structure for slide and master page elements has been designed. The following new classes have been implemented: MasterPageView, TextFieldHandler, SlideNumberFieldHandler. The following classes have been modified: MetaDocument, MetaSlide, MasterPage, PlaceholderShape, Thumbnail. The following classes have been modified and renamed: TextField -> TextFieldContentProvider, FixedTextField -> FixedTextProvider, VariableDateTimeField -> CurrentDateTimeProvider, SlideNumberField -> SlideNumberProvider.
2012-06-15In order to fix bug 43060 the width and height attributes are exported with ↵Marco Cecchetti1-0/+18
units (mm) for the <svg> element when a single slide/page is exported.
2012-06-15Now debug printers are turned off automaticallyMarco Cecchetti1-1/+6
2012-06-15fixed wrong indentation / provided better indentationMarco Cecchetti1-369/+368
2012-06-15hrc cleanup: Remove completely unused RIDsThomas Arnhold1-3/+2
These RID definitions aren't used at any other point. So remove them. Unused START and END definitions were commented out for documentation purpose. All definitions in basctl/source/basicide/tbxctl.hrc were unused, so I removed this file. Change-Id: I4713188a12b9da912b2a91b85ea4e54ca1aeb994
2012-06-14Fix uninitialized valuesJulien Nabet1-2/+2
Change-Id: I62b6cb30aeab40be18e5943a27ccd1d7130ad073
2012-06-12Convert SV_DECL_PTRARR_DEL(SvxMSDffBLIPInfos) to boost::ptr_vectorNoel Grandin2-9/+5
Change-Id: I6cd5793b1ba2a29cbedce7fe5a040651e1664a11
2012-06-12Convert SV_DECL_PTRARR_DEL(SvxMSDffShapeOrders) to std::vectorNoel Grandin2-18/+20
I could not use boost::ptr_vector because some of the code copies the pointers into other data-structures temporarily, which ptr_vector does not like. Change-Id: Ie9c8aeb4e741bfd138694929ccda451a1c0984bb
2012-06-12Convert SV_DECL_PTRARR_DEL(_PptSlidePersistList) to std::vectorNoel Grandin2-25/+30
I could have used boost::ptr_vector, but the code seems to believe that the array can contain nulls, which ptr_vector does not like. Change-Id: I5f56a3e96ef9baca2c192e7cfa33b8f4283709a6
2012-06-12Convert SV_DECL_PTRARR_DEL(PptFontEntityAtomList) to boost::ptr_vectorNoel Grandin1-7/+4
Change-Id: Ie7aa19b7ef5c25b2547a9fd29810fb56427edac0
2012-06-12Get rid of GRADIENT_* defines, they conflict with Windows GDI types.Jan Holesovsky2-11/+11
Change-Id: Ia0bc37f81b7213b20fc5093beb46d7a05b1ac931
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara1-2/+2
Change-Id: Ib9797fe97cd008cc6508ce8cec47dc5373416892
2012-06-10Bin pointless <vcl/sv.h> headerTor Lillqvist2-2/+2
It only included <tools/solar.h>, so include that directly instead. Change-Id: Ic5db474c16ca33dcdcaabb5b5f00535b4b27dc8f
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0
More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
2012-06-09Remove superfluous include commentsThomas Arnhold1-2/+0
Change-Id: Icd57ca7fd89e30c190c1b06dbe67c30bea8d1b59
2012-06-09Check for assignment to self for =operatorJulien Nabet1-0/+3
Change-Id: If5c223e8b2f02938fa7e5d694d07f1e3f036c177
2012-06-06nuke dead codeTakeshi Abe12-208/+0
Change-Id: I0ea47ee535ba0e903bae0de227acd311ca96aa03
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2-3/+4
Update code to use factory method URLTransformer::create Change-Id: I3fd2e838497bcfd8fc949615c0e7d60a6ea47118 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2-2/+7
Update code to use factory method TextSearch::create Change-Id: I7a8b607ed397158ca1e2b834ce61b8b196c8019a
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-5/+4
Update code to use factory method PathSubstitutions::create Change-Id: I3721bd93c36b207d849eea19102f5ac61cadd205 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-05Fix the description.Kohei Yoshida1-2/+2
Change-Id: Ib30a77808b9f4726e72f57e9d9ea73c71f5cac34
2012-06-05Prioritize external filters over the internal ones.Kohei Yoshida1-2/+3
Change-Id: I2407a2ebc01f39655b30f7eb1e65deb912f2e606
2012-06-05Adding Microsoft Publisher Import filterFridrich Štrba3-0/+27
Change-Id: Iec9c9c5419a40e7ad64af057f1bbb426ca3163b0
2012-06-05Use BMP_SCALE_LANCZOS instead of BMP_SCALE_INTERPOLATE.Jan Holesovsky1-1/+1
Where we explicitly ask for better quality, use BMP_SCALE_LANCZOS, instead of BMP_SCALE_INTERPOLATE. Change-Id: I28ddf3290204532a8660e09ee9ab0949b6ce1c73
2012-06-02targeted string re-workNorbert Thiebaud5-96/+96
Change-Id: I2ee4fbb1e166a926b36b100c47e6da4cf39d51b4
2012-06-01targeted string re-workNorbert Thiebaud1-2/+1
Change-Id: I44518bb1b464bb0b458c0b5f1c249ef160ea3b26
2012-06-01targeted string re-workNorbert Thiebaud2-32/+32
Change-Id: I96ce39a3982d7d638283c18a5913c1df13979b1f
2012-05-31Make Win32 LibO installable side by side with other StarOffice derivativesJesús Corrius1-6/+6
2012-06-01nuke unused namespaceTakeshi Abe1-2/+0
Change-Id: Ic00cdfce4172af0a2f0aa1aa33ef5e386d407976
2012-05-30Some cppcheck cleaningJulien Nabet1-1/+1
More information on this thread: http://nabble.documentfoundation.org/Advice-needed-about-some-cppcheck-reports-td3986408.html Change-Id: Ib70532ad72e8418e1036bd52c07dc6452508cd12
2012-05-30merge three base64 encoders/decoders togetherCaolán McNamara4-196/+3
Change-Id: Ic123c081fcf6ddcf5d61c5d5a3eab01db470014c
2012-05-30cppcheck: Reduce variable scopeKevin Hunter1-3/+2
Change-Id: I11f7642346ccc1949d5716b32444df86541eabf8
2012-05-29targetted re-workMichael Meeks1-4/+3
Change-Id: I64a38e22f776914605fe3903312524d8827e29a2
2012-05-28fix horizontal rule width in .doc documents (bnc#757118)Luboš Luňák2-2/+20
MSO uses undocumented properties that seem to map to o:hr and o:hrpct from .docx (including differences between .docx spec and implementation), so treat horizontal rule width the same way in .doc too. Also remove the guesswork for #i17200# that is not quite correct and no longer needed. Change-Id: Ibec543fa1679ca0b20e86ef6b4f77147b18dff7e
2012-05-28reduce static_initialization_and_destruction chainCaolán McNamara2-75/+19
Change-Id: Ic709bb128a82016b1bbc2c43cf4fe7ad091e7b1a
2012-05-28Fix typos + fix prefer prefix++ for iterJulien Nabet1-4/+4
Change-Id: Ic535667b3705fc707966e403edc32681a3c315e9