Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-12 | why leak m_pImpl | Caolán McNamara | 1 | -3/+6 | |
2011-09-12 | ensure dtor gets called, and fix dtor and namespaces | Caolán McNamara | 3 | -38/+26 | |
2011-09-12 | callcatcher: drop unused methods | Caolán McNamara | 9 | -59/+0 | |
2011-09-12 | why insert a '.' just to then erase it ? | Caolán McNamara | 1 | -4/+4 | |
2011-09-12 | using osl_getThreadTextEncoding is a disaster waiting to happen | Caolán McNamara | 1 | -3/+3 | |
2011-09-12 | remove last remnents of archaic SfxMacro based stuff | Caolán McNamara | 5 | -509/+2 | |
2011-09-12 | SfxMacro is useless | Caolán McNamara | 2 | -70/+0 | |
2011-09-12 | pointless forward decls | Caolán McNamara | 2 | -3/+0 | |
2011-09-12 | so now SfxRequest::GetRecordingMacro NULL returning stub can be removed | Caolán McNamara | 3 | -17/+2 | |
2011-09-12 | SfxMacro arg unused | Caolán McNamara | 2 | -5/+3 | |
2011-09-12 | SfxMacro is unused, strip down to ctor/dtor | Caolán McNamara | 3 | -125/+0 | |
2011-09-12 | this dir is unbuilt | Caolán McNamara | 3 | -330/+0 | |
2011-09-12 | use boost::noncopyable and rtl::Static | Caolán McNamara | 2 | -35/+15 | |
2011-09-12 | c++ defaults to void | Caolán McNamara | 1 | -3/+3 | |
2011-09-12 | callcatcher: various unused methods | Caolán McNamara | 28 | -353/+1 | |
2011-09-12 | windows is the only platform which does this | Caolán McNamara | 1 | -3/+3 | |
2011-09-12 | make cui ByteString free | Caolán McNamara | 1 | -5/+7 | |
2011-09-12 | make slideshow ByteString free | Caolán McNamara | 1 | -2/+2 | |
2011-09-12 | factor out code for copying compatability options | Caolán McNamara | 2 | -31/+36 | |
2011-09-12 | factor out code which sets the defaults for properties | Caolán McNamara | 2 | -20/+29 | |
2011-09-12 | SwDoc::ReplaceStyles can be const | Caolán McNamara | 3 | -3/+3 | |
2011-09-12 | Accept also a soffice.bin renamed to soffice.bin.exe | Tor Lillqvist | 1 | -7/+13 | |
2011-09-12 | Fix copy/paste error | Tor Lillqvist | 1 | -1/+1 | |
2011-09-12 | deleted unread var and code in setup_native, vistaspecial.cxx | Pierre-André Jacquod | 1 | -55/+5 | |
and simplified coding after that since the logic is not needed anymore. | |||||
2011-09-12 | unneded var deleted and code simplified. in setup_native | Pierre-André Jacquod | 1 | -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-12 | deleted unneded var and code simplified in desktop, launcher.cxx | Pierre-André Jacquod | 1 | -5/+0 | |
Also deleted a part of the code that did nothing, just defining variable and reading them as argument. | |||||
2011-09-12 | deleted unneded var in setup_native, migrateinstallpath.cxx | Pierre-André Jacquod | 1 | -4/+0 | |
and some coding commented since 2005 | |||||
2011-09-12 | deletion of unneded variable in setup_native, swappatchfiles.cxx | Pierre-André Jacquod | 1 | -5/+0 | |
2011-09-12 | deletion of unneded variable in fpicker, previewadapter.cxx | Pierre-André Jacquod | 1 | -2/+2 | |
2011-09-12 | Don't bother with SetProcessDEPPolicy() on _WIN64 where it is always on | Tor Lillqvist | 1 | -3/+6 | |
2011-09-12 | Add pleas for help to explain a mysterious piece of code | Tor Lillqvist | 2 | -0/+10 | |
2011-09-12 | small bugfix : bNeedsSave instead of *bNeedsSave | Julien Nabet | 1 | -1/+1 | |
2011-09-11 | unify dictionary pack descriptions | Andras Timar | 1 | -37/+37 | |
2011-09-11 | add Latvian dictionary pack | Andras Timar | 6 | -0/+48 | |
2011-09-11 | add Hindi dictionary pack | Andras Timar | 6 | -0/+48 | |
2011-09-11 | add Gujarati dictionary pack | Andras Timar | 6 | -0/+48 | |
2011-09-11 | add Bengali dictionary pack | Andras Timar | 6 | -2/+50 | |
2011-09-11 | add Bulgarian dictionary pack | Andras Timar | 6 | -0/+48 | |
2011-09-11 | fdo#40701: DbGridControl::RemoveColumn even if no corresponding Model column | Lionel Elie Mamane | 1 | -1/+1 | |
That case crops up when nId==0 i.e. the Handle column | |||||
2011-09-11 | Don't touch handle when setting property Enabled | Lionel Elie Mamane | 1 | -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-11 | remove inadvertently committed fprintf | Michael Meeks | 1 | -2/+2 | |
2011-09-11 | cleanup cut/paste .src changes and add 'Embed' check-box to src | Michael Meeks | 4 | -181/+85 | |
2011-09-11 | sal_Bool to bool and cosmetics | Eike Rathke | 3 | -199/+199 | |
2011-09-11 | translated some comments | Eike Rathke | 2 | -29/+29 | |
2011-09-11 | fix fdo#39485 recalculate matrix formula dimension correctly | Eike Rathke | 2 | -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-11 | Simplified SAL_DEPRECATED, does not need to abstract over func. | Stephan Bergmann | 1 | -5/+5 | |
Cf. page 260 of Martin Reddy: API Design for C++ (MK, 2011). | |||||
2011-09-11 | Correct libvisio 0.0.7 wrong .o order in .a file creation | Lionel Elie Mamane | 1 | -0/+13 | |
2011-09-11 | apparently gcc 4.3.1 tinderbox needs include cstdio | Eike Rathke | 1 | -0/+2 | |
2011-09-11 | ensureCapacity doesn't need to be done twice | Eike Rathke | 1 | -2/+0 | |
2011-09-11 | don't reply on ../ure to find javaldx, use proper ../basis-link/ure-link | Rene Engelhard | 1 | -1/+1 | |