Searched refs:initializer (Results 1 – 5 of 5) sorted by relevance
/trunk/main/pyuno/source/module/ |
H A D | pyuno_module.cxx | 76 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 D | rhino1_7R3.patch | 912 + // in the class initializer, which doesn't allow us to
|
/trunk/main/writerfilter/documentation/doxygen/ |
H A D | Doxyfile | 392 # 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 D | doxygen.cfg | 475 # 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 D | salframeview.mm | 1004 // aCharCode initializer is safe since aInsertString will at least contain '\0'
|
Completed in 133 milliseconds