summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Collapse)Author
2012-05-28testcase for bnc#757118Luboš Luňák
Change-Id: I992c114669a9012a18982cf8cd313e3bdccdcb32
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-29removed dead codeTakeshi Abe
Change-Id: Ic70d66befc90450aeb276d53f6da7e81aef85478
2012-05-28missing braceCaolán McNamara
Change-Id: I1b6faf4d1989a808c54f2799db8d0a6d10adf299
2012-05-28Translate German comments in sw/source/core/undo/unsect.cxxPhilipp Riemer
2012-05-28Translate German comments in sw/source/core/undo/unredln.cxxPhilipp Riemer
2012-05-28Translate German comments in sw/source/core/undo/unovwr.cxxPhilipp Riemer
2012-05-28Translate German comments in sw/source/core/undo/unmove.cxxPhilipp Riemer
2012-05-28Translate German comments in sw/source/core/undo/rolbck.cxxPhilipp Riemer
2012-05-28Translate German comments in sw/source/core/undo/unins.cxxPhilipp Riemer
2012-05-28Translate German comments in sw/source/core/undo/undobj1.cxxPhilipp Riemer
2012-05-28Translate German comments in sw/source/core/undo/undobj.cxxPhilipp Riemer
2012-05-28Translate German comments in sw/source/core/undo/undel.cxxPhilipp Riemer
2012-05-28Translate German comments in sw/source/core/undo/unattr.cxxPhilipp Riemer
2012-05-28Translate German comments in sw/source/core/undo/unnum.cxxPhilipp Riemer
2012-05-28Translate German comments in sw/inc/swscanner.hxxPhilipp Riemer
2012-05-28Translate German comment in sw/inc/docufld.hxxPhilipp Riemer
2012-05-28Fix German "adjust left margin" comment in multiple files in ↵Philipp Riemer
sw/{inc/,source/core}
2012-05-28OSL_LITTLEENDIAN->OSL_LITENDIANCaolán McNamara
thanks Norbert :-) Change-Id: I03942dd80bff39f4cc9a19117a4c5c5e4dfcd325
2012-05-25rhbz#810644: CalcClipRect: add band-aidMichael Stahl
No idea what the problem is, perhaps it'll just crash elsewhere now...
2012-05-25Cleanup related to always enabled HTMLMODE_SOME_ABS_POSHarri Pitkänen
HTMLMODE_SOME_ABS_POS is enabled in all HTML export modes and thus code checking for it is not needed anymore. Change-Id: I416adc2fc6242daf9fa4ccaa9b2634138c5e17d0
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-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-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-24testcases for bnc#652364 and bnc#750255 for .docx tooLuboš Luňák
Change-Id: I4a98f4df6fde3f52b099fa627baa861f496bb452
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-24removed unused const char[]Takeshi Abe
Change-Id: Ia5f26c13e7bae42685230769fa86b52703eb2f7e