summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-14-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
Change-Id: Ib98c4d608f15980449a6949615a38cd8a436012f
2012-08-14-Werror,-Wunique-enum (Clang towards 3.2)Stephan Bergmann
Change-Id: Ibb711d12561040404e819cb4a6ed4daa7581cd7c
2012-08-14fdo#53061: Fix for C++11 #define NULL nullptrJung-uk Kim
Change-Id: Ic6cce351202eca8160f1536981ce5d0985010cb7 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2012-08-14fdo#39468: Translated German comments in sw/source/core/docnode/ndnotxt.cxxBertrand Lorentz
Change-Id: I0838ef7e1a80056a2a0bf0fc8d4ff91f9acbe5b7
2012-08-14logerrit: Fix some typos.Tim Retout
Change-Id: I0d6f3f5521d32dad1ffaa8675d5f43c7d7fa7cea Reviewed-on: https://gerrit.libreoffice.org/409 Reviewed-by: Jean-Tiare Le Bigot <admin@jtlebi.fr> Reviewed-by: Tomáš Chvátal <tchvatal@suse.cz> Tested-by: Tomáš Chvátal <tchvatal@suse.cz>
2012-08-14the copy ctor can take const refDavid Tardon
Change-Id: I4ef23f084d918dbf8227610f64bb7c38680e377a
2012-08-14Improved pin entry in dialog box -- correct sizing.Andrzej J.R. Hunt
Change-Id: Ide6184395ea2d916d48dd93a2004dbb6d271a33a
2012-08-14Depend on headers so we wont get crasher on missing framework.h.Tomas Chvatal
Change-Id: I2734f5ccc8f3abe415cf48c6c2c8c2783573a550 Signed-off-by: Tomas Chvatal <tchvatal@suse.cz>
2012-08-14remove two obviously wrong commentsMarkus Mohrhard
Change-Id: I8b5929b2ae022c40397f70abf863e3aae63d1d54
2012-08-14remove some auto_ptr from xecontentMarkus Mohrhard
Change-Id: Idef77ba4ce419aec26476ed027ac1a3c3fc41eef
2012-08-14implement dumper for new cond format testMarkus Mohrhard
Change-Id: I2a7f0cf20fa54cbcafcb30d8b8834fd1adf3821d
2012-08-14implement color scale and data bar export to xlsxMarkus Mohrhard
Only 2007 versions of DataBars supported yet Change-Id: Id1d10aae2bb5221246740defa3d4a97a1cd7c908
2012-08-14Remove declared but not defined functionTakeshi Abe
Change-Id: I74836b55375a6e2e57a989234bacf7186325b33e
2012-08-14sal_Bool to boolTakeshi Abe
Change-Id: Idb5ef3cebdd45bd91f7c0ae34e422fd651d395c9
2012-08-13re-indent LOC to match coding styles (in tools/inc/)Philipp Riemer
This is a follow-up patch of c8b7aa55138848fe07108779099267424bc03e3d. Change-Id: I368c1e119225bbee2adf71cbde0ebc41120c4b15
2012-08-13remove ascii art and blank lines in tools/inc/Philipp Riemer
Also added some lines for better readability. This is a follow-up patch of c8b7aa55138848fe07108779099267424bc03e3d. Change-Id: I50e6c05141ef3b8db70302d8853b46c38414c6d5
2012-08-13removed "// end of sth." comments in tools/inc/Philipp Riemer
This is a follow-up patch of c8b7aa55138848fe07108779099267424bc03e3d. Change-Id: I597be0bbcda36580c8607cab094e53e9f39133e2
2012-08-13clean-up of existing comments in tools/incPhilipp Riemer
This is a follow-up patch of c8b7aa55138848fe07108779099267424bc03e3d. Change-Id: Ie220db245c08a6144f74a3727db3d6bdc2786495
2012-08-13"doxygenized" comments in tools/incPhilipp Riemer
This is a follow-up patch to c8b7aa55138848fe07108779099267424bc03e3d. Change-Id: I124d01ff13d12ea392e6ef283a585d63b1b82e1e
2012-08-13installer::download: Clean up get_versionstring and make privateTim Retout
Change-Id: I9499b7eb580b499ea63bbf8d6ba5bf45a1c460e1
2012-08-13fdo#53456: initialize pivot tables *after* the formula cells.Kohei Yoshida
Or else all the formula cells within pivot table's source ranges would be treated as if they are empty. Change-Id: Ib04f4902863b091c483711eeaf31a282f6feaf67
2012-08-13Convert aTimeList field in AnimationWindow from tools/list.hxx to std::vectorNoel Grandin
Change-Id: I45893027fc33ee07e4fbddec06ab8949c58ed316
2012-08-13Convert from tools/list.hxx to tools/contnr.hxxNoel Grandin
Most places don't need to include tools/list.hxx Change-Id: Ib2415fbbf92b039a77e1f5c21856f03de60262d4
2012-08-13Convert from including tools/list.hxx to tools/contnr.hxxNoel Grandin
Change-Id: I728995adb333df7c647674bba3bca7fe6fef78d0
2012-08-13Convert tools/list.hxx to std::vector in maExOleObj field of PPTWriter classNoel Grandin
Change-Id: Ie677ef12d8443c36069dd6910b42b81b48beb974
2012-08-13Convert ParagraphObj from tools/list.hxx to std::vectorNoel Grandin
Also convert mpList to maList in ImplTextObject because its lifecycle is completely tied to it's containing struct. Change-Id: Ie1a35b604bbe539f3ae1303e3873e47ddae38cbc
2012-08-13PPTParagraphObj: replace PPTPortionObj array with boost::ptr_vectorMichael Stahl
Remove null pointer checks as well, we've been dereferencing them always since c21c2f82f9451c293c449e4647522d126a0f2bee (2001) already. Change-Id: I978745ab922f7975a785857f7d17add62e37baba
2012-08-13PPTParagraphObj: fix problems in previous commit:Michael Stahl
- check for a null List element is actually check for valid index - there may be any number of character properties for every paragraph, so need to pass in 2 parameters to PPTParagraphObj ctor - PPTTextObj::PPTTextObj: nIdx became n in one place - PPTTextObj::PPTTextObj: n++ dropped in one place Change-Id: I590834012c46b7885ba5aa9c50655bf62439a0e9
2012-08-13Convert property lists from tools/list.hxx to std::vectorNoel Grandin
Change-Id: I447883a8bbfa01ef60e7ad870c0f9ddefb7fdada
2012-08-13Move definition of LIST_APPEND to contnr.hxxNoel Grandin
This definition is used everywhere as a flag value, even where the List class itself is not used. Move it as part of stripping away usage of the List class. Change-Id: I064dc25368bd04b038f4e07a337bf8adf0b8d0eb
2012-08-13Final fixes for pairing.Andrzej J.R. Hunt
Change-Id: Ib66f227062f9c263dbc3dfefaf70525c73bdedc9
2012-08-13Finished pin verification server side.Andrzej J.R. Hunt
Change-Id: Ib59be7fb21ae132d1a19b414acd55f3c54448841
2012-08-13Pairing implemented client side.Andrzej J.R. Hunt
Change-Id: I678e038470824affa2fe4d792e9a5defbd77807a
2012-08-13CommunicationService completely threaded. Preparations for pairing.Andrzej J.R. Hunt
Change-Id: If5a984230e776b380b8e536655cef061d2298e15
2012-08-13fdo#39468: Translated German comments in core/toolsOliver Günther
Change-Id: I5b6fd5712f08dae180bdd3b57b63713946b82433
2012-08-13Unit test for pivot table's text number field member output.Kohei Yoshida
Change-Id: Id7aa174fa26adb601ce652ba57c032e6b1c79dab
2012-08-13Add test for csv filter as well.Kohei Yoshida
The content is intentionally identical to the html counterpart. Change-Id: Ie9a91ceafdb56a0c915bc0175d49bb494c38e9af
2012-08-13fdo#53089: Avoid setting valid numbers as text during html import.Kohei Yoshida
Change-Id: I5fa9a54f70e8e4d8aac42687f2a204b2925d4619
2012-08-13New HTML file to test number format on import.Kohei Yoshida
Change-Id: I74e831e5ede01dfe2954314be6b64b19a551dc6b
2012-08-13unusedcode.easy: remove unused codeThomas Arnhold
Change-Id: I87e7264ffd3086796aaa8e136c2f9b77fde7b74f
2012-08-13remove already removed SetInstallLocation from install sequencesAndras Timar
Change-Id: I9a8e4a39ebc6d5f5a6092c58658f833b0f58d668
2012-08-13fdo#53006: And detect LO downgrading scenarios...Stephan Bergmann
...that reinstall potentially broken prereg data but do not touch the buildid file. Change-Id: I1b02d2c265523dd751d8ef7f2dccb59ed048f568
2012-08-13fdo#53113 docx export: initial shape text supportMiklos Vajna
Text is written, but paragraph and character properties are not yet handled. Change-Id: I828f8b6096bde000347066b23925376f6f945dbc
2012-08-13fdo#53113 oox::VMLExport: allow a callback to be registered for shape textMiklos Vajna
Change-Id: I1df58fa067287a37b0f62b0b05b0567da73d03b0
2012-08-13OpenOffice.org->LibreOfficeAndras Timar
Change-Id: Ie0082fc0bafd97fdd8ebdcb9d668a1ca7559f15d
2012-08-13fdo#49527 unzip autocorrect files, store contents in gitBence Babati
Change-Id: I3fa844bbfe0a80d824a3edb47615d828988f2200
2012-08-13tweak old-school gstreamer link lineMichael Meeks
Change-Id: If3f42a53ccfb4829009171c9b8325b2cb06277c2
2012-08-13misc. cleanup.Michael Meeks
2012-08-13Make it compile for Android again (and iOS, I hope)Tor Lillqvist
Change-Id: Ib0a4f4ea4858d52ed70e9a4d1b7904325f36c361
2012-08-13Revert "Bypass pdfwriter for non-desktop OSes without any Mozilla stuff for now"Tor Lillqvist
This reverts commit fd9c2cca78227f634e34790aa127cc31e4302a56.