summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-28SFINAE workarounds for gcc-4.0.1Luboš Luňák
2012-03-28remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara
2012-03-28unused global OUStringCaolán McNamara
2012-03-28don't use a global LockListener to avoid startup hit on ctoringCaolán McNamara
2012-03-28remove left-over class stubCaolán McNamara
2012-03-28remove unused code (oox, sc)Petr Vorel
2012-03-28add testcase for n#751117Miklos Vajna
2012-03-28Include unoil.jarTor Lillqvist
2012-03-28Leave out reference to the the user registrymodifications.xcu for nowTor Lillqvist
2012-03-28Add JNI wrapper for InitUCBHelper() and call itTor Lillqvist
2012-03-28Add an InitUCBHelper function to be called from an Android app's Java levelTor Lillqvist
2012-03-28Dalvik enforces byte constants being in range (-128..127)Tor Lillqvist
2012-03-28stray debugging lineCaolán McNamara
2012-03-28remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara
2012-03-28when run under memcheck allow SIGUSR2 to dump current memory allocationsCaolán McNamara
2012-03-28these VALGRIND allocator annotations never worked for me, just busted memcheckCaolán McNamara
2012-03-28drop unused global rtl::OUStringsCaolán McNamara
2012-03-28remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara
2012-03-28remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara
2012-03-28fold historyoptions_const.hxx into historyoptions.cxxCaolán McNamara
2012-03-28don't have to deliver historyoptions_const.hxxCaolán McNamara
2012-03-28remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara
2012-03-28drop unused global rtl::OUStringsCaolán McNamara
2012-03-28remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara
2012-03-28unused global rtl::OUStringsCaolán McNamara
2012-03-28remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara
2012-03-28fold useroptions_const.hxx into useroptions.cxxCaolán McNamara
2012-03-28don't need to export useroptions_const.hxxCaolán McNamara
2012-03-28remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara
2012-03-28BiffOutputRecordBuffer never constructedCaolán McNamara
2012-03-28BiffOutputStream never constructedCaolán McNamara
2012-03-28callcatcher: regenerate listCaolán McNamara
2012-03-28don't leak pDirMutex and other code janitorialsCaolán McNamara
don't leak pDirMutex drop intermediate UniString don't use static OUStrings drop C2U macro
2012-03-28use a vector instead of a deque when deque extras unneeded, they're fasterCaolán McNamara
2012-03-28n#751117 oox: make sure position is not lost during VML import of rotationMiklos Vajna
2012-03-28Rewrite of the format paintbrushMaxime de Roucy
With this patch the format paintbrush differentiate automatic character attributes apply to character than those apply to paragraph. Character attributes applied to paragraph are treat as paragraph format when paragraph format are copied (and so apply to paragraph), and treat as character format when paragraph format are not copied. It also change the behavior of the format paintbrush on "restart numbering" and "restart numbering at" attributes. With this patch those attributes are simply copied… as expected.
2012-03-28fix of commentsMaxime de Roucy
fix some comments made in 31b7640f7137964916062e64fca18869a18f5118
2012-03-28add GetCurParAttr and GetPaMParAttr in SwEditShellMaxime de Roucy
GetCurParAttr : Get the paragraph format attribute(s) of the current selection. GetPaMParAttr : Get the paragraph format attribute(s) of the selection(s) described by a SwPaM. The advantage of these methods is that the take the named and automatic format attributes.
2012-03-28remove (non-const) char[N] overloads introduced because of string literalsLuboš Luňák
Cleaned up SFINAE helper classes and added even more comments.
2012-03-28ShapeTypeModel::maFlip: correct bogus doxygen commentMiklos Vajna
2012-03-28n#751117 oox: implement VML import of shape style 'flip'Miklos Vajna
2012-03-28n#751117 oox: implement VML import of v:line tokenMiklos Vajna
2012-03-28n#751117 oox: implement VML import of shape style 'rotation'Miklos Vajna
2012-03-28n#751117 writerfilter: include all oox tokens in gperffasttoken.hxxMiklos Vajna
Without that, the following happens: 1) ShapeTypeContext::onCreateContext() in oox calls rAttribs.getToken() 2) FastAttributeList::getOptionalValueToken() in sax calls mxTokenHandler->getTokenFromUTF8() 3) OOXMLFastTokenHandler::getTokenFromUTF8() won't find the oox token and return OOXML_FAST_TOKENS_END I verified that the new gperf input just adds tokens to the hash, doesn't remove any.
2012-03-28sal: add dependency for unit test, fix typo in commentMatúš Kukan
2012-03-28add name attribute to chart's layout dumperMarkus Mohrhard
2012-03-28add drawing.Text to chart's dumperMarkus Mohrhard
2012-03-28more SFINAE to distinguish between const char* and const char[]Luboš Luňák
2012-03-28hopefully only OString ctors do not work with SFINAE brokenLuboš Luňák
2012-03-28string literal overloads for rest of OString methodsLuboš Luňák