Home
last modified time | relevance | path

Searched refs:aStruct (Results 1 – 16 of 16) sorted by last modified time

/trunk/main/writerfilter/source/doctok/
H A DWW8PropertySetImpl.cxx345 WW8StructBase aStruct(*pStream, nOffset, 2); in resolveLocal() local
346 sal_uInt16 nCount = aStruct.getU16(0); in resolveLocal()
H A DWW8DocumentImpl.cxx1435 WW8StructBase aStruct(*pStream, mfcPicLoc, 4); in resolvePicture() local
1436 sal_uInt32 nCount = aStruct.getU32(0); in resolvePicture()
/trunk/main/udkapi/com/sun/star/test/bridge/
H A DXBridgeTest.idl124 [in] TestData aStruct );
128 * @return aStruct. The out parameter contain the values, that were previously set
140 [inout] TestData aStruct );
153 [out] TestData aStruct );
/trunk/main/testtools/source/bridgetest/idl/
H A Dbridgetest.idl214 [in] TestData aStruct );
218 * @return aStruct. The out parameter contain the values, that were previously set
230 [inout] TestData aStruct );
243 [out] TestData aStruct );
248 SmallStruct echoSmallStruct( [in] SmallStruct aStruct );
253 MediumStruct echoMediumStruct( [in] MediumStruct aStruct );
258 BigStruct echoBigStruct( [in] BigStruct aStruct );
263 AllFloats echoAllFloats( [in] AllFloats aStruct );
/trunk/main/testtools/source/bridgetest/pyuno/
H A Dsamplecomponent.py75 aString, xInterface, aAny, aSequence, aStruct ): argument
77 nULong, nHyper, nUHyper, fFloat, fDouble, eEnum, aStruct, xInterface,
79 self.__dict__["Struct"] = aStruct
83 aString, xInterface, aAny, aSequence, aStruct ): argument
85 nUHyper, fFloat, fDouble, eEnum, aStruct, xInterface,\
87 self.__dict__["Struct"] = aStruct
89 nHyper, nUHyper, fFloat, fDouble, eEnum, aStruct, xInterface, aAny, \
90 (aSequence[1],aSequence[0]), aStruct
/trunk/main/stoc/test/
H A Dlanguage_binding.idl96 [in] test::TestData aStruct );
108 [inout] test::TestData aStruct );
121 [out] test::TestData aStruct );
161 [out] test::TestData aStruct )
H A Dtestiadapter.cxx281 …Any& aAny, ::com::sun::star::uno::Sequence<test::TestElement >& aSequence,test::TestData& aStruct )
/trunk/main/rsc/source/parser/
H A Drscibas.cxx187 KEY_STRUCT aStruct; in AddLanguage() local
188 if( ! rNames.Get( nResult = pHS->getID( pLang ), &aStruct ) ) in AddLanguage()
/trunk/main/odk/examples/OLE/vbscript/
H A DWriterDemo.vbs169 Dim aStruct
170 classSize.createObject aStruct
171 Set createStruct= aStruct
/trunk/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/
H A DXCallback_Impl.idl83 [in,out] IDispatch** aStruct,
H A DCallback.cpp426 /* [out][in] */ IDispatch __RPC_FAR *__RPC_FAR *aStruct, in inoutValuesAll() argument
440 inoutStruct( aStruct); in inoutValuesAll()
H A DCallback.h72 /* [out][in] */ IDispatch __RPC_FAR *__RPC_FAR *aStruct,
/trunk/main/extensions/test/ole/cpnt/
H A Dcpnt.cxx1107 return aStruct; in in_methodStruct()
1640 SimpleStruct aStruct; in testInterface() local
1641 any >>= aStruct; in testInterface()
1775 SimpleStruct aStruct; in testInterface() local
1788 any >>= aStruct; in testInterface()
1902 SimpleStruct aStruct; in testInterface() local
1903 seqOutParams[1] >>= aStruct; in testInterface()
1946 SimpleStruct aStruct; in testInterface() local
1959 any >>= aStruct; in testInterface()
1962 arAny[1] <<= aStruct; in testInterface()
[all …]
/trunk/main/extensions/test/ole/idl/
H A Doletest.idl166 SimpleStruct in_methodStruct( [in] SimpleStruct aStruct);
260 [inout] oletest::SimpleStruct aStruct,
/trunk/main/cli_ure/qa/climaker/
H A Dtestobjects.cs116 Enum2 aEnum, Struct1 aStruct, in inParameters() argument
136 m_Struct1 = aStruct; in inParameters()
150 out Enum2 aEnum, out Struct1 aStruct, in outParameters() argument
170 aStruct = m_Struct1; in outParameters()
186 ref Enum2 aEnum, ref Struct1 aStruct, in inoutParameters() argument
251 Struct1 _struct1 = aStruct; in inoutParameters()
252 aStruct = m_Struct1; in inoutParameters()
H A Dtypes.idl84 [in] type aType, [in] any aAny, [in] Enum2 aEnum, [in] Struct1 aStruct,
93 [out] type aType, [out] any aAny, [out] Enum2 aEnum, [out] Struct1 aStruct,
105 [inout] Struct1 aStruct,

Completed in 139 milliseconds