- 20 Tem, 2012 34 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I71a3ea0fd548bb6dcaf2df823fa3d63026b1b3dc
-
Eike Rathke yazdı
Change-Id: I589cedcd2db0208b03d1e28babbb493912f20c78
-
Michael Meeks yazdı
-
Caolán McNamara yazdı
Change-Id: I3bc9ca4e20bfaa5d14fbd5bbbb827444071b19ad
-
Caolán McNamara yazdı
Looks like a regression from 4d949990 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
-
Caolán McNamara yazdı
Change-Id: I584ff580e3c8eee401f07c858ecbd63e5b0bf980
-
Miklos Vajna yazdı
Change-Id: I1e085448fb8fb1227794a5196e954d97af770218
-
Miklos Vajna yazdı
Change-Id: I452038a80f9a091f2b7af36d236cebd5f176b5e9
-
Miklos Vajna yazdı
Change-Id: I6d233c2cf715021262a5de1bdc76f68b7eb17db3
-
Horacio Fernandes yazdı
Ported the class CheckerBoardWipe. Change-Id: I990c8f417c64d22ef87c1007887e630ac19a7083
-
Stephan Bergmann yazdı
Change-Id: Iea00f7c6435c6ae3ccbb2f97ab4407df8b86c54b
-
Stephan Bergmann yazdı
Change-Id: I813629a2614f99035ab1b873ee34c203729c7367
-
Stephan Bergmann yazdı
...as sal_textenc lib is not part of stable URE interface. Change-Id: I5aeacd7668cca36f900aede4012d508217f3ab46
-
Miklos Vajna yazdı
Change-Id: I8cbaa30aa222404f55f5ff49474cf93e8b1bdac2
-
Kevin Peng yazdı
Change-Id: I305883239dbcd6f46d6ed5614c4968e0b59055ca
-
Miklos Vajna yazdı
Change-Id: If7256136cde91279ad8b684da1b7bf1666bd1dba
-
Miklos Vajna yazdı
Change-Id: I8d1475b5bc9a36dade5ce28e74139834c69f8e14
-
Miklos Vajna yazdı
Change-Id: I7b11cf78f106807561be77c51641796319aaf636
-
Miklos Vajna yazdı
Change-Id: Idd815f2d10e67ae9cf91f06b6b4c92a0ebe2e856
-
Miklos Vajna yazdı
To handle roundtrip of office:name in ODF. Change-Id: I35dab189f7b9b8191ca92c647332e2271d4806f9
-
Michael Stahl yazdı
This reverts commit d3d533c9. 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)
-
Stephan Bergmann yazdı
...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
-
Matúš Kukan yazdı
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
-
Matúš Kukan yazdı
Change-Id: Ibaab0a1ed5774f400bc14e67742daaf06fcab391
-
Matúš Kukan yazdı
Change-Id: I4bb299e8d0d41fd27c84b84e32057eb43feb7fa4
-
Stephan Bergmann yazdı
Change-Id: If8acc5e9fee2730796637dfb505e0c514f96f1a3
-
David Tardon yazdı
Change-Id: Iad7e4c12144799a6b33b3cd39476da5653b1bdd1
-
Stephan Bergmann yazdı
Change-Id: Ie2cc83dde7e0522e0bf669a1dd3d7a8ca680f7e2
-
Stephan Bergmann yazdı
...after gbuild'ification (they used to be added via solenv/bin/addsym.awk). And sunjavaplugin.map is actually unused. Change-Id: If6804cff8d01e268b84512d6c4b1edebde018cc0
-
David Tardon yazdı
Change-Id: I55038545ad740891777075c6fadde9959bd7fa1b
-
David Tardon yazdı
Change-Id: I3500eb6a7ab1c98856a8da13e76135d1073dd6fd
-
Julien Nabet yazdı
Change-Id: Iba122812b0485f6e8097e1767b64d7ed67f9684e
-
Daniel Bankston yazdı
Change-Id: Id9d17403717e42b91b1f45b0a081e2fb5a27c06e
-
Daniel Bankston yazdı
Change-Id: If00d424ebe0d82284c3281c3362f2a9e52ee384e
-
- 19 Tem, 2012 6 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I206cbf5453fd6b32f3ee6725d29260a8c49a68bd
-
Caolán McNamara yazdı
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
-
Takeshi Abe yazdı
Change-Id: I5b334344a0ead5fde083c952e625d74978f1a927
-
Kohei Yoshida yazdı
It didn't help our clang tinderbox. Reverting. This reverts commit 52022b5f.
-
Kohei Yoshida yazdı
Change-Id: Ia019157bd5d2b8ce18550b468de1269b2737ff02
-
Kohei Yoshida yazdı
Change-Id: Ia50e0aeecdbe364c8d0862906f8f7dd842ebd9c8
-