summaryrefslogtreecommitdiff
path: root/android
ModeNameSize
-rw-r--r--.gitignore332logplain
d---------Bootstrap112logplain
-rw-r--r--CustomTarget_lo_android.mk1285logplain
-rw-r--r--Makefile1366logplain
-rw-r--r--Module_android.mk494logplain
-rw-r--r--README13085logplain
d---------default-document39logplain
-rwxr-xr-xmobile-config.py5084logplain
d---------source500logplain
>fdo#54938: Adapt svtools and comphelper module ...Marcos Paulo de Souza to use cppu::supportsService and other pieces. Change-Id: I16893b3d31a8055acd214ff23d01e63d38fe0826 Signed-off-by: Stephan Bergmann <sbergman@redhat.com> 2013-10-12Simplify and avoid use of UNXTor Lillqvist Change-Id: Ia1f718341858de57d0e417d079981d91968f912b 2013-10-11Compare by pointers first.Kohei Yoshida Change-Id: Iec697f7100c06da37158e564ac64f0248f923638 2013-10-11Fix equality operator for SharedString & write test for it.Kohei Yoshida Change-Id: Ib592ca2fe359293da6c10aa9e1535a91627cfc43 2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida Change-Id: I5da99869fc7f61ce698180fa5daa9be9db9ac132 2013-10-11Import shared formulas from xlsx without crashing.Kohei Yoshida The key here is to only use the shared formula ID's and ignore the ref range. The ref ranges are not correct half the time. Change-Id: If65f9b1b44ab6239db37977b6dfe3f822a9cf67e 2013-10-11Add isEmpty() to SharedString. This simplies a lot of its call sites.Kohei Yoshida Change-Id: I0ebc43abe59ac317c053a4f606dbe376d85c03b0 2013-10-08No more getIdentifier*() calls because they are not efficient.Kohei Yoshida They shall never be used. Change-Id: I019c88b1511a67175d782777cd41e0ec0434f497 2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida With this, both ScColumn and ScMatrix store svl::SharedString as their string values, instead of OUString. Change-Id: I3faece94d98f774881fd72b3ed5f6143504cd350 2013-10-08ContentInfo to store svl::SharedString instead of OUString.Kohei Yoshida Change-Id: I633e3bb633317eeb61cd804faf20e79312f569f7 2013-10-08Re-implement interning in order to return both string arrays.Kohei Yoshida One is for the cased string and the other one for the non-cased one. Change-Id: I798687f2efecaaea73a09e0b3348f85a9d9e8c07 2013-10-05This DEBUG_UNIT_TEST stuff is unusedTor Lillqvist Change-Id: I947713bda2c37e22199161a2c59e5d9ed00b37a2 2013-10-05unused function 'operator<<'Tor Lillqvist Change-Id: I05d3877e2b0cb4bfccd3a2ae6f24abfd6507c46d 2013-10-04Rename StringPool to SharedStringPool because that's what it is.Kohei Yoshida Change-Id: I2fc3ce4f0c2291d402cb470346d5561373fb51e7 2013-10-04Let's just use sal_uIntPtr straight.Kohei Yoshida So that the user of this class won't have to include the header just to get the string ID type. Change-Id: I0ccbc18fe02644f69701f57b0b1b9c30fd141d83 2013-10-04A little more test on shared string pool's life cycle management.Kohei Yoshida Change-Id: Ic676dd875c27ce60a0707903d7f22207764829e0 2013-10-04No need to intern strings here; all OUString's are ref-counted.Kohei Yoshida Calling intern() simply moves it to a global hash storage. Now the test passes. Change-Id: I0a93420abce1c3adaaa61d469dff5f359dd5ada4 2013-10-04Add purge() method to purge unreferenced strings from the pool.Kohei Yoshida But this code needs more work. Change-Id: I538eebf5eb1738a2cfeebc22052b3d5db6001b6b 2013-10-04The map actualy needs to store OUString to have it ref-counted automatically.Kohei Yoshida Change-Id: Iff6fcf3aba73f2d06ac0c885b39e69ac0febc49f 2013-10-04Correct way to get case-insensitive string identifiers.Kohei Yoshida Change-Id: Ia343165941231fab34c4904b7a2fa10b07fa32bb 2013-10-04Let's not expose the internal pointer. Define different ID type.Kohei Yoshida To prevent the string ID's from being used to instantiate string objects, which can mess up shared string object's life cycles. Change-Id: Ibcd9a4fa9f591d5c27a9e1b50bc9f83ae230e86a 2013-10-04Write some rudimentary tests for the new shared string pool class.Kohei Yoshida Change-Id: Ie66de46d69f664839aa0a2d056cd3b8df4d4989b 2013-10-04Establish mapping between original strings and upper strings.Kohei Yoshida This will be used to retrieve case insensitive string identifiers later. Change-Id: Ia34f57d0e8d0cb6bd4630f8d110853ed049770b5 2013-10-04Move this string pool code to svl.Kohei Yoshida Change-Id: I1379fbc377607be8831133d64db2e14f8c75bff8 2013-10-03SfxStyleSheetBase::SetFollow: OSL_FAIL -> SAL_WARNMiklos Vajna Change-Id: I9fb67a1b7ccd4c8fbc17274902a16d8c0b13d598 2013-10-02WaE: unused variableTor Lillqvist Change-Id: Ieed1b52624afa8fc36fadb54d3209a3482416068 2013-10-02bWeiter -> bContinuePhilipp Riemer Change-Id: Ia0bba3c1610dce5d364fb584f04e0b66cc41fb20 Reviewed-on: https://gerrit.libreoffice.org/6077 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2013-10-02-Werror,-Wunused-const-variableStephan Bergmann Change-Id: I53dafdb4d23a7a2773a6f63e84f36be191d9f261 2013-10-02-Werror,-Wunused-const-variableStephan Bergmann Change-Id: I6a772c5ba8df071caa88bfef4a1e9f114c26a369 2013-10-01desktop: stop replacing %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSIONMichael Stahl ... and %PRODUCTXMLFILEFORMATNAME at runtime and hard-code OpenOffice.org 1.0 for these too. Change-Id: Id96390506d2a0f367f932e85d3115362ad483bc3 2013-09-30Introduce ASCII case conversion and use more/rtl/character.hxx.Arnaud Versini Also remove all others implementations. Change-Id: I1dc108a9103f087bd8ce591dff2ac5dd254746f8 Signed-off-by: Stephan Bergmann <sbergman@redhat.com> 2013-09-26Missing #includeStephan Bergmann Change-Id: I2af468933b1e9bdad1c6da1f881daaf068b6bec0 2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara Change-Id: Ib5c3a2daa4a48bc286b14fa2cebb3306ea0012bc 2013-09-23fdo#54686 Treat hard blank as soft blank in numberLaurent Balland-Poirier AutoCorrect option "Add non-breaking space in French..." insert non-breaking space (hard blank) and avoid recognition of percent number and time number. This patch treats hard blanks as soft blank in number format recognition Rev.#1: change #define to const variable. Same change in svxaccor Rev.#2: improvements Change-Id: I30c2c36778cb53a0238a0829043dad4d709f97d2 Reviewed-on: https://gerrit.libreoffice.org/6015 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com> 2013-09-19Sprinkle more boost_headers loveTor Lillqvist Fix compilation errors when not using system boost. Might be more. It's sad that one has to micro-manage boost use like this. Change-Id: I3541789530fbdb0fb03e2b355144e63f8b031097