summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-17Add ODS unittest that checks merged cells and their content on multiple sheetsDaniel Bankston
Existing unit tests did not check if cells were merged correctly on more than one sheet. Change-Id: Ibd4d29abd7345afc95fede2a17c7e498d8cac3d9
2012-06-17Move logic in AddFormulaCell() that adds non-formula cells into its own methodDaniel Bankston
Change-Id: Icc607e48f5d7bb538c8549b40f21d5e0a75a1511
2012-06-17Put logic that adds nonformula cells into its own methodDaniel Bankston
Change-Id: Ieb8d806e8890166c7ccb2188a79368873aaf42a7
2012-06-17Put some conditional statements into readable methods and do minor formattingDaniel Bankston
Change-Id: I82d6349db5e7e3afdc36d893155539129f9d120c
2012-06-17Move EndElement()'s logic (that adds formula cell to doc) into its own methodDaniel Bankston
Change-Id: Idd88d66856e5b9ec5e63e238434902daaa4e7f3e
2012-06-17Put EndElement()'s long for-loop into its own methodDaniel 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-17Break contents EndElement()'s switch statement into smaller sub functionsDaniel Bankston
Change-Id: Id39e3a4bee4739b988d190a288849e0482b8e52c
2012-06-17Extend repeated columns unit test to check both text and numbersDaniel Bankston
Change-Id: I7d261958f81f73dfce44f27c0130f68c5c4b233f
2012-06-17Fix repeating columnsDaniel Bankston
Change-Id: I35d8cc824bf7efceae6225432d5a261bd3883211
2012-06-17Commit files used in repeated columns unit testDaniel Bankston
Change-Id: Ie8e9a3a3f36caa55f495ef7a6670b73ebe9e2086
2012-06-17Added unit test for repeated columns in ODS import.Daniel Bankston
Change-Id: Idf3cf3a1f6fd1487c83470a9e5df4c940ee64c73
2012-06-17Remove commentsDaniel Bankston
Change-Id: I257a18325c3f385e14bed88aca6bdd2a8eba30b1
2012-06-17Reduce amount of casts between SCCOL, SCROW, and sal_Int32Daniel Bankston
Change-Id: If20c7ae8e90b41521215072a83654e6e90502129
2012-06-17Replace 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-17Remove unused ScMyTables merge methods and convert column/row methodsDaniel Bankston
Change-Id: I5c5aaa7e80859ada894595203d2554ef4ce8663b
2012-06-17Convert GetRealCellPos and calls to use ScAddressDaniel Bankston
Change-Id: Ic7a6ad82b5b4938ef67ddf8e62372635044cd5b2
2012-06-17Convert ScMyTableData to use ScAddressDaniel Bankston
Change-Id: I10972bc2b76a517c465ce32cf4832ab069be1bec
2012-06-17Remove unused methodDaniel Bankston
Change-Id: I9be889c8d0ef2d606614592a2a918b2d089da682
2012-06-17Filter dialog preview image size was wrongly calculated in some cases.Tomaž Vajngerl
Change-Id: I22fdf17e6f2112624963da6293efddfa75507dd7
2012-06-16gbuildify xmlscriptNorbert Thiebaud
Change-Id: Ia3704b4a7813d45c87e9f7107945fedd73622339
2012-06-16revert gmk4Norbert Thiebaud
Change-Id: I613d6953c786f581a9a7cb16f47aa3351834c41c
2012-06-16targeted clean-upNorbert Thiebaud
Change-Id: I57d56ece9fd59a93d5081a394c3fe8d212290198
2012-06-16revert gmk4Norbert Thiebaud
Change-Id: I0c1f0495358bba6889d48d8bc500f880f7d5179c
2012-06-16Junit test for unotoolsNorbert Thiebaud
Change-Id: I7f3e6ed57fa40e9c7804c42c37c10023eefcc022
2012-06-16revert gmk4Norbert Thiebaud
Change-Id: Ib91e193d55d38abd77a6b4c0849c1f13c37cc7f2
2012-06-16gbuildify basegfxNorbert Thiebaud
Change-Id: Icc164be408224b468dbeff6b422d172f3b70c202
2012-06-16revert gmk4Norbert Thiebaud
Change-Id: Ibf1c212355f65c547b6f15098f0e35522093ec54
2012-06-16Updated autorrection for pt-BRRaimundo Moura
Change-Id: I81ebb1773efa71606a24a29f02517fe4c2f75ccf
2012-06-16other mis-includeNorbert Thiebaud
Change-Id: Ibc82592650fe54e4a174c5c57050f805a1834cc9
2012-06-16fix build breakage due to sax gbuildificationNorbert Thiebaud
Change-Id: I742c598451134f1d2d0cdc6bcfd5c77adf13ad98
2012-06-16removed unused forward declarations of classTakeshi Abe
Change-Id: I819d5b931c937ec52b14f60591546d1d86c38631
2012-06-16Related: fdo#48601 FILEOPEN: Open Visio's file with bitmap's blocksJulien 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-16gbuildification of saxNorbert Thiebaud
Change-Id: I6e8220e88566e04b20687d54181205d31ec68e13
2012-06-16revert gmk4Norbert Thiebaud
Change-Id: I5e364dc0c387d85f7901d1e86968f5e591639f9f
2012-06-16gbuildification of ucbhelperNorbert Thiebaud
Change-Id: I1fb3d36af07fe834cddc06c54d27a786dc583c8c
2012-06-16revert gmk4Norbert Thiebaud
Change-Id: I4b78a8efeadf47f8fa3f30a87433d3ccb9c1beb1
2012-06-16basebmp gbuildificationNorbert Thiebaud
Change-Id: I9b24ff3503b1dc1198aab622e36224e75cb31255
2012-06-15revert gmk4 commitNorbert Thiebaud
Change-Id: I386d735645de648b08fa10baec4884d253f5a681
2012-06-15tweak to capture recent changes in starmath and gbuildNorbert Thiebaud
Change-Id: I1e7fb1ae0da02a60f1ee3655a09693c11108f61d
2012-06-15hook for calling from .docx filter to starmath for writting formulasNorbert Thiebaud
Cherry-picked from 2e5e29471f9ac61ec454bf90a985525a0ad5cb1c Change-Id: I32f8b03da4edf54e5622096d932dbc2b368f45ff
2012-06-15convert i18npool to gbuildNorbert Thiebaud
Cherry picked from 2674376ddff9370988fe1fcad0ec519d1e68e869 Change-Id: I882f6b516f617f37f2b966cb2e8c78718895e305
2012-06-15Add consistent Emacs and vim mode linesNorbert Thiebaud
cherry-picked from 24b6225f93ea5d22d727e0b03bc468bc5cc21af3 Change-Id: Ic0624618591285544e3fe4032ba9ac12a96ee003
2012-06-15gb_Library_PLAINEXT->gb_Library_DLLEXTNorbert Thiebaud
Cherry picked from 405454c88a44f0f881d67b4c707a5714cfc1d53c Change-Id: I18bb06ff9dfffcdb2dd958c736b6e81af0b2b4ca
2012-06-15add modified unoexceptionprotector for better error msgs from exceptionsCaolán McNamara
2012-06-15remove all traces of offuh from makefilesDavid Tardon
2012-06-15ugly fix to a dependency problem in starmath_qa_ccpunitNorbert Thiebaud
2012-06-15avoid object double include in starmathNorbert Thiebaud
2012-06-15reenable unit testNorbert Thiebaud
cherry-picked from 95357d3144b817726507758c1314a82303c25157 Change-Id: I1d403859091a6e59b1045126c5db2bf2ffd573e1
2012-06-15move UNO API test to subsequentchecksDavid Tardon
2012-06-15migrate starmath subsequenttests to gbuildNorbert Thiebaud
cherry-picked from 969d60a477742d24afe370fae70db057d2db9341 Change-Id: I074f2f024624aafea4456304295d747318755ffd