Age | Commit message (Collapse) | Author |
|
1. create a variable field, name it "foo" and assign value 0
2. create a section, and put content a in it and assign condition
"foo EQ 1" to it
3. change th value of VAR foo from 0 to 1
4. expected behaviour: section is hidden
current behaviour: section get corrupted: condition is overwritten with "0"
Change-Id: I52fb50e26f5330c2b4745093ac954cecf45924f5
|
|
Change-Id: I74098cd2b58a64ff231d86549812d5a565835bed
Reviewed-on: https://gerrit.libreoffice.org/2858
Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
Tested-by: Thorsten Behrens <tbehrens@suse.com>
|
|
Change-Id: Ic7c1cb8ef7e39243277ceb9a219e2b4684130587
|
|
In RTL UI, comment window is RTL and editbox’s (editeng) default writing
direction is LTR.
and i suspect, the bug is result of this RTL & LTR mix-up.
Change-Id: If3af4ae428b67151d66661907b9e60a97049e0e6
Reviewed-on: https://gerrit.libreoffice.org/2831
Reviewed-by: abdulmajeed ahmed <aalabdulrazzaq@kacst.edu.sa>
Reviewed-by: Ahmad Harthi <aalharthi@kacst.edu.sa>
Tested-by: Ahmad Harthi <aalharthi@kacst.edu.sa>
|
|
builds fine when using system python for building on Mac OSX 10.5
(comes with python 2.5 only). Note that python 2.5 is not enough
for pyuno/python scripting at runtime, so for that internal python is
built nevertheless.
Change-Id: I51a4450cad1e09aecd12f192db1fb797313cf322
Reviewed-on: https://gerrit.libreoffice.org/2862
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
|
|
So using %lu to printf 'size_t' is not 100% portable either. At least in
64-bit Windows code 'size_t' is 64 bits but 'unsigned long' is 32 bits.
Let's just use 'unsigned' for the loop indexes here (and %u as the
format). After all, they are single-digit numbers.
Alternatively, could just use C++ stream output for this purely informative
printout.
Change-Id: I604e1c6c6a910c86b5f1408bee1d9c2c7a8b76ff
|
|
Change-Id: I000dbf28c211c90e40fcef7d7cb09cb4902db78f
|
|
.. to Reference<XComponentContext>
mostly in the dbaccess module, but it also affected some other
modules.
Change-Id: I09b3f6fe7a9b33498b11d98b5521b5aeeb8882be
|
|
Change-Id: I3722a54ea173f54f8d8f1e0e654137c6f76d8613
|
|
Change-Id: Icd456209406ee8f4dc4ea1f966058f71dce08d58
|
|
The service already existed, it just needed an IDL file
Change-Id: I40fb28d94253c3c577655bb888ff0d0ee3ba3822
|
|
Change-Id: I2ab4c7c0a19bd436c84e62bfc6aeda1fea079a44
|
|
API CHANGE: The ScannerManager service now returns XScannerManager2
Don't know why this wasn't done already, the service already implements it.
Change-Id: I22355749bc859420174a132f3a21cc7a4984bf5f
|
|
Change-Id: Id97ae7a16141b5c5df380f5838bba11cb08c9223
|
|
The service already existed, it just needed an IDL file
Change-Id: If86cb14d107077da5f10bddd81deda7cf61442ed
|
|
The service already existed, it just needed an IDL file
Change-Id: Ia8729e87d65e8a6deda07c102a2a71cae3ce83fd
|
|
Change-Id: Id343405c323a9efe86f7d9f41c3c866d817a0ccd
|
|
The service already existed, it just needed an IDL file
Change-Id: Iebbc5ede0a46ddf1e0830e2e1697f82df016922c
|
|
Change-Id: I673de5bea83f8c6d993757cbd5ae996d2b8e9e84
|
|
Also fixup servicename.
Change-Id: I1ee6d4849a83fdd4f43bf266ef4d282b22b65f6e
|
|
Change-Id: I1551f67ce503d58ea9b0e701219b26baadb25b78
|
|
Change-Id: Ia33419c4d8cf633b572627edf57c926099d698e5
|
|
.. which is useful when a unit test fails and I need to find the
correct makefile.
Change-Id: I5277840b8304e4e1e5ec3490bb665fcce4945741
|
|
Change-Id: I10af9ff8513f8f583867d0d6a18af03b3b5b1a28
|
|
Change-Id: If97cc4f2af2adb6af1217cf7b095d0f0f7831bca
Reviewed-on: https://gerrit.libreoffice.org/2857
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
|
|
Change-Id: I787a39959a1558fe4f284bc1941194a841e2d600
Reviewed-on: https://gerrit.libreoffice.org/2860
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
|
|
Change-Id: I7f033b189feee848dff1e3682be04a9b2f76fae8
Reviewed-on: https://gerrit.libreoffice.org/2854
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
|
|
Change-Id: I97a652e6a1286726fe21ae580f6dbf5536f9d52d
|
|
Code wrongly replaced decimal separator with '.' and used atof() to scan
the number string which itself may be localized on *iX systems but not
on Windows. Hence on *iX the numbers may had been truncated where on
Windows they were not.
Additionally made this work with Unicode separators if defined for the
locale, removed the awkward conversion to ASCII byte string and
eliminated use of toupper() and isdigit() calls. Also eliminated a
possible buffer overflow.
Change-Id: Ic3f791601c321ef1386fe51a5244d3dacac3d908
|
|
Classes with same function: osl::Directory, osl::File
Change-Id: I0e8d18bab6ee244da274c733b8f1f646897afc7d
|
|
Change-Id: Ie888b3494334613b5e4bcf97019b6dfbbd1a5da1
|
|
Change-Id: I6ff724052660d73b583fb1e44265a60a6fa4379f
|
|
Change-Id: I5d0e5ebbec46c32998962398da14ac81bb8afea8
|
|
Change-Id: I2ec7546572fa72359615f371715b4aa82b1182ca
|
|
Change-Id: I654d035bc79ba157c6fdd01edf7930ef05f7b970
|
|
Change-Id: I988c0545600185c6b09131d27fb8480efddd947f
|
|
removed unused includes from stg.cxx and storage.cxx
Change-Id: I7863ce1b40432fdf1fc5025b074721d395c0c15f
Reviewed-on: https://gerrit.libreoffice.org/2852
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
|
|
removed unused includes from rscdb.cxx, start.cxx and rscclass.cxx
Change-Id: I6f7e54c9f494b7b40a0cf30f13100073b9c37f17
Reviewed-on: https://gerrit.libreoffice.org/2853
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
|
|
Change-Id: I091d43dfa33f440edd50a1c937ef6e6f1930be4e
|
|
This is still work in progress.
Change-Id: Ifcdbefbdd307a2a8819b073d896e90a16980781e
|
|
Change-Id: I5d188bb080943acc4b8e4ae44a4c8ef01a837c2f
|
|
handle column invariant formulae, sketch comment more work,
elide Matrix formulae.
Change-Id: I9ce4da26b0ad2407021a10f21c81ada80442c76d
|
|
Change-Id: Id65174bbb70a4387cddb985d0556a3bcd692d671
|
|
Because 'i' can get very large.
Change-Id: I1c7fcafaa60b14f709861f32c56defc7bcaee451
|
|
Change-Id: Ib76596cae12c87825118903cc61b12c251f0c1b7
|
|
Update unit tests, dumb-down hashing to compare more for similiarity
rather than identicality - we want to use this down columns.
Change-Id: Icea731daeb301e1febb2df48b6b46c9faba74e9d
|
|
Change-Id: I91dce36e56d86899ba506beb29df6188f10966c0
|
|
Change-Id: I9b0c86735284ec435cceb3acd9bad97a6e523a74
|
|
Change-Id: I3c781764c6375dadb173bc5ab3cfb79857e2aeca
|
|
Not tested yet.
Change-Id: I87f8a8595229d8d8e83526dc0334891d253cf2c7
|