Age | Commit message (Collapse) | Author |
|
Change-Id: I3bc9ca4e20bfaa5d14fbd5bbbb827444071b19ad
|
|
Looks like a regression from 4d949990ef1438fcae98262519c6af2b47e5ccf5 where for
every other case we did...
- XubString aRes;
+ ::rtl::OUString aRes;
aTmp.eType = SbxSTRING;
- aTmp.pString = &aRes;
+ aTmp.pOUString = &aRes;
while for this case we did only...
SbxValues aTmp;
XubString aRes;
aTmp.eType = SbxSTRING;
- aTmp.pString = &aRes;
Change-Id: I106cfbcc0fc0b27a9adcbb243d0d69c65b167005
|
|
Change-Id: I584ff580e3c8eee401f07c858ecbd63e5b0bf980
|
|
Change-Id: I1e085448fb8fb1227794a5196e954d97af770218
|
|
Change-Id: I452038a80f9a091f2b7af36d236cebd5f176b5e9
|
|
Change-Id: I6d233c2cf715021262a5de1bdc76f68b7eb17db3
|
|
Ported the class CheckerBoardWipe.
Change-Id: I990c8f417c64d22ef87c1007887e630ac19a7083
|
|
Change-Id: Iea00f7c6435c6ae3ccbb2f97ab4407df8b86c54b
|
|
Change-Id: I813629a2614f99035ab1b873ee34c203729c7367
|
|
...as sal_textenc lib is not part of stable URE interface.
Change-Id: I5aeacd7668cca36f900aede4012d508217f3ab46
|
|
Change-Id: I8cbaa30aa222404f55f5ff49474cf93e8b1bdac2
|
|
Change-Id: I305883239dbcd6f46d6ed5614c4968e0b59055ca
|
|
Change-Id: If7256136cde91279ad8b684da1b7bf1666bd1dba
|
|
Change-Id: I8d1475b5bc9a36dade5ce28e74139834c69f8e14
|
|
Change-Id: I7b11cf78f106807561be77c51641796319aaf636
|
|
Change-Id: Idd815f2d10e67ae9cf91f06b6b4c92a0ebe2e856
|
|
To handle roundtrip of office:name in ODF.
Change-Id: I35dab189f7b9b8191ca92c647332e2271d4806f9
|
|
This reverts commit d3d533c9e45b6badf202a12f0ed266d0168aa636.
Hard-coding -std=c++xy in one module is a bad idea.
None of these gccs give any spurious error in gnu++11 mode now:
gcc (GCC) 4.6.3 20120306 (Red Hat 4.6.3-2)
gcc (GCC) 4.7.0 20120507 (Red Hat 4.7.0-5)
|
|
...had been missing. Old dmake-based build system did not add -source/-target
when using gcj (unless gcj really was Eclipse Java Compiler, in which case those
-source/-target values were tunneled in via JAVAFLAGS)---hopefully all this is
no longer necessary.
(Also removed a single use of JAVA_TARGET_FLAG that was nowhere defined.)
Change-Id: Ic3596691b622be45e151333981f8f236d11825b4
|
|
Channels for file and for tube are independent in telepathy,
so let sender create UUID and pass it to receiver, who then can
bind the document to the channel.
UUID for tube channel goes through telepathy.
UUID for file channel is encoded in the filename for now.
Tubes specific CreateDocFunc is re-introduced, so we could set
current UUID after file is received and when the document is being
constructed, get channel from TeleManager with this UUID.
This is not immune to constructing other documents in the middle of binding
proccess.
Change-Id: I57c7e57a5d7d3ccd7d94677a8cf2719c78baa2fd
|
|
Change-Id: Ibaab0a1ed5774f400bc14e67742daaf06fcab391
|
|
Change-Id: I4bb299e8d0d41fd27c84b84e32057eb43feb7fa4
|
|
Change-Id: If8acc5e9fee2730796637dfb505e0c514f96f1a3
|
|
Change-Id: Iad7e4c12144799a6b33b3cd39476da5653b1bdd1
|
|
Change-Id: Ie2cc83dde7e0522e0bf669a1dd3d7a8ca680f7e2
|
|
...after gbuild'ification (they used to be added via solenv/bin/addsym.awk).
And sunjavaplugin.map is actually unused.
Change-Id: If6804cff8d01e268b84512d6c4b1edebde018cc0
|
|
Change-Id: I55038545ad740891777075c6fadde9959bd7fa1b
|
|
Change-Id: I3500eb6a7ab1c98856a8da13e76135d1073dd6fd
|
|
Change-Id: Iba122812b0485f6e8097e1767b64d7ed67f9684e
|
|
Change-Id: Id9d17403717e42b91b1f45b0a081e2fb5a27c06e
|
|
Change-Id: If00d424ebe0d82284c3281c3362f2a9e52ee384e
|
|
Change-Id: I206cbf5453fd6b32f3ee6725d29260a8c49a68bd
|
|
In this example the xCharacterStyles->getByName(aCharStyle) throws, and the
whole import is abandoned
i.e. xRet.set(xCharacterStyles->getByName(aCharStyle), uno::UNO_QUERY);
so to keep things simple wrap the entire block in a try catch and return
an empty xRet. Could use the hasByName around the specific failing query.
Change-Id: I4f4970534cc2ff15c7d96ff2ee0a9affcfce1737
|
|
Change-Id: I5b334344a0ead5fde083c952e625d74978f1a927
|
|
It didn't help our clang tinderbox. Reverting.
This reverts commit 52022b5f82385b28687bf46424d0d24be1964a4a.
|
|
Change-Id: Ia019157bd5d2b8ce18550b468de1269b2737ff02
|
|
Change-Id: Ia50e0aeecdbe364c8d0862906f8f7dd842ebd9c8
|
|
Also, replace pointers with references while I'm at it.
Change-Id: I7f238650e5b04fe5f691c1260621431c60ff1883
|
|
Change-Id: I20cb39a12b4e50ebb8ef118989252a01f65185e4
|
|
Change-Id: Ic9e8a6a970de71647b5436149fbd8c49efece49c
|
|
It's generally faster to pass an array of elements to matrix than
passing them individually.
Change-Id: I4502025d08040327c1d1c09ce1756928be054c25
|
|
Change-Id: Iae2b91fc732debe9b5c9cdd7c4717e1ef2fac08e
|
|
Have a separate result matrix and have it initialize with boolean
block. This way inserting the result of each element does not cause
reallocation of existing blocks.
Change-Id: Id89114ed5df40cde80129e4479d9b4e7d2e12cc0
|
|
The new matrix backend allows to init with empty elements. Let's
take advantage of this.
Change-Id: Id11a933e50bcd75a5be85a1b3d0bbff0b4041b46
|
|
This saves a whole bunch of typings! It's all boilerplate anyways.
Change-Id: Ide366a9f5756f9354d95499fa9a6a4c46d5c5b82
|
|
This makes GetString() a teeny bit faster.
Change-Id: Id49df508d45584d529caa4061e77f4ddc4431c67
|
|
Change-Id: I38e9bbc0a55498e612665e90b5b1452e6c245c21
|
|
static int works, however. C++11 solves this via constexpr keyword.
Change-Id: I86f913129cbc65639ec2bf4b23843a5b25bd9146
|
|
Thereby leaving a note to discourage use of ScMatrixValue. Incidentally,
now all the unit test passes.
Change-Id: I5d12f8ab654f985ef43b887a22abb6de45fea1fc
|
|
Change-Id: I4a02e9e025b6004806350fc8c78f6080176df8d6
|