Searched refs:SwFltFormatCollection (Results 1 – 2 of 2) sorted by relevance
423 class SwFltFormatCollection : public SwFltOutBase class429 SwFltFormatCollection(SwDoc&, RES_POOL_COLLFMT_TYPE nType);430 SwFltFormatCollection(SwDoc&, const String& rName );431 ~SwFltFormatCollection() { if( pFlyAttrs ) delete pFlyAttrs; } in ~SwFltFormatCollection()475 SwFltFormatCollection* pColls[256];604 pOut = pColls[nUserCode] = new SwFltFormatCollection(GetDoc(), aType); in BeginStyle()614 pOut = pColls[nUserCode] = new SwFltFormatCollection(GetDoc(), rName ); in BeginStyle()625 ((SwFltFormatCollection*)pOut)->Derived(pColls[nBased]->GetColl()); in BaseStyle()
1244 SwFltFormatCollection* p = pColls[ nStyle ]; in SetStyle()1309 /*virtual*/ SwFltOutBase& SwFltFormatCollection::operator << in operator <<()1321 const SfxPoolItem& SwFltFormatCollection::GetAttr(sal_uInt16 nWhich) in GetAttr()1340 const SfxPoolItem& SwFltFormatCollection::GetNodeOrStyAttr(sal_uInt16 nWhich) in GetNodeOrStyAttr()1942 /*virtual*/ sal_Bool SwFltFormatCollection::IsInFly() in IsInFly()1947 /*virtual*/ void SwFltFormatCollection::SetFlyFrmAttr(const SfxPoolItem& rAttr) in SetFlyFrmAttr()1964 sal_Bool SwFltFormatCollection::BeginFly( RndStdIds eAnchor /*= FLY_AT_PARA*/, in BeginFly()1974 void SwFltFormatCollection::EndFly() // Wird nie aufgerufen in EndFly()1978 sal_Bool SwFltFormatCollection::BeginStyleFly( SwFltOutDoc* pOutDoc ) in BeginStyleFly()2168 SwFltFormatCollection::SwFltFormatCollection( in SwFltFormatCollection() function in SwFltFormatCollection[all …]
Completed in 18 milliseconds