summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2014-05-22Avoid including <config_features.h> in <vcl/svapp.hxx>Tor Lillqvist
Change-Id: I711621c89e8f75d4450867e303ccdc8017bcd9d7
2014-05-22Make the inserted text more European and sensible for now.Michael Meeks
Change-Id: I8b2ecef11362c0fc1dc2b76780140881e769bb89
2014-05-22Initial cut at some infinite monkeys work.Michael Meeks
Change-Id: I71c7fe027262305893d8eabee94a726f4aa909d6
2014-05-21cp#1000072: Skip styles import for external link cache documents.Kohei Yoshida
This reduces external link update time by 10%. Change-Id: Ic14d9ea7530818f839330a2004f6aa67ef1e831e
2014-05-21So ZCodec::ReadAsynchron was wrong in using a persistent mpIStm after allStephan Bergmann
The fun thing is that with the (only) call-site to ReadAsynchron in PNGReaderImpl::ImplReadIDAT (vcl/source/gdi/pngread.cxx) passing in rIStm references to stack-allocated SvMemoryStream instances, mpIStm could point to an old, destroyed instance from a previous call, but which would have been located at exactly the same stack address as the currently passed in rIStm, so the wrong mpIStm->Read call would effectively behaved exactly the same as a correct rIStm.Read call. This went unnoticed "since the beginning" until AddressSanitizer's UseAfterReturn check came along... Change-Id: I7c75ed2d36a4c24c111d88eff647816bd2c5dbca
2014-05-21ZCodec::mpIStm is apparently(?) effectively only used by ReadAsynchronStephan Bergmann
...(which can be called multiple times in a row). But which actually looks wrong... Change-Id: I2e4914e6fed8ced383e430699dd462add9da8c08
2014-05-21we have GetEntryPos(), use itEike Rathke
Change-Id: Iebb19951efa81817793a155164862076d1198e6e
2014-05-21Split ZCodec::ImplInitBuf into InitCompress, InitDecompressStephan Bergmann
Change-Id: I2714b1f1dadc74f8501203bc8b0722c56c9c5fb9
2014-05-21Replace ZCodec::mbInit with sane enumStephan Bergmann
...and document how the member functions are supposed to be called from client code. Change-Id: Ia4847945e4a361c43a0ed001e3e78e901c9abcad
2014-05-21ZCodec::UpdateCRC is privateStephan Bergmann
Change-Id: I2103f8a323d0454bdd1c779aadb99889ae1cf6e5
2014-05-21Remove unused ZCodec::IsFinishedStephan Bergmann
Change-Id: I9741daf288c11dc8e0f0ad2f64e934e814c3ef8a
2014-05-21Remove unnecessary GZCodec derivationStephan Bergmann
Change-Id: Id710a1fe4a3c1593add69bb2a7014d26f9499e87
2014-05-21Remove unused ZCODEC_BEST_SPEED, ZCODEC_BEST_COMPRESSION macrosStephan Bergmann
Change-Id: Ibdf211b858c25a4b301cbde3dcab3a51765e4050
2014-05-21Split ZCodec::BeginCompression param into its 3 independent componentsStephan Bergmann
Change-Id: I275abafe81c8bb617c70646244b14f6cecc33854
2014-05-21Remove unnecessary ZCODEC_DEFAULT macroStephan Bergmann
Change-Id: I57a5a14a51c0441e0fed006457ac95057f188462
2014-05-21Remove unnecessary ZCODEC_DEFAULT_STRATEGY macroStephan Bergmann
...and directly use zlib.h's Z_DEFAULT_STRATEGY Change-Id: Ibf528cbc32afec4d442656aa2963f50c0875d6a5
2014-05-21Remove unused ZCODEC_ZFILTERED, ZCODEC_ZHUFFMAN_ONLY macrosStephan Bergmann
Change-Id: Ie02fb495beebd02d8331e547cbe6648dc70f241f
2014-05-21Remove unnecessary DEFAULT_IN/OUT_BUFSIZE macrosStephan Bergmann
Change-Id: Icd509f55b3f91c4ce3b21bfa3a501d99532539d9
2014-05-21nMemUsage is always MAX_MEM_USAGEStephan Bergmann
...so just use zlib.h's MAX_MEM_LEVEL directly. Change-Id: I76d73f665df242bfb180b76aa7054cf8ddbe9e67
2014-05-21A single ZCodec ctor sufficesStephan Bergmann
Change-Id: Ib831b80afcdde98928a2759616810923348f65e8
2014-05-21Clean-up C-style (void) parameter listsStephan Bergmann
Change-Id: I41da8920e33dfdd0f1483ea2d7cf67111224b441
2014-05-21RID_DLG_UPDATE conversion to .uisk94
Conflicts: desktop/source/deployment/gui/descedit.hxx Change-Id: Icf9ee3081b468f99833d1e38182887ad1da6f675 Reviewed-on: https://gerrit.libreoffice.org/9417 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-05-21fix my issues with the offscreen renderingMarkus Mohrhard
Change-Id: I4a2ed8a20890119220d63a6768f13365a7b5f97d
2014-05-21add static LanguageTag::isValidBcp47()Eike Rathke
Change-Id: I2c646b3e2f13a6fccc845ce8eb82fccee154f3c6
2014-05-21Use more specific tagTor Lillqvist
Change-Id: Ife10cae3f0bd7dd294c74799412528f2596369c8
2014-05-21Log also the sizeTor Lillqvist
Change-Id: I391fbc092b05600b0a4c2107e3934e1fb7334554
2014-05-21Bin ENUM_FONTRELIEF_DECLARED crackTor Lillqvist
We don't test or define it anywhere else so the header guard for the file itself is enough. Change-Id: I15a81b50ab3250a9c792a1b86a4b15f49ec224d1
2014-05-21Add debugging output operator<< for FontMetricTor Lillqvist
Change-Id: I8df204b01a73454396561052f10784c71f10d081
2014-05-21ODS load perf: transfer ownership of the ScTokenArray to save cycles.Michael Meeks
Add API to wnsure we don't end up allocating 32k bytes of tokens for each ScFormulaToken, as happens when you Add a token to a new empty ScTokenArray. Change-Id: Ib12a3065eb513243a2146ebb009fbaa650385dd9
2014-05-21add method for creating framebuffer objects to OpenGLHelperMarkus Mohrhard
Change-Id: I08bd2e58ee98a68accae256fcbcc288a8c56ae0b
2014-05-20fdo#60338: Introduce osl_createDirectoryWithFlagsStephan Bergmann
...so that utl::TempFile can pass osl_File_OpenFlag_Private and doesn't have to resort to umask (the calls to umask around Directory::create had somewhat erroneously been removed recently with 1d72a0262c4570631d0aa8f98e34e21fb9d6ae42 "Related fdo#60338: Create missing temp file dir with user's original umask," mistaking this for creation of intermediate directories in the hierarchy). On Windows, the flags argument to osl_createDirectoryWithFlags is ignored completely for now. Change-Id: Iac56a5049d579be729a3f338aa62105123edb6cb
2014-05-20SvxRelativeField: set the unit from the passed stringmapMichael Stahl
In the Paragraph "Indents & Spacing" tab there are fields with unit: <object class="svxlo-SvxRelativeField" id="spinED_LEFTINDENT:0cm"> But the unit is effectively ignored, and the resulting SvxRelativeField with FUNIT_NONE and 9999 max somehow results in 0.18cm max when the dialog sets cm as unit. Change-Id: I6001c93079fd7d899f1e119913b29ea4898b1c34
2014-05-20use VCL's OpenGLContext for 3D transitionsDavid Tardon
Change-Id: I510518461eb8bc9669d0de2679c34c473f66b175
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin
Detect arguments larger than 64 chars passed by value. Change-Id: I9b0ea9ccb99d115984a26eab67c9cf6afd5f6cae Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2014-05-20remove unused header filesThomas Arnhold
Change-Id: If7ec1ff0a78f9cde5ac926e92377de4720c828b2
2014-05-19Fix overriding exception specificationStephan Bergmann
Change-Id: I6eb46f1ffccc1d98b1a1485486cbc355ce296cd3
2014-05-19Register OpenGL windows to ScGridWindow upon file load.Kohei Yoshida
Change-Id: I6fdce232ef41079f20a983dc72da032196078858
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold
for i in `find . -name *.src -or -name *.hrc`; do FILE=$(cat -s "$i"); echo "$FILE" > "$i"; done Change-Id: I2bac5ad3e1eb3c566e5c867ccf45893a19e1561e
2014-05-20vcl: rename CopyAreaFinal to CopyDeviceAreaChris Sherlock
The name I gave this makes no sense. Basically, this function calls on the SalGraphics function to copy the area, so really this name is much more clear. Change-Id: I842e6f2b81014a8222c39a62c5437bd53d66141c
2014-05-19Resolves: #i86528# use the module manager to identify the context...Tsutomu Uchino
for addons menu merging (cherry picked from commit 2aac0070dbef6c1ad7eeccf7d4015cdcbffe067e) Conflicts: framework/source/classes/menumanager.cxx framework/source/fwe/classes/addonmenu.cxx framework/source/uielement/menubarmanager.cxx include/framework/addonmenu.hxx Change-Id: I3b606671db3a4c6ba8ed2b850e01e1ac91db7581
2014-05-19fdo#60338: Add osl_File_OpenFlag_Private to avoid umaskStephan Bergmann
Change-Id: I293295244d1b089d747548c5025cb73b8ec428a4
2014-05-19add COLOR functionMarkus Mohrhard
This function makes property mapping in charts more user friendly. Change-Id: I01cfb31edd749ee474d5078042fa5c4b4a270f86
2014-05-18fdo#46839 Convert line color picker to split buttonMaxim Monastirsky
Change-Id: I4987cc9ffba675009f2d2ae9f6b12ed4ee02fe13
2014-05-18hrc files should have hrc suffixThomas Arnhold
Change-Id: Iadbedc145c85c5f333e4449704fd01d5e12ddde5
2014-05-18fix include guard for sal/types.hThomas Arnhold
Change-Id: I77e10d2644b18b150f9489c7f754405974af107a
2014-05-17move boost rng wrapper from sc to comphelperThomas Arnhold
so we can re-use it in other modules Change-Id: I6057b1e955f745019fd48f91a754279df0f2b948 Reviewed-on: https://gerrit.libreoffice.org/9348 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante
Change-Id: I42787db31769e8bde984c5f4f0aa90335e889b1c Reviewed-on: https://gerrit.libreoffice.org/9356 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
2014-05-16unused XGradient::VclGradientMiklos Vajna
Change-Id: Ia0c416ce7c1323f9c0c20b969bd57e9a2174a3dc
2014-05-16more SvxLanguageBoxBase interfacingEike Rathke
Change-Id: Ife9317d40756099ae4d8ecb84cccea91bd75a14c
2014-05-16ODF filters: fallback glTF model to bitmap for older versionsZolnai Tamás
Change-Id: I33161401a29f511e61429355dd2905d4643fe8ff