Re: STL'ifying UNO API

2012-08-06 Thread Noel Grandin
On 2012-08-06 13:52, Michael Stahl wrote: actually "idl" has absolutely nothing to do with UNO, it is the "other" IDL compiler we build called SvIDL that is used for the old non-UNO SFX framework. the UNO idl compiler is in "idlc". Excellent. Then I can go ahead and update the IDL module cod

Re: STL'ifying UNO API

2012-08-06 Thread Michael Stahl
On 06/08/12 13:19, Noel Grandin wrote: > Hi > > I'm digging into converting the last of the tools/inc/tools/list.hxx > uses, and I ended up following the chain > > tools/inc/tools/list.hxx class List > to > tools/inc/tools/ref.hxx SV_DECL_REF_LIST > to > tools/inc/tools/pstm.h

STL'ifying UNO API

2012-08-06 Thread Noel Grandin
Hi I'm digging into converting the last of the tools/inc/tools/list.hxx uses, and I ended up following the chain tools/inc/tools/list.hxx class List to tools/inc/tools/ref.hxx SV_DECL_REF_LIST to tools/inc/tools/pstm.hxx SV_DECL_PERSIST_LIST to idl/inc/*.hxx At which p