Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-06 | silence SolarMutex not locked spew | Caolán McNamara | |
2012-03-06 | wrong types used here, breaks 64bit bigendian | Caolán McNamara | |
2012-03-06 | SwColumnPage::LinkStubTimeout doesn't need to be a link | Caolán McNamara | |
2012-03-06 | SwTOXStylesTabPage::LinkStubModifyHdl doesn't need to be a link | Caolán McNamara | |
2012-03-05 | Sprinkle more DISABLE_SCRIPTING ifdefs | Tor Lillqvist | |
2012-03-05 | WaE: unused variable in the DISABLE_SCRIPTING case | Tor Lillqvist | |
2012-03-05 | Related: rhbz#799630 survive unknown/broken nIdctHint values | Caolán McNamara | |
2012-03-05 | remove RTL_CONSTASCII_USTRINGPARAM usage | Luboš Luňák | |
2012-03-05 | sw: CheckFields: oops, forgot to close the document | Michael Stahl | |
2012-03-05 | fdo#39694, fdo#42073: add junit test for these | Michael Stahl | |
2012-03-05 | fdo#39694: add test document | Juergen Steinhilber | |
2012-03-05 | RtfAttributeOutput::FlyFrameGraphic: don't try to compare a null pointer | Miklos Vajna | |
2012-03-05 | i#118986 RTF: reduce memory usage when exporting large graphics | Miklos Vajna | |
Delay the call to FlyFrameGraphic() till we can write the result to the stream without buffering in memory; 1.048GB -> 330.1MB memory usage with the bugdoc. | |||
2012-03-05 | make ExportPICT() and WriteHex() be able to write to a stream | Miklos Vajna | |
2012-03-05 | introduce RtfStringBuffer | Miklos Vajna | |
It's a wrapper around OStringBuffer to handle export of graphics more efficiently. | |||
2012-03-05 | this can be just a pointer as well | Miklos Vajna | |
2012-03-05 | Sprinkle DISABLE_SCRIPTING ifdefs | Tor Lillqvist | |
2012-03-03 | Avoid temporary rtl::OUString | Julien Nabet | |
2012-03-03 | SwXTextField::setPropertyValue: simplify a bit: | Michael Stahl | |
It looks like the second call to PutValue() was accidentally inserted in f462a51fcc8e50f3255d2d8c98a4c6408dce725e. Also, pDoc is valid when pField is. | |||
2012-03-03 | unofield.cxx: fix indentation a little | Michael Stahl | |
2012-03-03 | fdo#42073: sw: expand all text fields when setting properties: | Michael Stahl | |
SwXTextField::setPropertyValue: call Expand() for all text fields Fixes getPresentation returning stale values. (regression from CWS sw34bf01, 8485708f3001fca132c3353c464fe7187ef62bed) Also, without this the text formatting does not actually update and the new content is not displayed until some other unrelated editing operation. | |||
2012-03-03 | fdo#39694: SwTxtFld: do expand the field in the ctor | Michael Stahl | |
While only the text formatting is able to expand all fields correctly, this is still good enough for many field types and fixes a race condition when the field value is requested before layout is finished. (regression from CWS sw34bf01, 8485708f3001fca132c3353c464fe7187ef62bed) | |||
2012-03-02 | fix build | Caolán McNamara | |
2012-03-02 | Convert SvPtrarr usage to std::vector | Noel Grandin | |
In GetBookmarks and Writer_Impl pFontRemoveLst field. Remove unused field pBkmkArr in Writer_Impl class. Convert SwBookmarkNodeTable to std::multimap, greatly simplifying code. | |||
2012-03-01 | New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem | Stephan Bergmann | |
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem. | |||
2012-03-01 | fdo#45671 calc cell background color simplified code for split button | Winfried Donkers | |
2012-03-01 | WaE: use of logical '||' with constant operand | Tor Lillqvist | |
Until now the code has by accident added a property with the attribute MAYBEVOID (which is that one which has the value 1), while the intention obviously was to use BOUND|REMOVABLE. Whether this has caused unintended consequences, or been harmless, and whether this fix now then will cause unintended consequences, no idea. | |||
2012-03-01 | WaE: equality comparison with extraneous parentheses | Tor Lillqvist | |
2012-03-01 | WaE: expression result unused | Tor Lillqvist | |
2012-03-01 | Fix what seems to be a copy/paste error: initialising a field with itself | Tor Lillqvist | |
2012-03-01 | testcase for fdo#46662 | Miklos Vajna | |
2012-03-01 | clean-up sw's filters-test | Markus Mohrhard | |
filters-test does not initialize vcl, for these sort of tests use macros_test | |||
2012-03-01 | Compare char* with string literal via strcmp | Stephan Bergmann | |
...as found by Clang and reported by DenverCoder9 on IRC. | |||
2012-02-28 | we don't want any of these to be streamed out/in as 64bit values | Caolán McNamara | |
2012-02-29 | Drop comparison with empty rtl::OUString | Takeshi Abe | |
2012-02-28 | we don't want \'longs\' here | Caolán McNamara | |
2012-02-28 | log some more useful information on invalid sprms | Caolán McNamara | |
2012-02-28 | convert some low hanging fruit | Caolán McNamara | |
2012-02-28 | replace AllocBuffer in ww8 filter | Caolán McNamara | |
2012-02-28 | SfxStyleSheet needs a default ctor | Caolán McNamara | |
due to use of ImplInheritanceHelper2 SfxStyleSheet needs a default ctor, though its never called. rearrange things a little so we can have an empty ctor without pulling in a bunch of code which is never executed | |||
2012-02-28 | Some more work for --disable-database-connectivity | Riccardo Magliocchetti | |
2012-02-27 | SwSectionFrm: initialised members are happy members | Michael Stahl | |
Valgrind complained about uninitialised use in SwSectionFrm::_CheckClipping (sectfrm.cxx:1111). | |||
2012-02-27 | SwRootFrm::~SwRootFrm: refactor: | Michael Stahl | |
Since CWS swlayoutrefactoring the SwRootFrms are destroyed with SwDoc::IsInDtor not set. This can cause at least reads of freed SwRootFrm members when executing the dtors of SwRootFrm base class SwLayoutFrm calling into SwRootFrm::GetPageAtPos. Prevent this scenario by: - moving the implementation of SwRootFrm base class dtors to new methods SwFrm::Destroy and SwLayoutFrm::Destroy - calling SwFrm::Destroy and SwLayoutFrm::Destroy explicitly before SwRootFrm members are freed | |||
2012-02-27 | Writer/Options: Move Comments 10 units up | Stefan Knorr (astron) | |
2012-02-27 | fdo44516 cleanup of direct use of color in code | Winfried Donkers | |
2012-02-27 | s/interpreters/scripting/ | Tor Lillqvist | |
2012-02-27 | Fix build (few missing {'s in the translations). | Jan Holesovsky | |
2012-02-27 | translate german comments | Nicolas Christener | |
2012-02-27 | translate german comments | Nicolas Christener | |
2012-02-27 | translate german comments | Nicolas Christener | |