summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-20make sure that LineColor is supported for data seriesMarkus Mohrhard1-0/+9
2015-08-20WaE: -Werror=maybe-uninitializedMarkus Mohrhard1-1/+1
2015-08-20also need to call updateFillColor to get the UI in orderMarkus Mohrhard1-0/+5
2015-08-20better warning message for failed panel creationMarkus Mohrhard1-1/+1
2015-08-20tdf#93451: svtools: don't commit SvtMenuOptions too earlyMichael Stahl1-1/+1
2015-08-20update the color button when we select an objectMarkus Mohrhard3-8/+43
2015-08-20handle new color picker correctly in chart sidebarMarkus Mohrhard13-12/+185
2015-08-19o3tl: cow_wrapper add move constructor/assignmentDaniel Robertson1-3/+23
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl14-73/+96
2015-08-19sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2-43/+50
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl15-71/+106
2015-08-19test: hack to avoid VCLXToolkit calling CreateMainLoopThreadMichael Stahl1-0/+13
2015-08-19for testing allow disabling configmgr for time critical pathsCaolán McNamara7-41/+103
2015-08-19crashtesting: failure on ooo82676-1.sxc importCaolán McNamara1-1/+1
2015-08-19comphelper: reduce copypasta with UniquePtrValueLess functorMichael Stahl5-46/+31
2015-08-19comphelper: remove unnecessary include <stack>Michael Stahl4-2/+5
2015-08-19sc: these are ptr_map not ptr_setMichael Stahl4-4/+4
2015-08-19tdf#93293 Fix inverted conditionMaxim Monastirsky1-1/+1
2015-08-19Still more hacking on OpenGL glyph caching for WindowsTor Lillqvist1-10/+45
2015-08-19loplugin:literaltoboolconversionStephan Bergmann1-1/+1
2015-08-19Avoid css::uno::Sequence<sal_uInt8> (which is not a proper UNO type)Stephan Bergmann2-5/+5
2015-08-19There is no css::uno::Sequence<sal_uInt8> in UNOStephan Bergmann1-12/+0
2015-08-19comphelper::isA(Type... -> Type == cppu::UnoType...Stephan Bergmann2-25/+11
2015-08-19Remove unused comphelper::isAReferenceStephan Bergmann1-11/+0
2015-08-19comphelper::isA(Any... -> Any::hasStephan Bergmann3-16/+4
2015-08-19Bugfix test for tdf#77431Katarina Behrens2-0/+14
2015-08-19Remove two silly typedefsStephan Bergmann92-295/+287
2015-08-19tdf#77431: Move setting sheet visibility to finalize phaseKatarina Behrens4-13/+30
2015-08-19Consolidate isFileUrl checksStephan Bergmann28-60/+114
2015-08-19Fix incomplete g-i annotationsPranav Kant1-1/+4
2015-08-19Make the pixel greylevel debug output work as intendedTor Lillqvist1-1/+4
2015-08-19Remove redundant checkStephan Bergmann1-7/+2
2015-08-19Remove ConvertOSLtoUCBURLStephan Bergmann1-21/+4
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann53-172/+150
2015-08-19lingucomponent: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe6-16/+12
2015-08-19io: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe16-45/+40
2015-08-19vcl: document VCL_DOUBLEBUFFERING_ENABLEMiklos Vajna1-0/+1
2015-08-19cui: prefix members of SvxGradientTabPageMiklos Vajna2-101/+101
2015-08-19Replace utl::LocalFileHelper::IsLocalFile -> ...::IsFileUrlStephan Bergmann6-18/+17
2015-08-19replace hideous SfxSaveTabPage defineNoel Grandin2-17/+13
2015-08-19Add SAL_ENABLE_GLYPH_CACHINGTor Lillqvist1-0/+1
2015-08-19More hacks to glyph rendering for caching with OpenGL on WindowsTor Lillqvist1-2/+11
2015-08-19More hacking on OpenGL glyph caching on WindowsTor Lillqvist1-18/+23
2015-08-19Add FIXME comment and bin an #if 0 snippetTor Lillqvist1-10/+2
2015-08-19Initial hack for OpenGL glyph caching on WindowsTor Lillqvist3-1/+349
2015-08-19document some env vars in VCLTomaž Vajngerl1-0/+22
2015-08-19vcl: kill 'special member functions' the compiler generatesThorsten Behrens2-66/+1
2015-08-19for testing allow disabling configmgr for time critical pathsCaolán McNamara23-57/+186
2015-08-18Added Test for tdf#74524 ODF import of range annotationVarun2-0/+25
2015-08-18ConvertSystemPathToURL->getFileURLFromSystemPathCaolán McNamara7-17/+7