1. 23 Şub, 2014 16 kayıt (commit)
  2. 22 Şub, 2014 24 kayıt (commit)
    • Michael Meeks's avatar
      fdo#75162 - IA2: map new document roles to ROLE_SYSTEM_DOCUMENT. · b129443e
      Michael Meeks yazdı
      Change-Id: I631d6e15162e58cf380b55ab1178a811b0304c33
      b129443e
    • Lionel Elie Mamane's avatar
      fdo#69309 rename share/registry/postgresqlsdbc.xcd to postgresql.xcd · 45b1211d
      Lionel Elie Mamane yazdı
      Change-Id: Ie7c9200310ab24e4d2636849b133e515f266d5c9
      45b1211d
    • Miklos Vajna's avatar
      SwFmtFrmSize: rename member variables missing their prefixes · 01d306ab
      Miklos Vajna yazdı
      Change-Id: I4c8876b6be795b7b7af26e7a449a63ec2320d729
      01d306ab
    • Caolán McNamara's avatar
      my upc router automatically adds .net to the domain search path · b3d15352
      Caolán McNamara yazdı
      i.e. I get handed an /etc/resolv.conf of
      
        domain net
        search net ...
      
      and so "nohost" resolves to "nohost.net" which actually exists, so I get an
      authentication request which is unexpected by this test which therefore falls
      over. "nohost.invalid.net" also exists btw, as are other various foo.net forms
      where foo is one of the reserved tld which don't themselves exist.
      
      So lets shove a "*" into the name which is definitely invalid, sigh.
      
      Change-Id: I8627ced9199f339ad6cca8f27752d883ebe74aad
      b3d15352
    • Oliver-Rainer Wittmann's avatar
      Resolves: #i124243# allow in-place editing of Input Fields... · 961315f0
      Oliver-Rainer Wittmann yazdı
      in protected areas (e.g. protected sections)
      
      (cherry picked from commit 1708b9be)
      
      Conflicts:
      	sw/inc/pam.hxx
      	sw/source/core/crsr/crsrsh.cxx
      	sw/source/core/crsr/pam.cxx
      	sw/source/core/edit/edfcol.cxx
      	sw/source/core/edit/ednumber.cxx
      	sw/source/ui/docvw/edtwin.cxx
      
      Change-Id: Iedcb31a824a9147bccb14314608749121c70d952
      961315f0
    • Miklos Vajna's avatar
      writerfilter: convert sprm:CF{Bold,BoldBi,Italic,ItalicBi} · 14890528
      Miklos Vajna yazdı
      Change-Id: Ide2116ac380fd563fa7cc9e60f46a7cc62ffc94b
      14890528
    • Miklos Vajna's avatar
      writerfilter: sprm:SBkc -> ooxml:EG_SectPrContents_type · ed9d0db0
      Miklos Vajna yazdı
      Change-Id: I6a6b73967e11a9346cd766dde9d04af63466c206
      ed9d0db0
    • Julien Nabet's avatar
      Fix a crash from crashtest · 87c32a39
      Julien Nabet yazdı
      4  0x00002aaaaad1b3ab in rtl_uString_newFromSubString (ppThis=0x7ffffffeba48, pFrom=0x2aaaaad4236c <aImplEmpty_rtl_uString>, beginIndex=1, count=-2)
          at /home/julien/compile-libreoffice/libo/sal/rtl/strtmpl.cxx:1231
      5  0x00002aaaec13e2b1 in rtl::OUString::copy (this=0x7ffffffebed0, beginIndex=1, count=-2) at /home/julien/compile-libreoffice/libo/include/rtl/ustring.hxx:1483
      6  0x00002aaaec1717e3 in writerfilter::rtftok::RTFSdrImport::resolve (this=0x1aa4710, rShape=..., bClose=true)
          at /home/julien/compile-libreoffice/libo/writerfilter/source/rtftok/rtfsdrimport.cxx:356
      7  0x00002aaaec134dfb in writerfilter::rtftok::RTFDocumentImpl::popState (this=0x20508a0)
          at /home/julien/compile-libreoffice/libo/writerfilter/source/rtftok/rtfdocumentimpl.cxx:4100
      8  0x00002aaaec18327f in writerfilter::rtftok::RTFTokenizer::resolveParse (this=0x1aa46c0)
          at /home/julien/compile-libreoffice/libo/writerfilter/source/rtftok/rtftokenizer.cxx:106
      9  0x00002aaaec11b269 in writerfilter::rtftok::RTFDocumentImpl::resolve (this=0x20508a0, rMapper=...)
          at /home/julien/compile-libreoffice/libo/writerfilter/source/rtftok/rtfdocumentimpl.cxx:644
      10 0x00002aaaec297aa6 in RtfFilter::filter (this=0x1b658b0, aDescriptor=uno::Sequence of length 13 = {...})
          at /home/julien/compile-libreoffice/libo/writerfilter/source/filter/RtfFilter.cxx:122
      
      Here are some debug:
      8;5;(0,0);(0,13);(1694,13);(1694,0);(0,0);
      aToken (0,0)
      aToken (0,13)
      aToken (1694,13)
      aToken (1694,0)
      aToken (0,0)
      aToken
      
      So must test that aToken is not empty
      
      Change-Id: Ib5f0af3306a983c8531a5db732831d4d786ce9f5
      87c32a39
    • Takeshi Abe's avatar
      Replace deprecated std::auto_ptr with boost::scoped_ptr · 3b06e5e6
      Takeshi Abe yazdı
      Change-Id: I1ebfb33063d39f64dc59623df0f942501870c4e7
      3b06e5e6
    • Stephan Bergmann's avatar
      Strategic SolarMutexGuard · d41c5816
      Stephan Bergmann yazdı
      ...seen CppunitTest_dbaccess_dialog_save fail with
      > abort
      > __assert_rtn
      > ImplDbgTestSolarMutex at vcl/source/app/dbggui.cxx:1678
      > DbgFunc at tools/source/debug/debug.cxx:1123
      > DbgTestSolarMutex at debug.hxx:286
      > OutputDevice::ImplGetGraphics at vcl/source/gdi/outdev.cxx:525
      > OutputDevice::GetFontCharMap at vcl/source/gdi/outdev3.cxx:7740
      > OutputDevice::HasGlyphs at vcl/source/gdi/outdev3.cxx:7810
      > Window::ImplCheckUIFont at vcl/source/window/window.cxx:447
      > Window::ImplUpdateGlobalSettings at vcl/source/window/window.cxx:471
      > Application::MergeSystemSettings at vcl/source/app/svapp.cxx:495
      > SvtMiscOptions_Impl::SetIconTheme at svtools/source/config/miscopt.cxx:592
      > SvtMiscOptions_Impl::SetIconThemeAutomatically at svtools/source/config/miscopt.cxx:934
      > SvtMiscOptions_Impl::Load at svtools/source/config/miscopt.cxx:514
      > SvtMiscOptions_Impl at svtools/source/config/miscopt.cxx:299
      > SvtMiscOptions_Impl at svtools/source/config/miscopt.cxx:425
      > SvtMiscOptions at svtools/source/config/miscopt.cxx:753
      > SvtMiscOptions at svtools/source/config/miscopt.cxx:756
      > connectivity::DriversConfigImpl::Load at connectivity/source/commontools/DriversConfig.cxx:106
      > connectivity::DriversConfigImpl::getInstalledDrivers at DriversConfig.hxx:53
      > connectivity::DriversConfig::getURLs at connectivity/source/commontools/DriversConfig.cxx:243
      > ODsnTypeCollection at dbaccess/source/core/misc/dsntypes.cxx:60
      > ODsnTypeCollection at dbaccess/source/core/misc/dsntypes.cxx:71
      > DatasourceURLListener at dbaccess/source/filter/xml/xmlfilter.cxx:183
      > DatasourceURLListener at dbaccess/source/filter/xml/xmlfilter.cxx:183
      > dbaxml::ODBFilter::implImport at dbaccess/source/filter/xml/xmlfilter.cxx:451
      > dbaxml::ODBFilter::filter at dbaccess/source/filter/xml/xmlfilter.cxx:404
      > non-virtual thunk to dbaxml::ODBFilter::filterat dbaccess/source/filter/xml/xmlfilter.cxx:415
      > dbaccess::ODatabaseDocument::impl_import_nolck_throw at dbaccess/source/core/dataaccess/databasedocument.cxx:520
      > dbaccess::ODatabaseDocument::load at dbaccess/source/core/dataaccess/databasedocument.cxx:585
      > non-virtual thunk to dbaccess::ODatabaseDocument::loadat dbaccess/source/core/dataaccess/databasedocument.cxx:602
      > dbaxml::DBContentLoader::load at dbaccess/source/filter/xml/dbloader2.cxx:484
      > non-virtual thunk to dbaxml::DBContentLoader::loadat dbaccess/source/filter/xml/dbloader2.cxx:553
      > framework::LoadEnv::impl_loadContent at framework/source/loadenv/loadenv.cxx:1177
      > framework::LoadEnv::startLoading at framework/source/loadenv/loadenv.cxx:401
      > framework::LoadEnv::loadComponentFromURL at framework/source/loadenv/loadenv.cxx:172
      > framework::Desktop::loadComponentFromURL at framework/source/services/desktop.cxx:603
      > non-virtual thunk to framework::Desktop::loadComponentFromURLat framework/source/services/desktop.cxx:604
      > unotest::MacrosTest::loadFromDesktop at unotest/source/cpp/macros_test.cxx:43
      > DialogSaveTest::test at dbaccess/qa/extras/dialog-save.cxx:73
      > CppUnit::TestCaller<DialogSaveTest>::runTest at TestCaller.h:166
      > CppUnit::TestCaseMethodFunctor::operatorat TestCase.cpp:32
      > (anonymous namespace)::Prot::protect at unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:88
      > CppUnit::ProtectorChain::ProtectFunctor::operatorat ProtectorChain.cpp:20
      > (anonymous namespace)::Prot::protect at unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:64
      > CppUnit::ProtectorChain::ProtectFunctor::operatorat ProtectorChain.cpp:20
      > CppUnit::DefaultProtector::protect at DefaultProtector.cpp:15
      > CppUnit::ProtectorChain::ProtectFunctor::operatorat ProtectorChain.cpp:20
      > CppUnit::ProtectorChain::protect at ProtectorChain.cpp:77
      > CppUnit::TestResult::protect at TestResult.cpp:181
      > CppUnit::TestCase::run at TestCase.cpp:91
      > CppUnit::TestComposite::doRunChildTests at TestComposite.cpp:64
      > CppUnit::TestComposite::run at TestComposite.cpp:23
      > CppUnit::TestComposite::doRunChildTests at TestComposite.cpp:64
      > CppUnit::TestComposite::run at TestComposite.cpp:23
      > CppUnit::TestRunner::WrappingSuite::run at TestRunner.cpp:47
      > CppUnit::TestResult::runTest at TestResult.cpp:148
      > CppUnit::TestRunner::run at TestRunner.cpp:96
      > (anonymous namespace)::ProtectedFixtureFunctor::run at sal/cppunittester/cppunittester.cxx:150
      > sal_main at sal/cppunittester/cppunittester.cxx:242
      > main at sal/cppunittester/cppunittester.cxx:166
      
      Change-Id: I217499b41027449df634945c4b260aafdfc4bff4
      d41c5816
    • Tor Lillqvist's avatar
      Mention that the Raspbian cross-build works from openSUSE, too · 661ab31d
      Tor Lillqvist yazdı
      Change-Id: Id9d8817a65795357ea8c333f3332baf6e0bc2e77
      661ab31d
    • Tor Lillqvist's avatar
      WaE: IntegralToBoolean · 228ae8ea
      Tor Lillqvist yazdı
      Change-Id: I688a8f8c26f7a93baafd247fc4cc5609ddf6137c
      228ae8ea
    • Matteo Casalin's avatar
      Bail out early, avoid some temporaries · 49b4a795
      Matteo Casalin yazdı
      Change-Id: Ice36f2fa40b1ee47fa29bb1f8386f34def57633a
      49b4a795
    • Matteo Casalin's avatar
      sal_Bool to bool · 130aa510
      Matteo Casalin yazdı
      Change-Id: I7142b4384179f1c2ffbe8645bb3025f9bbcbdfde
      130aa510
    • Matteo Casalin's avatar
      sal_Bool to bool · bb2637d0
      Matteo Casalin yazdı
      Change-Id: If4b7f6a384a3f07f322022fc7cf31f07806e8776
      bb2637d0
    • Matteo Casalin's avatar
      sal_Bool to bool · 0b9310f9
      Matteo Casalin yazdı
      Change-Id: I65c0332e53196ff9c059db2dcb4721968dacff1b
      0b9310f9
    • Matteo Casalin's avatar
      This function is local · 6262c707
      Matteo Casalin yazdı
      Change-Id: Icd8f792c01ee5de73f2b8893d9b098f55040507e
      6262c707
    • Matteo Casalin's avatar
      Adapt comment to reality (sal_Bool to bool) · 1b4399dc
      Matteo Casalin yazdı
      Change-Id: Ib9197ac8a402f4bf4019550f908f09a657dd6f60
      1b4399dc
    • Matteo Casalin's avatar
      sal_Bool to bool · 5e5b86c4
      Matteo Casalin yazdı
      Change-Id: Ic17400b4cde699387b6fccbc0744aeb8ef5734c5
      5e5b86c4
    • Matteo Casalin's avatar
      SwTxtFrm::bFormatted is never used · 69cae997
      Matteo Casalin yazdı
      Change-Id: I25584aec4b3a855b7b3908c1ec478d7cce40909e
      69cae997
    • Matteo Casalin's avatar
      Fix memory leak a simplify code · 7c87db6a
      Matteo Casalin yazdı
      Change-Id: I84ae9025d53d1544aa8ba0a56a2316cbf77561ea
      7c87db6a
    • Matteo Casalin's avatar
      Fix regression: execute IsAnyFrm only if bOn is true · 81da8a36
      Matteo Casalin yazdı
      Change-Id: I2d2ce5913e8737caba2391a4e40f4c72c1911f90
      81da8a36
    • Matteo Casalin's avatar
      Group common code of SwCrsrShell::Goto(Prev|Next)Num · 80a280d7
      Matteo Casalin yazdı
      Change-Id: Iae3b6bc395530ac1d179fdd129239c32bf74d1e6
      80a280d7
    • Matteo Casalin's avatar
      sal_Bool to bool and some simplifications · c28f492d
      Matteo Casalin yazdı
      Change-Id: Ia30f93df3ee5d0cfef826d9b6d7d5506fca7333a
      c28f492d