summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-25Revert "Fixed #i116848# Shapes are at wrong position"Noel Power
This reverts commit 31012ab9d7035f942486c87ecc1a79b4d6579975.
2012-05-25Revert "calc69: #i118068# handle all-hidden case in ScDrawUtil::CalcScale"Noel Power
This reverts commit 8a838b9fbf46ece9680824cd3a044ab7338bf306.
2012-05-25add a little devtool to list the languages supported for spellcheckingCaolán McNamara
Change-Id: Iad21ad040e797690a80f94e2eec8e38b8bffadb2
2012-05-25drop dead makefile.mk and version.mapCaolán McNamara
Change-Id: I2a15f9685655b7c46893fcfe2d1ae102596522ca
2012-05-25Allow WPXSvStream to read stream in a hierarchy of substoragesFridrich Štrba
Change-Id: I8f9726e3e93a16d59f0e3c24783a98f4b9edd692
2012-05-25language status bar control: Don't set radio buttons for some entries.Jan Holesovsky
There are entries in the popup menu that are not supposed to be radio buttons, like More... ;-) Change-Id: Ic7986a668522901a244d35eda7e9cfbe0133f37e
2012-05-25Removed documentation from type rdbsStephan Bergmann
Before gbuild'ification, solenv/inc/target.mk carefully produced two variants of each type rdb, a plain one from calling idlc w/o -C and a *_doc variant from calling idlc w/ -C ("generate complete type information, including documentation"). After gbuild'ification, solenv/gbuild/UnoApiTarget.mk unconditionally only produced "complete" type rdbs from calling idlc w/ -C. It is unclear to me whether the old *_doc variants had actually been used for anything (what got packaged into installation sets apparently were the plain, slim variants; and autodoc apparently does not need the *_doc variants, either, as it produces UNOIDL documentation directly from .idl files). It is also unclear to me whether the gbuild switch to effectively package complete, fat rdbs was deliberate or not. (The only client-visible change I see is that low- level C/C++ typereg_reader_getDocumentation could now report something. The reflective UNO services at com.sun.star.reflection would not offer access to the documenation anyway, however.) The benefit of no longer including documentation in the packaged type rdbs is size; the URE types.rdb shrinks from 1.2 MiB to 819 KiB, and offapi.rdb shrinks from 11 MiB to 6.5 MiB. Change-Id: Ib278f74fc3b22169e00a09d778807f8cf58520c4
2012-05-25convert mpFidcls to a vectorCaolán McNamara
Change-Id: I41d24c8d14a781e4100813ebce136d563f8c36b8
2012-05-25WaE: return value of fwrite uncheckedCaolán McNamara
Change-Id: I83ecc3ef45eb411741db4b4ff20982bff1709d99
2012-05-25WaE: nPos potentially uninitialized with gcc 4.7.0Caolán McNamara
Change-Id: Ie02cf6154b7536a46cd3753c526f7c390e57a40e
2012-05-25WaE: return value of fwrite uncheckedCaolán McNamara
Change-Id: Ib3713290a7dcd4bbbb58232d144e35694653a4a5
2012-05-25WaE: pesky aliasing warning with gcc 4.7.0Caolán McNamara
Change-Id: I78675ba624cf657a246f7d1211bf5075189ac873
2012-05-25check some bounds conditionsCaolán McNamara
Change-Id: Iab2f715b37d9fae816723b84ee1116fd4aff9537
2012-05-25tidy SvtDocInfoTable_ImplCaolán McNamara
Change-Id: Ic354fc145c75eb24aa010627467fae007cfbf024
2012-05-25status bar: Get rid of STD/BLK/..., and introduce a menu for that instead.Jan Holesovsky
Nobody know what these acronyms stay for; so instead use an icon, and a menu that contains the full descrption. Tooltip now says what is active. Change-Id: I21a67c5456c96081797c1cb88d2a980d161a1c0c
2012-05-25SwFlySaveArr: Apple GCC complains about constructorsMichael Stahl
2012-05-25Followup to fdo#34772: Add resource strings for word-count messagesMuhammad Haggag
Change-Id: I7b32f5b6ed973fd4ad4635a5265d75d4e51f04ba
2012-05-25fdo#34772 Add word count to the status bar in writerMuhammad Haggag
This change adds a new status bar control, "SwWordCountStatusBarControl". The control shows the number of words selected as well as the number of words in the whole document. Double-clicking the control launches the modeless word count dialog. Change-Id: I756183ab1aaf4d059e782dfb05508370178cfbe3
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-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