Home
last modified time | relevance | path

Searched refs:xObj (Results 51 – 75 of 162) sorted by relevance

1234567

/trunk/main/svtools/inc/svtools/
H A Dembedtransfer.hxx48 …erHelper( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XEmbeddedObject >& xObj,
54 … const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XEmbeddedObject >& xObj,
H A Dembedhlp.hxx86 … void Assign( const NS_UNO::Reference < NS_EMBED::XEmbeddedObject >& xObj, sal_Int64 nAspect );
89 …EmbeddedObjectRef( const NS_UNO::Reference < NS_EMBED::XEmbeddedObject >& xObj, sal_Int64 nAspect …
/trunk/main/svx/source/form/
H A Dfmundo.cxx1002 ,xObj(evt.Source, UNO_QUERY) in FmUndoPropertyAction()
1021 if (xObj.is() && !rEnv.IsLocked()) in Undo()
1026 xObj->setPropertyValue( aPropertyName, aOldValue ); in Undo()
1042 if (xObj.is() && !rEnv.IsLocked()) in Redo()
1047 xObj->setPropertyValue( aPropertyName, aNewValue ); in Redo()
/trunk/main/stoc/source/corereflection/
H A Dcrefl.cxx455 Reference< XInterface > xObj; in mapToUno() local
456 if (extract( rObj, pTo, xObj, this )) in mapToUno()
457 return (uno_Interface *)getCpp2Uno().mapInterface( xObj.get(), pTo ); in mapToUno()
/trunk/main/sc/qa/complex/dataPilot/
H A D_XNamed.java71 public _XNamed(XNamed xObj/*, LogWriter log*/, TestParameters param) { in _XNamed() argument
72 oObj = xObj; in _XNamed()
H A D_XDataPilotTable.java78 public _XDataPilotTable(XDataPilotTable xObj/*, in _XDataPilotTable() argument
80 oObj = xObj; in _XDataPilotTable()
H A D_XDataPilotDescriptor.java87 public _XDataPilotDescriptor(XDataPilotDescriptor xObj/*, in _XDataPilotDescriptor() argument
89 oObj = xObj; in _XDataPilotDescriptor()
/trunk/main/sw/source/core/doc/
H A Ddocdesc.cxx779 svt::EmbeddedObjectRef& xObj = pOLENd->GetOLEObj().GetObject(); in PrtOLENotify() local
780 if ( xObj.is() ) in PrtOLENotify()
781 aName = SvGlobalName( xObj->getClassID() ); in PrtOLENotify()
801 if ( xObj.is() ) in PrtOLENotify()
/trunk/main/sw/source/core/draw/
H A Ddview.cxx971 … uno::Reference < embed::XEmbeddedObject > xObj = pNd->GetOLEObj().GetOleRef(); in CheckPossibilities() local
972 if ( xObj.is() ) in CheckPossibilities()
979 …bSzProtect |= ( embed::EmbedMisc::EMBED_NEVERRESIZE & xObj->getStatus( embed::Aspects::MSOLE_CONTE… in CheckPossibilities()
985 const bool bProtectMathPos = SotExchange::IsMath( xObj->getClassID() ) in CheckPossibilities()
/trunk/main/sd/source/ui/app/
H A Dsdxfer.cxx193 … uno::Reference < embed::XEmbeddedObject > xObj = static_cast< SdrOle2Obj* >( pObj )->GetObjRef(); in CreateObjectReplacement() local
194 uno::Reference < embed::XEmbedPersist > xPersist( xObj, uno::UNO_QUERY ); in CreateObjectReplacement()
195 if( xObj.is() && xPersist.is() && xPersist->hasEntry() ) in CreateObjectReplacement()
197 …mpOLEDataHelper = new TransferableDataHelper( new SvEmbedTransferHelper( xObj, static_cast< SdrOle… in CreateObjectReplacement()
/trunk/main/sc/source/filter/xcl97/
H A Dxcl97esc.cxx231 Reference < XClassifiedObject > xObj( ((SdrOle2Obj*)pObj)->GetObjRef(), UNO_QUERY ); in StartShape() local
232 if ( xObj.is() ) in StartShape()
234 SvGlobalName aObjClsId( xObj->getClassID() ); in StartShape()
/trunk/main/sfx2/source/statbar/
H A Dstbitem.cxx108 …::com::sun::star::uno::Reference < ::com::sun::star::lang::XUnoTunnel > xObj( xModel, uno::UNO_QUE… in SfxStatusBarControllerFactory()
110 if ( xObj.is() ) in SfxStatusBarControllerFactory()
112 sal_Int64 nHandle = xObj->getSomething( aSeq ); in SfxStatusBarControllerFactory()
/trunk/main/svl/source/numbers/
H A Dnumuno.cxx150 const uno::Reference<util::XNumberFormatsSupplier> xObj ) in getImplementation() argument
153 uno::Reference<lang::XUnoTunnel> xUT( xObj, uno::UNO_QUERY ); in getImplementation()
/trunk/main/reportdesign/source/ui/report/
H A Ddlgedfunc.cxx461 uno::Reference< embed::XEmbeddedObject > xObj = pObj->GetObjRef(); in deactivateOle() local
462 if ( xObj.is() && xObj->getCurrentState() == embed::EmbedStates::UI_ACTIVE ) in deactivateOle()
464 xObj->changeState( embed::EmbedStates::RUNNING ); in deactivateOle()
/trunk/main/sc/source/ui/view/
H A Ddrawview.cxx542 uno::Reference < embed::XEmbeddedObject > xObj = pOle2Obj->GetObjRef(); in MarkListHasChanged() local
543 DBG_ASSERT( xObj.is(), "SdrOle2Obj ohne ObjRef" ); in MarkListHasChanged()
544 if (xObj.is()) in MarkListHasChanged()
545 aVerbs = xObj->getSupportedVerbs(); in MarkListHasChanged()
/trunk/main/sc/source/ui/unoobj/
H A Dstyleuno.cxx936 uno::Reference< style::XStyle > xObj(GetObjectByIndex_Impl(nIndex)); in getByIndex() local
937 if (xObj.is()) in getByIndex()
938 return uno::makeAny(xObj); in getByIndex()
963 uno::Reference< style::XStyle > xObj( in getByName() local
965 if (xObj.is()) in getByName()
966 return uno::makeAny(xObj); in getByName()
1154 const uno::Reference<uno::XInterface> xObj ) in getImplementation() argument
1157 uno::Reference<lang::XUnoTunnel> xUT( xObj, uno::UNO_QUERY ); in getImplementation()
/trunk/main/sfx2/source/doc/
H A Downsubfilterservice.cxx119 …::com::sun::star::uno::Reference < ::com::sun::star::lang::XUnoTunnel > xObj( m_xModel, uno::UNO_Q… in initialize()
121 sal_Int64 nHandle = xObj->getSomething( aSeq ); in initialize()
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DControlAndSelectDemo.java95 Object xObj = xFactory.createInstance( in main() local
97 XShape xShape = (XShape)UnoRuntime.queryInterface( XShape.class, xObj ); in main()
/trunk/main/sd/source/core/
H A Dsdpage_animations.cxx143 Reference< XShape > xObj( pObj->getUnoShape(), UNO_QUERY ); in onEndTextEdit() local
144 getMainSequence()->onTextChanged( xObj ); in onEndTextEdit()
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleDrawDocumentView.cxx1037 uno::Reference<XAccessible> xObj = mpChildrenManager->GetChild(i); in GetSelAccContextInTable() local
1038 if ( xObj.is() ) in GetSelAccContextInTable()
1040 uno::Reference<XAccessibleContext> xObjContext( xObj, uno::UNO_QUERY ); in GetSelAccContextInTable()
1043 uno::Reference<XAccessibleSelection> xObjSelection( xObj, uno::UNO_QUERY ); in GetSelAccContextInTable()
/trunk/main/vcl/unx/gtk/a11y/
H A Datkhypertext.cxx84 uno::Reference< accessibility::XAccessible > xObj( aAny, uno::UNO_QUERY_THROW ); in hyper_link_get_object() local
85 return atk_object_wrapper_ref( xObj ); in hyper_link_get_object()
/trunk/main/svx/inc/svx/
H A Dsvdoole2.hxx162 …nningObj( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XEmbeddedObject >& xObj,
164 …m::sun::star::uno::Reference< ::com::sun::star::embed::XEmbeddedObject >& xObj, sal_Int64 nAspect …
/trunk/main/cui/source/inc/
H A Dinsdlg.hxx158 … const com::sun::star::uno::Reference < com::sun::star::embed::XEmbeddedObject >& xObj );
204 … const com::sun::star::uno::Reference < com::sun::star::embed::XEmbeddedObject >& xObj );
/trunk/main/sw/inc/
H A Dfesh.hxx410 virtual void MoveObjectIfActive( svt::EmbeddedObjectRef& xObj, const Point& rOffset );
417 virtual void CalcAndSetScale( svt::EmbeddedObjectRef& xObj,
562 …::sun::star::uno::Reference < ::com::sun::star::embed::XEmbeddedObject >& xObj, SwFlyFrm * pFly = …
/trunk/main/sw/source/ui/inc/
H A Dwrtsh.hxx340 sal_Bool InsertOleObject( const svt::EmbeddedObjectRef& xObj, SwFlyFrmFmt **pFlyFrmFmt = 0 );
343 virtual void MoveObjectIfActive( svt::EmbeddedObjectRef& xObj, const Point& rOffset );
344 virtual void CalcAndSetScale( svt::EmbeddedObjectRef& xObj,

Completed in 280 milliseconds

1234567