summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Collapse)Author
2011-10-03callcatcher: update listCaolán McNamara
2011-10-02callcatcher: various unused methodsCaolán McNamara
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara
2011-09-30removed unused macroTakeshi Abe
2011-09-29fix trunk gcc compile errorsMatúš Kukan
2011-09-29Replace SvULongs with std::vector in sfx2Maciej Rumianowski
Bug 38831, replace SvULongs with std::vector in sfx2 and related svtools
2011-09-29This was what I meant, sorry for thinkoTor Lillqvist
2011-09-28Add mode lines and detabifyTor Lillqvist
2011-09-28WaE: class 'RecentMenuDelegate' does not implement the 'NSMenuDelegate' protocolTor Lillqvist
2011-09-28Mark SfxStandaloneDocumentInfoObject as SAL_DLLPRIVATETor Lillqvist
Fixes warnings 'SfxStandaloneDocumentInfoObject' declared with greater visibility than the type of its field 'SfxStandaloneDocumentInfoObject::<anonymous>' and 'SfxStandaloneDocumentInfoObject' declared with greater visibility than its base 'SfxDocumentInfoO\ bject'.
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-27ByteString->rtl::OStringBufferCaolán McNamara
2011-09-26ByteString->rtl::OStringBufferCaolán McNamara
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-09-22Always link with user32Tor Lillqvist
2011-09-22Fix of localized template name problems in Impress part 2Peter Rabi
Template entries now appear in the correct word order in their representation in SfxDocumentTemplates. That makes template listboxes in a few dialogs work as expected. Contributed under license LGPLv3+/MPL.
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold
Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
2011-09-19ByteString->rtl::OStringBufferCaolán McNamara
2011-09-19rework this in terms of read_uInt8s_AsOStringCaolán McNamara
2011-09-17When pasting from other apps, fall back on Fragment span.Kohei Yoshida
We need to handle fragment span in case the HTML span is not provided by the source application. According to the MS spec it is allowed. The old code assumed that the source app would always provide an HTML span. Apparently some apps don't, and only provides a fragment span.
2011-09-16Fix 2 bitwiseOnBoolean detected by cppcheckJulien Nabet
2011-09-13I believe the src charset pragma is archaic and unusedCaolán McNamara
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-09-12remove last remnents of archaic SfxMacro based stuffCaolán McNamara
2011-09-12SfxMacro is uselessCaolán McNamara
2011-09-12pointless forward declsCaolán McNamara
2011-09-12so now SfxRequest::GetRecordingMacro NULL returning stub can be removedCaolán McNamara
2011-09-12SfxMacro arg unusedCaolán McNamara
2011-09-12SfxMacro is unused, strip down to ctor/dtorCaolán McNamara
2011-09-09sb140: #i117294# removed unused mutex guardStephan Bergmann
2011-09-09callcatcher: various unused codeCaolán McNamara
2011-09-09size arg can be constCaolán McNamara
2011-09-07callcatcher: unused codeCaolán McNamara
2011-09-07kill TF_POOLABLE, step 2: remove dead codeBjoern Michaelsen
2011-09-07kill TF_POOLABLE, step 1: error if unsetBjoern Michaelsen
2011-09-06ByteString->rtl::OStringBufferCaolán McNamara
2011-09-06callcatcher: various unused methodsCaolán McNamara
2011-09-03operator fixingJulien Nabet
2011-08-31unusedcode: remove various classesMatúš Kukan
2011-08-31ImplDdeService is for windows onlyCaolán McNamara
2011-08-31various unused codeCaolán McNamara
2011-08-31debug code isn't going to cut itCaolán McNamara
2011-08-31grabbag of unused codeCaolán McNamara
2011-08-30WaE: unused variableCaolán McNamara
2011-08-29callcatcher: drop various unused methodsCaolán McNamara
2011-08-29deconfuse this api somewhatCaolán McNamara
2011-08-29remove ByteString::IsAlphaNumericAscii and refactor a bitCaolán McNamara
2011-08-29ByteString->rtl::OString and destupid-api a bitCaolán McNamara
2011-08-29callcatcher: variousCaolán McNamara
2011-08-26Move the header that made setup_native depending on sfx2.Jan Holesovsky