Searched refs:aOLEObj (Results 1 – 4 of 4) sorted by relevance
250 aOLEObj( xObj ), in SwOLENode()255 aOLEObj.SetNode( this ); in SwOLENode()264 aOLEObj( rString, nAspect ), in SwOLENode()269 aOLEObj.SetNode( this ); in SwOLENode()302 if ( aOLEObj.xOLERef.is() ) in RestorePersistentData()341 if( aOLEObj.xOLERef.is() ) in SavePersistentData()388 aOLEObj.xOLERef.AssignToContainer( 0, aOLEObj.aName ); in SavePersistentData()533 if( aOLEObj.xOLERef.is() ) in IsOLEObjectDeleted()549 if ( aOLEObj.xOLERef.is() ) in GetNewReplacement()563 if ( !aOLEObj.xOLERef.is() ) in UpdateLinkURL_Impl()[all …]
82 mutable SwOLEObj aOLEObj; member in SwOLENode109 const SwOLEObj& GetOLEObj() const { return aOLEObj; } in GetOLEObj()110 SwOLEObj& GetOLEObj() { return aOLEObj; } in GetOLEObj()133 sal_Int64 GetAspect() const { return aOLEObj.GetObject().GetViewAspect(); } in GetAspect()134 void SetAspect( sal_Int64 nAspect) { aOLEObj.GetObject().SetViewAspect( nAspect ); } in SetAspect()138 String GetDescription() const { return aOLEObj.GetDescription(); } in GetDescription()
248 sw::hack::DrawingOLEAdaptor aOLEObj(rObject, *pPersist); in InsertOle() local250 bool bSuccess = aOLEObj.TransferToDoc(sNewName); in InsertOle()
1311 SwOLEObj& aOLEObj = pOLENd->GetOLEObj(); in BeginBlockStructureElements() local1312 uno::Reference< embed::XEmbeddedObject > aRef = aOLEObj.GetOleRef(); in BeginBlockStructureElements()
Completed in 77 milliseconds