1. 10 Nis, 2017 35 kayıt (commit)
    • Markus Mohrhard's avatar
      remove reference to deleted files in pch · 63fa105a
      Markus Mohrhard yazdı
      Change-Id: I1c51cc094dae710abd0d13169f5c0973908c13d8
      Reviewed-on: https://gerrit.libreoffice.org/36355Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
      63fa105a
    • Stephan Bergmann's avatar
      Avoid -fsanitize=null · 94977549
      Stephan Bergmann yazdı
      ...during CppunitTest_vcl_pdfexport:
      
      > workdir/UnpackedTarball/pdfium/core/fxge/ge/cfx_facecache.cpp:208:18: runtime error: null pointer passed as argument 1, which is declared to never be null
      > /usr/include/string.h:62:62: note: nonnull attribute specified here
      >     #0 0x2ba8c1d8c685 in CFX_FaceCache::RenderGlyph(CFX_Font const*, unsigned int, bool, CFX_Matrix const*, int, int) workdir/UnpackedTarball/pdfium/core/fxge/ge/cfx_facecache.cpp:208:5
      >     #1 0x2ba8c1d92007 in CFX_FaceCache::LookUpGlyphBitmap(CFX_Font const*, CFX_Matrix const*, CFX_ByteString const&, unsigned int, bool, int, int) workdir/UnpackedTarball/pdfium/core/fxge/ge/cfx_facecache.cpp:390:35
      >     #2 0x2ba8c1d90f44 in CFX_FaceCache::LoadGlyphBitmap(CFX_Font const*, unsigned int, bool, CFX_Matrix const*, int, int, int&) workdir/UnpackedTarball/pdfium/core/fxge/ge/cfx_facecache.cpp:307:10
      >     #3 0x2ba8c1dfd35e in CFX_Font::LoadGlyphBitmap(unsigned int, bool, CFX_Matrix const*, int, int, int&) const workdir/UnpackedTarball/pdfium/core/fxge/ge/cfx_font.cpp:688:26
      >     #4 0x2ba8c1ef56f0 in CFX_RenderDevice::DrawNormalText(int, FXTEXT_CHARPOS const*, CFX_Font*, float, CFX_Matrix const*, unsigned int, unsigned int) workdir/UnpackedTarball/pdfium/core/fxge/ge/cfx_renderdevice.cpp:946:31
      >     #5 0x2ba8c13c4e05 in CPDF_TextRenderer::DrawNormalText(CFX_RenderDevice*, std::__debug::vector<unsigned int, std::allocator<unsigned int> > const&, std::__debug::vector<float, std::allocator<float> > const&, CPDF_Font*, float, CFX_Matrix const*, unsigned int, CPDF_RenderOptions const*) workdir/UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_textrenderer.cpp:167:17
      >     #6 0x2ba8c13141f3 in CPDF_RenderStatus::ProcessText(CPDF_TextObject*, CFX_Matrix const*, CFX_PathData*) workdir/UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_renderstatus.cpp:1777:10
      >     #7 0x2ba8c130bf5b in CPDF_RenderStatus::ProcessObjectNoClip(CPDF_PageObject*, CFX_Matrix const*) workdir/UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_renderstatus.cpp:1141:14
      >     #8 0x2ba8c130db5a in CPDF_RenderStatus::ContinueSingleObject(CPDF_PageObject*, CFX_Matrix const*, IFX_Pause*) workdir/UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_renderstatus.cpp:1106:3
      >     #9 0x2ba8c12df4f2 in CPDF_ProgressiveRenderer::Continue(IFX_Pause*) workdir/UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_progressiverenderer.cpp:78:30
      >     #10 0x2ba8c12dbae9 in CPDF_ProgressiveRenderer::Start(IFX_Pause*) workdir/UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_progressiverenderer.cpp:39:3
      >     #11 0x2ba8c0652b76 in (anonymous namespace)::RenderPageImpl(CPDF_PageRenderContext*, CPDF_Page*, CFX_Matrix const&, FX_RECT const&, int, bool, IFSDK_PAUSE_Adapter*) workdir/UnpackedTarball/pdfium/fpdfsdk/fpdfview.cpp:115:26
      >     #12 0x2ba8c064d8cd in FPDF_RenderPage_Retail(CPDF_PageRenderContext*, void*, int, int, int, int, int, int, bool, IFSDK_PAUSE_Adapter*) workdir/UnpackedTarball/pdfium/fpdfsdk/fpdfview.cpp:986:3
      >     #13 0x2ba8c064d01d in FPDF_RenderPageBitmap workdir/UnpackedTarball/pdfium/fpdfsdk/fpdfview.cpp:728:3
      >     #14 0x2ba8b2adf081 in (anonymous namespace)::generatePreview(SvStream&, Graphic&) vcl/source/filter/ipdf/pdfread.cxx:67:5
      >     #15 0x2ba8b2adddf0 in vcl::ImportPDF(SvStream&, Graphic&) vcl/source/filter/ipdf/pdfread.cxx:109:10
      >     #16 0x2ba8b298f234 in GraphicFilter::ImportGraphic(Graphic&, rtl::OUString const&, SvStream&, unsigned short, unsigned short*, GraphicFilterImportFlags, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>*, WMF_EXTERNALHEADER*) vcl/source/filter/graphicfilter.cxx:1689:18
      >     #17 0x2ba8b29846e8 in GraphicFilter::ImportGraphic(Graphic&, rtl::OUString const&, SvStream&, unsigned short, unsigned short*, GraphicFilterImportFlags, WMF_EXTERNALHEADER*) vcl/source/filter/graphicfilter.cxx:1315:12
      >     #18 0x2ba904b12799 in SwGrfNode::ImportGraphic(SvStream&) sw/source/core/graphic/ndgrf.cxx:458:43
      >     #19 0x2ba904b0ea43 in SwGrfNode::SwapIn(bool) sw/source/core/graphic/ndgrf.cxx:571:28
      >     #20 0x2ba904b0fd52 in SwGrfNode::GetGrfObj(bool) const sw/source/core/graphic/ndgrf.cxx:389:35
      >     #21 0x2ba9037c40f9 in SwNoTextFrame::PaintPicture(OutputDevice*, SwRect const&) const sw/source/core/doc/notxtfrm.cxx:883:48
      >     #22 0x2ba9037bcec2 in SwNoTextFrame::Paint(OutputDevice&, SwRect const&, SwPrintData const*) const sw/source/core/doc/notxtfrm.cxx:309:9
      >     #23 0x2ba9052dc0d3 in SwLayoutFrame::Paint(OutputDevice&, SwRect const&, SwPrintData const*) const sw/source/core/layout/paintfrm.cxx:3652:21
      >     #24 0x2ba9052fdfe8 in SwFlyFrame::Paint(OutputDevice&, SwRect const&, SwPrintData const*) const sw/source/core/layout/paintfrm.cxx:4334:20
      >     #25 0x2ba9041e2bca in SwVirtFlyDrawObj::wrap_DoPaintObject(drawinglayer::geometry::ViewInformation2D const&) const sw/source/core/draw/dflyobj.cxx:466:30
      >     #26 0x2ba9041e1964 in drawinglayer::primitive2d::SwVirtFlyDrawObjPrimitive::get2DDecomposition(drawinglayer::primitive2d::Primitive2DDecompositionVisitor&, drawinglayer::geometry::ViewInformation2D const&) const sw/source/core/draw/dflyobj.cxx:228:35
      >     #27 0x2ba8daf085dc in drawinglayer::processor2d::BaseProcessor2D::process(drawinglayer::primitive2d::BasePrimitive2D const&) drawinglayer/source/processor2d/baseprocessor2d.cxx:47:24
      >     #28 0x2ba8db030133 in drawinglayer::processor2d::VclPixelProcessor2D::processBasePrimitive2D(drawinglayer::primitive2d::BasePrimitive2D const&) drawinglayer/source/processor2d/vclpixelprocessor2d.cxx:1289:21
      >     #29 0x2ba8daf09165 in drawinglayer::processor2d::BaseProcessor2D::process(drawinglayer::primitive2d::Primitive2DContainer const&) drawinglayer/source/processor2d/baseprocessor2d.cxx:70:29
      >     #30 0x2ba9361f56e0 in sdr::contact::ObjectContactOfPageView::DoProcessDisplay(sdr::contact::DisplayInfo&) svx/source/sdr/contact/objectcontactofpageview.cxx:325:35
      >     #31 0x2ba9361f08eb in sdr::contact::ObjectContactOfPageView::ProcessDisplay(sdr::contact::DisplayInfo&) svx/source/sdr/contact/objectcontactofpageview.cxx:124:21
      >     #32 0x2ba936512f89 in SdrPageWindow::RedrawLayer(unsigned char const*, sdr::contact::ViewObjectContactRedirector*, basegfx::B2IRange const*) svx/source/svdraw/sdrpagewindow.cxx:402:28
      >     #33 0x2ba93769c0f5 in SdrPageView::DrawLayer(unsigned char, OutputDevice*, sdr::contact::ViewObjectContactRedirector*, tools::Rectangle const&, basegfx::B2IRange const*) svx/source/svdraw/svdpagv.cxx:356:38
      >     #34 0x2ba907cceb8c in SwViewShellImp::PaintLayer(unsigned char, SwPrintData const*, SwPageFrame const&, SwRect const&, Color const*, bool, sdr::contact::ViewObjectContactRedirector*) sw/source/core/view/vdraw.cxx:146:24
      >     #35 0x2ba9052a5aef in SwRootFrame::Paint(OutputDevice&, SwRect const&, SwPrintData const*) const sw/source/core/layout/paintfrm.cxx:3393:33
      >     #36 0x2ba907d08527 in SwViewShell::ImplEndAction(bool) sw/source/core/view/viewsh.cxx:410:49
      >     #37 0x2ba90223b161 in SwViewShell::EndAction(bool) sw/inc/viewsh.hxx:603:9
      >     #38 0x2ba907d16ff8 in SwViewShell::MakeVisible(SwRect const&) sw/source/core/view/viewsh.cxx:581:21
      >     #39 0x2ba902224187 in SwCursorShell::MakeSelVisible() sw/source/core/crsr/crsrsh.cxx:2818:13
      >     #40 0x2ba90494d45b in SwFEShell::MakeSelVisible() sw/source/core/frmedt/feshview.cxx:2531:24
      >     #41 0x2ba902187f27 in SwCursorShell::UpdateCursor(unsigned short, bool) sw/source/core/crsr/crsrsh.cxx:1842:13
      >     #42 0x2ba9021f9dfd in SwCursorShell::Pop(bool) sw/source/core/crsr/crsrsh.cxx:2081:13
      >     #43 0x2ba905a4afe3 in SwEnhancedPDFExportHelper::EnhancedPDFExport() sw/source/core/text/EnhancedPDFExportHelper.cxx:2173:25
      >     #44 0x2ba905a29f00 in SwEnhancedPDFExportHelper::SwEnhancedPDFExportHelper(SwEditShell&, OutputDevice&, rtl::OUString const&, bool, bool, SwPrintData const&) sw/source/core/text/EnhancedPDFExportHelper.cxx:1502:5
      >     #45 0x2ba90a741107 in SwXTextDocument::render(int, com::sun::star::uno::Any const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) sw/source/uibase/uno/unotxdoc.cxx:2986:51
      >     #46 0x2ba95ce0471b in PDFExport::ExportSelection(vcl::PDFWriter&, com::sun::star::uno::Reference<com::sun::star::view::XRenderable>&, com::sun::star::uno::Any const&, StringRangeEnumerator const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>&, int) filter/source/pdf/pdfexport.cxx:222:34
      >     #47 0x2ba95ce29474 in PDFExport::Export(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) filter/source/pdf/pdfexport.cxx:905:28
      >     #48 0x2ba95ce87d48 in PDFFilter::implExport(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) filter/source/pdf/pdffilter.cxx:116:24
      >     #49 0x2ba95ce88e1e in PDFFilter::filter(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) filter/source/pdf/pdffilter.cxx:177:23
      >     #50 0x2ba8e8c73429 in SfxObjectShell::ExportTo(SfxMedium&) sfx2/source/doc/objstor.cxx:2420:25
      >     #51 0x2ba8e8c5cc98 in SfxObjectShell::SaveTo_Impl(SfxMedium&, SfxItemSet const*) sfx2/source/doc/objstor.cxx:1533:19
      >     #52 0x2ba8e8c99cc5 in SfxObjectShell::PreDoSaveAs_Impl(rtl::OUString const&, rtl::OUString const&, SfxItemSet&) sfx2/source/doc/objstor.cxx:2813:39
      >     #53 0x2ba8e8c92eca in SfxObjectShell::CommonSaveAs_Impl(INetURLObject const&, rtl::OUString const&, SfxItemSet&) sfx2/source/doc/objstor.cxx:2685:9
      >     #54 0x2ba8e8bf2c82 in SfxObjectShell::APISaveAs_Impl(rtl::OUString const&, SfxItemSet&) sfx2/source/doc/objserv.cxx:305:19
      >     #55 0x2ba8e8e68eea in SfxBaseModel::impl_store(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, bool) sfx2/source/doc/sfxbasemodel.cxx:2990:46
      >     #56 0x2ba8e8e71d0b in SfxBaseModel::storeToURL(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) sfx2/source/doc/sfxbasemodel.cxx:1645:13
      >     #57 0x2ba8d3b43ea4 in (anonymous namespace)::PdfExportTest::load(rtl::OUString const&, vcl::filter::PDFDocument&) vcl/qa/cppunit/pdfexport/pdfexport.cxx:104:16
      >     #58 0x2ba8d3b30781 in (anonymous namespace)::PdfExportTest::testTdf107013() vcl/qa/cppunit/pdfexport/pdfexport.cxx:393:5
      >     #59 0x2ba8d3b417cb in CppUnit::TestCaller<(anonymous namespace)::PdfExportTest>::runTest() workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:166:6
      >     #60 0x2ba88f26cd8b in CppUnit::TestCaseMethodFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:32:5
      >     #61 0x2ba8a85afb0f in (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) test/source/vclbootstrapprotector.cxx:39:14
      >     #62 0x2ba88f22b3ce in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
      >     #63 0x2ba89ee6214f in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89:12
      >     #64 0x2ba88f22b3ce in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
      >     #65 0x2ba89b0fc351 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63:16
      >     #66 0x2ba88f22b3ce in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
      >     #67 0x2ba88f1a9350 in CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/DefaultProtector.cpp:15:12
      >     #68 0x2ba88f22b3ce in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
      >     #69 0x2ba88f227e70 in CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:77:18
      >     #70 0x2ba88f2e70f5 in CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:181:28
      >     #71 0x2ba88f26afa4 in CppUnit::TestCase::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:91:13
      >     #72 0x2ba88f26f7a7 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30
      >     #73 0x2ba88f26e819 in CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3
      >     #74 0x2ba88f26f7a7 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30
      >     #75 0x2ba88f26e819 in CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3
      >     #76 0x2ba88f3255c9 in CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:47:27
      >     #77 0x2ba88f2e540d in CppUnit::TestResult::runTest(CppUnit::Test*) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:148:9
      >     #78 0x2ba88f32689b in CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:96:14
      >     #79 0x532fb4 in (anonymous namespace)::ProtectedFixtureFunctor::run() const sal/cppunittester/cppunittester.cxx:306:20
      >     #80 0x52e7c3 in sal_main() sal/cppunittester/cppunittester.cxx:456:20
      >     #81 0x52cb6f in main sal/cppunittester/cppunittester.cxx:363:1
      >     #82 0x2ba890ed7400 in __libc_start_main (/lib64/libc.so.6+0x20400)
      >     #83 0x438019 in _start (workdir/LinkTarget/Executable/cppunittester+0x438019)
      
      Change-Id: Ia3e6983d07e2bb2d057beab1b42212d3cc8afe80
      94977549
    • Miklos Vajna's avatar
      sw: prefix members of SwRedlineOptionsTabPage · 3d978117
      Miklos Vajna yazdı
      Change-Id: I7d8d63ef09f6b21278a2e8c7ea4db05612fd9449
      3d978117
    • Noel Grandin's avatar
      loplugin:inlinefields in PPTTextRulerInterpreter · d608fa64
      Noel Grandin yazdı
      Change-Id: Ic814a5dce507b5a0cb49a093a60bd71768ee40d5
      Reviewed-on: https://gerrit.libreoffice.org/36348Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
      d608fa64
    • Noel Grandin's avatar
      loplugin:inlinefields in OpenFileDropTargetListener · 1b921c2f
      Noel Grandin yazdı
      Change-Id: Ib1f7004ce57f144309d396bc71419f3d1036ff74
      Reviewed-on: https://gerrit.libreoffice.org/36353Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
      1b921c2f
    • Noel Grandin's avatar
      loplugin:inlinefields in SfxSaveAsTemplateDialog · 91afe551
      Noel Grandin yazdı
      Change-Id: I7b32fc64b96e2f89edc810d4a95d3a3f6f885957
      Reviewed-on: https://gerrit.libreoffice.org/36352Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
      91afe551
    • Noel Grandin's avatar
      loplugin:inlinefields in oox::vml::VMLExport · 5ab0d0a6
      Noel Grandin yazdı
      Change-Id: Ia6880212503b2945953ca4c3d62d3ddb1d159c7b
      Reviewed-on: https://gerrit.libreoffice.org/36351Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
      5ab0d0a6
    • Caolán McNamara's avatar
      the active document window should be radio entries · 78acb910
      Caolán McNamara yazdı
      Change-Id: I90980345f4ea68dc15bacbf2c7abdf2d5d36a05d
      78acb910
    • Caolán McNamara's avatar
      ScPopupMenu is now unused · f7b5db1f
      Caolán McNamara yazdı
      Change-Id: I84e2f22992f917f14b4b4b8063238704939f56b7
      f7b5db1f
    • Caolán McNamara's avatar
      convert scenario menu to .ui · 37530ebb
      Caolán McNamara yazdı
      Change-Id: Iac0f52898ce9e8484731d62b2555ed3c83563d1d
      37530ebb
    • Caolán McNamara's avatar
      convert RID_POPUP_DROPMODE menu to .ui · 73295fa4
      Caolán McNamara yazdı
      Change-Id: I004bb61ab6d0cb2dfacc9290236c32a2adf7ff82
      73295fa4
    • Caolán McNamara's avatar
      Updated core · 9781272a
      Caolán McNamara yazdı
      Project: help  15646c9c9d2ceab21b8688cbd993a8ee881f7c7f
      
      update help ids for .ui conversion
      
      Change-Id: I2dc481b16b2af15682bbd5e504892eff679f8699
      9781272a
    • Noel Grandin's avatar
      loplugin:inlinefields in SvxAutoCorrect · dd700ced
      Noel Grandin yazdı
      Change-Id: I09aa52551dd1ed96bc9a72baec6afe5a4a05c1dd
      Reviewed-on: https://gerrit.libreoffice.org/36346Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
      dd700ced
    • Stephan Bergmann's avatar
      Keep list sorted · 40d26609
      Stephan Bergmann yazdı
      Change-Id: I34fd3ed006bdcecbe8b7e1f17cb379242a5eef95
      40d26609
    • Noel Grandin's avatar
      loplugin:inlinefields in dbaccess::SubComponentLoader · 82dca420
      Noel Grandin yazdı
      Change-Id: Idc4ac037d023a7019e62ec3b7d12bc7717c11be8
      Reviewed-on: https://gerrit.libreoffice.org/36345Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
      82dca420
    • Noel Grandin's avatar
      loplugin:inlinefields in formula::FormulaCompiler · 51289601
      Noel Grandin yazdı
      Change-Id: I6dc6dfd064bf944db278b4663812d71b6cc49b3a
      Reviewed-on: https://gerrit.libreoffice.org/36344Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
      51289601
    • Stephan Bergmann's avatar
      Clean up uses of SAL_U/SAL_W: embedserv · bad606fe
      Stephan Bergmann yazdı
      Change-Id: I5a73acf6ccfc1709e95e55fa15c32ec6dda2657a
      bad606fe
    • Stephan Bergmann's avatar
      Clean up uses of SAL_U/SAL_W: embeddedobj · cf59d64a
      Stephan Bergmann yazdı
      Change-Id: I02c9ed6b4bd92346bbeee1138c49b4bf5b39ad56
      cf59d64a
    • Stephan Bergmann's avatar
      Clean up uses of SAL_U/SAL_W: desktop · 77a57a5c
      Stephan Bergmann yazdı
      Change-Id: Ie1f5407a347a19c000793bf83e3545d566937d72
      77a57a5c
    • Stephan Bergmann's avatar
      Clean up uses of SAL_U/SAL_W: dbaccess · d3f7146d
      Stephan Bergmann yazdı
      Change-Id: I08816442e63ccd33148d233f21f3d761bcdde13c
      d3f7146d
    • Stephan Bergmann's avatar
      Clean up uses of SAL_U/SAL_W: configmgr · 24896621
      Stephan Bergmann yazdı
      Change-Id: I2c3f16b4798246175ff8f3cc22b61f2d5a9967b6
      24896621
    • Stephan Bergmann's avatar
      Clean up uses of SAL_U/SAL_W: cli_ure · de82b32c
      Stephan Bergmann yazdı
      Change-Id: I198be4023710206d66135c33fe01e1d9bb859272
      de82b32c
    • Stephan Bergmann's avatar
      Clean up uses of SAL_U/SAL_W: basic · c14ed11d
      Stephan Bergmann yazdı
      Change-Id: I755b3b781c42cc9af61c0b90621d2eb7f544df62
      c14ed11d
    • Ximeng Zu's avatar
      Fix typo: 'forgeround' in multiple files · b35552f3
      Ximeng Zu yazdı
      Fixed typo: forgeround --> foreground
      in 19 files.
      
      Change-Id: Idb4c9ccd98a949a2574cdbd5b44f91509b9856a9
      Reviewed-on: https://gerrit.libreoffice.org/36154Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarGautam Prajapati <gautamprajapati06@gmail.com>
      Reviewed-by: 's avatarAdolfo Jayme Barrientos <fitojb@ubuntu.com>
      b35552f3
    • Noel Grandin's avatar
      loplugin:sallogareas · 4b056102
      Noel Grandin yazdı
      Change-Id: I382360e7756c8e0afa47c6bc96dfc04fec558a45
      4b056102
    • Noel Grandin's avatar
      loplugin:inlinefields in ucb_impl::RegexpMap · c6dc4ba4
      Noel Grandin yazdı
      Change-Id: Id8cf4a9e7f85048dac37fc1256427214abe3ac8c
      Reviewed-on: https://gerrit.libreoffice.org/36265Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
      c6dc4ba4
    • Noel Grandin's avatar
      use unique_ptr in RegexpMapImpl · 340d58f2
      Noel Grandin yazdı
      Change-Id: I150bd441281305346bf6be1844894ae857dd50f7
      Reviewed-on: https://gerrit.libreoffice.org/36264Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
      340d58f2
    • Noel Grandin's avatar
      loplugin:inlinefields in utl::ReadWriteMutex · 2841cf6c
      Noel Grandin yazdı
      Change-Id: Ibd31d1c0ec154be886f9fd4d2e7a439b2d7f5f4a
      Reviewed-on: https://gerrit.libreoffice.org/36267Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
      2841cf6c
    • Noel Grandin's avatar
      loplugin:inlinefields in INetMIMEMessageStream · 52117bb8
      Noel Grandin yazdı
      Change-Id: I675b53a55e02899f0cf325245cedb298f6903281
      Reviewed-on: https://gerrit.libreoffice.org/36266Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
      52117bb8
    • Tomaž Vajngerl's avatar
      pivotcharts: ignore subtotals, grand totals in pivot table data · abd8c364
      Tomaž Vajngerl yazdı
      Change-Id: I08cdd28aaae536fa8306446168dcdb977897dfcd
      Reviewed-on: https://gerrit.libreoffice.org/36308Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarTomaž Vajngerl <quikee@gmail.com>
      abd8c364
    • Noel Grandin's avatar
      new loplugin:inlinefields · 67af00a7
      Noel Grandin yazdı
      look for fields which can be declared inline in the parent class.
      
      start with some likely candidates in svx
      
      Change-Id: I56cdca273272b72bb728ed2e3f5e1e976f8c7c32
      Reviewed-on: https://gerrit.libreoffice.org/36262Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
      67af00a7
    • Noel Grandin's avatar
      convert FUNCFLAGS to o3tl::typed_flags · dc6f945f
      Noel Grandin yazdı
      Change-Id: I2f5e3816442ec90de7c4bd43e3d6e8494459eeee
      Reviewed-on: https://gerrit.libreoffice.org/36254Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
      dc6f945f
    • Tamás Bunth's avatar
      tdf#106866 query character size instead of bytes · 1b81754f
      Tamás Bunth yazdı
      Change-Id: I7639fb1accdf728a8170ddb7dc9caf84bad8d3ef
      Reviewed-on: https://gerrit.libreoffice.org/36289Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarLionel Elie Mamane <lionel@mamane.lu>
      1b81754f
    • andreas kainz's avatar
      add newwindow icon in the ui and the breeze icon for newwindow · 175c0fa9
      andreas kainz yazdı
      Change-Id: Ia252ed209752e04cb3ce3a6cd7d3d5266f931cdb
      Reviewed-on: https://gerrit.libreoffice.org/36283Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarAdolfo Jayme Barrientos <fitojb@ubuntu.com>
      175c0fa9
    • Takeshi Abe's avatar
      starmath: Assert an impossible error in parsing tables · 6cd854f8
      Takeshi Abe yazdı
      Change-Id: If7b6080504c1c89bc39bf35bdca264c509f09faf
      Reviewed-on: https://gerrit.libreoffice.org/36290Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarTakeshi Abe <tabe@fixedpoint.jp>
      6cd854f8
  2. 09 Nis, 2017 5 kayıt (commit)