Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-27 | removed dead code | Takeshi Abe | |
2011-10-26 | Revert "Build dbaccess and connectivity only for DESKTOP platforms for now" | Tor Lillqvist | |
Nah, breaks the build for non-DESKTOP platforms anyway, as headers delivered there are needed elsewhere. So just keep building that stuff even if it presumably will not be needed on either of the non-DESKTOP platforms. This reverts commit 9b4212f14b11993222f933f59a93359ebc44c708. | |||
2011-10-25 | Build dbaccess and connectivity only for DESKTOP platforms for now | Tor Lillqvist | |
2011-10-24 | Eliminate ambiguous conversion to cppu::OWeakObject | Kristian Rietveld | |
2011-10-24 | callcatcher: remove some unused methods | Caolán McNamara | |
2011-10-21 | Use language/script specific CTL/CJK sample text in font preview | Caolán McNamara | |
i.e. font names are often typically in English, so fairly useless to take the English name to preview what effect the font will have in a CTL/CJK script. More languages and scripts need to be added, but this should be sufficient to bootstrap this up | |||
2011-10-21 | drop confusing and unused single font setters | Caolán McNamara | |
2011-10-21 | Fix fdo#41995 fallout - recognize .svg in odf container | Thorsten Behrens | |
Seems the graphic load code is stupid and not using the path name / file extension to guess file type, but only "magic byte" detection. Giving filter framework the path now, so that .svg actually loads. | |||
2011-10-21 | Fix fdo#41995 - true embedding of svg images. | Thorsten Behrens | |
Previously, svg images were always wrapped as .svm metafiles with a preview graphic. Sucks for interop - so now, we save true svgs at least for bleeding edge extended odf1.2 | |||
2011-10-19 | removed unused macro | Takeshi Abe | |
2011-10-18 | fdo#41935: deadlock in ViewObjectContactOfUnoControl | Michael Stahl | |
Remove the mutex member of ViewObjectContactOfUnoControl_Impl and use the SolarMutex instead, because the current usage of 2 mutexes is just too prone to deadlock. | |||
2011-10-17 | Removed list and numbering paragraph styles and related option page | Cédric Bosdonnat | |
2011-10-17 | increase the amount of text shown in the font preview | Caolán McNamara | |
2011-10-17 | show CTL preview if CTL is enabled | Caolán McNamara | |
2011-10-17 | show CJK preview if CJK is enabled, not just if UI is CJK | Caolán McNamara | |
2011-10-17 | these can be const | Caolán McNamara | |
2011-10-16 | Some callcatcher cleaning | Julien Nabet | |
2011-10-14 | rename kanxi to kangxi for correctness | Lior Kaplan | |
2011-10-12 | extract a common inline function into header | Takeshi Abe | |
2011-10-11 | #i108468#: clean up xmluconv code duplication, part 1: | Michael Stahl | |
move convertNumber64 from SvXMLUnitConverter to sax::converter. remove duplicate methods from SvXMLUnitConverter: convertBool, convertPercent, convertColor, convertNumber, convertDouble, indexOfComma, encodeBase64, decodeBase64, decodeBase64SomeChars, clearUndefinedChars | |||
2011-10-07 | WaE: unreferenced local variable | Tor Lillqvist | |
2011-10-07 | WaE: signed/unsigned mismatch | Tor Lillqvist | |
2011-10-07 | WaE: bool/sal_Bool mismatch | Tor Lillqvist | |
2011-10-07 | WaE: unreachable code | Tor Lillqvist | |
2011-10-05 | added ARCANGLETO command implementation, optimization, fixes, debug | Radek Doulik | |
- added new ARCANGLETO command needed for PPTX custom shapes import - added added placeholder for unimplemented QUADRATICCURVETO command, skip it's data at least so that we don't break other things for now - cache equations results to optimize custom shapes calculation PPTX import creates such equations that made system busy for long time, this removes that issue - added lot of debug output to help with debugging of complex imported custom shapes | |||
2011-10-05 | remove const sal_Char * casts of rtl::OUStringToOString results, fixes ucb | Michael Meeks | |
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | |
2011-10-04 | callcatcher: update list | Caolán McNamara | |
2011-10-04 | regenerate list | Caolán McNamara | |
2011-10-04 | callcatcher: various unused methods | Caolán McNamara | |
2011-10-02 | d.lst should be empty in gbuildized modules | Matúš Kukan | |
2011-10-01 | comment typos | Caolán McNamara | |
2011-10-01 | callcatcher: freshly unused code | Caolán McNamara | |
2011-10-01 | callcatcher: unused CreateDrawOutliner | Caolán McNamara | |
2011-09-30 | Cleaned up DGColorNameLookUp. | Stephan Bergmann | |
2011-09-30 | temp fix to issues stemming from 979e2c8f8b9325a5c75bfc1f388aa8f69b988d2c | Norbert Thiebaud | |
2011-09-29 | add modelines | Caolán McNamara | |
2011-09-29 | callcatcher: unused code | Caolán McNamara | |
2011-09-29 | Replace SvULongs with std::vector in sfx2 | Maciej Rumianowski | |
Bug 38831, replace SvULongs with std::vector in sfx2 and related svtools | |||
2011-09-29 | Replace SvULongs and SVUShorts with std::vector | Maciej Rumianowski | |
Replace SvULongs with std::vector<sal_uIntPtr> and SvUShorts with std::vector<sal_uInt16> | |||
2011-09-28 | nothing initializes pDefaultExt anymore | Caolán McNamara | |
2011-09-28 | callcatcher: unused code | Caolán McNamara | |
2011-09-28 | re-work XPropertyList default extension handling to increase re-use | Michael Meeks | |
2011-09-27 | Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). | Stephan Bergmann | |
2011-09-27 | callcatcher: some unused methods | Caolán McNamara | |
2011-09-26 | only allowed to create these via factory methods now | Caolán McNamara | |
2011-09-26 | ByteString->rtl::OStringBuffer | Caolán McNamara | |
2011-09-26 | remove bogus visibility annotation on template class | Michael Meeks | |
2011-09-26 | remove empty destructors in-lined on Mac, causing build errors | Michael Meeks | |
2011-09-26 | more post colortable cleanup | Michael Meeks | |