Home
last modified time | relevance | path

Searched refs:pReplacement (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocument.cxx445 …::accessibility::AccessibleShape* pReplacement = ::accessibility::ShapeTypeHandler::Instance().Cre… in ReplaceChild()
449 …:Reference< ::com::sun::star::accessibility::XAccessible > xNewChild( pReplacement ); // keep this… in ReplaceChild()
450 if ( pReplacement ) in ReplaceChild()
451 pReplacement->Init(); in ReplaceChild()
454 if (pCurrentChild && pReplacement) in ReplaceChild()
456 …DBG_ASSERT(pCurrentChild->GetXShape().get() == pReplacement->GetXShape().get(), "XShape changes an… in ReplaceChild()
473 (*aItr)->pAccShape = pReplacement; in ReplaceChild()
477 aEvent.NewValue <<= uno::makeAny(uno::Reference<XAccessible>(pReplacement)); in ReplaceChild()
/trunk/main/svx/source/svdraw/
H A Dsvdedtv2.cxx1577 const SdrObject* pReplacement = pCustomShape->GetSdrObjectFromCustomShape(); in ImpDismantleOneObject() local
1579 if(pReplacement) in ImpDismantleOneObject()
1581 SdrObject* pCandidate = pReplacement->Clone(); in ImpDismantleOneObject()
1587 if(pReplacement->ISA(SdrObjGroup)) in ImpDismantleOneObject()
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmigrationengine.cxx1253 const sal_Unicode* pReplacement = aReplacement.getStr(); in lcl_createTargetLibName() local
1256 … if ( !::comphelper::OStorageHelper::IsValidZipEntryFileName( pReplacement + i, 1, sal_False ) ) in lcl_createTargetLibName()
/trunk/main/sw/source/core/access/
H A Daccmap.cxx3384 ::accessibility::AccessibleShape* pReplacement = in ReplaceChild()
3388 uno::Reference < XAccessible > xAcc( pReplacement ); in ReplaceChild()
3391 pReplacement->Init(); in ReplaceChild()
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx2996 const ::uno::Any* pReplacement; in attachToRange() local
2997 if( pProps->GetProperty(FN_UNO_REPLACEMENT_GRAPHIC, 0, pReplacement) ) in attachToRange()
2998 setPropertyValue(C2U(SW_PROP_NAME_STR(UNO_NAME_GRAPHIC)), *pReplacement); in attachToRange()

Completed in 76 milliseconds