Searched refs:bIsRuntimeFunction (Results 1 – 3 of 3) sorted by relevance
/trunk/main/basic/inc/basic/ |
H A D | sbxmeth.hxx | 41 SbxMethod( const String& r, SbxDataType t, bool bIsRuntimeFunction=false ) in SbxMethod() argument 42 …: SbxVariable( t ), mbIsRuntimeFunction( bIsRuntimeFunction ), mbRuntimeFunctionReturnType( t ) { … in SbxMethod()
|
H A D | sbxobj.hxx | 84 SbxVariable* Make( const String&, SbxClassType, SbxDataType, bool bIsRuntimeFunction = false );
|
/trunk/main/basic/source/sbx/ |
H A D | sbxobj.cxx | 379 …SbxObject::Make( const XubString& rName, SbxClassType ct, SbxDataType dt, bool bIsRuntimeFunction ) in Make() argument 425 pVar = new SbxMethod( rName, dt, bIsRuntimeFunction ); in Make()
|
Completed in 24 milliseconds