| /trunk/main/pyuno/source/module/ |
| H A D | pyuno_runtime.cxx | 147 PyRef module( PyImport_ImportModule( const_cast< char * >("uno") ), SAL_NO_ACQUIRE ); in importUnoModule() 152 PyRef str( PyObject_Repr( excTraceback.get() ), SAL_NO_ACQUIRE ); in importUnoModule() 156 PyRef valueRep( PyObject_Repr( excValue.get() ), SAL_NO_ACQUIRE ); in importUnoModule() 309 return PyRef( reinterpret_cast< PyObject * > ( me ), SAL_NO_ACQUIRE ); in create() 424 return PyRef( PyUNO_char_new( c , *this ), SAL_NO_ACQUIRE ); in any2PyObject() 441 return PyRef( PyLong_FromLong (l), SAL_NO_ACQUIRE ); in any2PyObject() 447 return PyRef( PyLong_FromUnsignedLong (l), SAL_NO_ACQUIRE ); in any2PyObject() 453 return PyRef( PyLong_FromLongLong (l), SAL_NO_ACQUIRE); in any2PyObject() 459 return PyRef( PyLong_FromUnsignedLongLong (l), SAL_NO_ACQUIRE); in any2PyObject() 465 return PyRef(PyFloat_FromDouble (f), SAL_NO_ACQUIRE); in any2PyObject() [all …]
|
| H A D | pyuno_type.cxx | 145 PyRef value( PyObject_GetAttrString( obj, const_cast< char * >("value") ), SAL_NO_ACQUIRE ); in PyChar2Unicode() 166 PyRef typeName( PyObject_GetAttrString( obj,const_cast< char * >("typeName") ), SAL_NO_ACQUIRE); in PyEnum2Enum() 167 PyRef value( PyObject_GetAttrString( obj, const_cast< char * >("value") ), SAL_NO_ACQUIRE); in PyEnum2Enum() 223 PyRef pyName( PyObject_GetAttrString( o, const_cast< char * >("typeName") ), SAL_NO_ACQUIRE); in PyType2Type() 231 PyRef pyTC( PyObject_GetAttrString( o, const_cast< char * >("typeClass") ), SAL_NO_ACQUIRE ); in PyType2Type() 274 … typesModule = PyRef( PyModule_New( const_cast< char * >("unotypes") ), SAL_NO_ACQUIRE ); in importToGlobal() 376 PyRef instance( PyObject_CallObject( code.get(), args.get() ), SAL_NO_ACQUIRE); in callCtor() 385 PyRef args( PyTuple_New( 2 ), SAL_NO_ACQUIRE ); in PyUNO_Enum_new() 396 PyRef args( PyTuple_New( 2 ), SAL_NO_ACQUIRE ); in PyUNO_Type_new() 410 PyRef args( PyTuple_New( 1 ), SAL_NO_ACQUIRE ); in PyUNO_char_new() [all …]
|
| H A D | pyuno_except.cxx | 143 PyRef args( PyTuple_New( 3 ), SAL_NO_ACQUIRE ); in createClass() 151 bases = PyRef( PyTuple_New( 1 ), SAL_NO_ACQUIRE ); in createClass() 157 bases = PyRef( PyTuple_New( 0 ), SAL_NO_ACQUIRE ); in createClass() 166 SAL_NO_ACQUIRE ); in createClass() 212 SAL_NO_ACQUIRE ); in isInstanceOfStructOrException()
|
| H A D | pyuno_adapter.cxx | 223 PyRef argsTuple(PyTuple_New( size ), SAL_NO_ACQUIRE ); in invoke() 241 SAL_NO_ACQUIRE); in invoke() 248 PyRef str( PyObject_Repr( mWrappedObject.get() ), SAL_NO_ACQUIRE ); in invoke() 253 PyRef pyRet( PyObject_CallObject( method.get(), argsTuple.get() ), SAL_NO_ACQUIRE ); in invoke() 400 SAL_NO_ACQUIRE ); in getValue()
|
| H A D | pyuno_callable.cxx | 125 PyRef return_list( PyTuple_New (1+aOutParam.getLength()), SAL_NO_ACQUIRE ); in PyUNO_callable_call() 257 return PyRef( (PyObject*)self, SAL_NO_ACQUIRE ); in PyUNO_callable_new()
|
| H A D | pyuno.cxx | 368 paras = PyRef(PyTuple_New( size ), SAL_NO_ACQUIRE); in PyUNO_invoke() 384 callable = PyRef( PyObject_GetAttrString( object , (char*)name ), SAL_NO_ACQUIRE ); in PyUNO_invoke() 388 ret = PyRef( PyObject_CallObject( callable.get(), paras.get() ), SAL_NO_ACQUIRE ); in PyUNO_invoke()
|
| /trunk/main/registry/inc/registry/ |
| H A D | reader.hxx | 156 return rtl::OUString(s, SAL_NO_ACQUIRE); in getDocumentation() 174 return rtl::OUString(s, SAL_NO_ACQUIRE); in getFileName() 215 return rtl::OUString(s, SAL_NO_ACQUIRE); in getTypeName() 244 return rtl::OUString(s, SAL_NO_ACQUIRE); in getSuperTypeName() 272 return rtl::OUString(s, SAL_NO_ACQUIRE); in getFieldDocumentation() 291 return rtl::OUString(s, SAL_NO_ACQUIRE); in getFieldFileName() 320 return rtl::OUString(s, SAL_NO_ACQUIRE); in getFieldName() 338 return rtl::OUString(s, SAL_NO_ACQUIRE); in getFieldTypeName() 385 return rtl::OUString(s, SAL_NO_ACQUIRE); in getMethodDocumentation() 414 return rtl::OUString(s, SAL_NO_ACQUIRE); in getMethodName() [all …]
|
| /trunk/main/cppu/inc/com/sun/star/uno/ |
| H A D | Reference.hxx | 82 ::rtl::OUString( cppu_unsatisfied_iquery_msg( rType.getTypeLibType() ), SAL_NO_ACQUIRE ), in iquery_throw() 104 …ing( cppu_unsatisfied_iset_msg( interface_type::static_type().getTypeLibType() ), SAL_NO_ACQUIRE ), in iset_throw() 248 return set( pInterface, SAL_NO_ACQUIRE ); in set() 263 return set( castFromXInterface(iquery( pInterface )), SAL_NO_ACQUIRE ); in set() 270 return set( castFromXInterface(iquery( rRef.get() )), SAL_NO_ACQUIRE ); in set() 283 SAL_NO_ACQUIRE ); in set() 292 set( castFromXInterface(iquery_throw( pInterface )), SAL_NO_ACQUIRE ); in set() 299 set( castFromXInterface(iquery_throw( rRef.get() )), SAL_NO_ACQUIRE ); in set() 311 SAL_NO_ACQUIRE ); in set() 318 set( iset_throw( pInterface ), SAL_NO_ACQUIRE ); in set() [all …]
|
| /trunk/main/pyuno/source/loader/ |
| H A D | pyuno_loader.cxx | 75 SAL_NO_ACQUIRE ); in getLoaderModule() 200 PyRef args ( PyTuple_New( 1 ), SAL_NO_ACQUIRE ); in CreateInstance() 202 PyRef pyInstance( PyObject_CallObject( clazz.get() , args.get() ), SAL_NO_ACQUIRE ); in CreateInstance()
|
| /trunk/main/i18nutil/source/utility/ |
| H A D | widthfolding.cxx | 96 return OUString( newStr, SAL_NO_ACQUIRE ); // take over ownership of <newStr> in decompose_ja_voiced_sound_marks() 200 return OUString( newStr, SAL_NO_ACQUIRE ); // take over ownership of <newStr> in compose_ja_voiced_sound_marks()
|
| /trunk/main/i18npool/source/transliteration/ |
| H A D | transliteration_body.cxx | 210 return OUString( pStr, SAL_NO_ACQUIRE ); // take over ownership of <pStr> in transliterate() 265 return OUString( pStr, SAL_NO_ACQUIRE ); // take over ownership of <pStr> in transliterateChar2String()
|
| H A D | ignoreProlongedSoundMark_ja_JP.cxx | 357 return OUString( newStr, SAL_NO_ACQUIRE ); // take over ownership of <newStr> in folding()
|
| H A D | ignoreKiKuFollowedBySa_ja_JP.cxx | 99 return OUString( newStr, SAL_NO_ACQUIRE ); // take over ownership of <newStr> in folding()
|
| H A D | transliteration_OneToOne.cxx | 94 return OUString( newStr, SAL_NO_ACQUIRE ); // take over ownership of <newStr> in transliterate()
|
| H A D | ignoreIandEfollowedByYa_ja_JP.cxx | 142 return OUString( newStr, SAL_NO_ACQUIRE ); // take over ownership of <newStr> in folding()
|
| H A D | ignoreIterationMark_ja_JP.cxx | 149 return OUString( newStr, SAL_NO_ACQUIRE ); // take over ownership of <newStr> in folding()
|
| /trunk/main/stoc/source/proxy_factory/ |
| H A D | proxyfac.cxx | 147 SAL_NO_ACQUIRE ); in binuno_queryInterface() 378 SAL_NO_ACQUIRE ); in queryAggregation()
|
| /trunk/main/sal/inc/osl/ |
| H A D | socket.hxx | 494 Connection = StreamSocket( o , SAL_NO_ACQUIRE ); in acceptConnection() 513 Connection = StreamSocket( o , SAL_NO_ACQUIRE ); in acceptConnection()
|
| /trunk/main/bridges/source/jni_uno/ |
| H A D | jni_bridge.cxx | 351 OUString message( (rtl_uString *)ustr_mem.release(), SAL_NO_ACQUIRE ); in java_exc_occured() 425 (rtl_uString *)ustr_mem.release(), SAL_NO_ACQUIRE ); in get_stack_trace()
|
| /trunk/main/sal/qa/osl/pipe/ |
| H A D | osl_Pipe.cxx | 229 ::osl::Pipe aNoAcquirePipe( aPipe.getHandle( ), SAL_NO_ACQUIRE ); in TEST() 629 ::osl::StreamPipe aNoAcquirePipe( aPipe.getHandle( ), SAL_NO_ACQUIRE ); in TEST()
|
| /trunk/main/xmlreader/source/ |
| H A D | span.cxx | 57 return rtl::OUString(s, SAL_NO_ACQUIRE); in convertFromUtf8()
|
| /trunk/main/cppuhelper/source/ |
| H A D | component_context.cxx | 835 Reference<XComponentContext> xDelegate(pDelegatee, SAL_NO_ACQUIRE); in s_createComponentContext_v() 892 return Reference<XComponentContext>(pXComponentContext, SAL_NO_ACQUIRE); in createComponentContext()
|
| H A D | macro_expander.cxx | 191 SAL_NO_ACQUIRE); in create_boostrap_macro_expander_factory()
|
| /trunk/main/cppu/inc/cppu/ |
| H A D | FreeReference.hxx | 94 return cssuno::Reference<T>(cppu::mapIn(m_pObject, m_env), SAL_NO_ACQUIRE); in get()
|
| /trunk/main/cli_ure/source/native/ |
| H A D | native_share.h | 112 pRet->set( ret, SAL_NO_ACQUIRE /* takeover ownership */ ); in to_uno()
|