summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-05-21So ZCodec::ReadAsynchron was wrong in using a persistent mpIStm after allStephan Bergmann1-1/+0
2014-05-21ZCodec::mpIStm is apparently(?) effectively only used by ReadAsynchronStephan Bergmann1-1/+1
2014-05-21we have GetEntryPos(), use itEike Rathke1-0/+3
2014-05-21Split ZCodec::ImplInitBuf into InitCompress, InitDecompressStephan Bergmann1-1/+2
2014-05-21Replace ZCodec::mbInit with sane enumStephan Bergmann1-2/+8
2014-05-21ZCodec::UpdateCRC is privateStephan Bergmann1-1/+2
2014-05-21Remove unused ZCodec::IsFinishedStephan Bergmann1-1/+0
2014-05-21Remove unnecessary GZCodec derivationStephan Bergmann1-14/+3
2014-05-21Remove unused ZCODEC_BEST_SPEED, ZCODEC_BEST_COMPRESSION macrosStephan Bergmann1-2/+0
2014-05-21Split ZCodec::BeginCompression param into its 3 independent componentsStephan Bergmann1-13/+10
2014-05-21Remove unnecessary ZCODEC_DEFAULT macroStephan Bergmann1-3/+2
2014-05-21Remove unnecessary ZCODEC_DEFAULT_STRATEGY macroStephan Bergmann1-4/+2
2014-05-21Remove unused ZCODEC_ZFILTERED, ZCODEC_ZHUFFMAN_ONLY macrosStephan Bergmann1-2/+0
2014-05-21Remove unnecessary DEFAULT_IN/OUT_BUFSIZE macrosStephan Bergmann1-11/+1
2014-05-21nMemUsage is always MAX_MEM_USAGEStephan Bergmann1-4/+1
2014-05-21A single ZCodec ctor sufficesStephan Bergmann1-2/+1
2014-05-21Clean-up C-style (void) parameter listsStephan Bergmann1-3/+3
2014-05-21RID_DLG_UPDATE conversion to .uisk941-0/+1
2014-05-21fix my issues with the offscreen renderingMarkus Mohrhard1-2/+2
2014-05-21add static LanguageTag::isValidBcp47()Eike Rathke1-0/+16
2014-05-21Use more specific tagTor Lillqvist1-0/+1
2014-05-21Log also the sizeTor Lillqvist2-2/+2
2014-05-21Bin ENUM_FONTRELIEF_DECLARED crackTor Lillqvist1-5/+0
2014-05-21Add debugging output operator<< for FontMetricTor Lillqvist1-1/+16
2014-05-21ODS load perf: transfer ownership of the ScTokenArray to save cycles.Michael Meeks1-0/+1
2014-05-21add method for creating framebuffer objects to OpenGLHelperMarkus Mohrhard1-0/+7
2014-05-20fdo#60338: Introduce osl_createDirectoryWithFlagsStephan Bergmann2-2/+25
2014-05-20SvxRelativeField: set the unit from the passed stringmapMichael Stahl2-1/+4
2014-05-20use VCL's OpenGLContext for 3D transitionsDavid Tardon1-0/+3
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin5-7/+7
2014-05-20remove unused header filesThomas Arnhold4-341/+0
2014-05-19Fix overriding exception specificationStephan Bergmann1-1/+1
2014-05-19Register OpenGL windows to ScGridWindow upon file load.Kohei Yoshida2-2/+14
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold14-77/+0
2014-05-20vcl: rename CopyAreaFinal to CopyDeviceAreaChris Sherlock2-2/+2
2014-05-19Resolves: #i86528# use the module manager to identify the context...Tsutomu Uchino1-8/+12
2014-05-19fdo#60338: Add osl_File_OpenFlag_Private to avoid umaskStephan Bergmann1-1/+2
2014-05-19add COLOR functionMarkus Mohrhard2-1/+3
2014-05-18fdo#46839 Convert line color picker to split buttonMaxim Monastirsky3-18/+26
2014-05-18hrc files should have hrc suffixThomas Arnhold1-2/+2
2014-05-18fix include guard for sal/types.hThomas Arnhold1-3/+3
2014-05-17move boost rng wrapper from sc to comphelperThomas Arnhold1-0/+33
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante7-8/+10
2014-05-16unused XGradient::VclGradientMiklos Vajna1-1/+0
2014-05-16more SvxLanguageBoxBase interfacingEike Rathke1-3/+28
2014-05-16ODF filters: fallback glTF model to bitmap for older versionsZolnai Tamás2-2/+3
2014-05-16loplugin:saloverrideStephan Bergmann1-22/+22
2014-05-16clean up, remove eof commentsThomas Arnhold6-43/+0
2014-05-16ooxml: Preserve shape effects when there's more than oneJacobo Aragunde Pérez3-7/+16
2014-05-16introduce SvxLanguageBoxBase, SvxLanguageBox, SvxLanguageComboBoxEike Rathke1-18/+72