summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-15sigh.. MSVC warning C4146: unary minus applied to unsigned type?Michael Stahl1-2/+2
2012-08-15oops forgot #include limitsMichael Stahl1-0/+2
2012-08-15that->than in comment typoCaolán McNamara1-2/+2
2012-08-15make all autocorrection manifest.xml have the same styleCaolán McNamara43-110/+93
2012-08-15Be less picky about how the Android SDK is configuredTor Lillqvist1-1/+1
2012-08-15Don't bother having configure look for stuff not needed for the build platformTor Lillqvist1-1/+4
2012-08-15ScFiltersTest: fix overloading problemMichael Stahl1-4/+4
2012-08-15SfxTemplateManagerDlg::OnTemplateSaveAs: fix assertMichael Stahl1-1/+1
2012-08-15fix for fdo#53229, import group shapes position and size correctlyNoel Power1-0/+20
2012-08-15-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-2/+0
2012-08-15-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2-3/+0
2012-08-15-Werror,-Wstrncat-size (Clang towards 3.2)Stephan Bergmann1-3/+3
2012-08-15overflow in implicit constant conversion [-Werror=overflow]Michael Stahl1-2/+2
2012-08-15avoid writing empty p:childTnLst elements, fixes rest of fdo#41992Radek Doulik1-8/+9
2012-08-15Dont draw thumbnail border if theres no thumbnail to paint.Rafael Dominguez1-23/+29
2012-08-15Disable general manager actions while in save mode.Rafael Dominguez4-22/+52
2012-08-15Save template in the currently open overlay.Rafael Dominguez3-0/+24
2012-08-15Save a template to selected folders.Rafael Dominguez5-0/+70
2012-08-15Show error message when trying to save without a destination folderRafael Dominguez3-0/+7
2012-08-15Add save templates command to manager.Rafael Dominguez4-0/+39
2012-08-15Show empty folders when display all templates.Rafael Dominguez1-1/+1
2012-08-15Hide commands that are only for one selected template.Rafael Dominguez1-0/+8
2012-08-15Close dialog when clicking the close button.Rafael Dominguez2-0/+12
2012-08-15moving border tests from {rtf,ooxml,ww8}tok to {rtf,ooxml,ww8}importArtur Dorda4-0/+0
2012-08-15decodeBase64 test is done and workingArtur Dorda1-0/+14
2012-08-15encodeBase64 test is workingArtur Dorda2-0/+34
2012-08-15added some extreme values in string-to-measure testArtur Dorda1-0/+3
2012-08-15'string to number' test coveredArtur Dorda1-0/+15
2012-08-15'number to string' test coveredArtur Dorda1-0/+20
2012-08-15'string to color' test coveredArtur Dorda1-0/+14
2012-08-15'color to string' test coveredArtur Dorda1-0/+19
2012-08-15'percent to string' test coveredArtur Dorda1-0/+13
2012-08-15'string to percent' test coveredArtur Dorda1-0/+20
2012-08-15'bool to string' test coveredArtur Dorda1-0/+13
2012-08-15'string to bool' test coveredArtur Dorda1-0/+18
2012-08-15'measure to string' test covered in test_converter.cxxArtur Dorda1-1/+17
2012-08-15Added testing 'measure to string' functionArtur Dorda1-0/+10
2012-08-15All the MeasureUnit values are covered in converter testArtur Dorda1-1/+20
2012-08-15Started testing measures in converter test, first: string to measureArtur Dorda1-0/+16
2012-08-15Border test in Calc now checks also style in all bordersArtur Dorda1-19/+32
2012-08-15Border test in Calc now also checks distance, out- and inWidth in all bordersArtur Dorda1-19/+47
2012-08-15New border test for Calc, checks all the widthsArtur Dorda2-0/+64
2012-08-15Added new border test in Writer, checks all the borders, not only the top oneArtur Dorda3-0/+199
2012-08-15Border test now available in rtftokArtur Dorda3-0/+320
2012-08-15Border test now available in ww8tokArtur Dorda3-0/+12
2012-08-15Refactoring the border test in sw, one header will be in all 3 testsArtur Dorda3-138/+194
2012-08-15Word format import - new test in ooxml checking top border's widths in tablesArtur Dorda2-0/+146
2012-08-15Working version of XShapeDumperArtur Dorda2-0/+104
2012-08-15use a namespace for xfrm transformation element, fixes part of fdo#41992Radek Doulik1-1/+1
2012-08-15call WriteTransformation with namespace id, fixes part of fdo#41992Radek Doulik1-1/+1