summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2014-03-06n#821567: Import PPTX background images with table-name.Muthu Subramanian
Seems like using the URL directly causes ODP export to ignore the background image. Probaby ODP Export requires updation as well?
2014-03-06fix OOXML strict importMarkus Mohrhard
fix the problem introduced by 6536826f2f4c747582d60ed40b0418c6a67a9829 Change-Id: I6c499f8490d92badda0f086d48c2347fa112bb4e
2014-03-06use WeakImplHelper for ActivaDataSinkNorbert Thiebaud
Change-Id: Ife32157ff876a0860b3920cadc24b7888200796b Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2014-03-05sax: FastAttributeList - add attribute in a specific namespaceTomaž Vajngerl
This change is inspired by startElementNS & singleElementNS which have namespace as first parameter to define the namespace of an element. Some attributes of a element can be in different namespace but until now FastAttributeList "add" method did not have a namespace parameter. This commit adds "addNS" which accepts namespace as a first parameter. Change-Id: Iebf8b5e890c17f00a56923efc3506580eed070a9
2014-03-05Do not needlessly truncate MinMax argument before comparison with boundsStephan Bergmann
Change-Id: I218e70d6a19901107fd037af255ad29692c850d4 Reviewed-on: https://gerrit.libreoffice.org/8461 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2014-03-05kill XINTERFACE_IMPL_3Norbert Thiebaud
Change-Id: I72448b67ae52e89c206f9c313b3d351ae2a56dc3
2014-03-05kill XINTERFACE_IMPL_4Norbert Thiebaud
Change-Id: I88e2e62b82f40cfa3e892023d381f7611e093fd6
2014-03-05kill XINTERFACE_IMPL_9Norbert Thiebaud
Change-Id: I651599cf3ec82a31f3260985907b5b2d56665da3
2014-03-05kill XINTERFACE_IMPL_6Norbert Thiebaud
Change-Id: I1445524d3c15a3dec881c1499910779b9d61b840
2014-03-05kill XINTERFACE_IMPL_5Norbert Thiebaud
Change-Id: Id1e61cd6873458f052d61c95617ade753face61c
2014-03-05kill XINTERFACE_IMPL_2Norbert Thiebaud
Change-Id: Ic735b7d6ddfaacab9af7405e4dacc62f818bed8c
2014-03-05kill QUERYINTERFACE_IMPL_START/ENDNorbert Thiebaud
Change-Id: I9b9457cac9b93b550ccb16522b035aeb53be9bf3
2014-03-05de-macroize QUERYINTERFACE_IMPL_START QUERYINTERFACE_IMPL_ENDNorbert Thiebaud
Change-Id: I152d82e34446111cead4b060f789260552d5920d
2014-03-05de-macroize XINTERFACE_COMMON_IMPLNorbert Thiebaud
Change-Id: I7cffc8a111dd939272c6dbef8827b6f5c04a4590 Reviewed-on: https://gerrit.libreoffice.org/8455 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-03-05de-macroize XINTERFACE_DECLNorbert Thiebaud
Change-Id: Iaa1cf999189f6b62547c208eadc38150400ca0fe Reviewed-on: https://gerrit.libreoffice.org/8454 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-03-05Simplify DrawWaveKeith Curtis
This patch simplifies the DrawWave logic. Callers of that code would try to figure out what size wave to draw and pass down a style integer to DrawWaveLine, but DrawWaveLine already has logic which trims the height of the wave so it doesn't need the hint. This doesn't change the UNO API (::com::sun::star::awt::FontUnderline::SMALLWAVE), but it does get rid of internal usages and maps those small waves to normal. Note that changing the zoom in Calc right now causes spelling underlines to disappear. That bug is not related to these changes. Conflicts: editeng/source/editeng/impedit3.cxx Change-Id: I3caa2a74a0f5228b924d4e1b0a77f96eaef5fa00 Reviewed-on: https://gerrit.libreoffice.org/8168 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
ListBox and related now handle up to sal_Int32 elements correctly. sal_Int32 instead of sal_Size or size_t because of UNO and a11y API. Also disentangled some of the mess of SvTreeList and other containers regarding sal_uInt16, sal_uLong, long, size_t, ... type mixtures. Change-Id: Idb6e0ae689dc5bc2cf980721972b57b0261e688a Reviewed-on: https://gerrit.libreoffice.org/8460 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2014-03-05fdo#72197 Add Excel 2010 functionsWinfried Donkers
MODE.SNGL, MODE.MULT, NEGBINOM.DIST, Z.TEST Change-Id: I55eb05e1ebdb9dbc3ce9ae84e3cdacfdfa112091 Reviewed-on: https://gerrit.libreoffice.org/7776 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2014-03-05loplugin:sallogareasStephan Bergmann
Change-Id: Iba543bf0642071ab4a9164af8a4bcb35ac1ecfd0
2014-03-05move the export validation code to testMarkus Mohrhard
Change-Id: Iaafe30a1095bd5b6dac3637c394818ba8bd848ce
2014-03-05Revert "remove unused code oox::core::Relations::getRelationsFromType"Caolán McNamara
we need it again now This reverts commit 77c45eb25eb462bacdf7d658d6cb485f755beaa5. Change-Id: I3e171d95e4f50c8e26824da2f6e6817d3b597d4d
2014-03-05fdo#74792 [DOCX] Grab-bag rels and images for SmartArtVinaya Mandke
Added support to grab-bag rels and associated Images for data[i].xml, and drawing[i].xml. Added UT for the same Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/8362 Change-Id: I545825f67214f14037ab72b77764a07d575b8b5b
2014-03-05Revert "remove unused code in basegfx"Noel Grandin
Some of this code is used by Windows. This reverts commit b96724560f119b1b9ab8b5e1ee1759fd9b2db203.
2014-03-05remove unused code oox::core::Relations::getRelationsFromTypeNoel Grandin
Change-Id: I242ddcc1e352fbf92206a21d93e16c42a0e5ef8e
2014-03-05remove unused code oox::core::XmlFilterBase::getFragmentPathFromFirstTypeNoel Grandin
Change-Id: I75094f95001dab18436100375a8ec6564e8d0f8f
2014-03-05remove unused code in SfxBindingsNoel Grandin
SfxBindings::GetSlot(unsigned short) SfxBindings::GetSystemWindow() const Change-Id: Icc024abcde1394ade86d3f4e623e4030382d2b63
2014-03-05remove unused code SfxDispatcher::IsOnTop(SfxShell const&)Noel Grandin
Change-Id: I107f732cb0f26bf0546e6cf6181b4236a6ad7b49
2014-03-05remove unused code SfxGrabBagItem::SetGrabBagNoel Grandin
Change-Id: If41ef729da5799ebaa4ea238c6d2c4f1087ac487
2014-03-05debug only code SfxItemPool::GetMasterPool() constNoel Grandin
Change-Id: Ia3c53e64f6e39618b4cc85fae5f213e67041a725
2014-03-05debug only code SotFactory::Find(SvGlobalName const&)Noel Grandin
Change-Id: Ia7e94a0580a26dad874b2f53b4bc17d5c4b6d115
2014-03-05remove unused code SvdProgressInfo::ReportError()Noel Grandin
Change-Id: I4f58a14d388cb138eb2c23c296148237f33e9fef
2014-03-05remove unused code in svtools/SvtAccessibilityOptionsNoel Grandin
SvtAccessibilityOptions::GetColorValueSetColumnCount() const SvtAccessibilityOptions::GetEdgeBlending() const SvtAccessibilityOptions::GetListBoxMaximumLineCount() const SvtAccessibilityOptions::GetPreviewUsesCheckeredBackground() const SvtAccessibilityOptions::SetColorValueSetColumnCount(short) SvtAccessibilityOptions::SetEdgeBlending(short) SvtAccessibilityOptions::SetListBoxMaximumLineCount(short) SvtAccessibilityOptions::SetPreviewUsesCheckeredBackground(unsigned char) Change-Id: I1efe1da923a7c26030655ca8baa299325f416478
2014-03-05debug only code SvtIconChoiceCtrl::SetEntryTextModeNoel Grandin
Change-Id: I840294fd8ae03ecfef614fea7c6f3a552596446e
2014-03-05remove unused code SvxNumRule::Create(SvStream&)Noel Grandin
Change-Id: I82205010e613a07df24f22071eec74f53578671d
2014-03-05remove unused code SvxNumberFormat::Create(SvStream&)Noel Grandin
Change-Id: If8cfea11552bf008ab4381ecec50aadf58a98a45
2014-03-05remove unused code TemplateLocalView::HasUnfilteredItems(FILTER_APPLICATION)Noel Grandin
Change-Id: Ia4e8c6139b20f2370219d9e7b72e6b3083301ba0
2014-03-05remove unused code TextEngine::GetLeftMargin()Noel Grandin
Change-Id: I1b702a4371154ebc10c0caa7697fdbe763337b6f
2014-03-05remove unused code in ThumbnailViewNoel Grandin
ThumbnailView::DeselectItem(unsigned short) ThumbnailView::GetItemText(unsigned short) const ThumbnailView::SetColor(Color const&) Change-Id: Ifed909b3c6b32e7e553bee29fbf989963c733e69
2014-03-05remove unused code ToolBox::GetItemExpand(unsigned short)Noel Grandin
Change-Id: If28d796a72ca7f375a82fbb0a42e9810db6f34c0
2014-03-05remove unused code vcl/VclMultiLineEditNoel Grandin
VclMultiLineEdit::IsRightToLeft() const VclMultiLineEdit::SetTextSelectable(bool) Change-Id: I430ffd0bac59baf49bac05123f22fa004a90ec40
2014-03-05remove unused code accessibility::AccessibleParaManager::Release(int)Noel Grandin
Change-Id: I1f3bbd1baf16c27fb5c01055295ccabb3d6eb3d7
2014-03-05remove unused code in accessibility::AccessibleShape::AccessibleShapeNoel Grandin
Change-Id: Id17c8d2e2f366b666fd58317c2b8241753ae8a93
2014-03-05remove unused code in basegfxNoel Grandin
basegfx::tools::containsOnlyHorizontalAndVerticalEdges(basegfx::B2DPolyPolygon const&) basegfx::tools::equal(basegfx::B2DPolygon const&, basegfx::B2DPolygon const&, double const&) basegfx::tools::equal(basegfx::B3DPolyPolygon const&, basegfx::B3DPolyPolygon const&) Change-Id: Ia20358dca68e2240ca9eadd43a18fc6c1a3693a0
2014-03-05remove unused code in drawinglayerNoel Grandin
drawinglayer::attribute::SdrFillGraphicAttribute::getLogSize() Change-Id: Ib1d958e57598dd3db392de98c4d2e2df1bfc98de
2014-03-05remove unused code editeng::MisspellRange::MisspellRange()Noel Grandin
Change-Id: Id137b4789652ca54290106a33d2c230723834a52
2014-03-05remove unused code editeng::Section::Section()Noel Grandin
Change-Id: I1201ebf5f97f95690835d343be8d1b6f5382dbe6
2014-03-05remove unused code formula::FormulaDlg::CheckMatrix()Noel Grandin
Change-Id: If7b09d032d0155a38b5d5e8aa1832c86a8f7cec1
2014-03-05remove unused code in formula/FormulaTokenArrayNoel Grandin
formula::FormulaTokenArray::AddString(unsigned short const*) Change-Id: I6c014f6ada3b75398112e81f9c8e7de7dd776c7d
2014-03-05remove unused code in formula/vectortokenNoel Grandin
Remove these methods:. formula::DoubleVectorRefToken::GetRequestedArrayLength() formula::SingleVectorRefToken::GetRequestedArrayLength() formula::SingleVectorRefToken::SingleVectorRefToken( double const*, unsigned long, unsigned long) and optimise some accessor methods. Change-Id: I04f53593894a59dbefdd1cbc9505c6eb7cd8610b
2014-03-04fdo#75260: Correctly draw double lines for both Writer and Calc.Kohei Yoshida
Fix all sorts of incorrect double line handling in drawinglayer in order to draw thick-thin double line types correctly. Also change handling of border lines in writer tables. There are still some outstanding issues but it's much better than how it was before. Also realized that Word and Excel handle simple thin double lines differently; Word varies widths of all of the lines and the gap whereas Excel only has one fixed size for its double line. For this reason I decided to add a separate double line type (DOUBLE_THIN) to handle Excel's double line. Change-Id: Iaaa353b6e4f998b524262bea59260b4333e0cdb4