summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-06-18convert LocaleDataWrapper to OUStringCaolán McNamara34-303/+300
Change-Id: Icb5f5adf9139d1c0f0e86d8128ea6742ce20b138
2012-06-18add a route to compare a O[U]String to one code unitCaolán McNamara2-0/+33
Seems very awkward to create an entire temporary O[U]String just to compare it to another when we want to know if that other contains just one char of a given value Change-Id: Iacd4e0d87dc5c5211fa06c61c55e1ed85b1e91f3
2012-06-18use boost::noncopyableCaolán McNamara1-6/+2
Change-Id: I1a72115796dfe876fe20bc3fecd9897c90da8db5
2012-06-18ditch last (?) String::String(const sal_Unicode*)Caolán McNamara7-19/+19
Change-Id: I47ce16581a9923729a7e5e1e5cedaf91e4b215ac
2012-06-18callcatcher: drop unused macro-generated GetChildWindowId methodsCaolán McNamara57-128/+137
add _WITHID variants for the cases where we (apparently?) still need them. Change-Id: I3b8290869368487f04ecd93a5f3a717de7fd10b4
2012-06-18removed unused forward declarations of classTakeshi Abe59-120/+0
Change-Id: I32894b853912741e935e2409d2857fe384f67665
2012-06-18Clean up some moreStephan Bergmann2-16/+6
...making use of Java 5 variadic function parameters. Change-Id: I1b538ec7fbb3021a225031543e25dad081a7a409
2012-06-18Add casts to reduce javac warning messages.Noel Grandin2-3/+3
These warning arise because of the additional of varargs parameters in Java1.6. Casting the parameter eliminates the compiler confusion. Change-Id: I4906bcfa2700ef80a67b79c61c6848a18e8a7168
2012-06-18-Werror=unused-parameterStephan Bergmann2-9/+6
Change-Id: Icb7fe93b6f21c8d34dcd263dbac07b32a5cb0432
2012-06-18fdo#50603: Close fds across a restart of soffice on Mac OS XStephan Bergmann1-0/+32
...where the restart is directly from the old soffice instance, via exec, so the restarted soffice would inherit all open fds from the old one. The easiest approach appears to close fds upon startup. Change-Id: I89bb1c78f3adf2da1cd3cbd58c22df276133a883
2012-06-18Remove unnecessary temp variableBrad Sowden1-4/+1
The only impact aTmpQHD.Move() has on pQuickHlpData is clearing m_aHelpStrings but this is done anyway in the pQuickHlpData->Stop() Change-Id: Ie730ddb1860461c81558275d54e32846c1495abe
2012-06-18Remove redundant IF clauseBrad Sowden1-6/+2
ClearCntnt() already sets m_bIsTip and m_bIsAutoText to true. Change-Id: Ic3ad53a7659dbfe4f28f7995976e659f5bd14afb
2012-06-18Clearer function namesBrad Sowden1-8/+10
Change-Id: I7434842fe8392eeb6e3c5fd8e605ee444f66b017
2012-06-18Member variables can be made localBrad Sowden1-26/+6
Change-Id: I571eaa936f8d1afb421da3137aa090e916e633ba
2012-06-18sal_Bool (bit field) to bool and variable renamesBrad Sowden1-35/+35
bIsAutoText -> m_bIsAutoText bIsTip -> m_bIsTip bChkInsBlank -> m_bAppendSpace bClear -> m_bIsDisplayed Change-Id: I7aa047b7e14ed6bd05528c8650ba4c4b7fcb07d2
2012-06-18Some doxygen comments for QuickHelpDataBrad Sowden1-3/+19
Change-Id: Id6e91985f6dbdd8244df9bef0f7a938ac8ecbf3a
2012-06-18fix the number detection in data bar dialogMarkus Mohrhard8-15/+19
Change-Id: I6da7b2087114b7eb274f0a62dd531dd136ad507a
2012-06-18remove two cppcheck warnings in scMarkus Mohrhard2-3/+1
Change-Id: Id22cfeab7c39c37a10d5508b7f0479f3fdc784a3
2012-06-18dmapper: fix crash in ListLevel::SetParaStyleMiklos Vajna1-0/+2
This can be triggered by using a style in the docx document, then manually removing that style from styles.xml. Change-Id: I4aad54d088d9fa56371ff49220316fb14fce6c37
2012-06-18Change validate "between" and "not between" to "valid/invalid range"Joel Madero3-10/+10
Changes Calc validate text from "between" to "valid range" and "not between" to "invalid range". This is to minimize confusion as to inclusion of minimum and maximum values as between implies non inclusive but is in fact inclusive of min and max values. Committer: Joel Madero <joel@joel-Studio-1737.(none)> On branch master Changes to be committed: (use "git reset HEAD <file>..." to unstage) modified: sc/source/ui/dbgui/validate.cxx modified: sc/source/ui/dbgui/validate.src modified: sc/source/ui/inc/validate.hrc Change-Id: I2259c22da2e976b25c71e11806df13636bdbc757 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-06-18fdo#30519 paint scrolled area from the right surfaceDavid Tardon2-15/+53
This adds a way to test whether mpCompositeSurface contains the front buffer image, so it can be used as a source in painting operations. It means the mpCompositeSurface changed status from 'temporary' to 'persistent' (which it was anyway, from implementation POV :-) Change-Id: Iee4fc7a97cd60e47d0abb148e7337f0b50cabb40
2012-06-18change the way par files for ins are collectedDavid Tardon4-18/+23
This avoids the need for $(wildcard), which seemed to cause problems in some cases (in gentoo ebuild) and I never found any missing dependency that might account for it. Change-Id: Ia03d630bb85309fbb7da3068c396834fb56cffb1
2012-06-18OSL_TRACE -> SAL_INFODavid Tardon1-5/+5
Change-Id: Icc6f47cc76dfa6716fc44f6c1b5f1b11ba1443c6
2012-06-18missing intializationDavid Tardon1-0/+1
Change-Id: I2350adf98e12b9c9cda4c18a6ba9f935016ac299
2012-06-18Fix arguments of Rectangle constructorRuslan Kabatsayev1-1/+1
Change-Id: I8f288e55694ac85f8dcd2884a53ff4b5b9eef02f
2012-06-18SVG: use dash parameters from svg fileChr. Rossmanith2-53/+132
Change-Id: I86b31156e1a9221d9cfdc40d5670b324ce056a89
2012-06-18oox: last vmlshape doxygen mistakesMiklos Vajna1-7/+7
Change-Id: I1d74aad0280662cd06dcc633072402ba13199898
2012-06-18Trying to solve out of bonds in fdo#48601Fridrich Štrba2-0/+65
Change-Id: Idf9d56714d658a14af826a74c58aad26a9e29414
2012-06-17rtl: (i119939) memory leakNorbert Thiebaud1-0/+1
Change-Id: I1ab34337785967d6cbac9ab47c5a2bb517001840
2012-06-17writer: crash(i119959) paste of multi-line draw-text into bullet listNorbert Thiebaud1-6/+9
Change-Id: I82da331b478cd258e5f9803dfac4cb203d2dc9f6
2012-06-17writer:crash(i118878) when adding columns and chang. properties in a frameNorbert Thiebaud1-19/+27
when adding columns, GetNumCols() reflect the new number of columns before the actual columns available are updated. Due to the way and order in which properties are updated the code that adjust the columns can be run before the new columns are avialable.. and was using GetNumCols(). This patch avoid using that api and rely on the column iterator to determine the acutal number of column available. Change-Id: I52e75ec82c1ace65b05b8df9e54f4689f2aec8d3
2012-06-17(incomplete) attempt to build internal python with MinGWDavid Tardon9-1279/+36364
Change-Id: I39c880e8615b164a66eb900c11b26da9d6489e02
2012-06-17Remove unused variables and parametersDaniel Bankston2-52/+34
Change-Id: I8691529e6260ea4d9e9d1d61ce3b1b28de7a676e
2012-06-17Fix regression that caused extra validation entries to be added to scdocumentDaniel Bankston1-1/+1
Was adding duplicate validation entries that only had the base cell address different. Change-Id: I7cfe78c98cff350f2621cb4f321134ade04d0158
2012-06-17Improve unit test for ODS import of data validityDaniel Bankston1-26/+41
-Test now ensures only the expected validation entries are tested against. -Error output for cell validity check is improved. The error message now displays each cell address that failed instead of just the first one that fails. Change-Id: Ic93de0dc3e465e914470634ffab2bfb5ccbe2da7
2012-06-17Convert ODS import of Data Validaty to direct scDaniel Bankston2-71/+113
Change-Id: Ia64c76d8e056b478fe4b6617fe262ac582008caa
2012-06-17Add unit test for ODS import of Data ValidityDaniel Bankston4-0/+150
The unit test checks for the proper importation of the test document's 1) data validation entries 2) data validity of associate cells 3) content Change-Id: I2858663c1d988557fc3783ecaf74892d370c1c93
2012-06-17Add ODS unittest that checks merged cells and their content on multiple sheetsDaniel Bankston4-0/+74
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 Bankston2-72/+76
Change-Id: Icc607e48f5d7bb538c8549b40f21d5e0a75a1511
2012-06-17Put logic that adds nonformula cells into its own methodDaniel Bankston2-58/+59
Change-Id: Ieb8d806e8890166c7ccb2188a79368873aaf42a7
2012-06-17Put some conditional statements into readable methods and do minor formattingDaniel Bankston2-28/+39
Change-Id: I82d6349db5e7e3afdc36d893155539129f9d120c
2012-06-17Move EndElement()'s logic (that adds formula cell to doc) into its own methodDaniel Bankston2-104/+111
Change-Id: Idd88d66856e5b9ec5e63e238434902daaa4e7f3e
2012-06-17Put EndElement()'s long for-loop into its own methodDaniel Bankston2-81/+93
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 Bankston2-66/+82
Change-Id: Id39e3a4bee4739b988d190a288849e0482b8e52c
2012-06-17Extend repeated columns unit test to check both text and numbersDaniel Bankston4-3/+10
Change-Id: I7d261958f81f73dfce44f27c0130f68c5c4b233f
2012-06-17Fix repeating columnsDaniel Bankston1-2/+2
Change-Id: I35d8cc824bf7efceae6225432d5a261bd3883211
2012-06-17Commit files used in repeated columns unit testDaniel Bankston2-0/+1
Change-Id: Ie8e9a3a3f36caa55f495ef7a6670b73ebe9e2086
2012-06-17Added unit test for repeated columns in ODS import.Daniel Bankston1-0/+16
Change-Id: Idf3cf3a1f6fd1487c83470a9e5df4c940ee64c73
2012-06-17Remove commentsDaniel Bankston1-4/+0
Change-Id: I257a18325c3f385e14bed88aca6bdd2a8eba30b1
2012-06-17Reduce amount of casts between SCCOL, SCROW, and sal_Int32Daniel Bankston3-22/+21
Change-Id: If20c7ae8e90b41521215072a83654e6e90502129