summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-18ditch last (?) String::String(const sal_Unicode*)Caolán McNamara
2012-06-18callcatcher: drop unused macro-generated GetChildWindowId methodsCaolán McNamara
2012-06-18removed unused forward declarations of classTakeshi Abe
2012-06-18Clean up some moreStephan Bergmann
2012-06-18Add casts to reduce javac warning messages.Noel Grandin
2012-06-18-Werror=unused-parameterStephan Bergmann
2012-06-18fdo#50603: Close fds across a restart of soffice on Mac OS XStephan Bergmann
2012-06-18Remove unnecessary temp variableBrad Sowden
2012-06-18Remove redundant IF clauseBrad Sowden
2012-06-18Clearer function namesBrad Sowden
2012-06-18Member variables can be made localBrad Sowden
2012-06-18sal_Bool (bit field) to bool and variable renamesBrad Sowden
2012-06-18Some doxygen comments for QuickHelpDataBrad Sowden
2012-06-18fix the number detection in data bar dialogMarkus Mohrhard
2012-06-18remove two cppcheck warnings in scMarkus Mohrhard
2012-06-18dmapper: fix crash in ListLevel::SetParaStyleMiklos Vajna
2012-06-18Change validate "between" and "not between" to "valid/invalid range"Joel Madero
2012-06-18fdo#30519 paint scrolled area from the right surfaceDavid Tardon
2012-06-18change the way par files for ins are collectedDavid Tardon
2012-06-18OSL_TRACE -> SAL_INFODavid Tardon
2012-06-18missing intializationDavid Tardon
2012-06-18Fix arguments of Rectangle constructorRuslan Kabatsayev
2012-06-18SVG: use dash parameters from svg fileChr. Rossmanith
2012-06-18oox: last vmlshape doxygen mistakesMiklos Vajna
2012-06-18Trying to solve out of bonds in fdo#48601Fridrich Štrba
2012-06-17rtl: (i119939) memory leakNorbert Thiebaud
2012-06-17writer: crash(i119959) paste of multi-line draw-text into bullet listNorbert Thiebaud
2012-06-17writer:crash(i118878) when adding columns and chang. properties in a frameNorbert Thiebaud
2012-06-17(incomplete) attempt to build internal python with MinGWDavid Tardon
2012-06-17Remove unused variables and parametersDaniel Bankston
2012-06-17Fix regression that caused extra validation entries to be added to scdocumentDaniel Bankston
2012-06-17Improve unit test for ODS import of data validityDaniel Bankston
2012-06-17Convert ODS import of Data Validaty to direct scDaniel Bankston
2012-06-17Add unit test for ODS import of Data ValidityDaniel Bankston
2012-06-17Add ODS unittest that checks merged cells and their content on multiple sheetsDaniel Bankston
2012-06-17Move logic in AddFormulaCell() that adds non-formula cells into its own methodDaniel Bankston
2012-06-17Put logic that adds nonformula cells into its own methodDaniel Bankston
2012-06-17Put some conditional statements into readable methods and do minor formattingDaniel Bankston
2012-06-17Move EndElement()'s logic (that adds formula cell to doc) into its own methodDaniel Bankston
2012-06-17Put EndElement()'s long for-loop into its own methodDaniel Bankston
2012-06-17Break contents EndElement()'s switch statement into smaller sub functionsDaniel Bankston
2012-06-17Extend repeated columns unit test to check both text and numbersDaniel Bankston
2012-06-17Fix repeating columnsDaniel Bankston
2012-06-17Commit files used in repeated columns unit testDaniel Bankston
2012-06-17Added unit test for repeated columns in ODS import.Daniel Bankston
2012-06-17Remove commentsDaniel Bankston
2012-06-17Reduce amount of casts between SCCOL, SCROW, and sal_Int32Daniel Bankston
2012-06-17Replace CellAddress with ScAddress in ScXMLTableRowCellContext::EndElement()Daniel Bankston
2012-06-17Remove unused ScMyTables merge methods and convert column/row methodsDaniel Bankston
2012-06-17Convert GetRealCellPos and calls to use ScAddressDaniel Bankston