Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-06 | [cppchecker] deleting unread variable | Pierre-André Jacquod | |
2011-09-06 | [cppchecker] deletion of not needed variable | Pierre-André Jacquod | |
2011-09-06 | i#118224: kill O(n^2) complexity of unique bookmark name creation | Christoph Lutz | |
2011-09-06 | Header/Footer: added the menu button to the separator. | Cédric Bosdonnat | |
Show either a SPIN_DOWN arrow if there is a header or a plus is there is none. | |||
2011-09-06 | make sure we can detect if vba code was imported | Noel Power | |
2011-09-06 | SID_DOC_MODIFIED should (probably) be a SfxBoolItem | Caolán McNamara | |
2011-09-06 | one of those vexing parses | Caolán McNamara | |
2011-09-06 | Header/Footer: enhanced the document subsidiary lines | Cédric Bosdonnat | |
+ Implemented http://wiki.services.openoffice.org/wiki/DocumentBorder#Option_3 + Show the text boundaries for the currently edited area, e.g. don't show the header and footer boundaries when editing the main body + Included the footnote boundaries into the main body ones as it's the same editing area + Reimplemented the painting of the manual page breaks. These are hidden when editing headers/footers and are be toggled with the non-printing characters instead of the document boundaries. | |||
2011-09-06 | Header/Footer: revert objects ghosting to keep writer WYSIWYG | Cédric Bosdonnat | |
This reverts commits: * 7d700ecf81c00981df9780da07408192dfa4a4b3 * 523ff0444022c9f435c93140c7c89fa2c657bb50 * f7da7938c53f0ce185760e01e7de91cdf5268078 * 28d1c25092ddefdf90d0554532b7611698b2d18e | |||
2011-09-06 | Header/Footers: SwPageDesc as a member of SwHeaderFooterWin | Cédric Bosdonnat | |
2011-09-06 | Header/Footer: moved the SwHeaderFooterWin to separate {h,c}xx files | Cédric Bosdonnat | |
2011-09-05 | stick these behind OSL_DEBUG_LEVEL > 1 | Caolán McNamara | |
2011-09-05 | provide a fallback for this for icu < 4.4 | Caolán McNamara | |
2011-09-05 | Reverted WW8TableNodeInfo::toString() for dbglevel>1 | Cédric Bosdonnat | |
2011-09-05 | WaE: unused variable | Caolán McNamara | |
2011-09-05 | disentangle WW8Read_xstz variants | Caolán McNamara | |
2011-09-05 | callcatcher: drop some Impl methods, regenerate list | Caolán McNamara | |
2011-09-05 | move template down and tweak | Caolán McNamara | |
2011-09-05 | disentangle 16bit pascal-strings and zero terminated pstrings, etc. | Caolán McNamara | |
one method to read pascal strings, zero-terminated pascal strings and non-zero terminated non-pascal strings is a disaster when length of 0 toggle into pascal-string mode, shudder! | |||
2011-09-05 | rework TestBestAndBraces in terms of new apis | Caolán McNamara | |
2011-09-05 | disentangle WW8ReadPString to pascal-string and null terminated pstring | Caolán McNamara | |
and find that one of them was using 0 as encoding, rather than indicating normal-pascal string, sigh. | |||
2011-09-05 | rework WW8ReadPString in terms of read_uInt8s_AsOString | Caolán McNamara | |
2011-09-05 | fix blindingly wrong comment | Caolán McNamara | |
2011-09-05 | rework WW8Read_xstz using read_LEuInt16s_AsOUString | Caolán McNamara | |
2011-09-05 | add a fairly efficient read_LEuInt16s_AsOUString, merge similar things | Caolán McNamara | |
2011-09-05 | access oox vbaproject import directly | Noel Power | |
2011-09-05 | Header/Footer: Moved line thickness magic numbers to a define | Cédric Bosdonnat | |
2011-09-05 | Header/Footers: fixed separator line position with footnotes | Cédric Bosdonnat | |
2011-09-05 | sw: added some class doxygen documentation | Cédric Bosdonnat | |
2011-09-05 | Header/Footer: Implemented the separator label as a Window | Cédric Bosdonnat | |
Had quite a hard time drawing the new windows at the correct position and find the proper VCL attributes. This new Window child class is using the WB_MOVEABLE and WB_OWNERDRAWDECORATION to workaround bugs in VCL. | |||
2011-09-05 | #define _HAS_ITERATOR_DEBUGGING 0 to fix --enable-dbgutil MSVC compilation | Tor Lillqvist | |
2011-09-04 | Drop unused parts | Julien Nabet | |
2011-09-04 | RTF export: write postit time as well | Miklos Vajna | |
2011-09-04 | RTF export: don't output RTF_IGNORE before RTF_CS outside stylesheet table | Miklos Vajna | |
That causes old readers not supporting character styles ignoring the text having the character style as well. (See the RTF spec v1.9.1 page 24.) | |||
2011-09-04 | Fix combobox import bug | Andor Ertsey | |
This fixes i#100621. The method for reading formula elements from binary doc got completely overhauled, based on the MS format docs. All fields should now be read correctly, no more second-guessing/ ignoring of bits. Although support for Word95 was dropped - no big loss though, since it never really worked before. ;) | |||
2011-09-04 | removed dead code | Takeshi Abe | |
2011-09-04 | fix typos in comments | Takeshi Abe | |
2011-09-03 | Related: fdo#38966 RTF export has to write titlepg before all headerf/footerf | Miklos Vajna | |
Previously it was written only before the first headerf/footerf, which made the non-first headerf/footerf to be ignored. | |||
2011-09-02 | add a way to better construct an OString of len X from a SvStream | Caolán McNamara | |
2011-09-01 | More build fixing. | Thorsten Behrens | |
Writer also needed the ooxmlexport.hxx from oox now. | |||
2011-09-01 | fdo#40344: reverted commit 6f7bd9 | Cédric Bosdonnat | |
The tweak had side effect and is now useless with the new way of painting the separators. | |||
2011-09-01 | Header/Footer: separator drawing changes | Cédric Bosdonnat | |
According to Christoph's ideas, here are changes to the separators: * labels moved to the right of the page instead of the left * the label background color computation has been improved to handle more cases * the separator line has been removed when there is a header or footer * the label is now sticking to the bottom/top of the header/footer | |||
2011-09-01 | Don't hard code joining type of Arabic characters | Khaled Hosny | |
* The joining type is defined in the Unicode character database, so we should query that property instead of hard coding some code points. * Use Unicode Joining_Group. * Instead of hard coding code points for character groups, we can use Unicode Joining_Group that provide the same categorization. * Replace simple one line functions with macros. | |||
2011-08-31 | rename screwy operator++ to advance | Caolán McNamara | |
2011-08-31 | rename this odd operator++ to just 'advance' | Caolán McNamara | |
2011-08-30 | partial revert of 01a87c102fe6bdaf3aa48a0ba17219e6e0983c4c which was buggy | Norbert Thiebaud | |
2011-08-30 | Some cppcheck cleaning | Julien Nabet | |
2011-08-30 | WaE: dbglevel=2 | Caolán McNamara | |
2011-08-29 | Rename class XColorTable to XColorList | Joseph Powers | |
The class is now based on XPropertyList instead of XPropertyTable and all of the other classed based on XPropertyList are named X..List. | |||
2011-08-29 | merge together 5 or ascii isalpha/isalnum/isdigit implementations | Caolán McNamara | |