Searched refs:pNewPool (Results 1 – 7 of 7) sorted by relevance
100 void SetPool( SfxItemPool *pNewPool );117 void SfxRequest_Impl::SetPool( SfxItemPool *pNewPool ) in SetPool() argument119 if ( pNewPool != pPool ) in SetPool()123 pPool = pNewPool; in SetPool()124 if ( pNewPool ) in SetPool()125 StartListening( pNewPool->BC() ); in SetPool()
345 SfxStyleSheetBasePool* pNewPool = pNewModel->GetStyleSheetPool(); in SetModel() local348 if(pOldPool && pNewPool) in SetModel()356 pAnchor = pNewPool->Find(pSheet->GetName(), pSheet->GetFamily()); in SetModel()378 pNewSheet = &pNewPool->Make(pSheet->GetName(), pSheet->GetFamily(), pSheet->GetMask()); in SetModel()
213 inline void SetPool( SfxItemPool *pNewPool ) ;304 SfxItemPool* pNewPool // Pointer auf den neuen Pool oder 0 in SetPool() argument318 pPool = pNewPool; in SetPool()
388 void SetAttrPool( SfxItemPool* pNewPool ) { pAttrPool = pNewPool; } in SetAttrPool() argument
1572 SfxStyleSheetBasePool* pNewPool = NULL; in Update_Impl() local1576 pNewPool = pDocShell->GetStyleSheetPool(); in Update_Impl()1578 if ( pNewPool != pStyleSheetPool && pDocShell ) in Update_Impl()1592 if ( pNewPool ) in Update_Impl()1594 StartListening(*pNewPool); in Update_Impl()1595 pStyleSheetPool = pNewPool; in Update_Impl()1608 if(i == MAX_FAMILIES || !pNewPool) in Update_Impl()
595 SfxItemPool* pNewPool = EditEngine::CreatePool(); in ObjectInDestruction() local599 pNewPool->SetDefaultMetric(pPool->GetMetric(DEF_METRIC)); in ObjectInDestruction()608 ContentInfo* pNew = new ContentInfo(*pOrg, *pNewPool); in ObjectInDestruction()614 pPool = pNewPool; in ObjectInDestruction()
1082 SfxItemPool* pNewPool = rNewSet.GetPool(); in ApplyAttributes() local1084 pNewPool->Put( *pNewOuter ); // noch nicht loeschen in ApplyAttributes()1085 pNewPool->Put( *pNewInner ); in ApplyAttributes()1137 pNewPool->Remove( *pNewOuter ); // freigeben in ApplyAttributes()1138 pNewPool->Remove( *pNewInner ); in ApplyAttributes()
Completed in 91 milliseconds