Home
last modified time | relevance | path

Searched refs:pNewPool (Results 1 – 7 of 7) sorted by last modified time

/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx1082 SfxItemPool* pNewPool = rNewSet.GetPool(); in ApplyAttributes() local
1084 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()
/trunk/main/editeng/source/editeng/
H A Deditobj.cxx595 SfxItemPool* pNewPool = EditEngine::CreatePool(); in ObjectInDestruction() local
599 pNewPool->SetDefaultMetric(pPool->GetMetric(DEF_METRIC)); in ObjectInDestruction()
608 ContentInfo* pNew = new ContentInfo(*pOrg, *pNewPool); in ObjectInDestruction()
614 pPool = pNewPool; in ObjectInDestruction()
/trunk/main/svx/source/sdr/properties/
H A Dattributeproperties.cxx345 SfxStyleSheetBasePool* pNewPool = pNewModel->GetStyleSheetPool(); in SetModel() local
348 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()
/trunk/main/sfx2/source/dialog/
H A Dtempldlg.cxx1572 SfxStyleSheetBasePool* pNewPool = NULL; in Update_Impl() local
1576 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()
/trunk/main/sfx2/source/control/
H A Drequest.cxx100 void SetPool( SfxItemPool *pNewPool );
117 void SfxRequest_Impl::SetPool( SfxItemPool *pNewPool ) in SetPool() argument
119 if ( pNewPool != pPool ) in SetPool()
123 pPool = pNewPool; in SetPool()
124 if ( pNewPool ) in SetPool()
125 StartListening( pNewPool->BC() ); in SetPool()
/trunk/main/sfx2/inc/sfx2/
H A Dshell.hxx213 inline void SetPool( SfxItemPool *pNewPool ) ;
304 SfxItemPool* pNewPool // Pointer auf den neuen Pool oder 0 in SetPool() argument
318 pPool = pNewPool; in SetPool()
/trunk/main/editeng/inc/editeng/
H A Dsvxrtf.hxx388 void SetAttrPool( SfxItemPool* pNewPool ) { pAttrPool = pNewPool; } in SetAttrPool() argument

Completed in 79 milliseconds