summaryrefslogtreecommitdiff
path: root/idl
AgeCommit message (Collapse)AuthorFilesLines
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-12-06ByteString->rtl::OString[Buffer]Caolán McNamara2-14/+14
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-28is there any point to aSrcLine and "rsc" directive in idl?Caolán McNamara2-3/+1
2011-11-28ByteString->rtl::OString[Buffer]Caolán McNamara8-51/+69
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-63/+0
2011-11-27remove pch from the include listNorbert Thiebaud1-1/+0
2011-11-27remove include of pch header from idlNorbert Thiebaud14-26/+0
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-1/+1
2011-11-19ByteString->rtl::OStringCaolán McNamara5-37/+38
2011-11-18svidl: write dependencies with cygwin pathsMichael Stahl1-5/+46
2011-11-16UniqueIdContainer is only needed by binfilterCaolán McNamara1-1/+0
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud1-4/+4
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-14ByteString->rtl::OStringCaolán McNamara3-10/+10
2011-11-08svidl: new parameter -fM: write GNU make dependenciesMichael Stahl6-0/+67
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen2-89/+2
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann1-1/+1
2011-09-21ByteString->rtl::OStringBufferCaolán McNamara6-53/+72
2011-09-21this is never NULL, can be a referenceCaolán McNamara2-13/+13
2011-09-20ByteString->rtl::OString[Buffer]Caolán McNamara5-17/+20
2011-09-19ByteString->rtl::OStringCaolán McNamara4-5/+5
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud1-1/+1
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2-2/+2
2011-08-09The idl encoding table stuff appears to be a no-op, converts x to xCaolán McNamara5-165/+0
1.a) There is only one call to SvTokenStream::SetCharSet 2.b) That call is from SvTokenStream::InitCtor and the argument is gsl_getSystemTextEncoding() 2.a) SvTokenStream::SetCharSet is the sole caller of SvChar::GetTable i.e. pCharTab = SvChar::GetTable( nSet, gsl_getSystemTextEncoding() ); 2.b) so this is in practive only ever... pCharTab = SvChar::GetTable( gsl_getSystemTextEncoding(), gsl_getSystemTextEncoding() ); 3) SvChar::GetTable returns a table for converting from one encoding to another. 4) so the whole thing is a no-op, i.e. pCharTab can be dropped SvChar::GetTable is then unused and can be dropped SetCharSet and GetCharSet are then also unused
2011-08-05reflect gmake flavorTakeshi Abe1-1/+1
2011-08-05Emacs mode line compatible with vi's oneTakeshi Abe1-0/+1
2011-08-04add realpaths for windowsCaolán McNamara1-2/+2
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist2-0/+2
2011-07-22postmerge fixes for gnumake4Bjoern Michaelsen1-1/+5
2011-07-21resyncing to masterBjoern Michaelsen8-51/+81
2011-07-01ByteString::CreateFromInt32 -> OString::valueOfCaolán McNamara5-31/+62
2011-06-29remove deprecated ByteString::CreateFromInt64Caolán McNamara3-17/+18
2011-06-28ByteString->rtl::OStringCaolán McNamara1-1/+1
2011-06-21drop unused method and objectCaolán McNamara1-2/+0
2011-06-20enable exceptions for theseCaolán McNamara2-0/+2
2011-06-20gnumake4: fix buildbreakers from mergeBjoern Michaelsen1-1/+0
2011-06-19Merge branch 'master' into feature/gnumake4Bjoern Michaelsen32-2823/+542
Conflicts: connectivity/source/cpool/Zregistration.cxx connectivity/source/drivers/evoab/LCatalog.cxx connectivity/source/drivers/evoab/LColumnAlias.cxx connectivity/source/drivers/evoab/LColumnAlias.hxx connectivity/source/drivers/evoab/LColumns.cxx connectivity/source/drivers/evoab/LColumns.hxx connectivity/source/drivers/evoab/LConfigAccess.cxx connectivity/source/drivers/evoab/LConfigAccess.hxx connectivity/source/drivers/evoab/LConnection.cxx connectivity/source/drivers/evoab/LConnection.hxx connectivity/source/drivers/evoab/LDatabaseMetaData.cxx connectivity/source/drivers/evoab/LDatabaseMetaData.hxx connectivity/source/drivers/evoab/LDriver.cxx connectivity/source/drivers/evoab/LDriver.hxx connectivity/source/drivers/evoab/LFolderList.cxx connectivity/source/drivers/evoab/LFolderList.hxx connectivity/source/drivers/evoab/LNoException.cxx connectivity/source/drivers/evoab/LPreparedStatement.cxx connectivity/source/drivers/evoab/LPreparedStatement.hxx connectivity/source/drivers/evoab/LResultSet.cxx connectivity/source/drivers/evoab/LResultSet.hxx connectivity/source/drivers/evoab/LServices.cxx connectivity/source/drivers/evoab/LStatement.cxx connectivity/source/drivers/evoab/LStatement.hxx connectivity/source/drivers/evoab/LTable.cxx connectivity/source/drivers/evoab/LTable.hxx connectivity/source/drivers/evoab/LTables.cxx connectivity/source/drivers/evoab/LTables.hxx connectivity/source/drivers/evoab/evoab.xml connectivity/source/drivers/evoab/makefile.mk editeng/Library_editeng.mk framework/Library_fwe.mk framework/test/test.cxx idl/prj/d.lst idl/util/idlpch.cxx linguistic/Makefile linguistic/Module_linguistic.mk linguistic/inc/linguistic/lngdllapi.h linguistic/inc/linguistic/lngprophelp.hxx linguistic/inc/linguistic/misc.hxx linguistic/prj/build.lst linguistic/prj/d.lst linguistic/qa/unoapi/Test.java linguistic/source/grammarchecker.cxx linguistic/source/grammarchecker.hxx linguistic/source/hyphdta.cxx linguistic/source/lngprophelp.cxx linguistic/source/makefile.mk linguistic/source/spelldta.cxx sfx2/Library_qstart.mk sfx2/Library_sfx.mk sfx2/inc/sfx2/qswin32.h sfx2/prj/build.lst sfx2/qa/cppunit/makefile.mk xmlscript/inc/xmlscript/xcrdllapi.h xmlscript/prj/d.lst xmlscript/util/makefile.mk
2011-06-17gnumake4: #i116959#: rename target local variables {C,CXX,OBJCXX}FLAGS: ↵Michael Stahl1-2/+1
[hg:8801515221cf] add a T_ prefix, so we don't need to use override. also introduce gb_LinkTarget_add_{c,cxx,objcxx}flags.
2011-06-17gnumake4: idl: remove dmakefile [hg:75af818ad801]Michael Stahl1-47/+0
2011-06-17gnumake4: idl: link stl [hg:8682dc501634]Michael Stahl1-1/+2
2011-06-16CWS gnumake4: convert idl to new build systemMathias Bauer7-95/+119
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-2/+2
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky1-2/+2
Conflicts: basic/source/classes/sbunoobj.cxx basic/source/inc/runtime.hxx basic/source/runtime/step1.cxx desktop/source/deployment/dp_services.cxx drawinglayer/prj/d.lst drawinglayer/source/primitive2d/makefile.mk sfx2/source/appl/appinit.cxx sfx2/source/appl/appquit.cxx sfx2/source/inc/appdata.hxx sfx2/source/view/viewfrm.cxx svx/source/fmcomp/gridctrl.cxx vbahelper/source/vbahelper/vbahelper.cxx
2011-05-21Drop OS2Tor Lillqvist1-1/+1
2011-04-30Remove unneed include of <tools/list.hxx>Joseph Powers1-1/+0
2011-04-23Remove PM2 macro usageFrancois Tigeot1-1/+1
2011-04-20Remove DECLARE_LIST( SvSlotElementList, SvSlotElement* )Joseph Powers5-34/+50
Passed: make distclean && make && make check
2011-04-15FALSE/TRUE in strings should not be converted to sal_False/sal_True.Jan Holesovsky1-2/+2
2011-04-11Remove DECLARE_LIST( SvTokenList, SvToken * )Rafael Dominguez2-61/+67
2011-03-29drop bogus executable flag from idl/build/src and config filesFrancisco Saito2-0/+0