Searched refs:SvMetaSlot (Results 1 – 7 of 7) sorted by relevance
38 SvMetaObject *SvMetaSlot::MakeClone() const in MakeClone()40 return new SvMetaSlot( *this ); in MakeClone()49 SvMetaSlot::SvMetaSlot() in SvMetaSlot() function in SvMetaSlot60 SvMetaSlot::SvMetaSlot( SvMetaType * pType ) in SvMetaSlot() function in SvMetaSlot311 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 …]
345 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()
206 return ((SvMetaSlot *)GetRef())->GetIsCollection(); in GetIsCollection()212 return ((SvMetaSlot *)GetRef())->GetReadOnlyDoc(); in GetReadOnlyDoc()592 if( PTR_CAST( SvMetaSlot, this ) ) in MakeSlotValue()
346 SvMetaSlotRef xSlot = new SvMetaSlot(); in ReadContextSvIdl()
33 class SvMetaSlot : public SvMetaAttribute class72 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 …]
36 SvSlotElement( SvMetaSlot * pS, const ByteString & rPrefix ) in SvSlotElement()
57 pClassMgr->SV_CLASS_REGISTER( SvMetaSlot ); in IdlDll()
Completed in 48 milliseconds