Home
last modified time | relevance | path

Searched refs:SbiConstDef (Results 1 – 5 of 5) sorted by path

/trunk/main/basic/source/comp/
H A Ddim.cxx46 SbiSymDef* pDef = bConst ? new SbiConstDef( aSym ) : new SbiSymDef( aSym ); in VarDecl()
461 SbiConstDef* pConst = pDef->GetConstDef(); in DefVar()
789 SbiConstDef* pConst = pElem->GetConstDef(); in DefEnum()
H A Dexprtree.cxx305 SbiConstDef* pConst = pDef->GetConstDef(); in Term()
H A Dparser.cxx826 SbiConstDef* pConst = new SbiConstDef( String::CreateFromAscii( pSym ) ); in addStringConst()
H A Dsymtbl.cxx321 SbiConstDef* SbiSymDef::GetConstDef() in GetConstDef()
511 SbiConstDef::SbiConstDef( const String& rName ) in SbiConstDef() function in SbiConstDef
517 void SbiConstDef::Set( double n, SbxDataType t ) in Set()
522 void SbiConstDef::Set( const String& n ) in Set()
527 SbiConstDef::~SbiConstDef() in ~SbiConstDef()
530 SbiConstDef* SbiConstDef::GetConstDef() in GetConstDef()
/trunk/main/basic/source/inc/
H A Dsymtbl.hxx34 class SbiConstDef; // Konstante
139 virtual SbiConstDef* GetConstDef();
233 class SbiConstDef : public SbiSymDef class
238 SbiConstDef( const String& );
239 virtual ~SbiConstDef();
240 virtual SbiConstDef* GetConstDef();

Completed in 46 milliseconds