summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Collapse)Author
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
2012-05-25The logic behind these two flags no longer makes sense.Kohei Yoshida
Change-Id: Ie2fada1c641d2bc313ddb14903083beab08f8a98
2012-05-25Removed writer_Text_encoded type; merged it with generic_Text.Kohei Yoshida
Change-Id: I95c04f954026047e48976451eb755340d005d773
2012-05-25convert mpFidcls to a vectorCaolán McNamara
Change-Id: I41d24c8d14a781e4100813ebce136d563f8c36b8
2012-05-25check some bounds conditionsCaolán McNamara
Change-Id: Iab2f715b37d9fae816723b84ee1116fd4aff9537
2012-05-25Accidentally committed this...Kohei Yoshida
Change-Id: I0335111dd30850db435d728ddcc6b4554eea6f5b
2012-05-25Removed writer_Text type; combined it with generic_Text.Kohei Yoshida
Change-Id: Id7d5744af4800ef5ac6bd70b97f79a76299a2e6b
2012-05-25Renamed calc_Text_text_csv_StarCalc type to generic_Text.Kohei Yoshida
Change-Id: Ica6aef56733c7c71568e37166a2f78d6aa05a118
2012-05-25Do the real detection work for plain text & forgot to add a makefile.Kohei Yoshida
Change-Id: I95edb869b00764464d91e1f396da1bb648b74515
2012-05-25Use the new plain text type detection service for text/csv type.Kohei Yoshida
Change-Id: I50d5cee6302e8d6b4b329e30b7a5ce47b47bc945
2012-05-25Initial skeleton code for plain text filter detection service.Kohei Yoshida
Right now it will always fail. Change-Id: I50011bbf7ce59c3b299d23e688dd1af87bcafeb6
2012-05-25Patterns should precede extensions.Kohei Yoshida
Change-Id: Ib401fb6287efda68d07732382fc814961138d8a9
2012-05-25Prioritize candidate types by extension first, then by document service.Kohei Yoshida
This unfortunately breaks plain text format detection for writer, but I'll get to that next. Change-Id: I70382529596dbc3e3af4935d6e98ad6d58bb4d91
2012-05-24removed unused const char[]Takeshi Abe
Change-Id: Ia5f26c13e7bae42685230769fa86b52703eb2f7e
2012-05-23Removed obsolete Excel filters for (Star)Writer, which we don't need.Kohei Yoshida
Change-Id: If4b946ef4407279f3b260a0f8a8d8309522aa594
2012-05-23These hacks no longer work. Remove it and find a better solution.Kohei Yoshida
This already didn't work in 3.5. Change-Id: I12afc1bcdc5c20a7846833763080dac02214e01b
2012-05-23fdo#45779 avoiding creation of inconsistent B2DPolygonPierre-André Jacquod
this avoid the root cause of this bug, avoiding creating a B2DPlygon which contains no points. It seems the code relies somehow on an null B2DPolyPolygon, hence the change done here. Better would be to have time to look how to remove this fact. But currently it seems the code relies on a rSet.Put( XLineStartItem( aArrowName, aPolyPoly) where aPolyPoly is not defined in certain cases. Change-Id: I61b75d925090d1c9a0da96ce1a6eea50a2d60e5a
2012-05-22Renamed writer_web_HTML to generic_HTML.Kohei Yoshida
This should reflect the fact that this type was already used as a generic HTML type. Change-Id: I0a209d51ed229f07aff001075c39bfc82d4c3088
2012-05-22When the caller specifies filter type, stick to it and don't overwrite it.Kohei Yoshida
Change-Id: I35a3efc506bbcc33ea4c3d2466929f8227dae102
2012-05-22Reduce indentation.Kohei Yoshida
Change-Id: Ie335ee44a347ab588dbf6cdeb38ef19246c1ad47
2012-05-21removed unused #definesTakeshi Abe
Change-Id: I2aeba0342e46c3a4bd50f49b8a43ebb125269dfa
2012-05-18removed unused const rtl::OUStringTakeshi Abe
Change-Id: If02be864f958de96ae1c54fe575b1828410390b1
2012-05-17reduce static_initialization_and_destruction chainCaolán McNamara
Change-Id: Ib2642e19d9148acca27227b0d91de4e8855178aa
2012-05-14removed unused static rtl::OUStringTakeshi Abe
Change-Id: I5a097beaaeb30214ed6071bba1297e551291922b
2012-05-11get rid of many USTR()Chr. Rossmanith
Change-Id: I7d98f36037f589ea742de53b2a52e2c5bdf7c48f
2012-05-11Better names for presentation specific field item types.Kohei Yoshida
Change-Id: Ib9bea60e05f1dcdd9501a3320f3b1185d5890d17
2012-05-10use com::sun::star::table::BorderLine2 instead of older BorderLine (n#758914)Radek Doulik
- older BorderLine doesn't seem to work in case InnerLineWidth and OuterLineWidth are set to equal positive value and distance is set to 0 (possible regression) - using the newer API solves the problem for us Change-Id: I69f10a0e947352d20b78dbdc39b7c9af95f8603b
2012-05-10normalize variable names in gbuild user makefilesMichael Stahl
Variables should have module name as prefix to prevent collisions.