Searched refs:pReplacement (Results 1 – 5 of 5) sorted by relevance
445 …::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()
1571 const SdrObject* pReplacement = pCustomShape->GetSdrObjectFromCustomShape(); in ImpDismantleOneObject() local1573 if(pReplacement) in ImpDismantleOneObject()1575 SdrObject* pCandidate = pReplacement->Clone(); in ImpDismantleOneObject()1581 if(pReplacement->ISA(SdrObjGroup)) in ImpDismantleOneObject()
1253 const sal_Unicode* pReplacement = aReplacement.getStr(); in lcl_createTargetLibName() local1256 … if ( !::comphelper::OStorageHelper::IsValidZipEntryFileName( pReplacement + i, 1, sal_False ) ) in lcl_createTargetLibName()
3393 ::accessibility::AccessibleShape* pReplacement = in ReplaceChild()3397 uno::Reference < XAccessible > xAcc( pReplacement ); in ReplaceChild()3400 pReplacement->Init(); in ReplaceChild()
2353 const ::uno::Any* pReplacement; in attachToRange() local2354 if( pProps->GetProperty(FN_UNO_REPLACEMENT_GRAPHIC, 0, pReplacement) ) in attachToRange()2355 setPropertyValue(C2U(SW_PROP_NAME_STR(UNO_NAME_GRAPHIC)), *pReplacement); in attachToRange()
Completed in 140 milliseconds