[Libreoffice-commits] core.git: svx/source

2017-09-27 Thread Takeshi Abe
svx/source/dialog/svxruler.cxx | 17 + 1 file changed, 5 insertions(+), 12 deletions(-) New commits: commit 0745016139072bfb8dceec840736f64f927deefd Author: Takeshi Abe Date: Wed Sep 27 19:26:09 2017 +0900 svx: Simplify SvxRuler_Impl's ctor&dtor with std::u

[Libreoffice-commits] core.git: include/svx svx/source

2017-09-30 Thread Takeshi Abe
include/svx/xpoly.hxx |2 +- svx/source/xoutdev/_xpoly.cxx |4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) New commits: commit 6a9d90fd4d89359ec11711e581010011fd25807b Author: Takeshi Abe Date: Fri Sep 29 10:16:56 2017 +0900 svx: Stop returning unused XPolygon

[Libreoffice-commits] core.git: include/svx svx/source

2017-10-02 Thread Takeshi Abe
include/svx/svdglue.hxx | 17 ++-- svx/source/svdraw/svdglue.cxx | 44 ++ 2 files changed, 22 insertions(+), 39 deletions(-) New commits: commit 445b17ce332007a62cd1e4f6eac4d337896c68b2 Author: Takeshi Abe Date: Thu Sep 28 12:22:12

[Libreoffice-commits] core.git: include/svl svl/source

2017-10-04 Thread Takeshi Abe
include/svl/slstitm.hxx |5 --- svl/source/items/slstitm.cxx | 55 +-- 2 files changed, 24 insertions(+), 36 deletions(-) New commits: commit 96e67461c8b451f3a313bcc973ac49c5e49537c0 Author: Takeshi Abe Date: Wed Oct 4 18:16:19 2017 +0900

[Libreoffice-commits] core.git: svl/source

2017-10-10 Thread Takeshi Abe
svl/source/inc/poolio.hxx |2 -- 1 file changed, 2 deletions(-) New commits: commit d3347261feec99bbb059898e76dc71d9fe46e1b7 Author: Takeshi Abe Date: Tue Oct 10 18:38:39 2017 +0900 svl: Drop dead constants which were gone at b021353dd62c3d8c9ee0281753b88f6304a2514d and

Discrepancy between SfxItemSet::SET and com::sun::star::frame::status::ItemState::SET

2017-10-11 Thread Takeshi Abe
n the code base. Anyway my understanding is limited, your experienced eyes may see subtle consequences from this issue/change. [1] https://gerrit.libreoffice.org/#/c/43190/ Cheers, -- Takeshi Abe ___ LibreOffice mailing list LibreOffice@lists.freedeskto

Discrepancy between SfxItemSet::SET and com::sun::star::frame::status::ItemState::SET

2017-10-15 Thread Takeshi Abe
n the code base. Anyway my understanding is limited, experienced eyes may see subtle consequences from this issue/change. [1] https://gerrit.libreoffice.org/#/c/43190/ Cheers, -- Takeshi Abe ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice-commits] core.git: sc/source

2018-06-05 Thread Takeshi Abe
sc/source/core/tool/interpr7.cxx |3 --- 1 file changed, 3 deletions(-) New commits: commit db042b2a59a713c37f568f7721b9546a353a964f Author: Takeshi Abe Date: Mon Jun 4 18:33:49 2018 +0900 sc: Stop pushing an extra error as MustHaveParamCount() already does it when returning

[Libreoffice-commits] core.git: sc/source

2018-06-07 Thread Takeshi Abe
sc/source/core/tool/interpr3.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit d155f7af035e0fd818340c1affe41d3b6e97b502 Author: Takeshi Abe Date: Wed Jun 6 19:05:01 2018 +0900 sc: A putative micro optimization of MEDIAN() for even-length arrays

[Libreoffice-commits] core.git: sc/inc sc/source

2018-06-11 Thread Takeshi Abe
changed, 13 insertions(+), 23 deletions(-) New commits: commit 9804cc4eff4c5899abdc5309eeb019eb6ec1bf46 Author: Takeshi Abe Date: Wed May 9 18:30:15 2018 +0900 sc: ScHeaderFieldData always stores a datetime It does not change only the date part nor the time part separately, thus

[Libreoffice-commits] core.git: sc/source

2018-06-11 Thread Takeshi Abe
sc/source/core/tool/interpr3.cxx |5 + 1 file changed, 5 insertions(+) New commits: commit d17e8faa13b1f8d943b602aa6ea754c1b22fdd76 Author: Takeshi Abe Date: Fri Jun 1 12:40:11 2018 +0900 sc: Make ZTEST() raise #DIV/0! when the sample stddev is 0 because it is an actual

[Libreoffice-commits] core.git: sc/source

2018-06-15 Thread Takeshi Abe
sc/source/core/data/formulacell.cxx|2 +- sc/source/core/inc/arraysumfunctor.hxx |2 +- sc/source/core/tool/formulagroup.cxx |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) New commits: commit 615c269325e476c5994ec46029b5928a8064ed78 Author: Takeshi Abe Date: Thu Jun

[Libreoffice-commits] core.git: sw/source

2018-06-17 Thread Takeshi Abe
sw/source/core/doc/acmplwrd.cxx | 22 ++ 1 file changed, 6 insertions(+), 16 deletions(-) New commits: commit c37b27af9195d4c5861676a3d5d5173e3476d3bc Author: Takeshi Abe Date: Sun Jun 17 19:20:00 2018 +0900 sw: Avoid unnecessary copy in SwAutoCompleteWord

