summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-27WaE: Silence warnings for the iOS codeTor Lillqvist
No semantic changes, the iOS code still is mostly dummy.
2011-09-26cppcheck: reduce scope of var in rsc rscflag.cxxPierre-André Jacquod
2011-09-26cppcheck: reduce scope of var in tools/ poly.cxxPierre-André Jacquod
2011-09-26cppcheck: reduce scope of var in vcl bitmap3.cxxPierre-André Jacquod
2011-09-26cppcheck: reduce scope of var in vcl sft.cxxPierre-André Jacquod
2011-09-26cppcheck: reduce scope of variabl.e in vcl, cff.cxxPierre-André Jacquod
2011-09-26dead code deleted in vcl toolbox.cxxPierre-André Jacquod
2011-09-26cppcheck: reduce scope of var in vcl toolbox.cxxPierre-André Jacquod
2011-09-26cppcheck: scope reduction of var in vcl outdev3.cxxPierre-André Jacquod
and deletion of a varialbe used as constant since 2002
2011-09-26cppcheck: reduce scope of var in vcl outdev2.cxxPierre-André Jacquod
2011-09-26cppcheck: delete unneeded variable in connectivity testmoz/main.cxxPierre-André Jacquod
2011-09-26cppcheck: delete unneded variable in slideshow, OGLTrans_Tran...Impl.cxxPierre-André Jacquod
but left the call to the function behind, since not sure there is no effect on data
2011-09-26cppcheck: unread Var deleted in autodoc, cx_c_pp.cxxPierre-André Jacquod
2011-09-26cppcheck: deleted unread Var in autodoc, hdimpl.cxxPierre-André Jacquod
2011-09-26partially revert 6985b28d533c1324896a1647304499c23e553239 as it breaks the ↵Bjoern Michaelsen
whole idea of testing for bug 20033
2011-09-26WaE: control reaches end of non-void functionTor Lillqvist
2011-09-26WaE: control reaches end of non-void functionTor Lillqvist
2011-09-26Manage Names: adapt menu to changesMarkus Mohrhard
2011-09-26add "Manage Names..." entry to Name Box/ScPosWndMarkus Mohrhard
2011-09-26One step closer to a functional 'make dev-install' with MinGW.Jan Holesovsky
2011-09-26WaE: unused eCaolán McNamara
2011-09-26In smoketest.cxx, also wait for connection_ going stale while waiting for ↵Stephan Bergmann
result.condition.
2011-09-26revert the change of SwCntntNode bases, for nowLuboš Luňák
Smoketest fails because of this, presumably there is some old-style C cast that fails to adjust the pointer value in SwModify* -> SwCntntNode* casts because of missing the header file *sigh* , but I can't find it now.
2011-09-26remove executable bitLuboš Luňák
2011-09-26remove executable bitLuboš Luňák
2011-09-26remove executable bit on source filesLuboš Luňák
2011-09-26conditionalise out presently unused class variablesNoel Power
currently we conditionalise out the parts of the code intended to replace the remaining code in SvxMSConvertOCXControls with flag SvxMSConvertOCXControlsRemoved. Some unused class variables should also have been conditionalise out. Hmmm maybe I should just get rid of it all :-/
2011-09-26Do as the comment says: use the pragma for gcc >= 4.2.1Tor Lillqvist
2011-09-26UNOLIBS_URE are supposed to end with .uno.dll, not only .dll.Jan Holesovsky
2011-09-26Match the Android host_os that the new config.sub producesTor Lillqvist
2011-09-26Update the sample autogen.lastrun for AndroidTor Lillqvist
2011-09-26SimplifyTor Lillqvist
2011-09-26<= for extra safely I supposeCaolán McNamara
2011-09-26consider empty <mmultiscripts>Ivan Timofeev
2011-09-26doesn't use a DocShell anymore, so can ditch check for itCaolán McNamara
2011-09-26WaE: unused eCaolán McNamara
2011-09-26blind fix for macos tinderbox errorNoel Power
2011-09-26When I say --disable-extension-integration, I really mean it.Jan Holesovsky
2011-09-26Fail to configure when running in a shell with a sourced Env.Host.sh.Jan Holesovsky
2011-09-26fix merge foo and waeNoel Power
2011-09-26move OCX_Control ( and subclasses ) and OCX control export to ooxNoel Power
add forgotten new files axbinarywriter.[ch]xx
2011-09-26move OCX_Control ( and subclasses ) and OCX control export to ooxNoel Power
2011-09-26new source files for class AxFontData moved from axbinaryreader.[ch]xxNoel Power
note original oracle copyright has been preserved as this code has just being moved to a new source/header file
2011-09-26add resource filesDavid Tardon
2011-09-26allow adding native windows res. files for executables tooDavid Tardon
2011-09-26private operator delete, use factoryCaolán McNamara
2011-09-26only allowed to create these via factory methods nowCaolán McNamara
2011-09-26callcatcher: remove unused codeCaolán McNamara
2011-09-26disambiguate ctorCaolán McNamara
2011-09-26ByteString->rtl::OStringBufferCaolán McNamara