- 04 Mar, 2014 40 kayıt (commit)
-
-
Markus Mohrhard yazdı
This reverts commit 0b6a1f2a.
-
Olivier Hallot yazdı
Change string "..." to "Servers..." in filepicker, to allow better understandng of the remote acess to file services. Change-Id: I8ffca698b40d23b1c876223ef98f9bcb181791a4 Reviewed-on: https://gerrit.libreoffice.org/8452Tested-by:
Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-by:
Marcos Paulo de Souza <marcos.souza.org@gmail.com>
-
Stephan Bergmann yazdı
Change-Id: If4e126e7993a1d3ca6162becf37b84b2de6c2dde
-
Miklos Vajna yazdı
Change-Id: Iffb80e9844132aeeaf3e338c4817b44520e40f3a
-
Michael Stahl yazdı
Change-Id: I58d592a863ed96fee85e4c8838663791c76854da
-
Markus Mohrhard yazdı
Change-Id: I946f4177bef82bbac8058640f216a294582c24a3
-
Markus Mohrhard yazdı
Change-Id: Iaaf5b7ab47ffa151cd7c8ea376763d02c883f377
-
Markus Mohrhard yazdı
Next step on my way to remove the inheritance from std::map Change-Id: I96e8e4c05f1bd821a0c1c4de5c78af1706fe50e5
-
Markus Mohrhard yazdı
-
Markus Mohrhard yazdı
Change-Id: Ib4460d6ba59dbe22436fb710ee7a108804df0b86
-
Markus Mohrhard yazdı
Change-Id: Ibf88802777c09786f05c6ffff20d985fbbe491af
-
Markus Mohrhard yazdı
Change-Id: I828e6556864de60443a07cc61294b964314c5901
-
Michael Stahl yazdı
As reported by Fernand Vanrie, initializing the XSLT service can fail because the LibXSLTTransformer::initialize was changed to require the parameters as a nested Sequence; accept previous parameter convention as a fall-back. (regression from ca0ea73a) Change-Id: I136e6e6338f11ffecf9f856f0736d1d0e6b17c3f
-
Jan-Marek Glogowski yazdı
Actually warn the user, if we ignore provided configuration files. Also add an extended header to explain the expected behaviour. Change-Id: I630d858c2d24aa0341d04359b45029c7faa54675 Reviewed-on: https://gerrit.libreoffice.org/8446Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com> Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
David Tardon yazdı
Project: dictionaries 2f78ad29c9bdf6393cddde39716032bfdab7c9fb
-
Marcos Paulo de Souza yazdı
Change-Id: Idf29f37032a851632760758d443d73f04bbbae69
-
Stephan Bergmann yazdı
Change-Id: Id5535ec71c47ad29283607d1d1b9f3a502e34fe1
-
David Tardon yazdı
... fixing build with system boost Change-Id: I50eee3e349e99f751439893c577d66ebb46107c2
-
Miklos Vajna yazdı
In general we're overwriting styles on import in case we're not pasting. But these WW8Num* character styles are in general not from the document, they are created because Writer needs a character style for each numbering level to handle what's in the DOC file. So, in case there is a character style with the same name as our "character style for numbering" styles, prefer the later ones, as that's intended most likely. Change-Id: I675f867722360aca765bb96b0b43ea47deab9847
-
Miklos Vajna yazdı
Change-Id: Ie62d808e9b498ef7125d603f20594ab1bb665a50
-
Caolán McNamara yazdı
Change-Id: I4ef6da4d9d1931917e0aaa6e110fd273bd917b26
-
Marcos Paulo de Souza yazdı
The last cases are non obvious, so it's pratically done Change-Id: Icae1da8e238f516eaed0f7fbdf96fff778eac547 Reviewed-on: https://gerrit.libreoffice.org/8445Reviewed-by:
Marcos Paulo de Souza <marcos.souza.org@gmail.com> Tested-by:
Marcos Paulo de Souza <marcos.souza.org@gmail.com>
-
Stephan Bergmann yazdı
...and the call to strcpy isn't even necessary. This includes a revert of 430237b3 "coverity#706154: Dest buffer too small." Change-Id: I51186da6e7d80438b01d49e24a1fa47877078516
-
Stephan Bergmann yazdı
Change-Id: Ie66636881a2e4c754bd95f9d1d72e0b4fc2828df
-
Stephan Bergmann yazdı
Change-Id: I603d5bd978b7e7a6737ab90c6de1be5c02bbf311
-
Caolán McNamara yazdı
in multiline edits, focus remains stuck on internal TextWindow instead of being placed on container MultiLineEdit regression from b755fb8c which removed it with no explanation Change-Id: I9d6bd546e341651442538bf40de6c43c521868d7
-
Caolán McNamara yazdı
Change-Id: I754345b637bb71a822c9ea4f1edf6e344172b467
-
Stephan Bergmann yazdı
Change-Id: I3de66f499d20e7765b530890f746ccfe322252ac
-
Tor Lillqvist yazdı
The m_pFilterControl is always added to the m_aActiveControls list (see createFilterControl()), so it has been released by the loop over the list. So make sure to call setTarget before the loop. For some reason this doesn't normally cause sending a message to a deallocated instance, though. (I only noticed it when experimenting with if-zeroing out the creation of the user pane.) I guess this might mean that we actually have a leak here, if the controls in the list don't actually get deallocated by the release messages in the loop? Change-Id: If691f8d35bab606ce8a61f677d8e495e72a23148
-
Miklos Vajna yazdı
Change-Id: Ia71f5ea712ad16d6eef3af1136613d38cd27b581
-
Andras Timar yazdı
Change-Id: I5de065e1701da119e15934a07d0e63d538a9f53c
-
Takeshi Abe yazdı
Change-Id: Iae71a0779839015b7c853f93703fe263f84a591a
-
Stephan Bergmann yazdı
...which is necessary for recent Clang trunk towards 3.5, which is implemented in C++11 now, and should not hurt for older versions. Required to move the plugin check after the check that determines CXXFLAGS_CXX11. Change-Id: I73aff79e09749e9d7c6ea813422f35c1b8475041
-
Markus Mohrhard yazdı
Change-Id: I2447c10627b795ccb689b4758b55a7bb2ffa1094
-
Markus Mohrhard yazdı
They have been applied upstream and are part of the new release. Change-Id: I928b29e74abe2415bdf75de32cbaa7ac279a2889
-
Norbert Thiebaud yazdı
Change-Id: Ib80ed6bbacad9fdbe7a8fbafdd71bb11037e38cb
-
Norbert Thiebaud yazdı
Change-Id: Ic2480dda2ceb1afd768effcc3df718fb73a222fb
-
Norbert Thiebaud yazdı
Change-Id: I441e4f712431c906acaaee88f5eee2531224a73d
-
Norbert Thiebaud yazdı
Change-Id: I6cc731825bf6e499fc903cd43448b288d44bc3b1
-
Norbert Thiebaud yazdı
Change-Id: Ia1433be559d445ba3ae4d118003a59275c0e9bd5
-