[Libreoffice-commits] core.git: include/svtools svtools/source

2017-12-09 Thread Takeshi Abe
Author: Takeshi Abe Date: Sat Dec 9 23:28:39 2017 +0900 svtools: Simplify ImageMap with std::unique_ptr Change-Id: I49b3c21ff4d8177fb75197d6641040be0ace6324 Reviewed-on: https://gerrit.libreoffice.org/46149 Tested-by: Jenkins Reviewed-by: Noel Grandin diff --git a

[Libreoffice-commits] core.git: svtools/source

2017-12-11 Thread Takeshi Abe
svtools/source/brwbox/brwbox2.cxx | 15 +++ svtools/source/brwbox/datwin.cxx | 18 ++ svtools/source/brwbox/datwin.hxx |5 ++--- 3 files changed, 15 insertions(+), 23 deletions(-) New commits: commit de37c379847afcef8ddf3f03f84cca1b61104851 Author: Takeshi

[Libreoffice-commits] core.git: include/svtools

2017-12-17 Thread Takeshi Abe
include/svtools/grfmgr.hxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit d9c8376fccfa133a23c0af8dd50564388d288892 Author: Takeshi Abe Date: Sun Dec 17 23:26:14 2017 +0900 svtools: Delete copy ctor in a standard way Change-Id

[Libreoffice-commits] core.git: sot/source

2017-11-20 Thread Takeshi Abe
sot/source/sdstor/ucbstorage.cxx | 45 +-- 1 file changed, 16 insertions(+), 29 deletions(-) New commits: commit c40c0a2773cee5402801926bc08db92a94527712 Author: Takeshi Abe Date: Tue Nov 14 15:17:28 2017 +0900 sot: Simplify UCBStorageElement_Impl

[Libreoffice-commits] core.git: accessibility/source cui/source extensions/source hwpfilter/source include/svl include/svx sc/source sd/source sfx2/source svl/source sw/source unotest/source

2017-11-20 Thread Takeshi Abe
14f351529e5f6282b1017d28671930d6142f4ce5 Author: Takeshi Abe Date: Sun Nov 19 01:38:22 2017 +0900 cosmetics: Drop duplicate semicolon Change-Id: I96d2ffb903f9ed15070572552c9564b5089df12f Reviewed-on: https://gerrit.libreoffice.org/44914 Tested-by: Jenkins Reviewed-by: Eike Rathke diff --git a

[Libreoffice-commits] core.git: xmloff/source

2017-11-21 Thread Takeshi Abe
02393281b6964b6657985a453c6f1a43ac77411c Author: Takeshi Abe Date: Wed Nov 22 09:31:01 2017 +0900 xmloff: These arrays are constant Change-Id: I834e23610facb8b4b35f0a377e33b744e7725d1f Reviewed-on: https://gerrit.libreoffice.org/45066 Reviewed-by: Noel Grandin Tested-by: Noel Grandin diff

[Libreoffice-commits] core.git: xmloff/source

2017-11-23 Thread Takeshi Abe
xmloff/source/text/txtprhdl.hxx |3 --- 1 file changed, 3 deletions(-) New commits: commit e0bd8f36964b84d7649b7705c3df98256d3ce627 Author: Takeshi Abe Date: Thu Nov 23 17:57:04 2017 +0900 xmloff: Drop non-existent XMLTextPropertyHandlerFactory_Impl Change-Id

[Libreoffice-commits] core.git: sd/source

2018-05-19 Thread Takeshi Abe
sd/source/ui/app/sdmod2.cxx |5 ++--- sd/source/ui/dlg/headerfooterdlg.cxx |5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) New commits: commit 1de2b14b3f736c7a81c68aced6dcdef45b62d4b8 Author: Takeshi Abe Date: Tue May 15 12:31:35 2018 +0900 sd: Avoid looking

[Libreoffice-commits] core.git: sfx2/source

2018-05-19 Thread Takeshi Abe
sfx2/source/doc/docfile.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 84efa4087b803a39219ccce79ca374d0d09cf6d9 Author: Takeshi Abe Date: Thu May 17 17:54:38 2018 +0900 sfx2: Avoid looking up system clock twice for current datetime Change-Id

[Libreoffice-commits] core.git: svx/source

2018-05-19 Thread Takeshi Abe
svx/source/dialog/ctredlin.cxx | 22 ++ 1 file changed, 10 insertions(+), 12 deletions(-) New commits: commit 027b5a14830c0013ce79877eab66dcf309366ecc Author: Takeshi Abe Date: Fri May 18 12:05:54 2018 +0900 svx: Avoid looking up system clock twice for current

[Libreoffice-commits] core.git: sc/source

2018-05-21 Thread Takeshi Abe
sc/source/core/tool/interpr2.cxx |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) New commits: commit 622691b89573850c35fe6c4b4f0b2f9bdb4c091d Author: Takeshi Abe Date: Tue May 8 16:35:49 2018 +0900 sc: Avoid looking up system clock twice to get current datetime

[Libreoffice-commits] core.git: sw/source

2018-05-21 Thread Takeshi Abe
sw/source/core/doc/DocumentFieldsManager.cxx |5 +++-- sw/source/filter/html/htmlfld.cxx|5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) New commits: commit 338d5f14ba3e77286c3447fb0bcbf46b0627a35f Author: Takeshi Abe Date: Mon May 21 19:01:02 2018 +0900 sw

