Home
last modified time | relevance | path

Searched refs:initializer (Results 1 – 5 of 5) sorted by relevance

/trunk/main/pyuno/source/module/
H A Dpyuno_module.cxx76 PyObject *initializer, in fillStructWithInitializer() argument
82 inv, pCompType->pBaseTypeDescription, initializer, runtime ); in fillStructWithInitializer()
84 sal_Int32 nTupleSize = PyTuple_Size(initializer); in fillStructWithInitializer()
96 PyObject *element = PyTuple_GetItem( initializer, i + nIndex ); in fillStructWithInitializer()
253 PyObject *initializer = PyTuple_GetItem( args ,1 ); in createUnoStructHelper() local
257 if( PyTuple_Check( initializer ) ) in createUnoStructHelper()
267 if( PyTuple_Size( initializer ) > 0 ) in createUnoStructHelper()
275 me->members->xInvocation, pCompType, initializer, runtime ); in createUnoStructHelper()
276 if( n != PyTuple_Size(initializer) ) in createUnoStructHelper()
283 buf.append( (sal_Int32) PyTuple_Size(initializer) ); in createUnoStructHelper()
/trunk/main/rhino/
H A Drhino1_7R3.patch912 + // in the class initializer, which doesn't allow us to
/trunk/main/writerfilter/documentation/doxygen/
H A DDoxyfile392 # the documentation. If the initializer consists of more lines than specified
394 # The appearance of the initializer of individual variables and defines in the
/trunk/main/solenv/doc/gbuild/
H A Ddoxygen.cfg475 # the documentation. If the initializer consists of more lines than specified
477 # The appearance of the initializer of individual variables and defines in the
/trunk/main/vcl/aqua/source/window/
H A Dsalframeview.mm1004 // aCharCode initializer is safe since aInsertString will at least contain '\0'

Completed in 56 milliseconds