summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-20UtUnit::isValid should be const.Andrzej Hunt
2015-10-20Add --enable-debug for udunits.Andrzej Hunt
2015-10-20Store pre-conversion value in cell annotation.Andrzej Hunt
2015-10-20Set document modified on local unit conversion.Andrzej Hunt
2015-10-20Upgrade units test to use SfxModelFlags (rebase fixup).Andrzej Hunt
2015-10-20loplugin:staticmethodsAndrzej Hunt
2015-10-20Move and rename Range/Unit Stack.Andrzej Hunt
2015-10-20Check output unit against header definition during verification.Andrzej Hunt
2015-10-20Use correct stack for multiparam opcodes.Andrzej Hunt
2015-10-20Refactor and rewrite range and multiparam opcode handling.Andrzej Hunt
2015-10-20Use UnitsResult for processing of opcodes too.Andrzej Hunt
2015-10-20Verification of sum/product + further opcodes for ranges.Andrzej Hunt
2015-10-20Move declarations to more sensible place.Andrzej Hunt
2015-10-20Implement UtUnit::operator*=Andrzej Hunt
2015-10-20Split getUnitForRef into mapping and retrieval.Andrzej Hunt
2015-10-20Typo in commentAndrzej Hunt
2015-10-20Handle constants in formulas for verification too.Andrzej Hunt
2015-10-20Refactor unit extraction to separate local/header unit extractionAndrzej Hunt
2015-10-20Implement UtUnit::operator* for constantsAndrzej Hunt
2015-10-20Turn while into for for clarity.Andrzej Hunt
2015-10-20Add missing include.Andrzej Hunt
2015-10-20Show unit conversion infobar as appropriate.Andrzej Hunt
2015-10-20Implement convertCellToHeaderUnit.Andrzej Hunt
2015-10-20Implement UtUnit::convertValueToAndrzej Hunt
2015-10-20Implement isCellConversionRecommendedAndrzej Hunt
2015-10-20Implement UtUnit::areConvertibleToAndrzej Hunt
2015-10-20Refactor header finding into it's own method.Andrzej Hunt
2015-10-20Implement operator!= for UtUnit.Andrzej Hunt
2015-10-20Return original unit string for extractUnitFromHeaderString too.Andrzej Hunt
2015-10-20The top row can contain unit headers too.Andrzej Hunt
2015-10-20Revert "Don't remove infobar on edit - fixing the cell does it"Andrzej Hunt
2015-10-20Don't remove infobar on editing - fixing the cell does it for us.Andrzej Hunt
2015-10-20Hide infobar when cell fixed directly.Andrzej Hunt
2015-10-20Only remove infobar if it exists.Andrzej Hunt
2015-10-20Allow jumping back to erroneous cell from unit error infobar.Andrzej Hunt
2015-10-20Fix udunits linking.Andrzej Hunt
2015-10-20Implement infobar warning for unit errors in a formula.Andrzej Hunt
2015-10-20Make SfxInfoBarWindow SFX2_DLLPUBLIC.Andrzej Hunt
2015-10-20Extract units from headers for unit verification too.Andrzej Hunt
2015-10-20Implement header extraction for non-bracketed units.Andrzej Hunt
2015-10-20Implement basic header string unit extraction.Andrzej Hunt
2015-10-20Add some const.Andrzej Hunt
2015-10-20Implement actual unit extraction / format setting.Andrzej Hunt
2015-10-20Implement splitUnitsFromInputString.Andrzej Hunt
2015-10-20Move and rename string extraction test.Andrzej Hunt
2015-10-20Add stream-printing operator<< for UtUnit.Andrzej Hunt
2015-10-20Add some tests for our UtUnit arithmetic operators.Andrzej Hunt
2015-10-20Hide raw ut_unit access in UTUnit.Andrzej Hunt
2015-10-20Trim unit string for ut_parse.Andrzej Hunt
2015-10-20Add some basic tests for UtUnit creation.Andrzej Hunt