Home
last modified time | relevance | path

Searched refs:SbxNameType (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/basic/inc/basic/
H A Dbasicrt.hxx39 const String GetModuleName( SbxNameType nType );
40 const String GetMethodName( SbxNameType nType );
55 const String GetModuleName( SbxNameType nType );
56 const String GetMethodName( SbxNameType nType );
H A Dsbxdef.hxx147 enum SbxNameType { // Type of the questioned name of a variable enum
H A Dsbxvar.hxx471 virtual const String& GetName( SbxNameType = SbxNAME_NONE ) const;
/AOO42X/main/basic/source/sbx/
H A Dsbxvar.cxx222 const XubString& SbxVariable::GetName( SbxNameType t ) const in GetName()