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

2018-03-26 Thread Mohammed Abdul Azeem
filter/inc/svgreader.hxx|7 +++ filter/source/svg/svgreader.cxx | 10 +- 2 files changed, 16 insertions(+), 1 deletion(-) New commits: commit d5903802e2c40d6fccbc322c49b5f9a311551b9b Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Sun Mar 25 12:50:3

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

2018-03-20 Thread Mohammed Abdul Azeem
svx/source/xml/xmlexport.cxx |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) New commits: commit 2dadf90aa7bb03d895abc05ec93ca116eb9bacbd Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Tue Mar 20 23:52:47 2018 +0530 tdf#116482: Fix for Crash on d

[Libreoffice-commits] core.git: include/xmloff offapi/com reportdesign/source sc/source sdext/CppunitTest_sdext_pdfimport.mk sdext/Executable_pdf2xml.mk sdext/Executable_pdfunzip.mk sdext/Library_pdfi

2018-03-14 Thread Mohammed Abdul Azeem
/meta/xmlmetai.cxx | 121 - 33 files changed, 637 insertions(+), 474 deletions(-) New commits: commit bf46b46a1d734348096936284fb8a76e977936d0 Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Sun Oct 1 14:11:11 2017 +0530 Moving XSAXDocumentBu

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

2018-01-04 Thread Mohammed Abdul Azeem
/xmlictxt.cxx| 41 - xmloff/source/core/xmlimp.cxx |2 + 6 files changed, 79 insertions(+), 77 deletions(-) New commits: commit bb59a80ee6000d3922fa95262f67e291fd9d8ee2 Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Sun Dec 24

