Home
last modified time | relevance | path

Searched refs:RT_PARAM_IN (Results 1 – 14 of 14) sorted by relevance

/trunk/main/unodevtools/source/unodevtools/
H A Dtypeblob.cxx188 RTParamMode paramMode = RT_PARAM_IN; in writeMethodData()
196 paramMode = RT_PARAM_IN; in writeMethodData()
694 RTParamMode paramMode = RT_PARAM_IN; in getTypeBlob()
/trunk/main/rdbmaker/source/rdbmaker/
H A Dtypeblop.cxx194 RTParamMode paramMode = RT_PARAM_IN; in writeMethodData()
206 paramMode = RT_PARAM_IN; in writeMethodData()
/trunk/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.cxx1253 case RT_PARAM_IN: in dumpUnoMethods()
1373 case RT_PARAM_IN: in dumpUnoMethods()
1532 (paramMode == RT_PARAM_IN)) in dumpCorbaMethods()
1546 if (paramMode != RT_PARAM_IN) in dumpCorbaMethods()
1618 case RT_PARAM_IN: in dumpCorbaMethods()
/trunk/main/registry/inc/registry/
H A Dtypes.h276 RT_PARAM_IN = 1, enumerator
/trunk/main/idlc/source/
H A Dastoperation.cxx89 paramMode = RT_PARAM_IN; in dumpBlob()
/trunk/main/stoc/source/registry_tdprovider/
H A Dmethoddescription.cxx70 { return (m_mode & RT_PARAM_IN) != 0; } in isIn()
/trunk/main/rdbmaker/source/codemaker/
H A Ddependency.cxx188 case RT_PARAM_IN: in checkMethodDependencies()
/trunk/main/codemaker/source/javamaker/
H A Djavatype.cxx2275 case RT_PARAM_IN: in handleInterfaceType()
2664 == (RT_PARAM_IN | RT_PARAM_REST)) in addConstructor()
2688 if ((flags != RT_PARAM_IN in addConstructor()
2689 && flags != (RT_PARAM_IN | RT_PARAM_REST)) in addConstructor()
/trunk/main/registry/test/
H A Dtestregcpp.cxx247 OUString::createFromAscii("aStruct"), RT_PARAM_IN); in test_coreReflection()
/trunk/main/codemaker/source/cunomaker/
H A Dcunotype.cxx1852 case RT_PARAM_IN: in dumpMethods()
2361 if (paramMode == RT_PARAM_IN || paramMode == RT_PARAM_INOUT) in dumpCUnoMethods()
/trunk/main/codemaker/source/idlmaker/
H A Didltype.cxx887 case RT_PARAM_IN: in dumpMethods()
/trunk/main/registry/source/
H A Dregimpl.cxx355 case RT_PARAM_IN: in dumpType()
/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.cxx1435 case RT_PARAM_IN: in dumpMethods()
1925 if (paramMode == RT_PARAM_IN || paramMode == RT_PARAM_INOUT) in dumpCppuMethods()
/trunk/main/registry/tools/
H A Dregcompare.cxx729 case RT_PARAM_IN: in getParamMode()