[Libreoffice-commits] core.git: vbahelper/source xmloff/source

2018-05-21 Thread Takeshi Abe
vbahelper/source/vbahelper/vbaapplicationbase.cxx |9 - xmloff/source/text/txtlists.cxx |8 2 files changed, 8 insertions(+), 9 deletions(-) New commits: commit 1091e786b420a964b899e9c0a9c399d07946536c Author: Takeshi Abe Date: Tue May 22 13:28:15

[Libreoffice-commits] core.git: xmlsecurity/inc xmlsecurity/source

2018-05-24 Thread Takeshi Abe
b4960947db5652382710e817ed1412eeb9132be6 Author: Takeshi Abe Date: Wed May 23 22:10:22 2018 +0900 xmlsecurity: Ask current datetime only once ... and pass it as the sole argument to XMLSignatureHelper::SetDateTime(). Change-Id: I7f3e8dc90bb34ca347a1ad5a79717a338af3bed9 Reviewed-on

[Libreoffice-commits] core.git: basic/source

2018-05-28 Thread Takeshi Abe
basic/source/runtime/methods.cxx | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) New commits: commit f122faeede515093cf9dc450c9b62fdaae603bef Author: Takeshi Abe Date: Mon May 7 17:31:39 2018 +0900 basic: Avoid looking up system clock twice to get current datetime

[Libreoffice-commits] core.git: sc/inc

2018-05-30 Thread Takeshi Abe
sc/inc/scfuncs.hrc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 4534da9dabe162d094bfef204d41b2d43e47c217 Author: Takeshi Abe Date: Tue May 29 12:18:00 2018 +0900 sc: Insert a space for consistency Change-Id

[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - sc/inc

2018-05-30 Thread Takeshi Abe
sc/inc/scfuncs.hrc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit f5e804587a2dd0e2f745ebe507a2efb9fc1e8a4e Author: Takeshi Abe Date: Tue May 29 12:18:00 2018 +0900 sc: Insert a space for consistency Change-Id

[Libreoffice-commits] core.git: sw/source

2018-06-21 Thread Takeshi Abe
sw/source/core/crsr/viscrs.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 39180f706f0c30771d55e065fca2e36d2c7bb7c7 Author: Takeshi Abe Date: Thu Jun 21 22:20:04 2018 +0900 sw: Allocate enough space at once for micro optimization Change-Id

[Libreoffice-commits] core.git: sccomp/source

2018-06-23 Thread Takeshi Abe
578e4eca82132ddbb9475409d0b1a982f61da816 Author: Takeshi Abe Date: Sat Jun 23 11:39:47 2018 +0900 sccomp: Reserve enough space at once for micro-optimization Change-Id: Ib4e178d2a0f09cb44854f1d1aad026d8394a8917 Reviewed-on: https://gerrit.libreoffice.org/56312 Reviewed-by

[Libreoffice-commits] core.git: sd/source

2018-06-23 Thread Takeshi Abe
sd/source/ui/animations/CustomAnimationPane.cxx |4 ++-- sd/source/ui/view/viewshel.cxx |7 +++ 2 files changed, 5 insertions(+), 6 deletions(-) New commits: commit b42c316fcf36f478c4d4685c5d2294e079310693 Author: Takeshi Abe Date: Sun Jun 24 11:59:51 2018 +0900

[Libreoffice-commits] core.git: sc/source

2018-06-30 Thread Takeshi Abe
sc/source/ui/app/inputhdl.cxx | 15 ++- 1 file changed, 2 insertions(+), 13 deletions(-) New commits: commit 658ff424b8f4a95a3327ee9081bdfd3664c6a85f Author: Takeshi Abe Date: Sat Jun 30 21:19:29 2018 +0900 sc: Spare an OUStringBuffer by replacing removeChars

[Libreoffice-commits] core.git: sc/source

2018-07-01 Thread Takeshi Abe
sc/source/core/tool/interpr2.cxx |7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) New commits: commit d6aa070267f95fbcc6024ca42b8473ef08df81c7 Author: Takeshi Abe Date: Thu Jun 28 17:44:42 2018 +0900 sc: Replace DblMin() with std::min() Change-Id

[Libreoffice-commits] core.git: scaddins/source

2018-07-01 Thread Takeshi Abe
scaddins/source/analysis/analysishelper.hxx |3 --- 1 file changed, 3 deletions(-) New commits: commit 123a4808dca73f99bb80413d3a2eb23d232a9b2e Author: Takeshi Abe Date: Wed Jun 27 19:13:44 2018 +0900 scaddins: Drop unused stuff Change-Id

[Libreoffice-commits] core.git: sc/source

2018-07-03 Thread Takeshi Abe
sc/source/core/tool/interpr3.cxx |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) New commits: commit e46df81b679cbb44235e891c81e8b30ae50b31d4 Author: Takeshi Abe Date: Mon Jun 11 13:18:31 2018 +0900 sc: A micro optimization of PERCENTILE() for interpolation cases

[Libreoffice-commits] core.git: sc/source

2018-07-03 Thread Takeshi Abe
sc/source/core/data/bcaslot.cxx | 12 1 file changed, 12 deletions(-) New commits: commit de7e83969b60ab6d78e501a16a069a786746f022 Author: Takeshi Abe Date: Tue Jul 3 16:18:13 2018 +0900 sc: Eliminate the case of MAXROWCOUNT_DEFINE <= 65536 It is 1024*1024 si

