Home
last modified time | relevance | path

Searched defs:t (Results 51 – 75 of 323) sorted by path

12345678910>>...13

/trunk/main/basic/source/runtime/
H A Dstep1.cxx105 SbxDataType t = (SbxDataType) (nOp1 & 0x7FFF); in StepARGTYP() local
455 SbxDataType t = refVal->GetType(); in checkClass_Impl() local
H A Dstep2.cxx76 SbxDataType t = (SbxDataType) nOp2; in FindElement() local
705 SbxDataType t = (SbxDataType) nOp2; in StepPARAM() local
1122 void SbiRuntime::implHandleSbxFlags( SbxVariable* pVar, SbxDataType t, sal_uInt32 nOp2 ) in implHandleSbxFlags()
1155 SbxDataType t = (SbxDataType)(nOp2 & 0xffff); in StepLOCAL() local
1168 SbxDataType t = (SbxDataType)(SbxDataType)(nOp2 & 0xffff);; in StepPUBLIC_Impl() local
1213 SbxDataType t = (SbxDataType)(nOp2 & 0xffff); in StepGLOBAL() local
1267 SbxDataType t = (SbxDataType) nOp2; in StepFIND_G() local
1277 SbxVariable* SbiRuntime::StepSTATIC_Impl( String& aName, SbxDataType& t ) in StepSTATIC_Impl()
1298 SbxDataType t = (SbxDataType) nOp2; in StepSTATIC() local
/trunk/main/basic/source/sample/
H A Dcollelem.cxx54 sal_uIntPtr t = pHint->GetId(); in SFX_NOTIFY() local
H A Dobject.cxx123 SbxVariable* SampleObject::Find( const String& rName, SbxClassType t ) in Find()
178 sal_uIntPtr t = pHint->GetId(); in SFX_NOTIFY() local
/trunk/main/basic/source/sbx/
H A Dsbxarray.cxx455 SbxVariable* SbxArray::Find( const XubString& rName, SbxClassType t ) in Find()
581 SbxDimArray::SbxDimArray( SbxDataType t ) : SbxArray( t ), mbHasFixedSize( false ) in SbxDimArray()
H A Dsbxbool.cxx95 SbxDataType t; in ImpGetBool() local
H A Dsbxbyte.cxx169 SbxDataType t; in ImpGetByte() local
H A Dsbxchar.cxx158 SbxDataType t; in ImpGetChar() local
H A Dsbxcoll.cxx111 SbxVariable* SbxCollection::Find( const XubString& rName, SbxClassType t ) in Find()
H A Dsbxdbl.cxx84 SbxDataType t; in ImpGetDouble() local
H A Dsbxexec.cxx104 ( SbxObject* pObj, SbxObject* pGbl, const xub_Unicode** ppBuf, SbxClassType t ) in QualifiedName()
297 SbxClassType t, const SbxSimpleCharClass& rCharClass ) in Element()
384 SbxVariable* SbxObject::FindQualified( const XubString& rName, SbxClassType t ) in FindQualified()
H A Dsbxint.cxx158 SbxDataType t; in ImpGetInteger() local
466 SbxDataType t; in ImpGetInt64() local
753 SbxDataType t; in ImpGetUInt64() local
H A Dsbxlng.cxx123 SbxDataType t; in ImpGetLong() local
H A Dsbxobj.cxx211 SbxVariable* SbxObject::Find( const XubString& rName, SbxClassType t ) in Find()
611 void SbxObject::Remove( const XubString& rName, SbxClassType t ) in Remove()
H A Dsbxscan.cxx246 SbxDataType t; in ScanNumIntnl() local
615 SbxDataType t; in Scan() local
H A Dsbxsng.cxx116 SbxDataType t; in ImpGetSingle() local
H A Dsbxuint.cxx155 SbxDataType t; in ImpGetUShort() local
H A Dsbxulng.cxx131 SbxDataType t; in ImpGetULong() local
H A Dsbxvalue.cxx215 SbxValue::SbxValue( SbxDataType t, void* p ) : SbxBase() in SbxValue()
442 SbxDataType t = SbxDataType( p->aData.eType & 0x0FFF ); in TheRealValue() local
671 #define GET( g, e, t, m ) \ argument
939 #define PUT( p, e, t, m ) \ argument
995 SbxDataType t = GetType(); in ImpIsNumeric() local
1030 sal_Bool SbxValue::SetType( SbxDataType t ) in SetType()
1641 SbxDataType t; in LoadData() local
1656 SbxDataType t; in LoadData() local
H A Dsbxvar.cxx122 SbxVariable::SbxVariable( SbxDataType t, void* p ) : SbxValue( t, p ) in SbxVariable()
474 SbxDataType t; in LoadData() local
488 SbxDataType t; in LoadData() local
/trunk/main/binaryurp/qa/
H A Dtest-unmarshal.cxx65 css::uno::TypeDescription t(m.readType()); in TEST_F() local
/trunk/main/binaryurp/source/
H A Dincomingrequest.cxx196 css::uno::TypeDescription t( in execute_throw() local
H A Dmarshal.cxx242 css::uno::TypeDescription t(p->pType); in writeValue() local
H A Dproxy.cxx215 css::uno::TypeDescription t(mtd->pReturnTypeRef); in do_dispatch_throw() local
H A Dreader.cxx261 css::uno::TypeDescription t( in readMessage() local

Completed in 170 milliseconds

12345678910>>...13