summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-28Updated corePetr Mladek
Project: dictionaries 2f682dd14a18b87e348f6b929cac61dae68898d1 Revert "Romanian thesaurus fix" It is not needed. The idx files are generated automatically during build. This reverts commit 551d155ff5ba37b0561ba4f2bbfec4260c2bd9bc. Change-Id: I53eb6407bc41199ca586757276a5d2d9a980afa4 Reviewed-on: https://gerrit.libreoffice.org/3107 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-03-28Updated coreLucian Constantin
Project: dictionaries 551d155ff5ba37b0561ba4f2bbfec4260c2bd9bc
2013-03-28Building without --with-help is not supposed to disable help functionalityTor Lillqvist
Drop HAVE_FEATURE_HELP. Just check HAVE_FEATURE_DESKTOP instead in the few places in the code where HAVE_FEATURE_HELP had been introduced so far. It's only for the non-desktop platforms that leaving out the traditional help functionality is intended anyway. Change-Id: I2d05869267f509a8e64cf402eed8ebef0020cada
2013-03-28fdo#61789 Fix crash, pSvtGraphicStroke is allowed to be NULL.Jan Holesovsky
Change-Id: Ia08e2e91354c9b4e543023c193b95e79d56e235b
2013-03-28move the dialog to chart2Markus Mohrhard
Change-Id: I9f6e967d52dd10072c57b4f55faedd4ed7f98094
2013-03-28Converting spline dialog box to glade.EricSeynaeve
Change-Id: I945445ab703b146b048cd45768d256d8b6a833d5
2013-03-28Revert "sw: unused COLFUZZY macro in non-debug builds"Stephan Bergmann
This reverts commit 4f90888df7dafde7f06ea11d3a3c5b081a6d9619, got already addressed with 0f60c1a50a98683e44325114e4cc19b355c87f49 "OSL_ENSURE -> SAL_WARN_IF (silence -Werror=unused-macros)."
2013-03-28sw: unused COLFUZZY macro in non-debug buildsMiklos Vajna
Change-Id: I0f2981d691edf1d476bf94deb2f539e8d3c35334
2013-03-28add missing dep on jawtDavid Tardon
Change-Id: Ie6c552976f2f1027602a5b4ba27ba4754ec9dd69
2013-03-28add missing dep on comphelper/classids.hxxDavid Tardon
Change-Id: Ibe2fe28c19010fa8844db3ad912e9a5dc9305cad
2013-03-28add missing dep on sal/typesizes.hDavid Tardon
Change-Id: I45e2949bd50ef1b72e40f6dbc67a05bbbbeeeb5b
2013-03-28add missing dep on sal/config.hDavid Tardon
Change-Id: I6f1e3eddc960b5010e9bf015ba426aefd0437bc1
2013-03-28add missing deps on headersDavid Tardon
Change-Id: I4e16a271533fdc1fa51f9539b38220330cc44276
2013-03-28add missing dep on sal/config.hDavid Tardon
Change-Id: I2df7a90f09c9692c9cc28fe0f6e5f0a56673811e
2013-03-28add missing dep on osl/thread.hDavid Tardon
Change-Id: I4c33ed5a9ae5a29c2deb1a7f7d3ef1a11a44c539
2013-03-28add missing dep on sal/types.hDavid Tardon
Change-Id: I76ab0b77a9d68feac2f14dc2f45c9bb39c15e585
2013-03-28add missing deps on headersDavid Tardon
Change-Id: Ifdc86edf9885d5c5bad158838093f7eff02c6ef3
2013-03-28add missing deps on URE headersDavid Tardon
Change-Id: Id432ade1703e50a0abe1642e2e1eba89dc102dee
2013-03-28add missing dep on uwinapi.hDavid Tardon
Change-Id: Ie7a616d4295db98a8c513e876b83b8e6b52ba83a
2013-03-28add missing dep on sal headersDavid Tardon
Change-Id: Iffcd9b94b1246c012413f26cf11c1bb28541d38b
2013-03-28add missing dep on sal/typesizes.hDavid Tardon
Change-Id: I1b840d53259c92bf5336e7815c726154c2323f2a
2013-03-28make sure output dir existsDavid Tardon
Change-Id: I437c54719a514fdc020b3a6bf37d2f288102fdea
2013-03-28add missing deps on uwinapi headersDavid Tardon
Change-Id: I8a6d62a611879aaa6f6b823ecb11618c26e4123c
2013-03-28WaE: struct 'ScRefCellValue' was previously declared as a classTor Lillqvist
Change-Id: Ia653822622180940b22877cda1d4f7b1e6369f61
2013-03-28OSL_ENSURE -> SAL_WARN_IF (silence -Werror=unused-macros)Stephan Bergmann
Change-Id: I34cb3308916c95b95d3197d207c49a3799760163
2013-03-28A bit more.Kohei Yoshida
Change-Id: I7617bfa094ba8e6fb2c19944362bd604f5299732
2013-03-28Reduce calls to ScDocument::GetCell().Kohei Yoshida
Change-Id: I39196eced68d25b6b2ae1378f712564badfc4572
2013-03-28More on replacing ScBaseCell.Kohei Yoshida
Change-Id: I2a512d0421ddac5bf92ad128ea2dde5772f854dd
2013-03-28We only need to send the broadcaster instance with ScHint.Kohei Yoshida
Another ScBaseCell eliminated. Change-Id: I32a07024dd1d8ab536038942aa7209a7829d193c
2013-03-28Some header cleansup. Some headers are no longer needed.Kohei Yoshida
Change-Id: I56fb26da04b03d0692837d4a05aacd2a793ee2ae
2013-03-28Some followup cleanup now that these methods are in the formula cell only.Kohei Yoshida
Change-Id: I796bf379f004a1371c86362e57eaac4a511f34cd
2013-03-28Now we don't need to check for the cell type; it's always of formula type.Kohei Yoshida
Change-Id: I4066975340f7e8a89e9e4d07cc7bed3851da52b6
2013-03-28Stop exporting symbols of these cell classes except for ScFormulaCell.Kohei Yoshida
And move StartListeningTo() and EndListeningTo() methods from ScBaseCell to ScFormulaCell. They really do belong only to the formula cells. Change-Id: I468cd899beec0d8281ebb0d57fe6205a0fc4f534
2013-03-28attrarray.cxx is now free of ScBaseCell.Kohei Yoshida
Change-Id: I9a323062fc341ef5fc20f2922503a88f3a45ce0d
2013-03-28cellsuno.cxx is now free of ScBaseCell.Kohei Yoshida
Change-Id: Idc967bf3028c93e80edec81823d620e9f2626556
2013-03-28More of the same.Kohei Yoshida
Change-Id: Id9a5968376f955b325d18067688f59116663740f
2013-03-28Remove a bit more use of ScEditCell and ScBaseCell.Kohei Yoshida
Change-Id: Ib01eaef7e3a612048d2ed3f714ed178f4076e689
2013-03-28Reduce indentation by early bail-out.Kohei Yoshida
Change-Id: I5965a38fdd4e80e22136905881a39eb38ffb7798
2013-03-28More on killing direct use of ScEditCell (and some of ScBaseCell).Kohei Yoshida
Change-Id: I65d530333213f8b3db38a269e74a0beabcd1ff89
2013-03-28More on killing direct use of ScEditCell.Kohei Yoshida
Change-Id: If6e3529666ff064107d3c5687b6993822572c0d9
2013-03-28Started killing direct use of ScEditCell.Kohei Yoshida
Change-Id: Id4afe6b748b5317db93e0a36257311e5bcff3820
2013-03-28Make viewfunc.cxx free of ScBaseCell.Kohei Yoshida
Change-Id: I15a2682d2739a1c7be0d52b98c45b8d5a82c1686
2013-03-28Replace ScBaseCell in CellInfo with ScRefCellValue.Kohei Yoshida
And all the other changes that were necessary. Change-Id: I76c938d5568e0ed46e654dd8ad9a4cd044b0e235
2013-03-28sal_Bool to bool.Kohei Yoshida
Change-Id: I9da5f03553855bd4d3ed349e281edeea3f565488
2013-03-28Deselect templates when closing the search view.Rafael Dominguez
Change-Id: Ib3b47cea8a35c2197d065c1d699f0de4bc3f04eb
2013-03-28Show search and extra buttons when a template is selected.Rafael Dominguez
Change-Id: I8e331849aa4d973ed905e9afee5d08e9b6bbc230
2013-03-28Position correctly widgets in Template Manager.Rafael Dominguez
Change-Id: I2bb16913f20fcc093acaec9de8b07d27a692056b
2013-03-28Hide creating a new template folder when theres one already selected.Rafael Dominguez
Change-Id: I9924eb5ca66c61b2a1d3b66989b794d58e26d703
2013-03-28fdo#60581 Import templates into current directory.Rafael Dominguez
Change-Id: I965586748ab51ddb6face485e0db292c4c7b5274
2013-03-28fdo#60581 Display import templates only when its allowed.Rafael Dominguez
Change-Id: I004b50118b1b261de4807660012b55eeecff41a3