[Libreoffice-commits] core.git: sc/source

2018-07-05 Thread Takeshi Abe
sc/source/core/data/formulacell.cxx | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) New commits: commit 7e971b500f164cf07728cc128f63b50d9e56f909 Author: Takeshi Abe Date: Thu Jul 5 18:09:07 2018 +0900 sc: Prefer std::vector to std::deque There seems no

[Libreoffice-commits] core.git: svx/source

2018-04-26 Thread Takeshi Abe
svx/source/unodraw/unoshap2.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit d69a043b5470212fa9d1ef5c17015c7a84d054fb Author: Takeshi Abe Date: Tue Apr 24 21:24:24 2018 +0900 svx: These arrays are constant Change-Id

[Libreoffice-commits] core.git: include/tools tools/inc tools/Library_tl.mk tools/source

2018-05-04 Thread Takeshi Abe
/source/datetime/tdate.cxx | 35 - tools/source/datetime/ttime.cxx | 85 +--- 7 files changed, 175 insertions(+), 100 deletions(-) New commits: commit 5103c6a405e93bb05018ab7c89e7e9446c740aaa Author: Takeshi Abe Date: Sun Apr 29 05:20:47 2018

tdf#120047 Support attribute harpoon/wideharpoon in Math

2019-05-31 Thread Takeshi Abe
ABOVE (U+20D7), which is the one shown as the arrow for attributes vec/widevec so far. Review and suggestions are highly appreciated. [1] https://bugs.documentfoundation.org/show_bug.cgi?id=120047 [2] https://gerrit.libreoffice.org/#/c/72987/ Cheers, -- Takeshi Abe

Re: tdf#120047 Support attribute harpoon/wideharpoon in Math

2019-06-03 Thread Takeshi Abe
w.fixedpoint.jp/libreoffice/20190602/vec-harpoon-bad.png Cheers, -- Takeshi Abe > > I would like to test it with your version of the font. > > Kind regards > Regina > > Takeshi Abe schrieb am 01-Jun-19 um 03:36: >> Hi, >> To solve tdf#120047 [1], I am going to

Re: tdf#120047 Support attribute harpoon/wideharpoon in Math

2019-06-03 Thread Takeshi Abe
But because no one is working on it, I > support to solve this special request in the way you suggest. I agree with your preference for a general solution, and admit that my patch is just a one-more-pile thing. Thank you very much for your throughly inspection. Cheers, -- Takeshi Abe ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] core.git: writerperfect/Library_wpftdraw.mk writerperfect/source

2014-10-24 Thread Takeshi Abe
|2 writerperfect/source/draw/WPGImportFilter.hxx | 10 - 20 files changed, 87 insertions(+), 339 deletions(-) New commits: commit bddd965764130656ee8daf84b592de6de3c1db4f Author: Takeshi Abe Date: Mon Oct 20 22:34:24 2014 +0900 fdo#84168 change writerperfect filters to use a new

[Libreoffice-commits] core.git: include/rsc rsc/inc

2014-10-27 Thread Takeshi Abe
include/rsc/rsc-vcl-shared-types.hxx |2 +- rsc/inc/rscdb.hxx|2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 95ca903043c0ad9010deaca7e32ae09cc8afbbf8 Author: Takeshi Abe Date: Mon Oct 27 22:43:48 2014 +0900 sal_Int16 as the

[Libreoffice-commits] core.git: starmath/inc starmath/source

2014-11-03 Thread Takeshi Abe
starmath/inc/parse.hxx|4 ++-- starmath/source/parse.cxx | 16 ++-- 2 files changed, 8 insertions(+), 12 deletions(-) New commits: commit fe1f258d5b77cd6e6a7483d7cf28195dbfdd62a4 Author: Takeshi Abe Date: Mon Nov 3 08:42:02 2014 +0900 fix memory leak of pointers

[Libreoffice-commits] core.git: 2 commits - starmath/inc

2014-11-03 Thread Takeshi Abe
starmath/inc/cursor.hxx |2 ++ starmath/inc/parse.hxx |8 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) New commits: commit 5c5e809605d750d87ae7a5334f8406894f6a4184 Author: Takeshi Abe Date: Tue Nov 4 00:56:45 2014 +0900 mark as noncopyable Change-Id

[Libreoffice-commits] core.git: starmath/source

2014-11-05 Thread Takeshi Abe
starmath/source/node.cxx |9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) New commits: commit 8b21b5cbe78945b27525b4ce78ae3d981f90590f Author: Takeshi Abe Date: Thu Nov 6 12:54:02 2014 +0900 Avoid possible memory leaks in case of exception Change-Id

[Libreoffice-commits] core.git: solenv/bin

2014-11-07 Thread Takeshi Abe
solenv/bin/create-tags |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d045ad920be0aa55cd3761dc236fc621bcd8e387 Author: Takeshi Abe Date: Fri Nov 7 13:52:44 2014 +0900 make 'make tags' work in case of out-of-tree build

[Libreoffice-commits] core.git: starmath/inc starmath/source

2014-11-08 Thread Takeshi Abe
/source/parse.cxx |2 6 files changed, 197 insertions(+), 147 deletions(-) New commits: commit c1358e5dc875bb923f4b5472ba615ebd19f0d057 Author: Takeshi Abe Date: Sun Nov 9 00:14:29 2014 +0900 separate parse.hxx into smaller parts ... so that node.hxx no longer needs to include

