summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-15test: dump staroffice metafile to XML & XML writer interfaceTomaž Vajngerl5-0/+575
2014-05-15test: parseXmlStream & parseHtmlStream added to test toolsTomaž Vajngerl4-6/+32
2014-05-15fdo#78603 mixup (Left->Top) in Rectangle constructionTomaž Vajngerl1-4/+5
2014-05-15vcl: ReadWindowMetafile - make pConfigItem default to NULLTomaž Vajngerl1-1/+1
2014-05-15vcl: remove uselees comment from font.hxxTomaž Vajngerl1-4/+0
2014-05-15wmf: put WMFReader constructor out of the header fileTomaž Vajngerl2-18/+18
2014-05-15tools: add AsRGBHexString to Color + unit testTomaž Vajngerl4-0/+73
2014-05-15vcl: problems with WriteWithVersion so remove for nowTomaž Vajngerl2-60/+110
2014-05-15vcl: remove macros in metaact.cxx{hxx}Tomaž Vajngerl2-455/+865
2014-05-15vcl WMF: in non-placable images use SETWINDOW{ORG,EXT} for BoundsTomaž Vajngerl1-26/+55
2014-05-15vcl WMF: some code clean-upTomaž Vajngerl2-10/+13
2014-05-15fdo#70498 work-around scaling in SetClipPathTomaž Vajngerl1-8/+8
2014-05-15WMF: partially revert change as for some documents text is not drawnTomaž Vajngerl1-3/+1
2014-05-15fdo#76718 Rounding for "fill > random number.." optionTomaž Vajngerl3-34/+111
2014-05-15sc - statistics dialog: add more space between IDsTomaž Vajngerl1-68/+67
2014-05-15sc ANOVA: add "two factor" and rework "single factor" ANOVATomaž Vajngerl6-92/+519
2014-05-15DOCX import: fix chart size when it's inside a TextFrameMiklos Vajna3-0/+14
2014-05-15p is for pointers.Kohei Yoshida1-2/+2
2014-05-15Don't reference the avmediaMacAVF library if not builtTor Lillqvist2-0/+8
2014-05-15The macavf code doesn't compile as 32-bit, sighTor Lillqvist2-1/+6
2014-05-15Argh, it's <ext/hash_map> apparentlyTor Lillqvist1-1/+1
2014-05-15Use std::hash:map when building against libstdc++ (and not libc++)Tor Lillqvist1-0/+5
2014-05-15The AVFoundation framework appeared in OS X 10.7Tor Lillqvist2-1/+5
2014-05-15AOO: #i124875# use AVAsset's best guess duration if AVPlayerItem isn't ready yetHerbert Dürr1-1/+4
2014-05-15The AVMedia framework is not deprecatedTor Lillqvist2-2/+7
2014-05-15fixincludeguards.pl: now we can fix thoseThomas Arnhold17-41/+41
2014-05-15fix cut and paste into macro editor crashCaolán McNamara1-3/+12
2014-05-15Try the AVMEDIA_MANAGER_SERVICE_NAME_FALLBACK1Tor Lillqvist1-0/+4
2014-05-15We don't use Quicktime now, but QTKit insteadTor Lillqvist1-1/+0
2014-05-15Add avmediaMacAVFTor Lillqvist1-0/+1
2014-05-15We build avmediaQuickTime as 64-bit too nowTor Lillqvist1-4/+2
2014-05-15AOO: #i124875# avoid wasteful loading of an AVAsset in MacAVF::FramegrabberHerbert Dürr4-25/+15
2014-05-15AOO: #i124875# support Mac AV-Foundation API for multimedia contentHerbert Dürr19-13/+1602
2014-05-15AOO: #i124800# switch avmedia's QuickTime component to QTKit for nowHerbert Dürr4-23/+0
2014-05-15remove legacy svheader.hxxThomas Arnhold9-68/+0
2014-05-15Actually this empty() check here is redundant.Kohei Yoshida1-2/+1
2014-05-15Related: #i124896# Remove Allocator from sal, tooThomas Arnhold1-1/+1
2014-05-15Avoid possible memory leaks in case of exceptionsTakeshi Abe5-44/+27
2014-05-15Related: #i124896# remove obsoleted pq_allocator.hxxCaolán McNamara10-220/+17
2014-05-15Resolves: #i124896# [API CHANGE] remove obsoleted rtl/allocator.hxxHerbert Dürr9-194/+5
2014-05-15Sort ptr_vector using its own sort() method.Kohei Yoshida1-28/+25
2014-05-15-Werror,-Wunused-private-fieldStephan Bergmann2-2/+0
2014-05-15-fsanitize=address does not like -z defsMarkus Mohrhard2-0/+18
2014-05-15Work around Clang -fsanitize=address inline asm errorStephan Bergmann1-27/+38
2014-05-15fix license for Czech thesaurusDavid Tardon3-44/+12
2014-05-15Updated coreDavid Tardon1-0/+0
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold625-1561/+1555
2014-05-15OGLWindow: First try to rotate cameraZolnai Tamás2-1/+25
2014-05-15OGLWindow: use update function for redrawing.Zolnai Tamás1-6/+1
2014-05-15OGLWindow: move camera only when one of the key candidates is pressedZolnai Tamás1-32/+37