summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-09-12why leak m_pImplCaolán McNamara1-3/+6
2011-09-12ensure dtor gets called, and fix dtor and namespacesCaolán McNamara3-38/+26
2011-09-12callcatcher: drop unused methodsCaolán McNamara9-59/+0
2011-09-12why insert a '.' just to then erase it ?Caolán McNamara1-4/+4
2011-09-12using osl_getThreadTextEncoding is a disaster waiting to happenCaolán McNamara1-3/+3
2011-09-12remove last remnents of archaic SfxMacro based stuffCaolán McNamara5-509/+2
2011-09-12SfxMacro is uselessCaolán McNamara2-70/+0
2011-09-12pointless forward declsCaolán McNamara2-3/+0
2011-09-12so now SfxRequest::GetRecordingMacro NULL returning stub can be removedCaolán McNamara3-17/+2
2011-09-12SfxMacro arg unusedCaolán McNamara2-5/+3
2011-09-12SfxMacro is unused, strip down to ctor/dtorCaolán McNamara3-125/+0
2011-09-12this dir is unbuiltCaolán McNamara3-330/+0
2011-09-12use boost::noncopyable and rtl::StaticCaolán McNamara2-35/+15
2011-09-12c++ defaults to voidCaolán McNamara1-3/+3
2011-09-12callcatcher: various unused methodsCaolán McNamara28-353/+1
2011-09-12windows is the only platform which does thisCaolán McNamara1-3/+3
2011-09-12make cui ByteString freeCaolán McNamara1-5/+7
2011-09-12make slideshow ByteString freeCaolán McNamara1-2/+2
2011-09-12factor out code for copying compatability optionsCaolán McNamara2-31/+36
2011-09-12factor out code which sets the defaults for propertiesCaolán McNamara2-20/+29
2011-09-12SwDoc::ReplaceStyles can be constCaolán McNamara3-3/+3
2011-09-12Accept also a soffice.bin renamed to soffice.bin.exeTor Lillqvist1-7/+13
2011-09-12Fix copy/paste errorTor Lillqvist1-1/+1
2011-09-12deleted unread var and code in setup_native, vistaspecial.cxxPierre-André Jacquod1-55/+5
and simplified coding after that since the logic is not needed anymore.
2011-09-12unneded var deleted and code simplified. in setup_nativePierre-André Jacquod1-31/+3
After deleting the different assignment that were not used, some part of the code could be simiplified, since there is no need any more for the logic.
2011-09-12deleted unneded var and code simplified in desktop, launcher.cxxPierre-André Jacquod1-5/+0
Also deleted a part of the code that did nothing, just defining variable and reading them as argument.
2011-09-12deleted unneded var in setup_native, migrateinstallpath.cxxPierre-André Jacquod1-4/+0
and some coding commented since 2005
2011-09-12deletion of unneded variable in setup_native, swappatchfiles.cxxPierre-André Jacquod1-5/+0
2011-09-12deletion of unneded variable in fpicker, previewadapter.cxxPierre-André Jacquod1-2/+2
2011-09-12Don't bother with SetProcessDEPPolicy() on _WIN64 where it is always onTor Lillqvist1-3/+6
2011-09-12Add pleas for help to explain a mysterious piece of codeTor Lillqvist2-0/+10
2011-09-12small bugfix : bNeedsSave instead of *bNeedsSaveJulien Nabet1-1/+1
2011-09-11unify dictionary pack descriptionsAndras Timar1-37/+37
2011-09-11add Latvian dictionary packAndras Timar6-0/+48
2011-09-11add Hindi dictionary packAndras Timar6-0/+48
2011-09-11add Gujarati dictionary packAndras Timar6-0/+48
2011-09-11add Bengali dictionary packAndras Timar6-2/+50
2011-09-11add Bulgarian dictionary packAndras Timar6-0/+48
2011-09-11fdo#40701: DbGridControl::RemoveColumn even if no corresponding Model columnLionel Elie Mamane1-1/+1
That case crops up when nId==0 i.e. the Handle column
2011-09-11Don't touch handle when setting property EnabledLionel Elie Mamane1-1/+0
Handle enabling/disabling is controlled by property RecordMarker, not by property Enabled. Source of the error is most probably a copy/paste error in commit 0ade87a8e309f5eb34d0a734c836bdb2f09f00db Author: Frank Schoenheit [fs] <frank.schoenheit@oracle.com> Date: Tue Nov 23 11:38:49 2010 +0100
2011-09-11remove inadvertently committed fprintfMichael Meeks1-2/+2
2011-09-11cleanup cut/paste .src changes and add 'Embed' check-box to srcMichael Meeks4-181/+85
2011-09-11sal_Bool to bool and cosmeticsEike Rathke3-199/+199
2011-09-11translated some commentsEike Rathke2-29/+29
2011-09-11fix fdo#39485 recalculate matrix formula dimension correctlyEike Rathke2-3/+11
ScFormulaCell::GetMatrixEdge() when recalculating its dimension obtained the matrix origin of itself instead of a neighboring matrix formula if encountered such, effectively adding that other matrix to its own cells occupying dimension.
2011-09-11Simplified SAL_DEPRECATED, does not need to abstract over func.Stephan Bergmann1-5/+5
Cf. page 260 of Martin Reddy: API Design for C++ (MK, 2011).
2011-09-11Correct libvisio 0.0.7 wrong .o order in .a file creationLionel Elie Mamane1-0/+13
2011-09-11apparently gcc 4.3.1 tinderbox needs include cstdioEike Rathke1-0/+2
2011-09-11ensureCapacity doesn't need to be done twiceEike Rathke1-2/+0
2011-09-11don't reply on ../ure to find javaldx, use proper ../basis-link/ure-linkRene Engelhard1-1/+1