[Libreoffice-commits] core.git: starmath/qa starmath/source

2014-11-26 Thread Takeshi Abe
starmath/qa/cppunit/test_nodetotextvisitors.cxx |4 ++-- starmath/source/visitors.cxx| 24 2 files changed, 14 insertions(+), 14 deletions(-) New commits: commit ede5d170ea25c7983ed890075d9d5479aaa08d88 Author: Takeshi Abe Date: Mon Nov 24 10

[Libreoffice-commits] core.git: starmath/qa

2014-11-26 Thread Takeshi Abe
starmath/qa/cppunit/test_nodetotextvisitors.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 465a4b2be8ed4c1f6d0d9995cd8d4c00ce7ae8bd Author: Takeshi Abe Date: Sat Nov 22 17:17:02 2014 +0900 Correct and reenable SmNodeToTextVisitor's test for

[Libreoffice-commits] core.git: starmath/inc starmath/qa starmath/source

2014-11-28 Thread Takeshi Abe
, 224 insertions(+), 222 deletions(-) New commits: commit e2c7b93744e61f3a7a9a04056a95894c9e888db8 Author: Takeshi Abe Date: Fri Nov 28 17:43:57 2014 +0900 recycle SmVisitorTest for unit test i.e. move unused SmVisitorTest to qa/ as MockVisitor, and call it in existing test cases

[Libreoffice-commits] core.git: starmath/qa

2014-11-30 Thread Takeshi Abe
starmath/qa/cppunit/mock-visitor.hxx | 56 +-- 1 file changed, 28 insertions(+), 28 deletions(-) New commits: commit 14398cb2076a88b752430db5e20b36d9b377f62c Author: Takeshi Abe Date: Sat Nov 29 20:48:08 2014 +0900 fix the order of arguments: expected

[Libreoffice-commits] core.git: sw/qa

2014-12-02 Thread Takeshi Abe
changed, 13 insertions(+) New commits: commit cbbe0e5051fc36edc14347e27af71dc15e27a1df Author: Takeshi Abe Date: Tue Dec 2 18:27:48 2014 +0900 add mode lines Change-Id: Id7825ecd076a5d8cbe926a26bc74fc7d0da1d621 diff --git a/sw/qa/extras/globalfilter/globalfilter.cxx b/sw/qa/extras

[Libreoffice-commits] core.git: starmath/inc

2014-12-04 Thread Takeshi Abe
starmath/inc/document.hxx |2 -- 1 file changed, 2 deletions(-) New commits: commit 5ea8f923ebc4acd82c566296b7ae80d140cc1c5f Author: Takeshi Abe Date: Thu Dec 4 21:03:37 2014 +0900 -Wunused-macros Change-Id: I40aa11584b76ea2e3d4e0d13690893e340229172 diff --git a/starmath

About fdo#70185 starmath: unit test writing

2014-12-08 Thread Takeshi Abe
st (xTunnel->getSomething(SmModel::getUnoTunnelId())); --- pModel ended up being NULL, but I have no idea what really happens. Could you give me any clue? Thank you for your attention. Cheers, -- Takeshi Abe >From f82e628f77151d118b555efc0d15a1a8e60c4e3b Mon Sep 17 00:00:00 2001 From: Takesh

Re: About fdo#70185 starmath: unit test writing

2014-12-08 Thread Takeshi Abe
hat's the attached one with the previous mail. Or, do you mean any other essential piece of new cppunit tests are missing in the patch? Cheers, -- Takeshi Abe ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/ma

Re: About fdo#70185 starmath: unit test writing

2014-12-09 Thread Takeshi Abe
# for memory checking and retry using: make CppunitTest_starmath_import --- Cheers, -- Takeshi Abe ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] core.git: sw/source

2014-12-10 Thread Takeshi Abe
sw/source/core/crsr/swcrsr.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit dad173d9588e6abc2a465198b7d2881d4629246a Author: Takeshi Abe Date: Wed Dec 10 12:45:44 2014 +0900 fdo#75137: Can't Move Cursor Between Footnotes with Up/Down Arrow

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - sw/source

2014-12-10 Thread Takeshi Abe
sw/source/core/crsr/swcrsr.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f25212197b7862575f8427f4a9c0b999ee6d5fd4 Author: Takeshi Abe Date: Wed Dec 10 12:45:44 2014 +0900 fdo#75137: Can't Move Cursor Between Footnotes with Up/Down Arrow

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - sw/source

2014-12-10 Thread Takeshi Abe
sw/source/core/crsr/swcrsr.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 08b1f9ba6800193ed0fa38cd5545c690b02bc014 Author: Takeshi Abe Date: Wed Dec 10 12:45:44 2014 +0900 fdo#75137: Can't Move Cursor Between Footnotes with Up/Down Arrow

[Libreoffice-commits] core.git: include/sal

2014-11-09 Thread Takeshi Abe
include/sal/config.h |5 - 1 file changed, 5 deletions(-) New commits: commit 06a5b619a76c96783ee67bdcfd21f203d3ddb53c Author: Takeshi Abe Date: Mon Nov 10 11:01:41 2014 +0900 never wonder if sun is not sun By the way an item of the following page suggests the same

[Libreoffice-commits] core.git: .gitignore Makefile.in solenv/bin

