summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-15gbuild: remove horrible abuses of gb_Jar_use_jars:Michael Stahl6-13/+6
2012-08-15gbuild: s/gb_JavaClassSet_set_classpath/gb_JavaClassSet_add_classpath/Michael Stahl2-7/+12
2012-08-15gbuild: refactor external jar handling:Michael Stahl3-81/+88
2012-08-15Fixed line breaks in notes export.Andrzej J.R. Hunt2-12/+15
2012-08-15Do not check the stored DIFAT sector count.Kohei Yoshida1-1/+1
2012-08-15Added rotated blankscreen + fixed return button.Andrzej J.R. Hunt3-1/+70
2012-08-15Fixed image updating in Presentation View.Andrzej J.R. Hunt5-110/+79
2012-08-15followup patch for commit:541986fef0993d749cc7ed790eacace322f43bb0 fdo#53229Noel Power1-5/+22
2012-08-15Linked ABS. Migrated Settings Activity to v4 + ABS.Andrzej J.R. Hunt7-42/+29
2012-08-15Related fdo#44989: Bin (Un)LockRegion functionsJulien Nabet2-18/+0
2012-08-15Added About Dialog.Andrzej J.R. Hunt8-8/+121
2012-08-15moved my border test to odfimportArtur Dorda4-199/+197
2012-08-15-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann24-71/+18
2012-08-15Migrated to v4 support library fragments.Andrzej J.R. Hunt4-49/+49
2012-08-15warning C4310: cast truncates constant valueMichael Stahl1-1/+1
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