Home
last modified time | relevance | path

Searched refs:SvMetaSlot (Results 1 – 7 of 7) sorted by relevance

/trunk/main/idl/source/objects/
H A Dslot.cxx38 SvMetaObject *SvMetaSlot::MakeClone() const in MakeClone()
40 return new SvMetaSlot( *this ); in MakeClone()
49 SvMetaSlot::SvMetaSlot() in SvMetaSlot() function in SvMetaSlot
60 SvMetaSlot::SvMetaSlot( SvMetaType * pType ) in SvMetaSlot() function in SvMetaSlot
311 sal_Bool SvMetaSlot::IsVariable() const in IsVariable()
321 sal_Bool SvMetaSlot::IsMethod() const in IsMethod()
427 sal_Bool SvMetaSlot::GetToggle() const in GetToggle()
698 aMethod = new SvMetaSlot(); in ReadAttributesSvIdl()
935 SvMetaSlot * pKnownSlot = PTR_CAST( SvMetaSlot, pAttr ); in ReadSvIdl()
960 SvMetaSlot * pKnownSlot = PTR_CAST( SvMetaSlot, pAttr2 ); in ReadSvIdl()
[all …]
H A Dobject.cxx345 xAttr = new SvMetaSlot( pType ); in ReadContextSvIdl()
451 if ( !rAttr.GetRef() && rAttr.IsA( TYPE( SvMetaSlot ) ) ) in TestAttribute()
688 SvMetaSlot *pAttr = pEle->xSlot; in WriteSlotParamArray()
710 SvMetaSlot * pAttr = pEle->xSlot; in WriteSlots()
827 SvMetaSlot *pAttr = pEle->xSlot; in WriteSlotStubs()
879 SvMetaSlot *pSlot = pEle->xSlot; in WriteSfx()
932 SvMetaSlot* pAttr = pEle->xSlot; in WriteSfx()
H A Dtypes.cxx206 return ((SvMetaSlot *)GetRef())->GetIsCollection(); in GetIsCollection()
212 return ((SvMetaSlot *)GetRef())->GetReadOnlyDoc(); in GetReadOnlyDoc()
592 if( PTR_CAST( SvMetaSlot, this ) ) in MakeSlotValue()
H A Dmodule.cxx346 SvMetaSlotRef xSlot = new SvMetaSlot(); in ReadContextSvIdl()
/trunk/main/idl/inc/
H A Dslot.hxx33 class SvMetaSlot : public SvMetaAttribute class
72 SvMetaSlot* pLinkedSlot;
73 SvMetaSlot* pNextSlot;
179 SV_DECL_META_FACTORY1( SvMetaSlot, SvMetaReference, 11 )
181 SvMetaSlot *Clone() const { return (SvMetaSlot *)MakeClone(); } in Clone()
183 SvMetaSlot();
184 SvMetaSlot( SvMetaType * pType );
229 SvMetaSlot* GetLinkedSlot() const in GetLinkedSlot()
231 SvMetaSlot* GetNextSlot() const in GetNextSlot()
272 SV_DECL_IMPL_REF(SvMetaSlot)
[all …]
H A Dobject.hxx36 SvSlotElement( SvMetaSlot * pS, const ByteString & rPrefix ) in SvSlotElement()
/trunk/main/idl/source/prj/
H A Dglobals.cxx57 pClassMgr->SV_CLASS_REGISTER( SvMetaSlot ); in IdlDll()

Completed in 48 milliseconds