2014-11-11 Thread Takeshi Abe
.gitignore |3 +++ Makefile.in|5 - solenv/bin/create-tags |9 +++-- 3 files changed, 14 insertions(+), 3 deletions(-) New commits: commit 775d99c87bed9bd7d9dc10e1110990bd2c5d905e Author: Takeshi Abe Date: Fri Nov 7 21:14:50 2014 +0900 add

[Libreoffice-commits] core.git: starmath/inc starmath/source

2014-11-11 Thread Takeshi Abe
(-) New commits: commit da2d24a28504d2a3e6fa147e205ffbf30b1112ea Author: Takeshi Abe Date: Sun Nov 9 01:10:32 2014 +0900 stop duplicate definition of lcl_popOrZero() This renames it to popOrZero() in node.hxx. Also one more call site found in mathmlimport.hxx. Change-Id

[Libreoffice-commits] core.git: starmath/source

2014-11-12 Thread Takeshi Abe
starmath/source/document.cxx | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) New commits: commit 8fa5a65792dc109791cbfbf5b8674cd9b65159dd Author: Takeshi Abe Date: Thu Nov 13 14:28:43 2014 +0900 Avoid possible memory leaks in case of exceptions Change-Id

[Libreoffice-commits] core.git: sw/source

2014-11-13 Thread Takeshi Abe
sw/source/core/access/accmap.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 34b12a170e1b3264fa46a8996cc67e12e2fea947 Author: Takeshi Abe Date: Fri Nov 14 14:47:15 2014 +0900 Mark as const Change-Id: I3236bbbdddf819afb11d8f80dd80c92a04281bf9

[Libreoffice-commits] core.git: starmath/source

2014-11-15 Thread Takeshi Abe
starmath/source/edit.cxx | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) New commits: commit 2492783bd87d534e4eb1d6a00f082772e7b03172 Author: Takeshi Abe Date: Sun Nov 16 03:00:35 2014 +0900 Avoid possible memory leaks in case of exceptions Change-Id

[Libreoffice-commits] core.git: starmath/source

2014-11-16 Thread Takeshi Abe
starmath/source/cfgitem.hxx | 14 +++--- 1 file changed, 3 insertions(+), 11 deletions(-) New commits: commit 1bbda773e98cf1c651311b03c1684393b73c7f50 Author: Takeshi Abe Date: Sun Nov 16 11:18:20 2014 +0900 Mark as noncopyable Change-Id

[Libreoffice-commits] core.git: starmath/source

2014-11-17 Thread Takeshi Abe
starmath/source/parse.cxx |7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) New commits: commit e186db5257956a88ed5ed7a9db1867b44324252d Author: Takeshi Abe Date: Mon Nov 17 10:09:46 2014 +0900 assert that no other types than TGOPER can happen in SmParser::Oper

[Libreoffice-commits] core.git: starmath/inc starmath/source

2014-11-20 Thread Takeshi Abe
e05a6419a6c77b7cd11c67688f544df40cfc7c33 Author: Takeshi Abe Date: Wed Nov 19 22:22:13 2014 +0900 fix memory leaks caused with SmNodeStack SmNodeStack now frees its own pointers after use. Change-Id: Ie43eb887810a3424109708c956ccbdf97fc5a2e5 Reviewed-on: https://gerrit.libreoffice.org

[Libreoffice-commits] core.git: sw/source

2014-11-24 Thread Takeshi Abe
sw/source/core/access/accfrmobjmap.hxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 643283d4b3b8581fa5aa9b47cda90583b4aed3e7 Author: Takeshi Abe Date: Tue Nov 25 15:08:07 2014 +0900 Drop noexcept VS2012 does not support the noexcept

[Libreoffice-commits] core.git: filter/source include/filter sd/source

2014-10-06 Thread Takeshi Abe
b1d48f0d9a3442c11adae6e36325a463d89ce44e Author: Takeshi Abe Date: Sun Oct 5 11:40:03 2014 +0900 fdo#75757: remove inheritance to std::vector from PptSlidePersistList. This also puts in assertions that every entry in a PptSlidePersistList is non-null. Cf. 9536a28ede89e8c29940e8ba225215a45667062c

[Libreoffice-commits] core.git: include/oox oox/source

2014-10-08 Thread Takeshi Abe
include/oox/dump/dumperbase.hxx | 13 +++-- oox/source/dump/dffdumper.cxx |4 ++-- oox/source/dump/dumperbase.cxx |4 ++-- 3 files changed, 15 insertions(+), 6 deletions(-) New commits: commit 413771fa32815672afc6b7799c1433f523088811 Author: Takeshi Abe Date: Wed Oct 8 21

[Libreoffice-commits] core.git: filter/source include/filter sw/source

2014-10-08 Thread Takeshi Abe
ad8c2f7090ea2e77bb9afe77b2764f1b4560ad76 Author: Takeshi Abe Date: Tue Oct 7 18:46:56 2014 +0900 fdo#75757: remove inheritance to std::vector from SvxMSDffShapeOrders. Change-Id: Idf551f1fbde907759d6a296141e2837264dbbb10 Reviewed-on: https://gerrit.libreoffice.org/11840 Reviewed-by

[Libreoffice-commits] core.git: include/oox oox/source sc/source

2014-10-11 Thread Takeshi Abe
(-) New commits: commit c51f77b1c02d03a4932d1b20ba6440465d265d48 Author: Takeshi Abe Date: Fri Oct 10 14:08:49 2014 +0900 fdo#75757: remove inheritance to std::map from oox::core::Relations. Change-Id: If2e0109a2ad6598436177b7638cb6d568fb2d3d6 Reviewed-on: https

