Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-23 | Adapted AsyncEventNotifier to safer-to-use salhelper::Thread | Stephan Bergmann | |
2012-02-23 | Adapted OfficeIPCThread to safer-to-use salhelper::Thread | Stephan Bergmann | |
2012-02-23 | Adapted SearchThread/TakeThread to safer-to-use salhelper::Thread | Stephan Bergmann | |
2012-02-23 | Adapted WriteThread to safer-to-use salhelper::Thread | Stephan Bergmann | |
2012-02-23 | Adapted Reader/Writer to safer-to-use salhelper::Thread | Stephan Bergmann | |
2012-02-23 | Adapted AsynchReader to safer-to-use salhelper::Thread | Stephan Bergmann | |
2012-02-23 | Adapted TickerThread to safer-to-use salhelper::Thread | Stephan Bergmann | |
2012-02-23 | Adapted GCThread to safer-to-use salhelper::Thread | Stephan Bergmann | |
2012-02-23 | Moved dp_gui::Thread to salhelper::Thread, so that all code can use it | Stephan Bergmann | |
...also improved the code somewhat. | |||
2012-02-23 | log-areas clean up | Stephan Bergmann | |
2012-02-23 | Translation of German comments in sc html filter (htmlexp2.cxx) | Josh Heidenreich | |
2012-02-23 | fdo#46482: prevent duplication of frames: | Michael Stahl | |
SwDoc::MakeFlySection: abuse the SwDoc::mbRedlineMove flag, which (with the fix for fdo#40599) does exactly what is necessary to prevent the spurious copies. Also, remove the ugly hack to work around this problem from SwXText::convertToTextFrame. | |||
2012-02-23 | fdo#40599 i#112763: fix frame duplication: | Michael Stahl | |
SwDoc::CopyFlyInFlyImpl: When called from SwRedline::CopyToSection, do not copy frames that are anchored at the redline end node by checking IsRedlineMove(); these frames are not deleted by DelCopyOfSection and were thus duplicated on every Show/Hide redlines. (regression from 62ebbb006b4a11974e14dd61d3c453a98336f951 (CWS os131)) | |||
2012-02-23 | vcl: crash in GraphiteLayout::expandOrCondense: | Michael Stahl | |
When printing the bugdoc from i#103958: error: attempt to subscript container with out-of-bounds index 5, but container only holds 5 elements. #4 0x00007fd37902be5e in GraphiteLayout::expandOrCondense (this=0x35296a8, rArgs=...) at vcl/source/glyphs/graphite_layout.cxx:848 #5 0x00007fd37902bc54 in GraphiteLayout::AdjustLayout (this=0x35296a8, rArgs=...) at vcl/source/glyphs/graphite_layout.cxx:812 #6 0x00007fd3790345c8 in GraphiteServerFontLayout::AdjustLayout (this=0x3529640, rArgs=...) at vcl/inc/graphite_serverfont.hxx:76 #7 0x00007fd378d5c91d in OutputDevice::forceFallbackFontToFit (this=0x35022c0, rFallback=..., rFallbackFont=..., rFontSelData=..., nFallbackLevel=1, rLayoutArgs=..., rOrigMetric=...) at vcl/source/gdi/outdev3.cxx:6094 #8 0x00007fd378d5cece in OutputDevice::ImplGlyphFallbackLayout (this=0x35022c0, pSalLayout=0x36136c0, rLayoutArgs=...) at vcl/source/gdi/outdev3.cxx:6206 #9 0x00007fd378d5c6fe in OutputDevice::ImplLayout (this=0x35022c0, rOrigStr="\327\252\327\220\327\250\327\231\327\232:__________", nMinIndex=0, nLen=5, rLogicalPos=..., nLogicalWidth=570, pDXArray=0x0, bFilter=true) at vcl/source/gdi/outdev3.cxx:6065 #10 0x00007fd378d5b9da in OutputDevice::DrawStretchText (this=0x35022c0, rStartPt=..., nWidth=570, rStr="\327\252\327\220\327\250\327\231\327\232:__________", nIndex=0, nLen=5) at vcl/source/gdi/outdev3.cxx:5840 #11 0x00007fd378d27f1e in MetaStretchTextAction::Execute (this=0x3588880, pOut=0x35022c0) at vcl/source/gdi/metaact.cxx:1482 #12 0x00007fd378cdbea5 in GDIMetaFile::Play (this=0x7ffff63e7da0, pOut=0x35022c0, nPos=1283) at vcl/source/gdi/gdimtf.cxx:424 #13 0x00007fd378ea1c6f in vcl::PrinterController::printFilteredPage (this=0x34ff550, i_nPage=10) at vcl/source/gdi/print3.cxx:1207 | |||
2012-02-22 | Remove unnecessary $run variable from installer. | Tim Retout | |
2012-02-22 | WaE unitialized variable | Norbert Thiebaud | |
2012-02-22 | support using for libxml2 internal on MacOSX | Norbert Thiebaud | |
2012-02-22 | Remove another form of debug logging from the installer. | Tim Retout | |
2012-02-22 | Scope reduction. | Kohei Yoshida | |
2012-02-22 | Slight cleanup. | Kohei Yoshida | |
No need to make a duplicate of ScDPObject. | |||
2012-02-22 | Updates for iOS, and Xcode 4.3 | Tor Lillqvist | |
2012-02-22 | cppunittester hacks for iOS, intermediate commit | Tor Lillqvist | |
For iOS cppunit plugins aren't really "plugins" (shared libraries), but just static archives. In the real main program of a cppunit app (such are not yet written), which calls the lo_main() (the SAL_IMPLEMENT_MAIN() in cppunittester.cxx) we specifically will call the initialize methods of the CppUnitTestPlugIns that we statically link to the app executable. Hopefully that will work out as expected. | |||
2012-02-22 | We don't want to build real executables for iOS using gbuild | Tor Lillqvist | |
Our current <sal/main.h> doesn't produce any main() anyway, but a lo_main(). Just like for Android, except that for iOS we don't produce a shared library for gbuildified "executables", but a static library even. Compiling actual main programs and linking with all necessary (static) LO libraries will be managed (for now) outside gbuild. | |||
2012-02-22 | Do build cppunittester and don't build osl_process_child for iOS | Tor Lillqvist | |
2012-02-22 | Re-enable errors for help pack files with no source. | Tim Retout | |
2012-02-22 | -Werror=unused-but-set-variable | Stephan Bergmann | |
2012-02-22 | No sense making a copy when you don't modify it. | Kohei Yoshida | |
2012-02-22 | More string and bool conversion. | Kohei Yoshida | |
2012-02-22 | Properly transfer layout and subtotal names before and after the dialog. | Kohei Yoshida | |
2012-02-22 | Reduce scope level. | Kohei Yoshida | |
2012-02-22 | Correctly generate data field dimensions when pressing OK. | Kohei Yoshida | |
2012-02-22 | Correctly display layout name of data fields. | Kohei Yoshida | |
2012-02-22 | Separate initialization of data field buttons. | Kohei Yoshida | |
2012-02-22 | Only show original dimensions in the select window. | Kohei Yoshida | |
2012-02-22 | Return original dimension position via UNO in case it's a duplicate. | Kohei Yoshida | |
2012-02-22 | Removed virtual-ness from effectively non-virtual functions. | Kohei Yoshida | |
2012-02-22 | auto_ptr to boost::scoped_ptr. | Kohei Yoshida | |
2012-02-22 | Scope reduction. | Kohei Yoshida | |
2012-02-22 | Some cleanups. | Kohei Yoshida | |
* No source column offset since we only store 0-based field index everywhere now. * No more function count since each pivot field can only have one function. | |||
2012-02-22 | String and bool conversion. | Kohei Yoshida | |
2012-02-22 | This is no longer true. | Kohei Yoshida | |
2012-02-22 | Use ptr_vector for ScDPLabelData vector. | Kohei Yoshida | |
2012-02-22 | Use ptr_vector to replace vector with shared_ptr inside. | Kohei Yoshida | |
2012-02-22 | String and bool conversion. | Kohei Yoshida | |
2012-02-22 | Don't up the duplicate count when launching the options dialog. | Kohei Yoshida | |
2012-02-22 | Alloow pivot table layout dialog to have duplicate data fields. | Kohei Yoshida | |
2012-02-23 | avoid temporary rtl::OUString | Takeshi Abe | |
2012-02-22 | testcase for fdo#42465 | Miklos Vajna | |
2012-02-22 | fdo#42465 fix RTF import of unicode characters with backwards compatibility | Miklos Vajna | |
2012-02-22 | fdo#33393 - tentative workaround for autosave image loss | Michael Meeks | |
cf. lengthy analysis in the bug, this appears to merit wider testing for 3.5.1 RC1 and wouldn't be sensible without that, so commit early. |