Home
last modified time | relevance | path

Searched refs:SbxClassType (Results 1 – 25 of 30) sorted by relevance

12

/trunk/main/basic/inc/basic/
H A Dsbxobj.hxx64 virtual SbxClassType GetClass() const;
76 virtual SbxVariable* Find( const String&, SbxClassType );
77 SbxVariable* FindQualified( const String&, SbxClassType );
83 virtual sal_Bool GetAll( SbxClassType ) { return sal_True; } in GetAll() argument
84 SbxVariable* Make( const String&, SbxClassType, SbxDataType, bool bIsRuntimeFunction = false );
92 virtual void Remove( const String&, SbxClassType );
H A Dsbobjmod.hxx50 virtual SbxVariable* Find( const XubString& rName, SbxClassType t );
79 virtual SbxVariable* Find( const XubString& rName, SbxClassType t );
109 virtual SbxVariable* Find( const XubString& rName, SbxClassType t );
H A Dsbstdobj.hxx67 virtual SbxVariable* Find( const String&, SbxClassType );
101 virtual SbxVariable* Find( const String&, SbxClassType );
139 virtual SbxVariable* Find( const String&, SbxClassType );
H A Dsbx.hxx193 virtual SbxClassType GetClass() const;
204 virtual SbxVariable* Find( const String&, SbxClassType );
301 virtual SbxVariable* Find( const String&, SbxClassType );
H A Dsbmod.hxx107 virtual SbxVariable* Find( const String&, SbxClassType );
173 virtual SbxVariable* Find( const String&, SbxClassType );
H A Dsbstar.hxx139 virtual SbxVariable* Find( const String&, SbxClassType );
207 SbxVariable* VBAFind( const String& rName, SbxClassType t );
H A Dsbxvar.hxx278 virtual SbxClassType GetClass() const;
480 virtual SbxClassType GetClass() const;
H A Dsbxprop.hxx44 virtual SbxClassType GetClass() const;
H A Dsbxmeth.hxx48 virtual SbxClassType GetClass() const;
H A Dsbxcore.hxx111 virtual SbxClassType GetClass() const;
H A Dsbxdef.hxx38 enum SbxClassType { // SBX-class-IDs (order is important!) enum
/trunk/main/basic/source/sbx/
H A Dsbxexec.cxx58 SbxClassType, const SbxSimpleCharClass& rCharClass );
104 ( 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 Dsbxobj.cxx121 SbxClassType SbxObject::GetClass() const in GetClass()
211 SbxVariable* SbxObject::Find( const XubString& rName, SbxClassType t ) in Find()
379 SbxVariable* SbxObject::Make( const XubString& rName, SbxClassType ct, SbxDataType dt, bool bIsRunt… in Make()
611 void SbxObject::Remove( const XubString& rName, SbxClassType t ) in Remove()
1040 SbxClassType SbxMethod::GetClass() const in GetClass()
1045 SbxClassType SbxProperty::GetClass() const in GetClass()
H A Dsbxarray.cxx118 SbxClassType SbxArray::GetClass() const in GetClass()
455 SbxVariable* SbxArray::Find( const XubString& rName, SbxClassType t ) in Find()
/trunk/main/basic/source/inc/
H A Dsbunoobj.hxx71 virtual SbxVariable* Find( const String&, SbxClassType );
173 virtual SbxVariable* Find( const String&, SbxClassType );
203 virtual SbxVariable* Find( const String&, SbxClassType );
328 virtual SbxVariable* Find( const String&, SbxClassType );
H A Dstdobj.hxx43 virtual SbxVariable* Find( const String&, SbxClassType );
H A Dobject.hxx85 virtual SbxVariable* Find( const String&, SbxClassType );
/trunk/main/basic/source/runtime/
H A Dstdobj1.cxx144 SbxVariable* SbStdPicture::Find( const String& rName, SbxClassType t ) in Find()
267 SbxVariable* SbStdFont::Find( const String& rName, SbxClassType t ) in Find()
506 SbxVariable* SbStdClipboard::Find( const String& rName, SbxClassType t ) in Find()
H A Dstdobj.cxx668 SbxVariable* SbiStdObject::Find( const String& rName, SbxClassType t ) in Find()
714 SbxClassType eCT = SbxCLASS_OBJECT; in Find()
/trunk/main/basic/source/sample/
H A Dobject.cxx123 SbxVariable* SampleObject::Find( const String& rName, SbxClassType t ) in Find()
148 SbxClassType eCT = SbxCLASS_OBJECT; in Find()
/trunk/main/sfx2/source/inc/
H A Dappbas.hxx36 SbxClassType = SbxCLASS_PROPERTY );
/trunk/main/basic/source/classes/
H A Dsb.cxx248 SbxVariable* StarBASIC::VBAFind( const String& rName, SbxClassType t ) in VBAFind()
785 SbxVariable* SbClassModuleObject::Find( const XubString& rName, SbxClassType t ) in Find()
1318 SbxVariable* StarBASIC::Find( const String& rName, SbxClassType t ) in Find()
2108 SbxVariable* BasicCollection::Find( const XubString& rName, SbxClassType t ) in Find()
H A Dsbxmod.cxx713 SbxVariable* SbModule::Find( const XubString& rName, SbxClassType t ) in Find()
2188 SbObjModule::Find( const XubString& rName, SbxClassType t ) in Find()
2549 SbxVariable* SbUserFormModuleInstance::Find( const XubString& rName, SbxClassType t ) in Find()
2679 SbUserFormModule::Find( const XubString& rName, SbxClassType t ) in Find()
/trunk/main/sfx2/source/appl/
H A Dappbas.cxx173 const char *pName, sal_uInt32 nSID, SbxDataType eType, SbxClassType eClassType ) in MakeVariable()
/trunk/main/automation/source/inc/
H A Dtestapp.hxx93 virtual SbxVariable* Find( const String&, SbxClassType );

Completed in 93 milliseconds

12