Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-17 | Add ODS unittest that checks merged cells and their content on multiple sheets | Daniel Bankston | |
Existing unit tests did not check if cells were merged correctly on more than one sheet. Change-Id: Ibd4d29abd7345afc95fede2a17c7e498d8cac3d9 | |||
2012-06-17 | Move logic in AddFormulaCell() that adds non-formula cells into its own method | Daniel Bankston | |
Change-Id: Icc607e48f5d7bb538c8549b40f21d5e0a75a1511 | |||
2012-06-17 | Put logic that adds nonformula cells into its own method | Daniel Bankston | |
Change-Id: Ieb8d806e8890166c7ccb2188a79368873aaf42a7 | |||
2012-06-17 | Put some conditional statements into readable methods and do minor formatting | Daniel Bankston | |
Change-Id: I82d6349db5e7e3afdc36d893155539129f9d120c | |||
2012-06-17 | Move EndElement()'s logic (that adds formula cell to doc) into its own method | Daniel Bankston | |
Change-Id: Idd88d66856e5b9ec5e63e238434902daaa4e7f3e | |||
2012-06-17 | Put EndElement()'s long for-loop into its own method | Daniel Bankston | |
Moved EndElements()'s long for-loop (where rows and columns are added to the table) to is own method. Renamed sub-methods to more appropriately reflect the work being done. Change-Id: Iab9bdc2deb50577af164c8a210a32557e9708d67 | |||
2012-06-17 | Break contents EndElement()'s switch statement into smaller sub functions | Daniel Bankston | |
Change-Id: Id39e3a4bee4739b988d190a288849e0482b8e52c | |||
2012-06-17 | Extend repeated columns unit test to check both text and numbers | Daniel Bankston | |
Change-Id: I7d261958f81f73dfce44f27c0130f68c5c4b233f | |||
2012-06-17 | Fix repeating columns | Daniel Bankston | |
Change-Id: I35d8cc824bf7efceae6225432d5a261bd3883211 | |||
2012-06-17 | Commit files used in repeated columns unit test | Daniel Bankston | |
Change-Id: Ie8e9a3a3f36caa55f495ef7a6670b73ebe9e2086 | |||
2012-06-17 | Added unit test for repeated columns in ODS import. | Daniel Bankston | |
Change-Id: Idf3cf3a1f6fd1487c83470a9e5df4c940ee64c73 | |||
2012-06-17 | Remove comments | Daniel Bankston | |
Change-Id: I257a18325c3f385e14bed88aca6bdd2a8eba30b1 | |||
2012-06-17 | Reduce amount of casts between SCCOL, SCROW, and sal_Int32 | Daniel Bankston | |
Change-Id: If20c7ae8e90b41521215072a83654e6e90502129 | |||
2012-06-17 | Replace CellAddress with ScAddress in ScXMLTableRowCellContext::EndElement() | Daniel Bankston | |
Replaced CellAddress with ScAddress in EndElement() and adjusted related methods. Also removed commented-out code. Also did intermediate conversion for XText::getString() as related code was unnecessary since there is now direct access to ScAddress cell position. Change-Id: Ia237d0deb2d03a9d0470208d289947d474bc6d38 | |||
2012-06-17 | Remove unused ScMyTables merge methods and convert column/row methods | Daniel Bankston | |
Change-Id: I5c5aaa7e80859ada894595203d2554ef4ce8663b | |||
2012-06-17 | Convert GetRealCellPos and calls to use ScAddress | Daniel Bankston | |
Change-Id: Ic7a6ad82b5b4938ef67ddf8e62372635044cd5b2 | |||
2012-06-17 | Convert ScMyTableData to use ScAddress | Daniel Bankston | |
Change-Id: I10972bc2b76a517c465ce32cf4832ab069be1bec | |||
2012-06-17 | Remove unused method | Daniel Bankston | |
Change-Id: I9be889c8d0ef2d606614592a2a918b2d089da682 | |||
2012-06-17 | Filter dialog preview image size was wrongly calculated in some cases. | Tomaž Vajngerl | |
Change-Id: I22fdf17e6f2112624963da6293efddfa75507dd7 | |||
2012-06-16 | gbuildify xmlscript | Norbert Thiebaud | |
Change-Id: Ia3704b4a7813d45c87e9f7107945fedd73622339 | |||
2012-06-16 | revert gmk4 | Norbert Thiebaud | |
Change-Id: I613d6953c786f581a9a7cb16f47aa3351834c41c | |||
2012-06-16 | targeted clean-up | Norbert Thiebaud | |
Change-Id: I57d56ece9fd59a93d5081a394c3fe8d212290198 | |||
2012-06-16 | revert gmk4 | Norbert Thiebaud | |
Change-Id: I0c1f0495358bba6889d48d8bc500f880f7d5179c | |||
2012-06-16 | Junit test for unotools | Norbert Thiebaud | |
Change-Id: I7f3e6ed57fa40e9c7804c42c37c10023eefcc022 | |||
2012-06-16 | revert gmk4 | Norbert Thiebaud | |
Change-Id: Ib91e193d55d38abd77a6b4c0849c1f13c37cc7f2 | |||
2012-06-16 | gbuildify basegfx | Norbert Thiebaud | |
Change-Id: Icc164be408224b468dbeff6b422d172f3b70c202 | |||
2012-06-16 | revert gmk4 | Norbert Thiebaud | |
Change-Id: Ibf1c212355f65c547b6f15098f0e35522093ec54 | |||
2012-06-16 | Updated autorrection for pt-BR | Raimundo Moura | |
Change-Id: I81ebb1773efa71606a24a29f02517fe4c2f75ccf | |||
2012-06-16 | other mis-include | Norbert Thiebaud | |
Change-Id: Ibc82592650fe54e4a174c5c57050f805a1834cc9 | |||
2012-06-16 | fix build breakage due to sax gbuildification | Norbert Thiebaud | |
Change-Id: I742c598451134f1d2d0cdc6bcfd5c77adf13ad98 | |||
2012-06-16 | removed unused forward declarations of class | Takeshi Abe | |
Change-Id: I819d5b931c937ec52b14f60591546d1d86c38631 | |||
2012-06-16 | Related: fdo#48601 FILEOPEN: Open Visio's file with bitmap's blocks | Julien Nabet | |
This fdo contains 2 files with which I had a different crash for each of them. This patch fixes one of the 2 crashes. Change-Id: Ic67cad4de4b66e913debe95efc04db3ae6fbf781 | |||
2012-06-16 | gbuildification of sax | Norbert Thiebaud | |
Change-Id: I6e8220e88566e04b20687d54181205d31ec68e13 | |||
2012-06-16 | revert gmk4 | Norbert Thiebaud | |
Change-Id: I5e364dc0c387d85f7901d1e86968f5e591639f9f | |||
2012-06-16 | gbuildification of ucbhelper | Norbert Thiebaud | |
Change-Id: I1fb3d36af07fe834cddc06c54d27a786dc583c8c | |||
2012-06-16 | revert gmk4 | Norbert Thiebaud | |
Change-Id: I4b78a8efeadf47f8fa3f30a87433d3ccb9c1beb1 | |||
2012-06-16 | basebmp gbuildification | Norbert Thiebaud | |
Change-Id: I9b24ff3503b1dc1198aab622e36224e75cb31255 | |||
2012-06-15 | revert gmk4 commit | Norbert Thiebaud | |
Change-Id: I386d735645de648b08fa10baec4884d253f5a681 | |||
2012-06-15 | tweak to capture recent changes in starmath and gbuild | Norbert Thiebaud | |
Change-Id: I1e7fb1ae0da02a60f1ee3655a09693c11108f61d | |||
2012-06-15 | hook for calling from .docx filter to starmath for writting formulas | Norbert Thiebaud | |
Cherry-picked from 2e5e29471f9ac61ec454bf90a985525a0ad5cb1c Change-Id: I32f8b03da4edf54e5622096d932dbc2b368f45ff | |||
2012-06-15 | convert i18npool to gbuild | Norbert Thiebaud | |
Cherry picked from 2674376ddff9370988fe1fcad0ec519d1e68e869 Change-Id: I882f6b516f617f37f2b966cb2e8c78718895e305 | |||
2012-06-15 | Add consistent Emacs and vim mode lines | Norbert Thiebaud | |
cherry-picked from 24b6225f93ea5d22d727e0b03bc468bc5cc21af3 Change-Id: Ic0624618591285544e3fe4032ba9ac12a96ee003 | |||
2012-06-15 | gb_Library_PLAINEXT->gb_Library_DLLEXT | Norbert Thiebaud | |
Cherry picked from 405454c88a44f0f881d67b4c707a5714cfc1d53c Change-Id: I18bb06ff9dfffcdb2dd958c736b6e81af0b2b4ca | |||
2012-06-15 | add modified unoexceptionprotector for better error msgs from exceptions | Caolán McNamara | |
2012-06-15 | remove all traces of offuh from makefiles | David Tardon | |
2012-06-15 | ugly fix to a dependency problem in starmath_qa_ccpunit | Norbert Thiebaud | |
2012-06-15 | avoid object double include in starmath | Norbert Thiebaud | |
2012-06-15 | reenable unit test | Norbert Thiebaud | |
cherry-picked from 95357d3144b817726507758c1314a82303c25157 Change-Id: I1d403859091a6e59b1045126c5db2bf2ffd573e1 | |||
2012-06-15 | move UNO API test to subsequentchecks | David Tardon | |
2012-06-15 | migrate starmath subsequenttests to gbuild | Norbert Thiebaud | |
cherry-picked from 969d60a477742d24afe370fae70db057d2db9341 Change-Id: I074f2f024624aafea4456304295d747318755ffd |