Home
last modified time | relevance | path

Searched refs:pClone (Results 26 – 37 of 37) sorted by relevance

12

/trunk/main/vcl/aqua/source/gdi/
H A Datsfonts.cxx92 AtsFontData* pClone = new AtsFontData(*this); in Clone() local
93 return pClone; in Clone()
/trunk/main/svl/source/items/
H A Dpoolio.cxx260 SfxPoolItem *pClone = pItem->Create(rStream, nItemVersion ); in Store() local
263 SFX_ASSERT( *pClone == *pItem, nWh, "unequal after store/create" ); in Store()
264 delete pClone; in Store()
/trunk/main/svx/source/inc/
H A Dclonelist.hxx44 void AddPair(const SdrObject* pOriginal, SdrObject* pClone);
/trunk/main/vcl/os2/source/gdi/
H A Dos2layout.cxx1046 ImplFontData* pClone = new ImplOs2FontData( *this ); local
1047 return pClone;
/trunk/main/reportdesign/source/ui/misc/
H A DUITools.cxx280 ::std::auto_ptr<SfxPoolItem> pClone(pItem->Clone()); in lcl_fillShapeToItems()
281 pClone->PutValue(_xShape->getPropertyValue(aIt->sName), aIt->nMemberId); in lcl_fillShapeToItems()
282 _rItemSet.Put(*pClone, aIt->nWID); in lcl_fillShapeToItems()
/trunk/main/forms/source/inc/
H A DFormComponent.hxx592 classname* pClone = new classname( this, getContext().getLegacyServiceFactory() ); \
593 pClone->clonedFrom( this ); \
594 return pClone; \
/trunk/main/vcl/source/gdi/
H A Dpdfextoutdevdata.cxx825 ::boost::shared_ptr< PDFWriter::AnyWidget > pClone( rControlType.Clone() ); in CreateControl()
826 mpPageSyncData->mControls.push_back( pClone ); in CreateControl()
/trunk/main/toolkit/source/controls/
H A Dcontrolmodelcontainerbase.cxx322 ControlModelContainerBase* pClone = new ControlModelContainerBase( *this ); in Clone() local
323 Clone_Impl(*pClone); in Clone()
325 return pClone; in Clone()
H A Dunocontrolmodel.cxx511 UnoControlModel* pClone = Clone(); in IMPLEMENT_FORWARD_REFCOUNT() local
512 uno::Reference< util::XCloneable > xClone( (::cppu::OWeakObject*) pClone, uno::UNO_QUERY ); in IMPLEMENT_FORWARD_REFCOUNT()
/trunk/main/cui/source/options/
H A Dtreeopt.cxx1578 SfxPoolItem* pClone; in CreateItemSet() local
1593 pClone = pItem->Clone(); in CreateItemSet()
1594 pRet->Put(*pClone); in CreateItemSet()
1595 delete pClone; in CreateItemSet()
/trunk/main/forms/source/component/
H A DDatabaseForm.cxx1489 ODatabaseForm* pClone = new ODatabaseForm( *this ); in createClone() local
1490 osl_incrementInterlockedCount( &pClone->m_refCount ); in createClone()
1491 pClone->clonedFrom( *this ); in createClone()
1492 osl_decrementInterlockedCount( &pClone->m_refCount ); in createClone()
1493 return pClone; in createClone()
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx3184 ImplFontData* pClone = new ImplWinFontData( *this ); local
3185 return pClone;

Completed in 153 milliseconds

12