[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - include/xmloff xmloff/source

2017-10-23 Thread Mohammed Abdul Azeem
000fbca705166237645bccf0b1c28164b076c043 Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Sat Oct 21 16:24:50 2017 +0530 tdf#110431: Fixed losing listbos entries on opening .ods file For some reason, XML_TOKEN_INVALID was taking wrong value in windows, causing t

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

2017-10-23 Thread Mohammed Abdul Azeem
931c84e697dc69745d1c07c40f810638f9f71eda Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Sat Oct 21 16:24:50 2017 +0530 tdf#110431: Fixed losing listbos entries on opening .ods file For some reason, XML_TOKEN_INVALID was taking wrong value in windows, causing t

[Libreoffice-commits] core.git: 2 commits - download.lst external/pdfium sc/source

2017-08-30 Thread Mohammed Abdul Azeem
da8cf43b4f2af008df231f5e0629c71bd7f2b762 Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Wed Aug 16 22:51:05 2017 +0530 Refactoring fastcontexts code: Moved all the casts inside ::createFastChildContext and used reference to it as an argument in the constructors. This avoids spreading th

[GSoC] Migrating from legacy Parser to FastParser - Final Report

2017-08-28 Thread Mohammed Abdul Azeem
Hi, After more than 12 weeks of coding, I think we've achieved what we set out to do. We started with an aim to move existing legacy parser contexts in sc/ and other modules to fast contexts and to offload unzipping and reading into a different thread. I've covered most of the details in weekly

Re: [GSoC] Migrating from legacy Parser to FastParser - Weekly Report

2017-08-23 Thread Mohammed Abdul Azeem
Hi, *Week 11 and week 12* I worked last couple of weeks on converting some of the contexts in sc/ as before. I spent most of my time looking to improve some performance in the codes we've written by avoiding unnecessary string allocations. Also, I did some refactoring of those codes to get

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

2017-08-20 Thread Mohammed Abdul Azeem
package/source/zipapi/XBufferedThreadedStream.cxx |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit aff5951e7b4fa549882f4d4c4cfda99f3966a9d9 Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Sun Aug 20 21:25:12 2017 +0530 Fixing threaded

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

2017-08-12 Thread Mohammed Abdul Azeem
files changed, 51 insertions(+), 30 deletions(-) New commits: commit dfac13b483ba38ce6f61cd0a1e5757c6a08ab296 Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Wed Aug 9 21:36:12 2017 +0530 Avoiding unnecessary OUString allocation: Using direct strcmp instead of m

Re: [GSoC] Migrating from legacy Parser to FastParser - Weekly Report

2017-08-08 Thread Mohammed Abdul Azeem
Hi, *Week 9 and week 10* I continued to work on converting legacy contexts in sc/ module to fast contexts. We've converted almost all the legacy contexts in sc/ module, except for few which are dependent on the contexts in xmloff. We would need to convert contexts across all the other modules,

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

2017-08-07 Thread Mohammed Abdul Azeem
+--- sc/source/filter/xml/xmlsorti.cxx | 73 +-- sc/source/filter/xml/xmlsorti.hxx | 16 11 files changed, 241 insertions(+), 332 deletions(-) New commits: commit 855af7f3260705faf7c33be36efc1610354336f0 Author: Mohammed Abdul Azeem <azeemmys...@gmail.

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

2017-07-30 Thread Mohammed Abdul Azeem
sc/source/filter/xml/xmlcondformat.cxx | 365 +++-- sc/source/filter/xml/xmlcondformat.hxx | 66 ++--- 2 files changed, 194 insertions(+), 237 deletions(-) New commits: commit 6d327ffeb12134e28b975b1894b03870fcddf31d Author: Mohammed Abdul Azeem <azeem

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

2017-07-30 Thread Mohammed Abdul Azeem
: commit b6076ea5ce60bc1c971db502af3c963da51d8f82 Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Sat Jul 29 22:24:20 2017 +0530 Moving legacy contexts to FastContexts: ScXMLCellRangeSourceContext ScXMLDetectiveHighlightedContext ScXMLDetectiveOperationC

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

2017-07-28 Thread Mohammed Abdul Azeem
(+), 246 deletions(-) New commits: commit 81164892e16f7f014e32403f63ed78ba41950aec Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Fri Jul 28 23:00:25 2017 +0530 Moving legacy contexts to FastContexts: ScXMLDDELinkContext ScXMLDDESourceContext ScXMLDDETableC

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

2017-07-27 Thread Mohammed Abdul Azeem
e89548c16b39cd716925cc23f2eb9e54748233c7 Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Sun Jul 23 20:04:33 2017 +0530 Moving legacy contexts to FastContexts: ScXMLDataPilotTableContext ScXMLDPSourceSQLContext ScXMLDPSourceTableContext ScXMLDPSourceQueryC

Re: [GSoC] Migrating from legacy Parser to FastParser - Weekly Report

2017-07-25 Thread Mohammed Abdul Azeem
Hi, *Week 7 and week 8* We've continued to convert legacy contexts in sc/ module to fast contexts. I also fixed a bug tdf#108835 (Writer was freezing when adding autocorrect entry, due to synchronisation problems in package/ code). *Patches*: https://gerrit.libreoffice.org/39723

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

2017-07-24 Thread Mohammed Abdul Azeem
/xmlnexpi.hxx | 27 -- sc/source/filter/xml/xmlsorti.cxx | 100 --- sc/source/filter/xml/xmlsorti.hxx |7 8 files changed, 398 insertions(+), 550 deletions(-) New commits: commit 316ea4a15826df71fad9fe0fe80c9feb49511f13 Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date:

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

2017-07-20 Thread Mohammed Abdul Azeem
files changed, 259 insertions(+), 336 deletions(-) New commits: commit a9588baca8137f51e2ca72e40b1f448b0e1885d1 Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Fri Jul 21 00:42:03 2017 +0530 Moving legacy contexts to FastContexts: ScXMLTableShapesC

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

2017-07-19 Thread Mohammed Abdul Azeem
(-) New commits: commit def6f7f749dd0a175427e51d8620b1406084d553 Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Wed Jul 19 00:34:43 2017 +0530 tdf#108835 Fixed writer crash on adding Autocorrect Entry: ZipPackageStream::saveChild seeks and reads on the same stre

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

2017-07-18 Thread Mohammed Abdul Azeem
, 179 insertions(+), 220 deletions(-) New commits: commit 42c8000e68ab9d04f12a71bdaacb3718cb35bbd3 Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Sun Jul 16 23:18:02 2017 +0530 Moving legacy contexts to FastContexts: ScXMLNullDateContext ScXMLIterationC

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

2017-07-13 Thread Mohammed Abdul Azeem
sc/source/filter/xml/XMLTrackedChangesContext.cxx | 1071 +- sc/source/filter/xml/XMLTrackedChangesContext.hxx |5 2 files changed, 480 insertions(+), 596 deletions(-) New commits: commit 85ff2eafc692f6f0d33ac611600935a96058f20a Author: Mohammed Abdul Azeem <azeem

Re: [GSoC] Migrating from legacy Parser to FastParser - Weekly Report

2017-07-12 Thread Mohammed Abdul Azeem
Hi, *Week 5 and week 6* We continued to work on converting legacy contexts to new contexts, along with some refactoring of code related to FastAttributeIter to make the code using them more readable. Besides, Michael helped me in solving the bug tdf#108821 (https://gerrit.libreoffice.org/39374).

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

2017-07-11 Thread Mohammed Abdul Azeem
/xmlictxt.cxx|2 +- xmloff/source/core/xmlimp.cxx |2 +- 15 files changed, 28 insertions(+), 20 deletions(-) New commits: commit b401896a56149aa2871b65a330a6f601a9830ccd Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Sun Ju

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

2017-07-10 Thread Mohammed Abdul Azeem
Abdul Azeem <azeemmys...@gmail.com> Date: Sun Jul 9 22:37:00 2017 +0530 Adding an overloaded IsXMLToken method: Passing FastAttributeIter to the method makes the code much cleaner and easy to read. Change-Id: I227e9dc378dfba51168c29452667576a779dc215 Re

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

2017-07-07 Thread Mohammed Abdul Azeem
Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Fri Jul 7 00:01:03 2017 +0530 tdf#108821 - fix for overflow of variables on opening huge files This should fix the issue, as well as restrict available to return only non-negative values. Cha

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

2017-06-30 Thread Mohammed Abdul Azeem
/xmlnexpi.cxx | 12 - sc/source/filter/xml/xmlnexpi.hxx |6 sc/source/filter/xml/xmltabi.cxx | 16 - 25 files changed, 284 insertions(+), 390 deletions(-) New commits: commit 4b5f5f868fa6a7c86535d251e77d8a6d956f2fa4 Author: Mohammed Abdul

Re: [GSoC] Migrating from legacy Parser to FastParser - Weekly Report

2017-06-30 Thread Mohammed Abdul Azeem
Hi, *Week 4* We worked on making FastAttributeIter of sax_fastparser::FastAttributeList cleaner and better, including some aesthetic changes. Majority of my time this week went in chasing tdf#108643 bug, which I realized was happening due to a change by Caolán McNamara and was later fixed by

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

2017-06-29 Thread Mohammed Abdul Azeem
b3b6ce3febbf3073dd9e16d908137e41ab473dca Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Thu Jun 29 13:49:18 2017 +0530 Added find function to FastAttributeList: It returns a FastAttributeIter, which can be used to obtain value in different formats directly. Also, avoids

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

2017-06-28 Thread Mohammed Abdul Azeem
/source/filter/xml/xmltabi.cxx |7 +++ xmloff/source/core/xmlictxt.cxx | 14 +- 7 files changed, 31 insertions(+), 34 deletions(-) New commits: commit d6da9e495d7ca32de6cda1a94cb4c8cd26b240cc Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: W

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

2017-06-27 Thread Mohammed Abdul Azeem
/HatchStyle.cxx |2 - xmloff/source/style/TransGradientStyle.cxx |2 - 11 files changed, 75 insertions(+), 83 deletions(-) New commits: commit c44d9f9e627eb074367cc47ae4742aedea44c370 Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Tue Jun 27 00:46:25 2017 +0530 Usin

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

2017-06-19 Thread Mohammed Abdul Azeem
e3b4987450b9bd39bb68fa3d9c9efa03b059f12a Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Mon Jun 19 18:43:18 2017 +0530 Moving legacy contexts to FastContexts: ScXMLExternalRefTabSourceContext ScXMLExternalRefRowsContext ScXMLExternalRefRowContext ScXMLExternalRefCellC

Re: [GSoC] Migrating from legacy Parser to FastParser - Weekly Report

2017-06-19 Thread Mohammed Abdul Azeem
Hi, *Week 3* We've started using BufferedStream ( size < 10k ) or BufferedThreadedStream for unzipping instead of UnbufferedStream ( It resulted in a failure of some unit tests, which was fixed in https://gerrit.libreoffice.org/#/c/38661/ ). Also, I've started to adopt the string based contexts

[Libreoffice-commits] core.git: offapi/com

2017-06-19 Thread Mohammed Abdul Azeem
offapi/com/sun/star/xml/sax/XFastDocumentHandler.idl |1 + offapi/com/sun/star/xml/sax/XFastNamespaceHandler.idl | 14 +- 2 files changed, 14 insertions(+), 1 deletion(-) New commits: commit bef2bc59fa6656cbf13922cbc0e5347238156b5e Author: Mohammed Abdul Azeem <azeem

[Libreoffice-commits] core.git: include/oox offapi/com oox/source sax/qa sax/source unoxml/qa writerfilter/source

2017-06-15 Thread Mohammed Abdul Azeem
/OOXMLFastDocumentHandler.cxx |4 + writerfilter/source/ooxml/OOXMLFastDocumentHandler.hxx |1 15 files changed, 90 insertions(+), 2 deletions(-) New commits: commit 420cecf55878a2d652a61540ddc37a7faaf4cc46 Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Wed Jun 14 18:16:41 2017

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

2017-06-13 Thread Mohammed Abdul Azeem
ffc2e936c6a9f3fd597b64b88785edb0f78d7564 Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Mon Jun 12 22:56:10 2017 +0530 Reverse mapping fastToken to NamespaceURI: Made those methods static, so that it is easy to use them outside the module. Also u

[Libreoffice-commits] core.git: comphelper/source include/comphelper oox/source package/inc package/qa package/source

2017-06-12 Thread Mohammed Abdul Azeem
-- package/source/zippackage/zipfileaccess.cxx |6 -- 11 files changed, 11 insertions(+), 57 deletions(-) New commits: commit 7260bb7160fe58ac63b6b5dd9a322805b1eacab4 Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Sun Jun 11 17:20:15 2017 +0530 Setting Buffered(threaded)

[GSoC] Migrating from legacy Parser to FastParser - Weekly Report

2017-06-10 Thread Mohammed Abdul Azeem
Hi, *Week 1 and week 2* Michael Meeks and I have been working on moving the unzipping into new thread for over a month now. It took a couple of weeks to structure it right and then a couple more weeks to debug our way through the bugs. Meanwhile we discovered that there were some synchronisation

[Libreoffice-commits] core.git: package/Library_package2.mk package/qa package/source

2017-06-08 Thread Mohammed Abdul Azeem
/zipapi/ZipFile.cxx | 10 - 5 files changed, 373 insertions(+), 34 deletions(-) New commits: commit 0632208977a204195a4f5b9e727aed511ece075f Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Sat May 27 13:17:04 2017 +0530 First cut at moving unzipping into new

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

2017-06-08 Thread Mohammed Abdul Azeem
|4 +- package/source/zippackage/ZipPackageStream.cxx |2 - package/source/zippackage/zipfileaccess.cxx|1 7 files changed, 41 insertions(+), 26 deletions(-) New commits: commit d21a675d3a7deff37fd66adc993d0179d3a39ed7 Author: Mohammed Abdul Azeem <azeemmys...@gmail.com>

Re: a few more comments ...

2017-06-06 Thread Mohammed Abdul Azeem
Hi Michael, On Tue, Jun 6, 2017 at 12:10 AM, Michael Meeks wrote: > Hi Mohammed, > > Now I read it again, I'm rather skeptical that: > > +if( !maUsedBuffers.empty() ) > +{ > +pProducedBuffer = maUsedBuffers.front(); > +

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

2017-05-22 Thread Mohammed Abdul Azeem
include/xmloff/xmlimp.hxx |2 ++ xmloff/source/core/xmlictxt.cxx | 16 +++- xmloff/source/core/xmlimp.cxx | 10 +++--- 3 files changed, 20 insertions(+), 8 deletions(-) New commits: commit a7bfced28c526ca603cde3c1ac74ea842320bd7c Author: Mohammed Abdul Azeem

GSoC'17 Introduction - Mohammed Abdul Azeem - Migrating from legacy Parser to FastParser

2017-05-09 Thread Mohammed Abdul Azeem
Hi, I'm Mohammed Abdul Azeem, an Engineering Undergraduate from India. I'm excited to be part of this community again and to work with Michael Meeks and Markus Mohrhard. I've got accepted for a GSoC 2017 project 'Migrating from legacy Parser to FastParser', details can be found here: https

Interested in contributing to LibreOffice for GSoC 2017

2017-03-29 Thread Mohammed Abdul Azeem
Hi, I'm an undergrad final year student from National Institute Of Technology Karnataka, India and I've successfully completed a GSoC project ( 'Implementing legacy SAX parser Interface with FastParser' ) last year mentored by Michael Meeks and Noel Grandin. We've been working on 'Migrating from

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

2017-03-21 Thread Mohammed Abdul Azeem
Abdul Azeem <azeemmys...@gmail.com> Date: Sat Mar 18 23:24:26 2017 +0530 tdf#105686 - fixed wrongly imported named expressions: It is necessary to extract and set ODF version for fast events also. While debugging I found a couple of tokens which were not in th

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

2017-03-21 Thread Mohammed Abdul Azeem
| 15 --- xmloff/source/transform/TransformerContext.cxx |4 24 files changed, 168 insertions(+), 116 deletions(-) New commits: commit 9f9e861c6d168e8318b9cdc761a387b0d650e5c0 Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Wed Mar 15 10:20:06 2017 +0530

Re: How to enable interactive environment using visual studio and dr. memory

2017-03-19 Thread Mohammed Abdul Azeem
Hi Shoaib, On Sun, Mar 19, 2017 at 11:12 PM, shoaibnoor95 wrote: > How to enable interactive debugging with visual studio and drmemory > I am facing this issue continuously > > Could any one please tell on

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

2017-02-10 Thread Mohammed Abdul Azeem
files changed, 27 insertions(+), 7 deletions(-) New commits: commit 32c0ab80aa0dbe105be15c5feee4e3bd7cc5ee25 Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Thu Feb 9 20:33:15 2017 +0530 Further modifications to FastAttributeIter: attempt to further reduce unnec

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

2017-02-08 Thread Mohammed Abdul Azeem
/xmltabi.cxx | 23 +++- 5 files changed, 102 insertions(+), 61 deletions(-) New commits: commit 9b724094873d0808f0bd8ddab24adc372ae4e41c Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Tue Feb 7 23:53:43 2017 +0530 Adding an iterator for fastattributes: This

[Libreoffice-commits] core.git: filter/source include/xmloff sc/source xmloff/Library_xof.mk xmloff/source

2017-01-25 Thread Mohammed Abdul Azeem
|4 46 files changed, 789 insertions(+), 413 deletions(-) New commits: commit 8154953add163554c00935486a1cf5677cef2609 Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Mon Sep 5 14:38:30 2016 +0530 ScXMLTableRowCellContext implements fast inte

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

2016-09-25 Thread Mohammed Abdul Azeem
include/xmloff/xmlimp.hxx |1 + xmloff/source/core/xmlimp.cxx | 10 -- 2 files changed, 9 insertions(+), 2 deletions(-) New commits: commit 5678bc99fb685fe09191e8419a1121e565f97f80 Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Sun Sep 25 11:06:32 2016

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

2016-09-05 Thread Mohammed Abdul Azeem
commits: commit 67ef208b2b586603e205105a384231645d7f6712 Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Fri Sep 2 01:18:53 2016 +0530 Fixes for migrating SvXMLImport to use FastParser: These are necessary for implementing fast interfaces for the co

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

2016-09-02 Thread Mohammed Abdul Azeem
xmloff/source/core/xmlimp.cxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit f7513f0f53f2d074c08610a68fb787bb379c31d4 Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Thu Sep 1 08:26:59 2016 +0530 tdf101725 - fixed missing autotext

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

2016-08-29 Thread Mohammed Abdul Azeem
- xmloff/source/style/TransGradientStyle.cxx |4 - xmloff/source/token/tokens.txt |2 7 files changed, 62 insertions(+), 60 deletions(-) New commits: commit 41b3fd8ca54eff7e71c69bb0b60e63016f1ac8c2 Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Fri Aug 26 23:32:2

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

2016-08-23 Thread Mohammed Abdul Azeem
Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Tue Aug 16 23:37:28 2016 +0530 GSoC - First cut at migrating xmloff/ to use FastParser: This lays the foundation for using fast parser and contexts. Tokens are detokenized and made to emit events just like

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

2016-08-23 Thread Mohammed Abdul Azeem
xmloff/qa/unit/tokenmap-test.cxx | 30 xmloff/source/token/tokens.txt | 2348 +-- 2 files changed, 1320 insertions(+), 1058 deletions(-) New commits: commit 090e3fe4165aff11f557c7da2536fec44639607e Author: Mohammed Abdul Azeem <azeemmys...@gmail.com>

GSoC Project - Implementing legacy SAX parser Interface with FastParser

2016-08-22 Thread Mohammed Abdul Azeem
Hi, I'd like to summarize all the work that's been done over the past three months here. We started with implementing a bridge (LegacyFastParser) between legacy parser interfaces and XFastParser for the unknown elements along with the tests. We created a new interface XFastNamespaceHandler,

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

2016-08-16 Thread Mohammed Abdul Azeem
xmloff/source/core/fasttokenhandler.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 84d9a3642c62d930f4064536659c76a48b9f337e Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Tue Aug 16 22:48:42 2016 +0200 GSoC - fix

Re: GSoC Progress

2016-08-14 Thread Mohammed Abdul Azeem
Hi, Sorry, I haven't written in two weeks. *Progress for week10 and 11:* We made a seperate path for unknown elements and skipped tokenizing when token handler is not set ( https://gerrit.libreoffice.org/#/c/27593/ ) and then we moved the load of clearing the attribute list to the consumer

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

2016-08-10 Thread Mohammed Abdul Azeem
commits: commit 18edd88edc0c45d9c3b8f6faa45bab481ec078f5 Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Wed Aug 3 17:27:48 2016 +0530 GSoC - Making legacyfastparser to use tokens: This tokenizes some elements, de-tokenize while consuming and emits elements through

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

2016-07-29 Thread Mohammed Abdul Azeem
sax/source/fastparser/fastparser.cxx | 50 +-- 1 file changed, 42 insertions(+), 8 deletions(-) New commits: commit 916a11d26cb74da9dd534e07b35737def6cbf54a Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Thu Jul 28 23:10:12 2016 +0530

Re: GSoC Progress

2016-07-27 Thread Mohammed Abdul Azeem
Hi, *Progress for week8 and 9:* We managed to fix those issues which occured while trying to use LegacyFastParser in place of XParser ( https://gerrit.libreoffice.org/#/c/27222/ and https://gerrit.libreoffice.org/#/c/27278/ ). Since then I've been trying to see if there is a performance gain in

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

2016-07-27 Thread Mohammed Abdul Azeem
sax/source/fastparser/fastparser.cxx | 109 + sax/source/fastparser/legacyfastparser.cxx | 16 2 files changed, 67 insertions(+), 58 deletions(-) New commits: commit 84db6c1d9c57c3dc115dc22413442cf1aa5e69df Author: Mohammed Abdul Azeem <azeem

Re: XLegacyFastParser - Errors

2016-07-20 Thread Mohammed Abdul Azeem
Hi, On Tue, Jul 19, 2016 at 5:42 PM, Stephan Bergmann wrote: > On 07/11/2016 12:33 PM, Stephan Bergmann wrote: > >> By the way, when you add things to .idl files in unoidl, please add >> "@since LibreOffice 5.3" tags to the comments. (Seen you added an >> interface

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

2016-07-19 Thread Mohammed Abdul Azeem
/fastparser.cxx | 25 - sax/source/fastparser/legacyfastparser.cxx |5 +++- 6 files changed, 90 insertions(+), 7 deletions(-) New commits: commit 3aa52d36824d11b8774de15708fdfcbb93cd9dc3 Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Mon Jul 18 13:17:19 2016

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

2016-07-16 Thread Mohammed Abdul Azeem
: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Thu Jul 14 20:22:07 2016 +0530 GSoC - Sync namespace handler calls with elements: This syncs the namespace declaration calls with element's events. A test case is also added which enables threads of fastparser. Cha

Re: GSoC Progress

2016-07-13 Thread Mohammed Abdul Azeem
Hi, Sorry, I completely forgot to write my progress last week. *Progress for week6 and 7:* We wrote a test case to check mishandling of namespaces ( https://gerrit.libreoffice.org/#/c/26661/ ). Since our LegacyFastParser emitted elements with namespace URL rather than namespace prefix like

Re: XLegacyFastParser - Errors

2016-07-12 Thread Mohammed Abdul Azeem
On Mon, Jul 11, 2016 at 1:48 PM, Michael Meeks <michael.me...@collabora.com> wrote: > > On Mon, 2016-07-11 at 10:22 +0530, Mohammed Abdul Azeem wrote: > > > 2. SwUiWriterTest::testAutoCorr > > It fails with an uncaught exception of type > > com.sun.star

XLegacyFastParser - Errors

2016-07-10 Thread Mohammed Abdul Azeem
Hi, Our new parser is failing at couple of other places. After much debugging, I've identified the causes for these failures. 1. SigningTest::testOOXMLPartial The xml file parsed by ImplXMLSignatureListener filter is big and it activates threading. When threading is enabled our namespace handler

Re: GSoC Progress

2016-06-29 Thread Mohammed Abdul Azeem
Hi, *Progress for week5:* When trying to adopt LegacyFastParser in place of old parser, we hit quite a few problems. Some of the XDocumentHandlers were using namespacePrefix:foo kind of comparision directly on element name and some expect namespace declarations explicitly and tries to resolve the

Re: GSoC Progress

2016-06-22 Thread Mohammed Abdul Azeem
Hi, *Progress for week4:* We wrote mapping between legacy parser and XFastParser and parsed our test files using it ( https://gerrit.libreoffice.org/#/c/26229/ ). We are trying to shift to our new LegacyFastParser in all places where we used XParser before. I had some problems with calling

[Libreoffice-commits] core.git: sax/Library_expwrap.mk sax/qa sax/source

2016-06-17 Thread Mohammed Abdul Azeem
commits: commit 551a5066fcc8000850d34408d8c1bcdd5b599db3 Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Mon Jun 13 23:30:09 2016 +0530 GSoC: Mapping legacy sax parser and XFastParser This implements legacy parser interface using XFastParser, and unit test i

Re: GSoC Progress

2016-06-15 Thread Mohammed Abdul Azeem
Hi, *Progress for week3:* We parsed the test files using XFastParser, built string out of it and compared them with strings built from XParser ( https://gerrit.libreoffice.org/#/c/25935/ ). We have implemented a mapping between legacy parser and XFastParser, and again parsed all the test files

[Libreoffice-commits] core.git: sax/CppunitTest_sax_xmlimport.mk sax/qa

2016-06-15 Thread Mohammed Abdul Azeem
Abdul Azeem <azeemmys...@gmail.com> Date: Mon Jun 6 03:07:35 2016 +0530 GSoC: sax2/ unit tests: Parsed the same test files using XFastParser and built string, we asssert that both the strings built from XParser and XFastParser are identical. Cha

Re: GSoC Progress

2016-06-08 Thread Mohammed Abdul Azeem
Hi, *Progess for week2:* We parsed the same test files using XFastParser and produced a string, which we test against the string we built earlier from XParser. The changes I've pushed to gerrit, it is still to be reviewed. It took a little more time than expected, as I was trying to understand

GSoC Progress

2016-05-31 Thread Mohammed Abdul Azeem
Hi, I'm working on Implementation of Legacy SAX parser with XFastParser project (Mentors: Meeks and Noel). As a first phase, we are writing comprehensive tests for our old parser and XFastParser interface. So far, We have created some test xml files in sax/qa/data and parsed them with old parser

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

2016-05-28 Thread Mohammed Abdul Azeem
Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Thu May 26 02:05:13 2016 +0530 sax2/ unit tests. Test xml files are added, string is built for each file and namespaces are handled. Change-Id: I0ab799ca5c9de7311ccca2a6033a96e02598064f Reviewed-on:

[Libreoffice-commits] core.git: sax/CppunitTest_sax_xmlimport.mk sax/Module_sax.mk sax/qa

2016-05-19 Thread Mohammed Abdul Azeem
(+) New commits: commit e94deb06391f516ee9c1fa019b3521e222a5615b Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Wed May 11 16:57:44 2016 +0530 First cut at adding sax2/ unit tests. This is a first-step towards implementing the legacy parser using the XFast

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

2016-03-23 Thread Mohammed Abdul Azeem
: commit f9cf53a082f1d99b313ebd09c8791541859eac40 Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Wed Mar 23 03:18:14 2016 +0530 tdf#82641 Changes to currency drop-down list Common codes have been shared in a static function. Now the list shows complete set of cu

Re: Interested in working on GSoC projects

2016-03-20 Thread Mohammed Abdul Azeem
by step guide here: > https://wiki.documentfoundation.org/Development/GetInvolved > > rgds > jan i. > > > > On 10 Mar 2016, at 12:38, Mohammed Abdul Azeem <azeemmys...@gmail.com> > wrote: > > > > Hi, I'm Mohammed Abdul Azeem, studying pre-final year B.

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

2016-03-19 Thread Mohammed Abdul Azeem
(+), 15 deletions(-) New commits: commit bf17a8dfbb9f966c90b5d6eb0a7b8e7838392d27 Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Mon Mar 7 01:35:57 2016 +0530 tdf#82641 Currency drop-down list Currency drop-down list has been added. It retains the position of se

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

2016-03-10 Thread Mohammed Abdul Azeem
sc/source/core/data/table6.cxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 69ac605191860aceee09f1147a5234222d1b3300 Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Mon Feb 29 16:48:03 2016 +0530 tdf#57523 - Regex search "^$

Interested in working on GSoC projects

2016-03-10 Thread Mohammed Abdul Azeem
Hi, I'm Mohammed Abdul Azeem, studying pre-final year B.Tech (Information Technology) at NITK, India. I would love to work on one of the following projects: 1. Chart Sheets in Calc 2. Improve VML import (Writer) Thank you. :) Regards, Azeem

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

2016-02-26 Thread Mohammed Abdul Azeem
Abdul Azeem <azeemmys...@gmail.com> Date: Sun Feb 21 04:37:20 2016 +0530 tdf#97654 - replaced CellAddress types with ScAddress. Differences in default constructors is compensated and other changes have been made as suggested. Cha

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

2016-02-17 Thread Mohammed Abdul Azeem
Author: Mohammed Abdul Azeem <azeemmys...@gmail.com> Date: Tue Feb 9 03:54:15 2016 +0530 tdf#97654 - replaced UNO cell types in xlsx import with calc internal ones All reference to CellAddress in ApiCellRangeList::getBaseAddress() is changed to ScAddress and its chain of chang