summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-01libreofficekit JNI for AndroidTomaž Vajngerl4-0/+221
2014-07-01LODroid: Make SubTile hold the buffer for a tileTomaž Vajngerl6-137/+66
2014-07-01LODroid: remove hasDirectTexture for nowTomaž Vajngerl5-356/+40
2014-07-01LODroid: Use tile images in LOAndroid2Tomaž Vajngerl10-43/+61
2014-07-01LODroid: Don't ignore size change event, clean-up GeckoLayerClientTomaž Vajngerl2-68/+63
2014-07-01LODroid: cleanupTomaž Vajngerl3-13/+8
2014-07-01error: 'SvxColorBackgroundItem' was not declared in this scopeMiklos Vajna1-1/+1
2014-07-01Actually not necessary to log this, it is already logged a bit later.Jan Holesovsky1-2/+0
2014-06-30Use a new fast parser instance for each XML fragment.Kohei Yoshida2-1/+8
2014-07-01fdo#79372, fdo#56392 fix hyphenationLászló Németh1-1/+1
2014-07-01Revert "fdo#79372 fix hyphenation (remove fdo#56392 fix, except hard hyphen p...László Németh1-3/+19
2014-06-30fdo#80663: sw: fix crash on Undo of table row/column deleteMichael Stahl1-2/+3
2014-06-30Resolves fdo#43277 Send Legacy Report "E-Mail as ..."=>error messageJulien Nabet1-1/+1
2014-06-30Fix svgio buildmatteocam1-0/+1
2014-06-30Cleanup: removed comments and debugging outputmatteocam8-62/+1
2014-06-30Changed BColor to Color in TextFooPrimitive2D classesmatteocam6-11/+18
2014-06-30Fill Color in VclProcessor2D is set out of decorated text if-blockmatteocam1-11/+8
2014-06-30Removed assertion in EditCharAttribBackgroundColormatteocam2-7/+6
2014-06-30Associated CharBackColor to EE_CHAR_BKGCOLORmatteocam3-0/+3
2014-06-30Added Text Fill Color in TextDecoratedPrimitive2Dmatteocam5-3/+10
2014-06-30Added Text Fill Color in TextSimplePortionPrimitive2Dmatteocam4-9/+18
2014-06-30Minor changesmatteocam1-1/+1
2014-06-30Experiment with underlining in VclProcessor's text renderingmatteocam1-2/+6
2014-06-30VclProcessor's text rendering looks at fill colormatteocam2-0/+12
2014-06-30Set transparency besides color for text with fill (i.e. underlined text)matteocam1-0/+1
2014-06-30More debugging; fixed Font::IsTransparentmatteocam2-5/+5
2014-06-30Removed experimental change to IsTextFillColormatteocam1-1/+1
2014-06-30Background color in defaults for named presentation layoutmatteocam1-0/+4
2014-06-30DbgOutItem supports Font Background Colormatteocam1-0/+11
2014-06-30CreateFont supports Background Colormatteocam1-0/+2
2014-06-30ItemSet includes Background Color in SetFontInfoInItemSetmatteocam1-0/+1
2014-06-30Minor changes.matteocam2-1/+3
2014-06-30Debugging output in OutputDevice::SetTextFillColormatteocam1-1/+16
2014-06-30Debugging outputmatteocam2-2/+6
2014-06-30Added case in editdoc.cxxmatteocam3-6/+13
2014-06-30Added body of EditCharAttribBackgroundColormatteocam1-5/+1
2014-06-30Added EE_CHAR_BKGCOLORmatteocam2-14/+20
2014-06-30Added class SvxBackgroundColorItemmatteocam4-1/+99
2014-06-30Setting SetTextFillColor from Attrs. Experiment with line colormatteocam2-3/+16
2014-06-30Cleaned up code from tranparency in vcl. Trying setfillcolor from edit attrsmatteocam2-8/+6
2014-06-30Cleaned up code from operations in vclmatteocam6-28/+40
2014-06-30Added EE_CHAR_BKGCOLORmatteocam1-8/+10
2014-06-30 SetTextFillColor immediately before DrawTransparent. DrawTextRect commentedmatteocam1-4/+5
2014-06-30Transparency with DrawTransparent in addition to DrawRectmatteocam1-1/+4
2014-06-30Transparency by replacing DrawRectmatteocam1-4/+9
2014-06-30Changed SetFillColor to SetTextFillColormatteocam1-1/+1
2014-06-30Fixed color problemmatteocam1-1/+1
2014-06-30Moved Text Filling Color in OutDev. Text Filling occurs in ImplDrawTextmatteocam5-15/+22
2014-06-30Put text filling in SvxFontmatteocam2-4/+8
2014-06-30HasBkg method to Font.HasBkg iff HasSingleUnderline.SetBkgColor in OutputDevmatteocam7-9/+33