Home
last modified time | relevance | path

Searched refs:bIsRuntimeFunction (Results 1 – 3 of 3) sorted by relevance

/trunk/main/basic/inc/basic/
H A Dsbxmeth.hxx41 SbxMethod( const String& r, SbxDataType t, bool bIsRuntimeFunction=false ) in SbxMethod() argument
42 …: SbxVariable( t ), mbIsRuntimeFunction( bIsRuntimeFunction ), mbRuntimeFunctionReturnType( t ) { … in SbxMethod()
H A Dsbxobj.hxx84 SbxVariable* Make( const String&, SbxClassType, SbxDataType, bool bIsRuntimeFunction = false );
/trunk/main/basic/source/sbx/
H A Dsbxobj.cxx379 …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