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()
1241 SwFltFormatCollection* p = pColls[ nStyle ]; in SetStyle()1306 /*virtual*/ SwFltOutBase& SwFltFormatCollection::operator << in operator <<()1318 const SfxPoolItem& SwFltFormatCollection::GetAttr(sal_uInt16 nWhich) in GetAttr()1337 const SfxPoolItem& SwFltFormatCollection::GetNodeOrStyAttr(sal_uInt16 nWhich) in GetNodeOrStyAttr()1939 /*virtual*/ sal_Bool SwFltFormatCollection::IsInFly() in IsInFly()1944 /*virtual*/ void SwFltFormatCollection::SetFlyFrmAttr(const SfxPoolItem& rAttr) in SetFlyFrmAttr()1961 sal_Bool SwFltFormatCollection::BeginFly( RndStdIds eAnchor /*= FLY_AT_PARA*/, in BeginFly()1971 void SwFltFormatCollection::EndFly() // Wird nie aufgerufen in EndFly()1975 sal_Bool SwFltFormatCollection::BeginStyleFly( SwFltOutDoc* pOutDoc ) in BeginStyleFly()2165 SwFltFormatCollection::SwFltFormatCollection( in SwFltFormatCollection() function in SwFltFormatCollection[all …]
Completed in 32 milliseconds