Home
last modified time | relevance | path

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

/trunk/main/vbahelper/inc/vbahelper/
H A Dweakreference.hxx50 inline explicit WeakReference() SAL_THROW( () ) : mpObject( 0 ) {}
55 mxWeakRef( rxObject.get() ), mpObject( rxObject.get() ) {}
62 mpObject = rxObject.get(); in operator =()
75 xObject = mpObject; in operator ::rtl::Reference<ObjectType>()
77 mpObject = 0; in operator ::rtl::Reference<ObjectType>()
83 ObjectType* mpObject; member in vbahelper::WeakReference
/trunk/main/svx/source/unodraw/
H A Dunoshtxt.cxx98 SdrObject* mpObject; member in SvxTextEditSourceImpl
178 mpObject ( pObject ), in SvxTextEditSourceImpl()
208 if( mpObject ) in SvxTextEditSourceImpl()
216 mpObject ( &rObject ), in SvxTextEditSourceImpl()
245 if( mpObject ) in SvxTextEditSourceImpl()
257 if( mpObject ) in ~SvxTextEditSourceImpl()
399 if (mpObject && mpText) in Notify()
475 mpObject = 0; in ObjectInDestruction()
520 if( mpObject ) in dispose()
523 mpObject = 0; in dispose()
[all …]
H A Dgluepts.cxx48 SdrObjectWeakRef mpObject; member in SvxUnoGluePointAccess
213 : mpObject( pObject ) in SvxUnoGluePointAccess()
224 if( mpObject.is() ) in insert()
283 if( mpObject.is() && mpObject->IsNode() ) in replaceByIdentifer()
317 if( mpObject.is() && mpObject->IsNode() ) in getByIdentifier()
357 if( mpObject.is() ) in getIdentifiers()
389 if( mpObject.is() ) in insertByIndex()
419 if( mpObject.is() ) in removeByIndex()
473 if( mpObject.is() ) in getCount()
493 if( Index >= 0 && mpObject.is() && mpObject->IsNode() ) in getByIndex()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdviter.cxx53 mpObject = 0L; in SdrViewIter()
63 mpObject = 0L; in SdrViewIter()
72 mpObject = pObject; in SdrViewIter()
97 if(mpObject) in ImpCheckPageView()
102 mpObject->getMergedHierarchyLayerSet(aObjLay); in ImpCheckPageView()
113 if(!mbNoMasterPage && bMaster && (!mpObject || !mpObject->IsNotVisibleAsMaster())) in ImpCheckPageView()
122 if(mpObject) in ImpCheckPageView()
127 mpObject->getMergedHierarchyLayerSet(aObjLay); in ImpCheckPageView()
/trunk/main/svx/source/engine3d/
H A Dhelperhittest3d.cxx46 const E3dCompoundObject* mpObject; member in ImplPairDephAndObject
51 : mpObject(pObject), in ImplPairDephAndObject()
62 const E3dCompoundObject* getObject() const { return mpObject; } in getObject()
/trunk/main/svx/inc/svx/
H A Dsvdviter.hxx48 const SdrObject* mpObject; member in SdrViewIter
/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx1340 SbxObjectRef mpObject; member
1361 mpObject = NULL; in clearWatchItem()
1826 SbxObject* pObj = pItem->mpObject; in RequestingChilds()
1923 SbxObject* pObj = pParentItem->mpObject; in ImplGetSBXForEntry()
1971 if( !pItem->mpObject && (pItem->mpArray == NULL || pItem->nDimLevel == pItem->nDimCount) ) in EditingEntry()
2254 if( pItem->mpObject != NULL && pItem->maMemberList.mpMemberNames != NULL ) in UpdateWatches()
2272 pItem->mpObject = pObj; in UpdateWatches()
2279 if( pItem->mpObject != NULL ) in UpdateWatches()
2290 if( pItem->mpObject != NULL ) in UpdateWatches()
2322 if( pItem->mpObject || pItem->mpArray ) in UpdateWatches()
[all …]

Completed in 45 milliseconds