summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-22convert include/svtools/treelistbox.hxx from String to OUStringNoel Grandin
Change-Id: Ie0416511fd91a523778a312685d3b438118a0c52
2013-08-22convert include/svtools/QueryFolderName.hxx from String to OUStringNoel Grandin
Change-Id: Iec274c35c3ce4f1f9d5f17bd5562b52b788595d4
2013-08-22convert include/svtools/addresstemplate.hxx from String to OUStringNoel Grandin
and make the local field protected->private, because nothing else needs to access them. Change-Id: I4411b98cacb06f3e80a7ab2108917b497dc63625
2013-08-22convert include/svtools/brwbox.hxx from String to OUStringNoel Grandin
Change-Id: I21bfd9ff242318a0cb5b589df9f59a20fc5c3730
2013-08-22convert include/svtools/calendar.hxx from String to OUStringNoel Grandin
Change-Id: I69db7527f915badb26d7162305521a81d65b3599
2013-08-22convert include/svtools/ctrl*.hxx from String to OUStringNoel Grandin
Change-Id: I86b78137f02a11c5a2c34930b19cef22acd7ac69
2013-08-22convert include/svtools/edit*.hxx from String to OUStringNoel Grandin
Change-Id: Iae86236aa3af31b09cddeca0a9725b4f5e125d6c
2013-08-22Convert include/svtools/ehdl.hxx from String to OUStringNoel Grandin
and de-virtual SfxErrorContext::GetString, since nothing was overriding it. Change-Id: Ie274c57b22880742dd221c37284441b788dfb411
2013-08-22convert include/svtools/file*.hxx from String to OUStringNoel Grandin
Change-Id: Ie0e07c61caba1e15475900622c97e0f0426558d6
2013-08-22convert include/svtools/fmtfield.hxx from String to OUStringNoel Grandin
Change-Id: Id8b6e41b6eeb0f0b6cd835cea53abca55f1d1373
2013-08-22covnert include/svtools/grfmgr.hxx from String to OUStringNoel Grandin
Change-Id: I2f3d65925b75eb1b65075dc2995f52a28e712b07
2013-08-22convert include/svtools/helpopt.hxx from String to OUStringNoel Grandin
and remove unused IdList typedef. Change-Id: Ia154a8255f1a745cede24f112868c074adce0fbe
2013-08-22convert include/svtools/imagemgr.hxx from String to OUStringNoel Grandin
Change-Id: Ie28bc106080b495364162133bd86ff5c618cdb77
2013-08-22convert field dialog to .uiCaolán McNamara
Change-Id: I0f956d365242447f39752d544a020cbc77d6ac4c
2013-08-22Updated coreCaolán McNamara
Project: help 408408b2f725a547c69a742597e53d8e6738ca45
2013-08-22mork and mozab only on DESKTOPTor Lillqvist
Change-Id: Idf8539992cbc52e848c2e7768551c156764b5cea
2013-08-22cppcheck: various fixesJulien Nabet
Change-Id: Ifeecdf806928a73bab22ef411f2c6abd2ce84428
2013-08-22Fixing warningsMinh Ngo
Change-Id: I71a8deaf814f89d2dca62fe5cb67b76a59ed31bd
2013-08-22Unused variable.Kohei Yoshida
Change-Id: If63aa3dbc5731f4c17d877cc05dd62ec760984c9
2013-08-22cppcheck: fix redundant assignmentsJulien Nabet
Change-Id: Ib0c2f0c2b67f40ce75469b434a67c62187aca93d
2013-08-22Misaligned access is always undefined behaviorStephan Bergmann
...as flagged by Clang -fsanitize=undefined Change-Id: I924439b1546832ebc37b87d88279822b9b7b6c0d
2013-08-22downcast of address which does not point to an object of type 'XMLParentNode'Stephan Bergmann
(note: object is of type 'XMLDefault'); Clang -fsanitize=undefined Change-Id: Idaa1e30068c389ed57977d40fc90410ec9ff3665
2013-08-22downcast of address which does not point to an object of type 'AstInterface'Stephan Bergmann
(note: object is of type 'AstTypeDef'); Clang -fsanitize=undefined Change-Id: I1b11a7678f18557c8040af2118c1c0101913f086
2013-08-22downcast of address which does not point to an object of type 'AstType'Stephan Bergmann
(note: object is of type 'AstDeclaration'); Clang -fsanitize=undefined Change-Id: I08eef7d3e8b298abd16b0c6d72cfb72b75190cd5
2013-08-22Various undefined behavior involving signed integersStephan Bergmann
as flagged by Clang -fsanitize=undefined Change-Id: Iff1aa4473d960009890b923fba734257ecd8b3ef
2013-08-22left shift of 1 by 31 places cannot be represented in type 'int'Stephan Bergmann
Clang -fsanitize=undefined Change-Id: I2b3f1bd28e098d5eb57892d2c7438c18c5c3b357
2013-08-22Fixing warnings and crash with the VLC::Instance.Minh Ngo
Change-Id: I0282b79e296d6fccafbf7d89f38ed2f50672ef08
2013-08-22Returning an object reference in operators =.Minh Ngo
Change-Id: Ia10646789962b046bbb95ecaf74b9d248bb7e4e6
2013-08-22Removing a waste headerMinh Ngo
Change-Id: I7609abadaa2d483617a3e80a1b08b06e63b0a69d
2013-08-22Fixing symbol loader. Returns true if successful. false otherwise.Minh Ngo
Change-Id: I58a5dd39c005841a5680440a52905596ae8679b2
2013-08-22Mark as constTakeshi Abe
Change-Id: I65a05b59da6dbc2d37a55129c54ca0f322702364
2013-08-22sal_Bool to boolTakeshi Abe
Change-Id: I4ab448a461a9fe37ba18838357d371f71b0a496c
2013-08-22Drop useless #undefTakeshi Abe
WANTEXCEPT disappeared with fc9fb12f58866c04636f61e073d39ba29806cbb5 Change-Id: I6ac9aeba0258797e18f5381a3876401e4dee4c89
2013-08-22Don't forget to export underline attributes.Kohei Yoshida
Change-Id: I72ce0c0cb1c8d461559ad997ad2c88a25d9e8a20
2013-08-21fdo#60740: Populate auto styles from edit cells without using UNO API.Kohei Yoshida
Not using UNO API here alone made this code fly. Change-Id: Ib3eff168bbe49e49fb413909b7a14057f808cdf9
2013-08-22Finding libvlc in Mac OS/Windows platformsMinh Ngo
Change-Id: I34cff74fa59161a5e97411000132ceff65cfff68
2013-08-21remove code that was commented out long time agoPhilipp Riemer
2013-08-21fdo#62475 , fdo#39468: remove visual noise and translate German comments in ↵Philipp Riemer
svx/source/xoutdev/
2013-08-21convert edit fields singletab dialog to layout .uiCaolán McNamara
Change-Id: I3d58d93ac2686ea16fde4118b7133176d3713af7
2013-08-21make SfxTabPage::GetTabDialog always workCaolán McNamara
Change-Id: Ibdcfeed1ff340649cae0b868a1ee79450adc88f3
2013-08-21SwDBTreeList ResID ctor is unused now post .ui conversionCaolán McNamara
Change-Id: Ied3d1c4f87e41061a9656abc0b70fd105c92d59c
2013-08-21drop unhelpful help idCaolán McNamara
Change-Id: I384afcb76485d5b78a588c63b8a9f1580e96fc51
2013-08-21Fix build with compiler from OS X 10.6 SDK (hopefully)Boris Dušek
The compiler in 10.6 SDK probably still requires methods to be defined in such an order that one should not reference a method from a line of code that precedes the one where the method is defined. Compilers in newer SDKs support arbitrary order, as long as the requested method is defined anywhere. This is consistent with other methods in the same file that are not declared anywhere (just defined and used apparently in the order I wrote above). Change-Id: I14ba699056b6cdd2e804dbc87cfedaef47663664 Reviewed-on: https://gerrit.libreoffice.org/5576 Reviewed-by: Boris Dušek <me@dusek.me> Tested-by: Boris Dušek <me@dusek.me>
2013-08-21Drop maSTR_NO_TRANSITIONMatteo Casalin
Change-Id: I0f0ed04eb9ad02bb5082b2f879b932af3a3b5e44
2013-08-21fix buildCaolán McNamara
Change-Id: I0cc57d4c1341413a6c284b064a152b4e12f964f2
2013-08-21SwRewriter: use GetPlaceHolder in ApplyMatteo Casalin
Change-Id: I7b7372e781b445eb2bb7f07d7ccf44ede963ae99
2013-08-21Feeble attempt to fix build on Android (with -Werror=shadow)Katarina Behrens
Change-Id: I13f443eafa0264030cfa550365b699e1bdae9452
2013-08-21offapi: fix animations::AnimationCalcMode documentationMiklos Vajna
XAnimate::KeyTimes was referred using wrong markup, but KeySplines is not a property at all, it seems. Reading AnimationsExporterImpl::exportAnimate() in xmloff, this is probably meant to be XAnimate::TimeFilter. Change-Id: I19fc86ce4a5fb28514d9be3fca5a53ad3fcfba51
2013-08-21fix connectivity bits in postprocessBjoern Michaelsen
Conflicts: postprocess/Rdb_services.mk Change-Id: I843a5ccc0408e267cc2f333044f5b7ba39d1bdea Reviewed-on: https://gerrit.libreoffice.org/5570 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-08-21fdo#68373 wildcard char. matches only real suffix in autocorr.László Németh
Change-Id: Ibe06bb5c62ac0d8fae17c8a9ffcc4b1bc2768bcc