[Libreoffice-commits] core.git: include/tools tools/source

2014-10-14 Thread Takeshi Abe
include/tools/unqidx.hxx |7 +-- tools/source/memtools/unqidx.cxx | 36 ++-- 2 files changed, 23 insertions(+), 20 deletions(-) New commits: commit 4e3772b1b472636b381ed511dcfff216fbe55d37 Author: Takeshi Abe Date: Mon Oct 13 21:05:31 2014

[Libreoffice-commits] core.git: writerperfect/Library_wpftwriter.mk writerperfect/source

2014-10-22 Thread Takeshi Abe
d19f950dc49ee4b635bfecfd1ff8f1b1b5f4358a Author: Takeshi Abe Date: Sun Oct 19 22:00:59 2014 +0900 fdo#84168 change writerperfect filters to use a new base class template in writerperfect/source/writer. Change-Id: I8840f13b44aa1060dab9383583bdb1db4db70aaa Reviewed-on: https://gerrit.libreoffice.org/12038

[Libreoffice-commits] core.git: 2 commits - mysqlc/source sw/inc

2014-10-22 Thread Takeshi Abe
/node.hxx|2 11 files changed, 2 insertions(+), 772 deletions(-) New commits: commit 294c80f1cd8279f9ef239b8251b8d4c51284e63d Author: Takeshi Abe Date: Sat Oct 18 19:26:00 2014 +0900 fdo#75757: remove inheritance to std::vector from SwOLENodes, by

[Libreoffice-commits] core.git: vcl/source

2014-03-14 Thread Takeshi Abe
vcl/source/gdi/bitmap.cxx | 53 ++ vcl/source/gdi/bitmap3.cxx | 78 - 2 files changed, 46 insertions(+), 85 deletions(-) New commits: commit 61f9aa6176629c2f8774f4f1ea44ca8c4d8b3c09 Author: Takeshi Abe Date: Thu Mar

[Libreoffice-commits] core.git: vcl/source

2014-03-17 Thread Takeshi Abe
vcl/source/gdi/cvtsvm.cxx | 15 -- vcl/source/gdi/dibtools.cxx | 63 ++-- 2 files changed, 33 insertions(+), 45 deletions(-) New commits: commit bb17844099ba98a77c8e5d7a25c0c416a4b0641e Author: Takeshi Abe Date: Tue Mar 18 11:41:20 2014

[Libreoffice-commits] core.git: vcl/source

2014-03-18 Thread Takeshi Abe
(+), 49 deletions(-) New commits: commit bbdbf199ebfd26f1844500bf175444c35885a2b4 Author: Takeshi Abe Date: Tue Mar 18 23:07:13 2014 +0900 Avoid possible resource leaks by boost::scoped_array Change-Id: I97dc3d073cca1584f195b592cec9ef2d8d0dbd23 diff --git a/vcl/source/gdi

[Libreoffice-commits] core.git: vcl/source

2014-03-20 Thread Takeshi Abe
bbdf832d48cb7f89ee9d6e355841a31c672aadd9 Author: Takeshi Abe Date: Thu Mar 20 17:41:46 2014 +0900 Avoid possible resource leaks by boost::scoped_array Change-Id: I0da7f9621d2770f49a554fb97591d9cac0bde9be diff --git a/vcl/source/gdi/pngwrite.cxx b/vcl/source/gdi/pngwrite.cxx index

[Libreoffice-commits] core.git: i18npool/source

2014-03-20 Thread Takeshi Abe
i18npool/source/localedata/data/ja_JP.xml | 124 +++--- 1 file changed, 62 insertions(+), 62 deletions(-) New commits: commit 18feb733755f32a2b2ae88176806bc300e23a143 Author: Takeshi Abe Date: Thu Mar 20 19:07:15 2014 +0900 Translate names of months and the days

[Libreoffice-commits] core.git: svl/source vcl/unx

2014-03-21 Thread Takeshi Abe
changed, 28 insertions(+), 32 deletions(-) New commits: commit fc8b8033c645bb94484c51ddad4ed82add0cf6bc Author: Takeshi Abe Date: Fri Mar 21 19:16:11 2014 +0900 Avoid possible resource leaks by boost::scoped_array Change-Id: I4287fa05e35c132fb6e11d95dd17c3d3bf29defc diff --git a/svl

[Libreoffice-commits] core.git: sc/source sfx2/source

2014-03-23 Thread Takeshi Abe
/control/bindings.cxx |8 sfx2/source/doc/objcont.cxx |4 ++-- 12 files changed, 62 insertions(+), 71 deletions(-) New commits: commit f516cff220895391c861adf1f4e93e280e1c3a17 Author: Takeshi Abe Date: Mon Mar 24 03:09:23 2014 +0900 Avoid possible resource leaks by

[Libreoffice-commits] core.git: sfx2/source

2014-03-23 Thread Takeshi Abe
sfx2/source/doc/objcont.cxx | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) New commits: commit 4cd8a6fbaa27d045d71c7e4a2728bb9b885b3f5b Author: Takeshi Abe Date: Mon Mar 24 03:49:05 2014 +0900 Using a local type as a template argument is a C++11-ism Change

[Libreoffice-commits] core.git: basic/source

