summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WaE: return value of fwrite uncheckedCaolán McNamara2012-05-251-12/+12
* WaE: pesky aliasing warning with gcc 4.7.0Caolán McNamara2012-05-251-1/+3
* check some bounds conditionsCaolán McNamara2012-05-251-0/+5
* tidy SvtDocInfoTable_ImplCaolán McNamara2012-05-252-5/+2
* status bar: Get rid of STD/BLK/..., and introduce a menu for that instead.Jan Holesovsky2012-05-2512-98/+147
* SwFlySaveArr: Apple GCC complains about constructorsMichael Stahl2012-05-251-2/+4
* Followup to fdo#34772: Add resource strings for word-count messagesMuhammad Haggag2012-05-253-5/+24
* fdo#34772 Add word count to the status bar in writerMuhammad Haggag2012-05-2510-9/+134
* Accidentally committed this...Kohei Yoshida2012-05-251-135/+0
* Removed writer_Text type; combined it with generic_Text.Kohei Yoshida2012-05-2512-48/+35
* Renamed calc_Text_text_csv_StarCalc type to generic_Text.Kohei Yoshida2012-05-2512-15/+149
* Do the real detection work for plain text & forgot to add a makefile.Kohei Yoshida2012-05-252-26/+133
* Use the new plain text type detection service for text/csv type.Kohei Yoshida2012-05-253-1/+3
* Initial skeleton code for plain text filter detection service.Kohei Yoshida2012-05-256-0/+313
* Patterns should precede extensions.Kohei Yoshida2012-05-251-2/+5
* Prioritize candidate types by extension first, then by document service.Kohei Yoshida2012-05-251-0/+20
* Drop unused function "findByTable"Julien Nabet2012-05-253-9/+0
* SwHistory::Move parameter nEnd was unusedMichael Stahl2012-05-251-2/+2
* Convert SV_DECL_PTRARR_DEL(SwpHstry) to std::vectorNoel Grandin2012-05-252-25/+35
* SwCache: fix non-DBGUTIL memory leak in previous commitMichael Stahl2012-05-252-6/+6
* Inline SV_DECL_PTRARR_DEL(SwCacheObjArr) into a std::vectorNoel Grandin2012-05-253-22/+27
* Convert SV_DECL_PTRARR(SwMovedBoxes) to std::vectorNoel Grandin2012-05-254-7/+18
* Convert V_DECL_PTRARR_DEL(SwFlySaveArr) to std::vectorNoel Grandin2012-05-253-28/+37
* fix previous commit:Michael Stahl2012-05-251-1/+1
* Convert SV_DECL_PTRARR_DEL(SwLabRecs) to std::vectorNoel Grandin2012-05-253-11/+17
* Convert SV_DECL_PTRARR_DEL(SwDSParamArr) to boost::ptr_vectorNoel Grandin2012-05-253-21/+20
* Convert SV_DECL_PTRARR_DEL(SwPageDescs) to std::vectorNoel Grandin2012-05-257-25/+37
* Convert SV_DECL_PTRARR_DEL(SwFldTypes) to std::vectorNoel Grandin2012-05-2511-80/+95
* Convert SV_DECL_PTRARR_DEL(SwTOXTypes) to std::vectorNoel Grandin2012-05-255-22/+33
* fix DBGUTIL code for previous commitMichael Stahl2012-05-251-1/+1
* Convert SV_DECL_PTRARR_DEL(SwNumRuleTbl) to std::vectorNoel Grandin2012-05-2515-57/+78
* Convert SV_DECL_PTRARR(SwOLENodes) to std::vectorNoel Grandin2012-05-253-7/+7
* Convert SV_DECL_PTRARR_DEL(SwGetINetAttrs) to boost::ptr_vectorNoel Grandin2012-05-254-10/+8
* Convert SV_DECL_PTRARR_SORT_VISIBILITY(SwPosFlyFrms) to std::setNoel Grandin2012-05-256-21/+17
* Convert SV_DECL_PTRARR_DEL(SwRubyList) to boost::ptr_vectorNoel Grandin2012-05-253-15/+13
* Convert SV_DECL_PTRARR(SwSections) to std::vectorNoel Grandin2012-05-254-45/+32
* Convert SV_DECL_PTRARR(SwSortKeys) to std::vectorNoel Grandin2012-05-255-14/+15
* fdo#48087 fill in MsiFileHash table for unversioned filesAndras Timar2012-05-241-1/+1
* Resolves: fdo#50178 Reading Visio file causes crashJulien Nabet2012-05-242-0/+30
* sc: fix bogus -I$(WORKDIR)/other_moduleMichael Stahl2012-05-242-1/+1
* oox: remove duplicate custom makefile from writerfilter10Michael Stahl2012-05-241-126/+0
* oox: generate vmlexport-shape-types into CustomTarget dirMichael Stahl2012-05-242-8/+8
* oox: add some bling so we can see what takes so longMichael Stahl2012-05-241-0/+3
* oox: move generated stuff to custom targetMichael Stahl2012-05-244-42/+64
* oox: this rule needs a commandMichael Stahl2012-05-241-0/+1
* oox: can't see why we need these depsMichael Stahl2012-05-241-10/+0
* oox; there is no oox_source packageMichael Stahl2012-05-241-2/+1
* testcases for bnc#652364 and bnc#750255 for .docx tooLuboš Luňák2012-05-243-0/+82
* handle column break in .docx properly tooLuboš Luňák2012-05-241-0/+18
* testcases for bnc#652364 and bnc#750255Luboš Luňák2012-05-244-3/+85