Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-28 | SFINAE workarounds for gcc-4.0.1 | Luboš Luňák | |
2012-03-28 | remove static OUStrings from static_initialization_and_destruction chain | Caolán McNamara | |
2012-03-28 | unused global OUString | Caolán McNamara | |
2012-03-28 | don't use a global LockListener to avoid startup hit on ctoring | Caolán McNamara | |
2012-03-28 | remove left-over class stub | Caolán McNamara | |
2012-03-28 | remove unused code (oox, sc) | Petr Vorel | |
2012-03-28 | add testcase for n#751117 | Miklos Vajna | |
2012-03-28 | Include unoil.jar | Tor Lillqvist | |
2012-03-28 | Leave out reference to the the user registrymodifications.xcu for now | Tor Lillqvist | |
2012-03-28 | Add JNI wrapper for InitUCBHelper() and call it | Tor Lillqvist | |
2012-03-28 | Add an InitUCBHelper function to be called from an Android app's Java level | Tor Lillqvist | |
2012-03-28 | Dalvik enforces byte constants being in range (-128..127) | Tor Lillqvist | |
2012-03-28 | stray debugging line | Caolán McNamara | |
2012-03-28 | remove static OUStrings from static_initialization_and_destruction chain | Caolán McNamara | |
2012-03-28 | when run under memcheck allow SIGUSR2 to dump current memory allocations | Caolán McNamara | |
2012-03-28 | these VALGRIND allocator annotations never worked for me, just busted memcheck | Caolán McNamara | |
2012-03-28 | drop unused global rtl::OUStrings | Caolán McNamara | |
2012-03-28 | remove static OUStrings from static_initialization_and_destruction chain | Caolán McNamara | |
2012-03-28 | remove static OUStrings from static_initialization_and_destruction chain | Caolán McNamara | |
2012-03-28 | fold historyoptions_const.hxx into historyoptions.cxx | Caolán McNamara | |
2012-03-28 | don't have to deliver historyoptions_const.hxx | Caolán McNamara | |
2012-03-28 | remove static OUStrings from static_initialization_and_destruction chain | Caolán McNamara | |
2012-03-28 | drop unused global rtl::OUStrings | Caolán McNamara | |
2012-03-28 | remove static OUStrings from static_initialization_and_destruction chain | Caolán McNamara | |
2012-03-28 | unused global rtl::OUStrings | Caolán McNamara | |
2012-03-28 | remove static OUStrings from static_initialization_and_destruction chain | Caolán McNamara | |
2012-03-28 | fold useroptions_const.hxx into useroptions.cxx | Caolán McNamara | |
2012-03-28 | don't need to export useroptions_const.hxx | Caolán McNamara | |
2012-03-28 | remove static OUStrings from static_initialization_and_destruction chain | Caolán McNamara | |
2012-03-28 | BiffOutputRecordBuffer never constructed | Caolán McNamara | |
2012-03-28 | BiffOutputStream never constructed | Caolán McNamara | |
2012-03-28 | callcatcher: regenerate list | Caolán McNamara | |
2012-03-28 | don't leak pDirMutex and other code janitorials | Caolán McNamara | |
don't leak pDirMutex drop intermediate UniString don't use static OUStrings drop C2U macro | |||
2012-03-28 | use a vector instead of a deque when deque extras unneeded, they're faster | Caolán McNamara | |
2012-03-28 | n#751117 oox: make sure position is not lost during VML import of rotation | Miklos Vajna | |
2012-03-28 | Rewrite of the format paintbrush | Maxime 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-28 | fix of comments | Maxime de Roucy | |
fix some comments made in 31b7640f7137964916062e64fca18869a18f5118 | |||
2012-03-28 | add GetCurParAttr and GetPaMParAttr in SwEditShell | Maxime 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-28 | remove (non-const) char[N] overloads introduced because of string literals | Luboš Luňák | |
Cleaned up SFINAE helper classes and added even more comments. | |||
2012-03-28 | ShapeTypeModel::maFlip: correct bogus doxygen comment | Miklos Vajna | |
2012-03-28 | n#751117 oox: implement VML import of shape style 'flip' | Miklos Vajna | |
2012-03-28 | n#751117 oox: implement VML import of v:line token | Miklos Vajna | |
2012-03-28 | n#751117 oox: implement VML import of shape style 'rotation' | Miklos Vajna | |
2012-03-28 | n#751117 writerfilter: include all oox tokens in gperffasttoken.hxx | Miklos 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-28 | sal: add dependency for unit test, fix typo in comment | Matúš Kukan | |
2012-03-28 | add name attribute to chart's layout dumper | Markus Mohrhard | |
2012-03-28 | add drawing.Text to chart's dumper | Markus Mohrhard | |
2012-03-28 | more SFINAE to distinguish between const char* and const char[] | Luboš Luňák | |
2012-03-28 | hopefully only OString ctors do not work with SFINAE broken | Luboš Luňák | |
2012-03-28 | string literal overloads for rest of OString methods | Luboš Luňák | |