Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-03 | utf-16, not utf-8 | Caolán McNamara | 1 | -1/+1 | |
2011-11-03 | add missing tests | Caolán McNamara | 2 | -0/+1 | |
2011-11-03 | Follow UAX-29 and present user-perceived character counts | Caolán McNamara | 4 | -13/+57 | |
Not a count of code-units, nor a count of code-points, but try and follow http://unicode.org/reports/tr29/ and present the grapheme count. Add a few representative tests to try and avoid gotchas. | |||||
2011-11-03 | ByteString->rtl::OString | Caolán McNamara | 7 | -90/+84 | |
2011-11-02 | Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/core | Michael Stahl | 1 | -80/+15 | |
2011-11-02 | simplify determination of pages to print | Ivan Timofeev | 1 | -80/+15 | |
2011-11-02 | Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/core | Michael Stahl | 73 | -525/+796 | |
2011-11-02 | update word count dialog when selection is completed or invalidated | Caolán McNamara | 1 | -7/+16 | |
2011-11-02 | n#693238: fixed parentheses warning | Cédric Bosdonnat | 1 | -1/+1 | |
2011-11-02 | fix this to build | Caolán McNamara | 5 | -2/+7 | |
2011-11-02 | Resolves: #i46785# Word count dialog modeless | Matt Pratt | 17 | -96/+280 | |
2011-11-02 | n#715115: WW8 numbering levels: use the WW6 indent if legacy flag is set | Cédric Bosdonnat | 1 | -1/+4 | |
2011-11-02 | n#693238: fixed docx import of tabs set after the end margin | Cédric Bosdonnat | 12 | -12/+63 | |
Added a new compatibility option to keep the previous behavior, but changed the default to avoid lines insertion for tabs when there are tab stops set beyond the end margin | |||||
2011-11-02 | Page Break: fix crash when changing from break before to break after | Cédric Bosdonnat | 4 | -15/+45 | |
Keeping a temporary copy of the shared_ptr to avoid the object to be deleted during the Select method. | |||||
2011-11-02 | make this build | Caolán McNamara | 3 | -7/+7 | |
2011-11-02 | ByteString->rtl::OString | Caolán McNamara | 8 | -38/+43 | |
2011-11-02 | rename TEXTDIRECTION variables to TEXTORIENTATION to represent the previous ↵ | Lior Kaplan | 3 | -15/+15 | |
string change | |||||
2011-11-02 | Change strings to reflect text orientation not text directionlity | Lior Kaplan | 1 | -3/+3 | |
2011-11-01 | eliminate SvUShorts type | Daniel Di Marco | 16 | -97/+93 | |
2011-11-01 | ByteString->rtl::OString | Caolán McNamara | 1 | -1/+1 | |
2011-11-01 | ByteString->rtl::OString | Caolán McNamara | 9 | -23/+22 | |
2011-10-31 | rhbz#657394: crash closing document while printing | Michael Stahl | 1 | -3/+12 | |
- XRenderable implementation in SwXTextDocument and ScModelObj throw DisposedExceptions instead of RuntimeExceptions - SfxPrinterController catches DisposedException and aborts printing - vcl::PrinterController checks that the printing was not aborted | |||||
2011-10-31 | Translate German comments | Philipp Weissenbacher | 1 | -210/+199 | |
2011-10-28 | SwRenderData: fix regression: | Michael Stahl | 3 | -9/+8 | |
It turns out that the SwDoc member of SwRenderData was not actually leaked, but was deleted via the ViewShell member. | |||||
2011-10-28 | SwRenderData: more cleanup | Michael Stahl | 3 | -27/+18 | |
2011-10-28 | SwRenderData: fix assertion: | Michael Stahl | 4 | -19/+16 | |
apparently SwXTextDocument::getRenderCount() may be called more than once, so make SwRenderData::CreatePostItData() stop complanining and leaking memory. | |||||
2011-10-28 | rhbz#680365: SwRenderData: do not store SwPageFrm* | Michael Stahl | 4 | -123/+58 | |
Currently when printing via SwXTextDocument::getRendererCount() two STL containers in class SwRenderData are filled with bare pointers to page frames from the layout. These pointers are then used by SwXTextDocument::render(), which takes one page out of the map and prints it via this non-ref-counted pointer. This bizarre design will not be tolerated; instead, when printing a page, iterate over SwRootFrm::GetLower() until the requested page is found. This is slower, i.e. O(n^2), but at least it does not crash. | |||||
2011-10-28 | remove pointless SfxBaseModel::setDocumentProperties() | Michael Stahl | 1 | -3/+0 | |
2011-10-28 | check for invalidated item with IsInvalidItem | Caolán McNamara | 1 | -18/+21 | |
2011-10-28 | ditch some ByteStrings | Caolán McNamara | 2 | -5/+5 | |
2011-10-28 | Export blinking text attribute to HTML in all HTML export modes | Harri Pitkänen | 3 | -11/+8 | |
Previously blinking was not exported in IE mode. IE still does not support blinking (neither does Chrome or Safari) but the extra tag does not make things any worse and allows importing the HTML back to LibreOffice without loss of formatting. Code is also simplified by removing conditionals for options that no longer need to be disabled. | |||||
2011-10-27 | Translate German comments | Philipp Weissenbacher | 1 | -18/+14 | |
2011-10-27 | ByteString->rtl::OString | Caolán McNamara | 5 | -34/+29 | |
2011-10-26 | Added clarifying comment. | Stephan Bergmann | 1 | -0/+1 | |
2011-10-26 | Revert "Build dbaccess and connectivity only for DESKTOP platforms for now" | Tor Lillqvist | 1 | -1/+1 | |
Nah, breaks the build for non-DESKTOP platforms anyway, as headers delivered there are needed elsewhere. So just keep building that stuff even if it presumably will not be needed on either of the non-DESKTOP platforms. This reverts commit 9b4212f14b11993222f933f59a93359ebc44c708. | |||||
2011-10-26 | Make OSL_ENSURE explanation text match the test | Tor Lillqvist | 1 | -1/+1 | |
2011-10-26 | WaE: '%' : unrecognized character escape sequence | Tor Lillqvist | 1 | -1/+1 | |
2011-10-26 | WaE: default constructor could not be generated | Tor Lillqvist | 1 | -1/+1 | |
MSVC warning C4510: 'TokenType' : default constructor could not be generated and warning C4610: struct 'TokenType' can never be instantiated - user defined constructor required. The default constructor could not be generated because of the const member eTokenType, so unconstipate that. The g_TokenTypes array is const itself anyway. | |||||
2011-10-26 | WaE: reinterpret_cast used between related classes | Tor Lillqvist | 1 | -1/+4 | |
MSVC warning C4946: reinterpret_cast used between related classes: 'sw::mark::IMark' and 'sw::mark::ICheckboxFieldmark'. This time changing the reinterpret_cast to static_cast didn't work, that caused compilation errors: cannot convert a 'sw::mark::IMark*' to a 'sw::mark::ICheckboxFieldmark*'; conversion from a virtual base class is implied 'const_cast' : cannot convert from 'const sw::mark::IMark *' to 'sw::mark::ICheckboxFieldmark *' Conversion from pointer to base class to pointer to derived class requires an explicit cast (other than const_cast) dynamic_cast is what we want here. Also added an OSL_ASSERT sanity check. Thanks to sberg and hub for discussing this on IRC. | |||||
2011-10-25 | Fix fdo#41995 fallout - recognize .svg in odf containers | Thorsten Behrens | 1 | -5/+5 | |
More code paths that needed fixing - Writer sports its own Graphic loading implementation, so that had the need for the stream name fwd-ing, too. The svg deep type detection was necessary for e.g. the flat odf - which has inline svg without any filename. | |||||
2011-10-25 | WaE: truncation of constant value | Tor Lillqvist | 1 | -2/+2 | |
2011-10-25 | WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operation | Tor Lillqvist | 1 | -4/+4 | |
2011-10-25 | WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operation | Tor Lillqvist | 1 | -1/+1 | |
2011-10-25 | WaE: unreachable code | Tor Lillqvist | 1 | -3/+6 | |
2011-10-25 | Fix for fdo41997 continuation of VCL cleanup | Olivier Hallot | 2 | -6/+6 | |
2011-10-25 | Build dbaccess and connectivity only for DESKTOP platforms for now | Tor Lillqvist | 1 | -1/+1 | |
2011-10-24 | always explicitly handle empty string of ranges | Ivan Timofeev | 1 | -2/+4 | |
2011-10-22 | execute filters-test in headless mode | Markus Mohrhard | 1 | -0/+1 | |
2011-10-21 | Fix for bug fdo#41997, cleanup vcl enumeration | Olivier Hallot | 3 | -3/+3 | |
2011-10-20 | Added a scanbutton to the scan-dialog | Rob Snelders | 5 | -13/+15 | |