summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-23Adapted GCThread to safer-to-use salhelper::ThreadStephan Bergmann
2012-02-23Moved dp_gui::Thread to salhelper::Thread, so that all code can use itStephan Bergmann
...also improved the code somewhat.
2012-02-23log-areas clean upStephan Bergmann
2012-02-23Translation of German comments in sc html filter (htmlexp2.cxx)Josh Heidenreich
2012-02-23fdo#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-23fdo#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-23vcl: 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-22Remove unnecessary $run variable from installer.Tim Retout
2012-02-22WaE unitialized variableNorbert Thiebaud
2012-02-22support using for libxml2 internal on MacOSXNorbert Thiebaud
2012-02-22Remove another form of debug logging from the installer.Tim Retout
2012-02-22Scope reduction.Kohei Yoshida
2012-02-22Slight cleanup.Kohei Yoshida
No need to make a duplicate of ScDPObject.
2012-02-22Updates for iOS, and Xcode 4.3Tor Lillqvist
2012-02-22cppunittester hacks for iOS, intermediate commitTor 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-22We don't want to build real executables for iOS using gbuildTor 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-22Do build cppunittester and don't build osl_process_child for iOSTor Lillqvist
2012-02-22Re-enable errors for help pack files with no source.Tim Retout
2012-02-22-Werror=unused-but-set-variableStephan Bergmann
2012-02-22No sense making a copy when you don't modify it.Kohei Yoshida
2012-02-22More string and bool conversion.Kohei Yoshida
2012-02-22Properly transfer layout and subtotal names before and after the dialog.Kohei Yoshida
2012-02-22Reduce scope level.Kohei Yoshida
2012-02-22Correctly generate data field dimensions when pressing OK.Kohei Yoshida
2012-02-22Correctly display layout name of data fields.Kohei Yoshida
2012-02-22Separate initialization of data field buttons.Kohei Yoshida
2012-02-22Only show original dimensions in the select window.Kohei Yoshida
2012-02-22Return original dimension position via UNO in case it's a duplicate.Kohei Yoshida
2012-02-22Removed virtual-ness from effectively non-virtual functions.Kohei Yoshida
2012-02-22auto_ptr to boost::scoped_ptr.Kohei Yoshida
2012-02-22Scope reduction.Kohei Yoshida
2012-02-22Some 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-22String and bool conversion.Kohei Yoshida
2012-02-22This is no longer true.Kohei Yoshida
2012-02-22Use ptr_vector for ScDPLabelData vector.Kohei Yoshida
2012-02-22Use ptr_vector to replace vector with shared_ptr inside.Kohei Yoshida
2012-02-22String and bool conversion.Kohei Yoshida
2012-02-22Don't up the duplicate count when launching the options dialog.Kohei Yoshida
2012-02-22Alloow pivot table layout dialog to have duplicate data fields.Kohei Yoshida
2012-02-23avoid temporary rtl::OUStringTakeshi Abe
2012-02-22testcase for fdo#42465Miklos Vajna
2012-02-22fdo#42465 fix RTF import of unicode characters with backwards compatibilityMiklos Vajna
2012-02-22fdo#33393 - tentative workaround for autosave image lossMichael 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.
2012-02-22Disable problematic reading of external entities in raptorPetr Mladek
2012-02-22OUString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák
http://lists.freedesktop.org/archives/libreoffice/2012-February/025662.html
2012-02-22force imported xlsx active tab to be shown bnc#748198Noel Power
weirdly even though a sheet/tab can be marked as hidden in workbook.xml, if that same tab/sheet is the active one then it *will* be shown
2012-02-22SfxNewFileDialog_Impl: drop unneeded includesMiklos Vajna
2012-02-22testcase for non-box paragraph bordersMiklos Vajna
2012-02-22revert slew of debug code committed in errorMichael Meeks
2012-02-22resolved fdo#45239 EasyHack: use PNG instead of JPG in Calc to HTML exportJosh Heidenreich