Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-25 | Use the new plain text type detection service for text/csv type. | Kohei Yoshida | |
Change-Id: I50d5cee6302e8d6b4b329e30b7a5ce47b47bc945 | |||
2012-05-25 | Initial skeleton code for plain text filter detection service. | Kohei Yoshida | |
Right now it will always fail. Change-Id: I50011bbf7ce59c3b299d23e688dd1af87bcafeb6 | |||
2012-05-25 | Patterns should precede extensions. | Kohei Yoshida | |
Change-Id: Ib401fb6287efda68d07732382fc814961138d8a9 | |||
2012-05-25 | Prioritize 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-25 | Drop unused function "findByTable" | Julien Nabet | |
Change-Id: I396bd5a6eb9ecc123529259f668f98be4b4245ca | |||
2012-05-25 | SwHistory::Move parameter nEnd was unused | Michael Stahl | |
... which is good because apparently the use of the non-default value has always been wrong, until the STL conversion fixed it by accident. | |||
2012-05-25 | Convert SV_DECL_PTRARR_DEL(SwpHstry) to std::vector | Noel Grandin | |
Could not use boost::ptr_vector here because the code moves pointers around by hand. Change-Id: I60d19741ad08add18d99ee3b75e9dc3810d2c675 | |||
2012-05-25 | SwCache: fix non-DBGUTIL memory leak in previous commit | Michael Stahl | |
2012-05-25 | Inline SV_DECL_PTRARR_DEL(SwCacheObjArr) into a std::vector | Noel Grandin | |
..inside of the SwCache class. Change-Id: Ie8cf55c28a04d3776b99a8608880ac7a19f748b2 | |||
2012-05-25 | Convert SV_DECL_PTRARR(SwMovedBoxes) to std::vector | Noel Grandin | |
Change-Id: I6df8a2929569ec0a2ee670002833b6a142d42318 | |||
2012-05-25 | Convert V_DECL_PTRARR_DEL(SwFlySaveArr) to std::vector | Noel Grandin | |
I can't use boost::ptr_vector here because the code moves objects around with free'ing them. Change-Id: I42b8f347e2bac51bd63e2c42d6ebab2e7ad4b61c | |||
2012-05-25 | fix previous commit: | Michael Stahl | |
erase in SwLabDlg::_ReplaceGroup should go until end() | |||
2012-05-25 | Convert SV_DECL_PTRARR_DEL(SwLabRecs) to std::vector | Noel Grandin | |
I can't use boost::ptr_vector here because the code removes entries from the list without free'ing them. Change-Id: I1640d0bb97443998c02148ed24bbd6ad0d390234 | |||
2012-05-25 | Convert SV_DECL_PTRARR_DEL(SwDSParamArr) to boost::ptr_vector | Noel Grandin | |
Change-Id: I685a79cb14b0bb1d44d2013b3dd74150929cdf4b | |||
2012-05-25 | Convert SV_DECL_PTRARR_DEL(SwPageDescs) to std::vector | Noel Grandin | |
Change-Id: I2301c1f237b1b08926c80942f459ba6062ed457d | |||
2012-05-25 | Convert SV_DECL_PTRARR_DEL(SwFldTypes) to std::vector | Noel Grandin | |
Change-Id: Ia1f52f25680d3f970aa4f7f60a8e5203326a6796 | |||
2012-05-25 | Convert SV_DECL_PTRARR_DEL(SwTOXTypes) to std::vector | Noel Grandin | |
Change-Id: Ibf67e586082132f370659a4c79415d5928758d3a | |||
2012-05-25 | fix DBGUTIL code for previous commit | Michael Stahl | |
2012-05-25 | Convert SV_DECL_PTRARR_DEL(SwNumRuleTbl) to std::vector | Noel Grandin | |
Could not use boost::ptr_vector here because the code manually moves objects around. Change-Id: I708270a967ee6663ab1f1ba8d7998c63fa698b8f | |||
2012-05-25 | Convert SV_DECL_PTRARR(SwOLENodes) to std::vector | Noel Grandin | |
Change-Id: I384e152b89ed6951417296a5722f831f8ba7cb46 | |||
2012-05-25 | Convert SV_DECL_PTRARR_DEL(SwGetINetAttrs) to boost::ptr_vector | Noel Grandin | |
Change-Id: Iad3903162219e1b015c1266592e5ea742fa967d2 | |||
2012-05-25 | Convert SV_DECL_PTRARR_SORT_VISIBILITY(SwPosFlyFrms) to std::set | Noel Grandin | |
Change-Id: Iba19e13b4402594023d9ce7c4d4fa3a9cdc9899e | |||
2012-05-25 | Convert SV_DECL_PTRARR_DEL(SwRubyList) to boost::ptr_vector | Noel Grandin | |
Change-Id: Ib983bf7517a35392c0468cb763de67d5b45f4673 | |||
2012-05-25 | Convert SV_DECL_PTRARR(SwSections) to std::vector | Noel Grandin | |
Change-Id: Ie41c43dc0cb5b64240122e76df20ff1a57f8532a | |||
2012-05-25 | Convert SV_DECL_PTRARR(SwSortKeys) to std::vector | Noel Grandin | |
Change-Id: I4596da43e75c0b8c91039786c739c017ee16b6f2 | |||
2012-05-24 | fdo#48087 fill in MsiFileHash table for unversioned files | Andras Timar | |
Change-Id: I7d409fbe813f07dc87301b6c6f01a40f531d368c | |||
2012-05-24 | Resolves: fdo#50178 Reading Visio file causes crash | Julien Nabet | |
Problem with iterators, more info here : http://nabble.documentfoundation.org/PATCH-fix-proposed-for-fdo-50178-Visio-td3985678.html Change-Id: Ie7131e8bc79539b3a2a5f86608a4574e1ac0fbf8 | |||
2012-05-24 | sc: fix bogus -I$(WORKDIR)/other_module | Michael Stahl | |
2012-05-24 | oox: remove duplicate custom makefile from writerfilter10 | Michael Stahl | |
2012-05-24 | oox: generate vmlexport-shape-types into CustomTarget dir | Michael Stahl | |
2012-05-24 | oox: add some bling so we can see what takes so long | Michael Stahl | |
2012-05-24 | oox: move generated stuff to custom target | Michael Stahl | |
2012-05-24 | oox: this rule needs a command | Michael Stahl | |
Make doesn't consider targets that depend on this outdated when there is no command to update it. | |||
2012-05-24 | oox: can't see why we need these deps | Michael Stahl | |
2012-05-24 | oox; there is no oox_source package | Michael Stahl | |
2012-05-24 | testcases for bnc#652364 and bnc#750255 for .docx too | Luboš Luňák | |
Change-Id: I4a98f4df6fde3f52b099fa627baa861f496bb452 | |||
2012-05-24 | handle column break in .docx properly too | Luboš Luňák | |
related to d8cac25ed29dbeca16161f62173a7e341793b8b6 Change-Id: I56b02a450e96acec0346d6a36c29ad8e0326b0c8 | |||
2012-05-24 | testcases for bnc#652364 and bnc#750255 | Luboš Luňák | |
Change-Id: I1be5de3e09e3eb0d52de5fb57b390c2c5fde98cb | |||
2012-05-24 | column break without columns seems to be a page break (bnc#750255) | Luboš Luňák | |
That at least seems to be my conclusion after testing the doc and bnc#652364 in MSO2k7. Change-Id: Iec172dad32ba47c1f843df49a4eaff688c094373 | |||
2012-05-24 | Delete SfxItemSet before the current shell gets destroyed. | Kohei Yoshida | |
SfxItemSet takes hold of the SfxItemPool instance from the current shell, and accesses it when it gets destroyed. The problem arises when the current shell gets destroyed before the SfxItemSet instnace does, in which case an illegal memory access ensues. This fixes intermittent crashes when opening a document in Writer. Change-Id: Ib5e74b43051f868f22f6efdb311e6c2a75326d9a | |||
2012-05-24 | More clueless test hacking | Tor Lillqvist | |
Change-Id: I2623625380b11f3d6bf720387504b23ccce529e1 | |||
2012-05-24 | Don't bother with so many test docs | Tor Lillqvist | |
Change-Id: I725255224ae7a38d7a7843516b7ac979f79e0207 | |||
2012-05-24 | catch by const reference | Takeshi Abe | |
Change-Id: I7fda9e06f5beeab4fdfeb1475cda7719ab230073 | |||
2012-05-24 | removed unused member fields | Takeshi Abe | |
Change-Id: If89fd07ad78bca303a9bf8484f08cba08afffe8d | |||
2012-05-24 | removed unused const char[] | Takeshi Abe | |
Change-Id: Ia5f26c13e7bae42685230769fa86b52703eb2f7e | |||
2012-05-24 | fix excel row height export problems ( I hope ) fdo#50304 | Noel Power | |
Change-Id: I43ddb32ecba36107f5973fa5dcf2499cd1330668 | |||
2012-05-24 | Don't spam fellow developers until I fix the problem in MinGW | Jesús Corrius | |
2012-05-24 | don't export empty color formats & conditional formats | Markus Mohrhard | |
Change-Id: I880facafc155af2e8c67f66f9d3463daf1191207 | |||
2012-05-24 | added missing closing quotes at end of literals | Eike Rathke | |
Change-Id: I3d204aa54dd9c13dfb87e702fa07aa4234977a49 | |||
2012-05-24 | export new conditional format info only into 1.2 with extension | Markus Mohrhard | |
Change-Id: I4d52f5aa36785110888ca1fdd6fc85ee40406674 |