summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-25Drop unused function "findByTable"Julien Nabet
Change-Id: I396bd5a6eb9ecc123529259f668f98be4b4245ca
2012-05-25SwHistory::Move parameter nEnd was unusedMichael 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-25Convert SV_DECL_PTRARR_DEL(SwpHstry) to std::vectorNoel Grandin
Could not use boost::ptr_vector here because the code moves pointers around by hand. Change-Id: I60d19741ad08add18d99ee3b75e9dc3810d2c675
2012-05-25SwCache: fix non-DBGUTIL memory leak in previous commitMichael Stahl
2012-05-25Inline SV_DECL_PTRARR_DEL(SwCacheObjArr) into a std::vectorNoel Grandin
..inside of the SwCache class. Change-Id: Ie8cf55c28a04d3776b99a8608880ac7a19f748b2
2012-05-25Convert SV_DECL_PTRARR(SwMovedBoxes) to std::vectorNoel Grandin
Change-Id: I6df8a2929569ec0a2ee670002833b6a142d42318
2012-05-25Convert V_DECL_PTRARR_DEL(SwFlySaveArr) to std::vectorNoel Grandin
I can't use boost::ptr_vector here because the code moves objects around with free'ing them. Change-Id: I42b8f347e2bac51bd63e2c42d6ebab2e7ad4b61c
2012-05-25fix previous commit:Michael Stahl
erase in SwLabDlg::_ReplaceGroup should go until end()
2012-05-25Convert SV_DECL_PTRARR_DEL(SwLabRecs) to std::vectorNoel 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-25Convert SV_DECL_PTRARR_DEL(SwDSParamArr) to boost::ptr_vectorNoel Grandin
Change-Id: I685a79cb14b0bb1d44d2013b3dd74150929cdf4b
2012-05-25Convert SV_DECL_PTRARR_DEL(SwPageDescs) to std::vectorNoel Grandin
Change-Id: I2301c1f237b1b08926c80942f459ba6062ed457d
2012-05-25Convert SV_DECL_PTRARR_DEL(SwFldTypes) to std::vectorNoel Grandin
Change-Id: Ia1f52f25680d3f970aa4f7f60a8e5203326a6796
2012-05-25Convert SV_DECL_PTRARR_DEL(SwTOXTypes) to std::vectorNoel Grandin
Change-Id: Ibf67e586082132f370659a4c79415d5928758d3a
2012-05-25fix DBGUTIL code for previous commitMichael Stahl
2012-05-25Convert SV_DECL_PTRARR_DEL(SwNumRuleTbl) to std::vectorNoel Grandin
Could not use boost::ptr_vector here because the code manually moves objects around. Change-Id: I708270a967ee6663ab1f1ba8d7998c63fa698b8f
2012-05-25Convert SV_DECL_PTRARR(SwOLENodes) to std::vectorNoel Grandin
Change-Id: I384e152b89ed6951417296a5722f831f8ba7cb46
2012-05-25Convert SV_DECL_PTRARR_DEL(SwGetINetAttrs) to boost::ptr_vectorNoel Grandin
Change-Id: Iad3903162219e1b015c1266592e5ea742fa967d2
2012-05-25Convert SV_DECL_PTRARR_SORT_VISIBILITY(SwPosFlyFrms) to std::setNoel Grandin
Change-Id: Iba19e13b4402594023d9ce7c4d4fa3a9cdc9899e
2012-05-25Convert SV_DECL_PTRARR_DEL(SwRubyList) to boost::ptr_vectorNoel Grandin
Change-Id: Ib983bf7517a35392c0468cb763de67d5b45f4673
2012-05-25Convert SV_DECL_PTRARR(SwSections) to std::vectorNoel Grandin
Change-Id: Ie41c43dc0cb5b64240122e76df20ff1a57f8532a
2012-05-25Convert SV_DECL_PTRARR(SwSortKeys) to std::vectorNoel Grandin
Change-Id: I4596da43e75c0b8c91039786c739c017ee16b6f2
2012-05-24fdo#48087 fill in MsiFileHash table for unversioned filesAndras Timar
Change-Id: I7d409fbe813f07dc87301b6c6f01a40f531d368c
2012-05-24Resolves: fdo#50178 Reading Visio file causes crashJulien 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-24sc: fix bogus -I$(WORKDIR)/other_moduleMichael Stahl
2012-05-24oox: remove duplicate custom makefile from writerfilter10Michael Stahl
2012-05-24oox: generate vmlexport-shape-types into CustomTarget dirMichael Stahl
2012-05-24oox: add some bling so we can see what takes so longMichael Stahl
2012-05-24oox: move generated stuff to custom targetMichael Stahl
2012-05-24oox: this rule needs a commandMichael Stahl
Make doesn't consider targets that depend on this outdated when there is no command to update it.
2012-05-24oox: can't see why we need these depsMichael Stahl
2012-05-24oox; there is no oox_source packageMichael Stahl
2012-05-24testcases for bnc#652364 and bnc#750255 for .docx tooLuboš Luňák
Change-Id: I4a98f4df6fde3f52b099fa627baa861f496bb452
2012-05-24handle column break in .docx properly tooLuboš Luňák
related to d8cac25ed29dbeca16161f62173a7e341793b8b6 Change-Id: I56b02a450e96acec0346d6a36c29ad8e0326b0c8
2012-05-24testcases for bnc#652364 and bnc#750255Luboš Luňák
Change-Id: I1be5de3e09e3eb0d52de5fb57b390c2c5fde98cb
2012-05-24column 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-24Delete 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-24More clueless test hackingTor Lillqvist
Change-Id: I2623625380b11f3d6bf720387504b23ccce529e1
2012-05-24Don't bother with so many test docsTor Lillqvist
Change-Id: I725255224ae7a38d7a7843516b7ac979f79e0207
2012-05-24catch by const referenceTakeshi Abe
Change-Id: I7fda9e06f5beeab4fdfeb1475cda7719ab230073
2012-05-24removed unused member fieldsTakeshi Abe
Change-Id: If89fd07ad78bca303a9bf8484f08cba08afffe8d
2012-05-24removed unused const char[]Takeshi Abe
Change-Id: Ia5f26c13e7bae42685230769fa86b52703eb2f7e
2012-05-24fix excel row height export problems ( I hope ) fdo#50304Noel Power
Change-Id: I43ddb32ecba36107f5973fa5dcf2499cd1330668
2012-05-24Don't spam fellow developers until I fix the problem in MinGWJesús Corrius
2012-05-24don't export empty color formats & conditional formatsMarkus Mohrhard
Change-Id: I880facafc155af2e8c67f66f9d3463daf1191207
2012-05-24added missing closing quotes at end of literalsEike Rathke
Change-Id: I3d204aa54dd9c13dfb87e702fa07aa4234977a49
2012-05-24export new conditional format info only into 1.2 with extensionMarkus Mohrhard
Change-Id: I4d52f5aa36785110888ca1fdd6fc85ee40406674