2014-03-25 Thread Takeshi Abe
dd52330db6551c3e96fce5ba17ff823882d158fd Author: Takeshi Abe Date: Tue Mar 25 20:07:48 2014 +0900 Avoid possible resource leaks by boost::scoped_array Change-Id: I14e1f7ef217eb5e8e9db9f8962af868ab0a4ab81 diff --git a/basic/source/runtime/methods.cxx b/basic/source/runtime/methods.cxx index

[Libreoffice-commits] core.git: chart2/source

2014-03-26 Thread Takeshi Abe
chart2/source/tools/OPropertySet.cxx | 17 + chart2/source/view/charttypes/Splines.cxx | 24 +--- 2 files changed, 18 insertions(+), 23 deletions(-) New commits: commit 3952fab4edb68608dee1e20750a826c6e0c1a417 Author: Takeshi Abe Date: Wed Mar 26

[Libreoffice-commits] core.git: comphelper/source

2014-03-27 Thread Takeshi Abe
comphelper/source/property/propagg.cxx | 36 +++ comphelper/source/property/propertysethelper.cxx | 20 2 files changed, 18 insertions(+), 38 deletions(-) New commits: commit ee6895c61f8c073288bbc73cae105c3c1c36b9f0 Author: Takeshi Abe Date: Thu

[Libreoffice-commits] core.git: cui/source dbaccess/source desktop/source editeng/source

2014-03-28 Thread Takeshi Abe
+- 4 files changed, 16 insertions(+), 20 deletions(-) New commits: commit e3bd2ee4e00185d6e0e57aba7046634142d614b8 Author: Takeshi Abe Date: Fri Mar 28 19:17:53 2014 +0900 Avoid possible resource leaks by boost::scoped_array Change-Id: Ie20fc857f19f74aaccb546f9bfa11a7a657d3e8a diff

[Libreoffice-commits] core.git: editeng/source

2014-03-29 Thread Takeshi Abe
: commit 95c45ef7b853bc00ae1734c8271c862dc0665b24 Author: Takeshi Abe Date: Sun Mar 30 03:38:11 2014 +0900 Avoid possible resource leaks by boost::scoped_array Change-Id: Iffc9d1ca971610bad9b3dd2bd9a6cd00f02ff39b diff --git a/editeng/source/editeng/impedit2.cxx b/editeng/source

[Libreoffice-commits] core.git: embeddedobj/source extensions/source

2014-04-02 Thread Takeshi Abe
8f7c677dbba29123c48778a1024a535f36bca183 Author: Takeshi Abe Date: Wed Apr 2 16:08:04 2014 +0900 Avoid possible resource leaks by boost::scoped_array Change-Id: Ibf92b3098c50388d8b6d27f4476e613a1f8918b5 diff --git a/embeddedobj/source/msole/olecomponent.cxx b/embeddedobj/source/msole/olecomponent.cxx index

[Libreoffice-commits] core.git: filter/source

2014-04-04 Thread Takeshi Abe
/swfwriter.hxx| 14 --- 6 files changed, 192 deletions(-) New commits: commit eaf260871e1cb00f7b9ff94efe788a197c174a04 Author: Takeshi Abe Date: Fri Apr 4 17:47:11 2014 +0900 Drop dead code since 2002 AUGUSTUS has been never defined Change-Id

[Libreoffice-commits] core.git: extensions/source

2014-04-04 Thread Takeshi Abe
extensions/source/plugin/base/nfuncs.cxx | 16 1 file changed, 8 insertions(+), 8 deletions(-) New commits: commit 4da62012fea1796c1fed5bb2d87a353d1be79ea5 Author: Takeshi Abe Date: Thu Apr 3 13:28:47 2014 +0900 Fix a memory leak by freeing last pBytes Change

[Libreoffice-commits] core.git: filter/source

2014-04-05 Thread Takeshi Abe
be8f375039e854775bbb4e03b68d444a9b157e95 Author: Takeshi Abe Date: Sat Apr 5 23:56:45 2014 +0900 Avoid possible resource leaks in case of exceptions Change-Id: I6f1f6669b222f03ad220f01cae2e09d03550a58b diff --git a/filter/source/flash/swfwriter1.cxx b/filter/source/flash/swfwriter1.cxx

[Libreoffice-commits] core.git: filter/source

2014-04-06 Thread Takeshi Abe
/graphicfilter/ios2met/ios2met.cxx | 21 + 5 files changed, 36 insertions(+), 41 deletions(-) New commits: commit 099dd432b28adbd1d0503ec688a1e9b3579aab2b Author: Takeshi Abe Date: Mon Apr 7 14:58:25 2014 +0900 Avoid possible memory leaks in case of exceptions

[Libreoffice-commits] core.git: filter/source

2014-04-09 Thread Takeshi Abe
5 files changed, 48 insertions(+), 61 deletions(-) New commits: commit 22f7c87dbdc5a6157012fcb2c0ed60fe4e022509 Author: Takeshi Abe Date: Wed Apr 9 16:35:52 2014 +0900 Avoid possible memory leaks in case of exceptions Change-Id

Re: About fdo#70185 starmath: unit test writing

2015-01-11 Thread Takeshi Abe
symbols used in the test case are visible. So I have introduced the SM_DLLPUBLIC trick in new smdllapi.h, as like in sc / sd / sw. The CppunitTest has passed now. You can find the revised patch at <https://gerrit.libreoffice.org/13861>. Cheers, -- Takes

<    1   2   3   4   5   6   7   8   9   10   >