[Bug 84090] Speed up oox::TokenMap by removing unnecessary maUniName OUString

2014-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84090 Julien Nabet changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug 84090] Speed up oox::TokenMap by removing unnecessary maUniName OUString

2014-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84090 Commit Notification changed: What|Removed |Added Whiteboard|EasyHack DifficultyBeginner |EasyHack DifficultyBeginner

[Bug 84090] Speed up oox::TokenMap by removing unnecessary maUniName OUString

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84090 --- Comment #4 from Matúš Kukan --- (In reply to comment #2) > Can you be more precise as to what we have to do here ? Change: typedef ::std::vector< TokenName > TokenNameVector; to typedef ::std::vector< css::uno::Sequence< sal_Int8 > > TokenNa

[Bug 84090] Speed up oox::TokenMap by removing unnecessary maUniName OUString

2014-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84090 --- Comment #3 from Siddu --- (In reply to comment #0) > This task is about removing maUniName from include/oox/token/tokenmap.hxx > which stores the same content as maUtf8Name in another form and is used > mostly for debugging purposes only. > W

[Bug 84090] Speed up oox::TokenMap by removing unnecessary maUniName OUString

2014-09-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84090 --- Comment #2 from Siddu --- (In reply to comment #0) > This task is about removing maUniName from include/oox/token/tokenmap.hxx > which stores the same content as maUtf8Name in another form and is used > mostly for debugging purposes only. > W

[Bug 84090] Speed up oox::TokenMap by removing unnecessary maUniName OUString

2014-09-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84090 --- Comment #1 from Siddu --- Sudarshan Rao proposed a change to core: Changed getUnicodeTokenName to getUtf8TokenName. https://gerrit.libreoffice.org/11558. -- You are receiving this mail because: You are on the CC list for the bug. _

[Bug 84090] Speed up oox::TokenMap by removing unnecessary maUniName OUString

2014-09-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84090 Matúš Kukan changed: What|Removed |Added Whiteboard||EasyHack DifficultyBeginner