summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Collapse)Author
2012-06-21hrc cleanup: Remove unused definesThomas Arnhold
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 McNamara
Change-Id: Ie04a3465100d2f013f34168aaf136a20cd2f7e0d
2012-06-19remove some UniString ctorsCaolán McNamara
Change-Id: Ic2e712f4447b733b79d980e178d9d6d9d8bf0e40
2012-06-18SVG: use dash parameters from svg fileChr. Rossmanith
Change-Id: I86b31156e1a9221d9cfdc40d5670b324ce056a89
2012-06-15move DTTM2DateTime and DateTimeToOString to msfilter to avoid copy&pasteMiklos Vajna
2012-06-15-Werror=unused-variableStephan Bergmann
Change-Id: Ic4c417667d45f80215303d2171b3c61d97284547
2012-06-15Fixed a bug related to text fields introduced on the last commit.Marco Cecchetti
2012-06-15Provided support for clipping-based shape transitions (barnWipe,Marco Cecchetti
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 Cecchetti
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 Cecchetti
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 Cecchetti
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 Cecchetti
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 Cecchetti
units (mm) for the <svg> element when a single slide/page is exported.
2012-06-15Now debug printers are turned off automaticallyMarco Cecchetti
2012-06-15fixed wrong indentation / provided better indentationMarco Cecchetti
2012-06-15hrc cleanup: Remove completely unused RIDsThomas Arnhold
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 Nabet
Change-Id: I62b6cb30aeab40be18e5943a27ccd1d7130ad073
2012-06-12Convert SV_DECL_PTRARR_DEL(SvxMSDffBLIPInfos) to boost::ptr_vectorNoel Grandin
Change-Id: I6cd5793b1ba2a29cbedce7fe5a040651e1664a11
2012-06-12Convert SV_DECL_PTRARR_DEL(SvxMSDffShapeOrders) to std::vectorNoel Grandin
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 Grandin
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 Grandin
Change-Id: Ie7aa19b7ef5c25b2547a9fd29810fb56427edac0
2012-06-12Get rid of GRADIENT_* defines, they conflict with Windows GDI types.Jan Holesovsky
Change-Id: Ia0bc37f81b7213b20fc5093beb46d7a05b1ac931
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara
Change-Id: Ib9797fe97cd008cc6508ce8cec47dc5373416892
2012-06-10Bin pointless <vcl/sv.h> headerTor Lillqvist
It only included <tools/solar.h>, so include that directly instead. Change-Id: Ic5db474c16ca33dcdcaabb5b5f00535b4b27dc8f
2012-06-09Remove superfluous empty lines on topThomas Arnhold
More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
2012-06-09Remove superfluous include commentsThomas Arnhold
Change-Id: Icd57ca7fd89e30c190c1b06dbe67c30bea8d1b59
2012-06-09Check for assignment to self for =operatorJulien Nabet
Change-Id: If5c223e8b2f02938fa7e5d694d07f1e3f036c177
2012-06-06nuke dead codeTakeshi Abe
Change-Id: I0ea47ee535ba0e903bae0de227acd311ca96aa03
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
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 Grandin
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 Grandin
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 Yoshida
Change-Id: Ib30a77808b9f4726e72f57e9d9ea73c71f5cac34
2012-06-05Prioritize external filters over the internal ones.Kohei Yoshida
Change-Id: I2407a2ebc01f39655b30f7eb1e65deb912f2e606
2012-06-05Adding Microsoft Publisher Import filterFridrich Štrba
Change-Id: Iec9c9c5419a40e7ad64af057f1bbb426ca3163b0
2012-06-05Use BMP_SCALE_LANCZOS instead of BMP_SCALE_INTERPOLATE.Jan Holesovsky
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 Thiebaud
Change-Id: I2ee4fbb1e166a926b36b100c47e6da4cf39d51b4
2012-06-01targeted string re-workNorbert Thiebaud
Change-Id: I44518bb1b464bb0b458c0b5f1c249ef160ea3b26
2012-06-01targeted string re-workNorbert Thiebaud
Change-Id: I96ce39a3982d7d638283c18a5913c1df13979b1f
2012-05-31Make Win32 LibO installable side by side with other StarOffice derivativesJesús Corrius
2012-06-01nuke unused namespaceTakeshi Abe
Change-Id: Ic00cdfce4172af0a2f0aa1aa33ef5e386d407976
2012-05-30Some cppcheck cleaningJulien Nabet
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 McNamara
Change-Id: Ic123c081fcf6ddcf5d61c5d5a3eab01db470014c
2012-05-30cppcheck: Reduce variable scopeKevin Hunter
Change-Id: I11f7642346ccc1949d5716b32444df86541eabf8
2012-05-29targetted re-workMichael Meeks
Change-Id: I64a38e22f776914605fe3903312524d8827e29a2
2012-05-28fix horizontal rule width in .doc documents (bnc#757118)Luboš Luňák
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 McNamara
Change-Id: Ic709bb128a82016b1bbc2c43cf4fe7ad091e7b1a
2012-05-28Fix typos + fix prefer prefix++ for iterJulien Nabet
Change-Id: Ic535667b3705fc707966e403edc32681a3c315e9
2012-05-28Remove stray */Julien Nabet
Change-Id: I550021c693c0971b952a708f51a0196cbe1fc8dc
2012-05-25Removed Lotus 1.2.3 filter/type for Writer.Kohei Yoshida
Lotus 1.2.3 is a spreadsheet. We don't need this for Writer. Change-Id: I7fce85a6e211c0bf1ef6e95e758b4dc8cfcae033
2012-05-25Rank format types in order of complexity.Kohei Yoshida
This way we can run detection services in the correct order; from more complex to less complex, since the more complex structure is much easier to test and reject. Change-Id: Iee2d3e2e4f2834f95e6e89975f646e3928114b11