summaryrefslogtreecommitdiffstats
path: root/filter/inc
Commit message (Collapse)AuthorAgeFilesLines
* loplugin:unusedfields readonly fieldsNoel Grandin2017-07-241-4/+0
| | | | | | | Change-Id: I6629926df06f71ff86e9fb23ae4fc1ae73bc9406 Reviewed-on: https://gerrit.libreoffice.org/40360 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* loplugin:unusedfields in extensions..frameworkNoel Grandin2017-07-221-8/+0
| | | | | | | Change-Id: I687c67c8f3c0e03c6ab2da0a93a9e62f0caf12cd Reviewed-on: https://gerrit.libreoffice.org/40292 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* de-hrc various thingsCaolán McNamara2017-07-211-36/+0
| | | | | | | | | | | | e.g. helpid[s].hrc -> helpids.h and insert include guards where missing move "ordinary" defines into .hxx files remove .hrc entries that are used as arguments to dialog factory when a dedicated method can be added instead Change-Id: I792fb8eb0adfaa63cf354e6e57401fc943e9196e
* migrate to boost::gettextCaolán McNamara2017-07-212-2/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * all .ui files go from <interface> to <interface domain="MODULE"> e.g. vcl * all .src files go away and the english source strings folded into the .hrc as NC_("context", "source string") * ResMgr is dropped in favour of std::locale imbued by boost::locale::generator pointed at matching MODULE .mo files * UIConfig translations are folded into the module .mo, so e.g. UIConfig_cui goes from l10n target to normal one, so the res/lang.zips of UI files go away * translation via Translation::get(hrc-define-key, imbued-std::locale) * python can now be translated with its inbuilt gettext support (we keep the name strings.hrc there to keep finding the .hrc file uniform) so magic numbers can go away there * java and starbasic components can be translated via the pre-existing css.resource.StringResourceWithLocation mechanism * en-US res files go away, their strings are now the .hrc keys in the source code * remaining .res files are replaced by .mo files * in .res/.ui-lang-zip files, the old scheme missing translations of strings results in inserting the english original so something can be found, now the standard fallback of using the english original from the source key is used, so partial translations shrink dramatically in size * extract .hrc strings with hrcex which backs onto xgettext -C --add-comments --keyword=NC_:1c,2 --from-code=UTF-8 --no-wrap * extract .ui strings with uiex which backs onto xgettext --add-comments --no-wrap * qtz for gettext translations is generated at runtime as ascii-ified crc32 of content + "|" + msgid * [API CHANGE] remove deprecated binary .res resouce loader related uno apis com::sun::star::resource::OfficeResourceLoader com::sun::star::resource::XResourceBundleLoader com::sun::star::resource::XResourceBundle when translating strings via uno apis com.sun.star.resource.StringResourceWithLocation can continue to be used Change-Id: Ia2594a2672b7301d9c3421fdf31b6cfe7f3f8d0a
* untranslated strings are just stringsCaolán McNamara2017-05-021-0/+25
| | | | | | | | | | removes starmaths InsertCommand in favour of InsertCommandText Change-Id: I5659adcaa28e5b5861d1a1cc5d2afa84009490f6 Reviewed-on: https://gerrit.libreoffice.org/37113 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* remove filter bitmaps from .src filesCaolán McNamara2017-04-261-0/+18
| | | | | | | Change-Id: I3e1ee8ab50426cdeaf455e59179fb6d34c97d4a3 Reviewed-on: https://gerrit.libreoffice.org/36963 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* tdf#95416 Removed ../ in filter/source/svg/test filesJeevan2017-03-073-0/+447
| | | | | | | Change-Id: I9f281c48ddd78f2a897e26b9af57fef2e89604d3 Reviewed-on: https://gerrit.libreoffice.org/34890 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
* Avoid reserved identifiersStephan Bergmann2016-04-121-2/+2
| | | | Change-Id: Ia3a9d2edb9ce7bcf9450dd10589d823383210269
* convert pdf signing page to .ui formatCaolán McNamara2013-07-081-2/+0
| | | | Change-Id: I037036e410a6f9d7da7bc34721c105e81470d5d9
* convert pdf options dialog to .ui formatCaolán McNamara2013-07-081-1/+0
| | | | Change-Id: I7c186ea77bbadd20ac881dcb0aa2cf7db525dc1e
* convert pdf view page to .ui formatCaolán McNamara2013-07-041-1/+0
| | | | Change-Id: I738dd72f66658f60025152c9c3db765dbcb981ac
* convert pdf security page to .uiCaolán McNamara2013-06-281-1/+0
| | | | Change-Id: Ie785f4b112b8992707f886720d92bd34d0823f39
* Convert to .ui pdf userinterface tab pageabdulmajeed ahmed2013-06-211-1/+0
| | | | Change-Id: I9203a63b2d6d1ab14ebee17611a78221755af082
* convert pdf links tab page to .uiabdulmajeed ahmed2013-06-081-1/+0
| | | | Change-Id: I305021366a2670a582f00433be2a6e26d745f587
* execute move of global headersBjoern Michaelsen2013-04-2316-5815/+0
| | | | | | | see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-222-46/+8
|
* add msfilter::util::ConvertColor to avoid copy&pasteMiklos Vajna2013-04-101-0/+4
| | | | Change-Id: Ia5507f8d1ec18a45d3128c809d03f8f41849f93c
* Fix #i119532# Fixed export of bullet color.Andre Fischer2013-04-071-0/+8
| | | | | | | | | | Patch by: SunYing Review and minor changes by: Andre Fischer Conflicts: filter/source/msfilter/svdfppt.cxx Change-Id: I2841e041b571ed5cfa848ad1029c57fc547a621a
* Fix #120233# fix ppt import bullet size errorLei De Bin2013-04-071-0/+1
| | | | | | | | | | | Reported by: liu ping tan Patch by: Sun Ying Review by: Lei De Bin(cherry picked from commit 7025f6c6441b49093504874925f37ca0e61f34f9) Conflicts: filter/inc/filter/msfilter/svdfppt.hxx Change-Id: I6f72599bc897d5d7bf46fa88c8b2899b3a2e0c15
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-074-28/+28
| | | | | | | | Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
* new module i18nlangtagEike Rathke2013-04-051-1/+1
| | | | | | | | | | | Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
* trailing whitespacesThomas Arnhold2013-03-191-1/+1
| | | | Change-Id: I3d0e2015e4c9f0ea6118fd92892022607fe4bde6
* fdo#60691 add modelines to *.src and *.hrc filesBorim2013-03-081-0/+2
| | | | | | | | | use solenv/bin/add-modulelines script for the task and remove all UTF bom from *.src and *.hrc files svx/source/dialog/hdft.src Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4
* n#699334: Legacy diagram import (PPTX).Muthu Subramanian2013-03-081-1/+3
| | | | | Minimalistic implementation. Had to rework on some parts because of the rebasing.
* remove unused and commented out codeThomas Arnhold2013-03-041-2/+0
| | | | | | This code gets never called. Change-Id: I59228cba1444b7b09f74eb5cf8da9b755c7c32f7
* msfilter: support checking if conversion to legacy encoding is lossless or notMiklos Vajna2013-02-261-3/+20
| | | | Change-Id: I69405c5883af6d3b119b177f51229c8a78f8c24d
* String cleanup in filterRicardo Montania2013-02-221-14/+14
| | | | | | | Change-Id: If9fac2f277550cc786baffe4f89c7181b2d10dfd Reviewed-on: https://gerrit.libreoffice.org/1970 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* String to OUString conversions in filterRicardo Montania2013-01-251-9/+9
| | | | | | | Change-Id: I944f4d57aba935e513a3d158a46322874fe0df15 Reviewed-on: https://gerrit.libreoffice.org/1865 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
* import page/cell anchoring for xls drawing ( & ole ) objects fdo#58360Noel Power2013-01-251-1/+2
| | | | Change-Id: I26ee91e683f94b2fdfaadac960b840e088f1f155
* String cleanup in filterRicardo Montania2013-01-251-4/+4
| | | | | | | Change-Id: I5678cd4f0bbfc1603bb7f3881adb4359a25ddbc5 Reviewed-on: https://gerrit.libreoffice.org/1848 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
* String cleanup in filterRicardo Montania2013-01-041-4/+4
| | | | | | | Change-Id: I2b8bd3535a5ba5323b9a17941c4345f4c1e0e822 Reviewed-on: https://gerrit.libreoffice.org/1507 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
* String -> OUString in filterRicardo Montania2012-12-201-17/+17
| | | | | | | Change-Id: I5d7b3aa2348cb4f0e8b05be0777b510ec5eb5db5 Reviewed-on: https://gerrit.libreoffice.org/1420 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-301-2/+0
| | | | | | | | | | | | This changes all generated API headers (.hpp and .hdl) to use a namespace alias 'css' instead of the pointlessly long com::sun::star Makes the change in cppumaker & associated tools, adds a global namespace alias definition in sal/types.h, and removes a kiloton of local, now pointless-to-harmful versions of that alias from all over the code. Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
* callcatcher: update unused code post binfilter deathCaolán McNamara2012-11-142-3/+0
| | | | Change-Id: I5b25d14ef2769126f98523551597f43812b9feb7
* re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks2012-11-064-129/+171
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | linecap: Reintegrating finished LineCap feature Patch contributed by Regina Henschel http://svn.apache.org/viewvc?view=revision&revision=1232507 Patches contributed by Sven Jacobi impress212: #i81610# fixed animation export http://svn.apache.org/viewvc?view=revision&revision=1167620 impress212: drawinglayer gbuild environment changes http://svn.apache.org/viewvc?view=revision&revision=1167627 http://svn.apache.org/viewvc?view=revision&revision=1167628 impress212: DffPropSet -> minor code improvements, removing table http://svn.apache.org/viewvc?view=revision&revision=1167634 impress212: #158494# fixed excel import (text rotation) http://svn.apache.org/viewvc?view=revision&revision=1167638 Patches contributed by Armin Le Grand Svg: Reintegrated Svg replacement from /branches/alg/svgreplavement http://svn.apache.org/viewvc?view=revision&revision=1220836 #118728# changed indentifying definitions for Svg file detection http://svn.apache.org/viewvc?view=revision&revision=1229961 #118838# LineGeometry creation for complicated cases optimized to create single Polygons http://svn.apache.org/viewvc?view=revision&revision=1236232 #119176# corrected file type detection for SVG for svg files without xml header http://svn.apache.org/viewvc?view=revision&revision=1309445 #118728# Extended Svg file detection http://svn.apache.org/viewvc?view=revision&revision=1230531 #118529# solve break converters and convert commands for OLEs and images http://svn.apache.org/viewvc?view=revision&revision=1186168 svg: added WaE changes from branch svgreplacement to trunc http://svn.apache.org/viewvc?view=revision&revision=1222974 svg: corrected missing member initialization http://svn.apache.org/viewvc?view=revision&revision=1226134 fix for #118525#: Using primitives for chart sub-geometry visualisation http://svn.apache.org/viewvc?view=revision&revision=1226879 #118898# Adapted ImpGraphic::ImplGetBitmap to correctly convert metafiles to bitmapEx ... http://svn.apache.org/viewvc?view=revision&revision=1293316 fix for #118525#: removed no longer used variable maOriginalMapMode, one more exception eliminated http://svn.apache.org/viewvc?view=revision&revision=1227097 #16758# Added buffering to the VDev usages of the VclProcessor2D derivates... http://svn.apache.org/viewvc?view=revision&revision=1229521 #116758# Secured VDev buffer device to Vcl deinit http://svn.apache.org/viewvc?view=revision&revision=1230574 #116758# added remembering allocated VDevs for VDevBuffer to be able to also delete these when vcl goes down; it should never happen, but You never know http://svn.apache.org/viewvc?view=revision&revision=1230927 #118730# Changed SvgClipPathNode to use MaskPrimitive2D for primitive representation instead of TransparencePrimitive2D http://svn.apache.org/viewvc?view=revision&revision=1231198 #118822# secured 3D geometry creation (slices) by subdividing the 2D source polyPolygon early http://svn.apache.org/viewvc?view=revision&revision=1234749 #118829# enhanced Svg gradient quality, obstacles avoided http://svn.apache.org/viewvc?view=revision&revision=1235361 #118834# Unified usage of TextBreakupHelper as single tooling class for i18n text primitive breakup http://svn.apache.org/viewvc?view=revision&revision=1236110 #118853# added square pixel size limit to conversion of TransparencePrimitive2D to Metafile action http://svn.apache.org/viewvc?view=revision&revision=1237656 #118824# coreccted mirroring and boundrect when the graphicmanager is used for bitmap output http://svn.apache.org/viewvc?view=revision&revision=1240097 #115092# Corrected VclProcessor2D::RenderPolygonStrokePrimitive2D for various optimization scenarios http://svn.apache.org/viewvc?view=revision&revision=1241434 #118783# Corrected errors in ID strings, corrected Svg line/fill export, corrected polygon close state http://svn.apache.org/viewvc?view=revision&revision=1232006 #118796# corrected null-pointer usage in SVG text exporter http://svn.apache.org/viewvc?view=revision&revision=1240262 #118729# Use GraphicStreamUrl and GraphicUrl to allow multi image import with linked graphics, too http://svn.apache.org/viewvc?view=revision&revision=1229962 #118898# corrected error in GDIMetaFile::GetBoundRect in handling MetaFloatTransparentAction http://svn.apache.org/viewvc?view=revision&revision=1293349 #118855# Corrected handling of possibly created empty clipRegions after PolyPolygon clipping http://svn.apache.org/viewvc?view=revision&revision=1237725 #115962# Better (but not yet optimal, see comments in task) handling of MetaFloatTransparentAction in PDF export http://svn.apache.org/viewvc?view=revision&revision=1241078 IP clearance: #118466# This patch removes librsvg, libcroco, libgsf, ... http://svn.apache.org/viewvc?view=revision&revision=1200879 118779# Added svg content streaming in/out to ImpGraphic stream operators http://svn.apache.org/viewvc?view=revision&revision=1231908 linecap: correctons for WaE and mac drawing http://svn.apache.org/viewvc?view=revision&revision=1232793 svg: uses current system Dpi for Svg replacement image creation http://svn.apache.org/viewvc?view=revision&revision=1233948 Patches contributed by Mathias Bauer (and others) gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394326 http://svn.apache.org/viewvc?view=revision&revision=1396797 http://svn.apache.org/viewvc?view=revision&revision=1397315 http://svn.apache.org/viewvc?view=revision&revision=1394326 Remove duplicate header includes. cws mba34issues01: #i117720#: convert assertion into warning http://svn.apache.org/viewvc?view=revision&revision=1172352 118485 - Styles for OLEs are not saved. Submitted by Armin Le Grand. http://svn.apache.org/viewvc?view=revision&revision=1182166 cws mba34issues01: #i117714#: remove assertion http://svn.apache.org/viewvc?view=revision&revision=1172357 Patch contributed by Jurgen Schmidt add some additional checks to ensure proper reading operations http://svn.apache.org/viewvc?view=revision&revision=1209022 mostly prefer our stream / bounds checking work. Patches contributed by Herbert Duerr #i118816# add clarifying comment regarding Font::*Color*() methods http://svn.apache.org/viewvc?view=revision&revision=1233833 extend macro->string handling for empty strings http://svn.apache.org/viewvc?view=revision&revision=1175801 avoid magic constants for SALCOLOR_NONE http://svn.apache.org/viewvc?view=revision&revision=1177543 initialize slant properly in ImplFontMetricData constructor (author=iorsh) http://svn.apache.org/viewvc?view=revision&revision=1177551 #i118675# make check for extension updates more stable http://svn.apache.org/viewvc?view=revision&revision=1214797 #a118617# remove VBasicEventListener.dll binary There are no known users depending on its CLSID http://svn.apache.org/viewvc?view=revision&revision=1203697 Patches contributed by Ariel Constenla-Haile Fix build breaker on Linux/gcc http://svn.apache.org/viewvc?view=revision&revision=1221104 Fix crash when trying to instantiate css.graphic.GraphicRasterizer_RSVG http://svn.apache.org/viewvc?view=revision&revision=1215559 Patches contributed by Oliver-Rainer Wittmann sw34bf06: #i117962# - method <SwFlyFrm::IsPaint(..)> - consider instances of <SwFlyDrawObj> http://svn.apache.org/viewvc?view=revision&revision=1172120 sw34bf06: #i117783# - Writer's implementation of XPagePrintable - apply print settings to new printing routines http://svn.apache.org/viewvc?view=revision&revision=1172115 gnumake4 work variously from Hans-Joachim Lankenau http://svn.apache.org/viewvc?view=revision&revision=1397315 http://svn.apache.org/viewvc?view=revision&revision=1396797 http://svn.apache.org/viewvc?view=revision&revision=1396782 http://svn.apache.org/viewvc?view=revision&revision=1394707 plus some amount of re-splitting of legacy headers. Patch contributed by Pavel Janik WaE: Remove unused variables. http://svn.apache.org/viewvc?view=revision&revision=1230697 Patches contributed by Takashi Ono mingwport35: i#117795: MinGW port fix for vcl2gnumake http://svn.apache.org/viewvc?view=revision&revision=1172091 mingwport35: i#117795: MinGW port fix for vcl2gnumake http://svn.apache.org/viewvc?view=revision&revision=1172091 Patch contributed by Christian Lippka impress212: #i98044# re enable Text menu for outline and title shapes http://svn.apache.org/viewvc?view=revision&revision=1167639 Patch contributed by Andre Fischer 118674: Made category B code optional and disabled by default. http://svn.apache.org/viewvc?view=revision&revision=1215131 118881: Ignore empty paragraphs after bullets. http://svn.apache.org/viewvc?view=revision&revision=1296205 Patches contributed by Philipp Lohmann ooo340fixes: #i117780# use rtl allocator http://svn.apache.org/viewvc?view=revision&revision=1172087 ooo34gsl02: #i117807# fix an off by one error (index actually inside the pfb section header) http://svn.apache.org/viewvc?view=revision&revision=1167576 various cleanups, related compilation fixes, warning cleanups, re-working of obsolete stl template pieces to use boost instead, changed string classes, re-adapt KDE about data, about dialog, fixing warnings, and other fixes & improvements. Disable svg import / render for about/ branding code-paths for now. Restore full icon theme set. Remove OS/2 conditionals and sources. Remove conflicting gtk/full-screen monitors support. Retain existing svg rasterizer files - temporarily disabled. Standardize stringificaiton and fixup dllpostfix issues. Rename SvgGradientHelper::== to equalTo to avoid overloading issues. Use the flat GdiPlus API for LineCaps calls.
* Bin unused leftover "dummy" fieldsTor Lillqvist2012-10-062-13/+0
| | | | Change-Id: If16fcbb58234a9f1b7e07718f77909273f1fbbd4
* re-base on ALv2 code. Includes:Michael Meeks2012-10-036-141/+87
| | | | | | | | | | | | | | | | tkr41: #117828# office crash fixed . (null pointer) + add unit test Patch contributed by Tobias Krause http://svn.apache.org/viewvc?view=revision&revision=1172105 Do not add targets for junit tests when junit is disabled. Patch contributed by Andre Fischer http://svn.apache.org/viewvc?view=revision&revision=1241508 remove the OutDev::GetKernPair* stubs completely Patch contributed by Herbert Duerr http://svn.apache.org/viewvc?view=revision&revision=1179221 reverting un-necessary OS/2 conditionals.
* filter: remove leftover filesMatúš Kukan2012-09-011-39/+0
| | | | Change-Id: Ifc0525189fb68f8976cd25a5c83419c47281d025
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-312-7/+2
| | | | Change-Id: Id2034a3ec40e1cfcd21f60e19f4faa99bb1f6164
* Translated some comments in filterAlexander Wilms2012-08-192-27/+27
|
* the copy ctor can take const refDavid Tardon2012-08-141-5/+5
| | | | Change-Id: I4ef23f084d918dbf8227610f64bb7c38680e377a
* PPTParagraphObj: replace PPTPortionObj array with boost::ptr_vectorMichael Stahl2012-08-131-3/+3
| | | | | | | Remove null pointer checks as well, we've been dereferencing them always since c21c2f82f9451c293c449e4647522d126a0f2bee (2001) already. Change-Id: I978745ab922f7975a785857f7d17add62e37baba
* PPTParagraphObj: fix problems in previous commit:Michael Stahl2012-08-131-1/+2
| | | | | | | | | | - check for a null List element is actually check for valid index - there may be any number of character properties for every paragraph, so need to pass in 2 parameters to PPTParagraphObj ctor - PPTTextObj::PPTTextObj: nIdx became n in one place - PPTTextObj::PPTTextObj: n++ dropped in one place Change-Id: I590834012c46b7885ba5aa9c50655bf62439a0e9
* Convert property lists from tools/list.hxx to std::vectorNoel Grandin2012-08-131-4/+7
| | | | Change-Id: I447883a8bbfa01ef60e7ad870c0f9ddefb7fdada
* The missing docs as to the ranges of the MS text categoriesCaolán McNamara2012-08-131-0/+18
| | | | | | especially the definition of Complex Scripts Change-Id: I693936f1dd150aefd4a632530439acf8edcbdd74
* remove include comments and boxesThomas Arnhold2012-08-081-2/+0
| | | | Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
* STL'ify SV_DECL_IMPL_PERSIST_LISTNoel Grandin2012-08-081-0/+1
| | | | | | Converts it to a template based on std::vector Change-Id: Id7f89f494164c61a3a573cff443ac0e0488e93f1
* Remove forwards of non-existing structsThomas Arnhold2012-08-071-1/+0
| | | | Change-Id: Ie1d7ed56c69539587df5310c0a1ea0476abd5542
* Remove non-existing forward declarationsThomas Arnhold2012-08-072-3/+0
| | | | | | Those classes don't exist. So remove friend class operators too. Change-Id: I8e3b32db933dea7cbab86015f0c926df967511f6
* fix STL conversion 3ae618f9e4c34d5f6f10d953e3fb074018001748:Michael Stahl2012-07-281-37/+41
| | | | | | | | | | | It turns out that this SvxMSDffShapeInfos has some, shall we say, non-obvious properties, including a split personality that changes its nature from checking for pointer equality to not doing so; symptoms of this include a failing sw_subsequent_ww8export test. Try to cure this madness by splitting the personalities into distinct types, a set and a multiset. Change-Id: Ib87368564b8e1f61379703034c0965422c6dcd0e