Searched refs:xObjRef (Results 1 – 11 of 11) sorted by relevance
/aoo4110/main/svx/source/svdraw/ |
H A D | svdoole2.cxx | 850 if( xObjRef.is() && xObjRef.IsChart() ) in GetStyleString() 1134 if ( xObjRef.is() ) in Connect_Impl() 1156 if ( xObjRef.is() ) in Connect_Impl() 1218 if( xObjRef.is() && xObjRef->getCurrentState() != embed::EmbedStates::LOADED ) in AddListeners_Impl() 1578 xObjRef.Clear(); in SetObjRef() 1586 if ( xObjRef.is() ) in SetObjRef() 1803 if ( xObjRef.is() ) in ImpSetVisAreaSize() 1985 if ( xObjRef.is() ) in GetGraphic() 1992 if ( xObjRef.is() ) in GetNewReplacement() 2081 if( xObjRef.is() ) in Unload() [all …]
|
H A D | charthelper.cxx | 46 bool ChartHelper::IsChart(const svt::EmbeddedObjectRef& xObjRef) in IsChart() argument 48 if(!xObjRef.is()) in IsChart() 53 const SvGlobalName aObjClsId(xObjRef->getClassID()); in IsChart()
|
/aoo4110/main/svx/source/sdr/contact/ |
H A D | viewobjectcontactofsdrole2obj.cxx | 66 const svt::EmbeddedObjectRef& xObjRef = rSdrOle2.getEmbeddedObjectRef(); in createPrimitive2DSequence() local 67 if ( xObjRef.is() ) in createPrimitive2DSequence() 68 nState = xObjRef->getCurrentState(); in createPrimitive2DSequence() 95 const svt::EmbeddedObjectRef& xObjRef = rSdrOle2.getEmbeddedObjectRef(); in createPrimitive2DSequence() local 96 if(xObjRef.is()) in createPrimitive2DSequence() 98 const sal_Int64 nMiscStatus(xObjRef->getStatus(rSdrOle2.GetAspect())); in createPrimitive2DSequence()
|
/aoo4110/main/svx/inc/svx/ |
H A D | svdoole2.hxx | 65 svt::EmbeddedObjectRef xObjRef; member in SdrOle2Obj 97 const svt::EmbeddedObjectRef& getEmbeddedObjectRef() const { return xObjRef; } in getEmbeddedObjectRef() 99 sal_Int64 GetAspect() const { return xObjRef.GetViewAspect(); } in GetAspect()
|
H A D | charthelper.hxx | 43 static bool IsChart(const svt::EmbeddedObjectRef& xObjRef);
|
/aoo4110/main/svx/source/table/ |
H A D | tableundo.cxx | 47 CellUndo::CellUndo( const SdrObjectWeakRef& xObjRef, const CellRef& xCell ) in CellUndo() argument 49 , mxObjRef( xObjRef ) in CellUndo()
|
H A D | tableundo.hxx | 49 CellUndo( const SdrObjectWeakRef& xObjRef, const CellRef& xCell );
|
/aoo4110/main/sw/source/ui/app/ |
H A D | docsh2.cxx | 1859 SfxInPlaceClient* SwDocShell::GetIPClient( const ::svt::EmbeddedObjectRef& xObjRef ) in GetIPClient() argument 1866 …pResult = pShell->GetView().FindIPClient( xObjRef.GetObject(), (Window*)&pShell->GetView().GetEdit… in GetIPClient() 1868 … pResult = new SwOleClient( &pShell->GetView(), &pShell->GetView().GetEditWin(), xObjRef ); in GetIPClient()
|
/aoo4110/main/sw/source/ui/dochdl/ |
H A D | swdtflvr.cxx | 1852 svt::EmbeddedObjectRef xObjRef( xObj, aObjDesc.mnViewAspect ); in _PasteOLE() local 1875 xObjRef.SetGraphic( aGraphic, aDataFlavor.MimeType ); in _PasteOLE() 1886 xObjRef.SetGraphic( aGraphic, aMimeType ); in _PasteOLE() 1899 aSize = xObjRef.GetSize( &aMapMode ); in _PasteOLE() 1939 rSh.InsertOleObject( xObjRef ); in _PasteOLE()
|
/aoo4110/main/sw/inc/ |
H A D | docsh.hxx | 315 SfxInPlaceClient* GetIPClient( const ::svt::EmbeddedObjectRef& xObjRef );
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unoframe.cxx | 2324 ::svt::EmbeddedObjectRef xObjRef( xIPObj, nAspect ); in attachToRange() 2325 pFmt2 = pDoc->Insert(aPam, xObjRef, &aFrmSet, NULL, NULL ); in attachToRange()
|
Completed in 93 milliseconds