/aoo4110/main/toolkit/test/accessibility/ |
H A D | InformationWriter.java | 95 XPropertySet.class, xObject); in printProperty() 148 public void showServices (XInterface xObject) in showServices() argument 155 xObject in showServices() 177 public void showInfo (XInterface xObject) in showInfo() argument 184 XServiceName.class, xObject); in showInfo() 195 XServiceInfo.class, xObject); in showInfo() 215 public void showInterfaces (XInterface xObject) in showInterfaces() argument 223 XTypeProvider.class, xObject); in showInterfaces() 264 XAccessible.class, xObject); in showAccessibility() 421 public void showProperties (XInterface xObject) in showProperties() argument [all …]
|
/aoo4110/main/accessibility/workben/org/openoffice/accessibility/misc/ |
H A D | InformationWriter.java | 99 XPropertySet.class, xObject); in printProperty() 152 public void showServices (XInterface xObject) in showServices() argument 159 xObject in showServices() 181 public void showInfo (XInterface xObject) in showInfo() argument 188 XServiceName.class, xObject); in showInfo() 199 XServiceInfo.class, xObject); in showInfo() 219 public void showInterfaces (XInterface xObject) in showInterfaces() argument 227 XTypeProvider.class, xObject); in showInterfaces() 268 XAccessible.class, xObject); in showAccessibility() 425 public void showProperties (XInterface xObject) in showProperties() argument [all …]
|
H A D | SimpleOffice.java | 230 static public XAccessible GetAccessibleObject (XInterface xObject) in GetAccessibleObject() argument 236 XAccessible.class, xObject); in GetAccessibleObject() 247 static public XAccessibleContext GetAccessibleContext (XInterface xObject) in GetAccessibleContext() argument 249 XAccessible xAccessible = GetAccessibleObject (xObject); in GetAccessibleContext()
|
/aoo4110/main/chart2/source/inc/ |
H A D | EventListenerHelper.hxx | 50 void operator() ( const InterfaceRef & xObject ) in operator ()() 53 xBroadcaster( xObject, ::com::sun::star::uno::UNO_QUERY ); in operator ()() 69 void operator() ( const InterfaceRef & xObject ) in operator ()() 72 xBroadcaster( xObject, ::com::sun::star::uno::UNO_QUERY ); in operator ()() 124 const InterfaceRef & xObject, in addListener() argument 131 aFunctor( xObject ); in addListener() 170 const InterfaceRef & xObject, in removeListener() argument 177 aFunctor( xObject ); in removeListener()
|
H A D | ModifyListenerHelper.hxx | 134 void operator() ( const InterfaceRef & xObject ) in operator ()() 137 xBroadcaster( xObject, ::com::sun::star::uno::UNO_QUERY ); in operator ()() 153 void operator() ( const InterfaceRef & xObject ) in operator ()() 156 xBroadcaster( xObject, ::com::sun::star::uno::UNO_QUERY ); in operator ()() 209 const InterfaceRef & xObject, in addListener() argument 216 aFunctor( xObject ); in addListener() 255 const InterfaceRef & xObject, in removeListener() argument 262 aFunctor( xObject ); in removeListener()
|
/aoo4110/main/eventattacher/source/ |
H A D | eventattacher.cxx | 229 …irtual Reference< XEventListener > SAL_CALL attachListener(const Reference< XInterface >& xObject, 233 …rence< XEventListener > SAL_CALL attachSingleEventListener(const Reference< XInterface >& xObject, 238 virtual void SAL_CALL removeListener(const Reference< XInterface >& xObject, 564 const Reference< XInterface >& xObject, in attachListener() 572 if( !xObject.is() || !AllListener.is() ) in attachListener() 599 Any aObjAny( &xObject, ::getCppuType( (const Reference< XInterface > *)0) ); in attachListener() 706 const Reference< XInterface >& xObject, in attachSingleEventListener() 718 return attachListener( xObject, aFilterListener, Helper, ListenerType, AddListenerParam); in attachSingleEventListener() 724 const Reference< XInterface >& xObject, in removeListener() 731 if( !xObject.is() || !aToRemoveListener.is() ) in removeListener() [all …]
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdoole2.cxx | 373 uno::Reference< embed::XEmbeddedObject > xObject = mpObj->GetObjRef(); in canInplaceActivate() local 374 if ( !xObject.is() ) in canInplaceActivate() 416 xObject->changeState( embed::EmbedStates::INPLACE_ACTIVE ); in activatingUI() 422 xObject->changeState( embed::EmbedStates::LOADED ); in activatingUI() 424 xObject->changeState( embed::EmbedStates::RUNNING ); in activatingUI() 650 uno::Reference< embed::XEmbeddedObject > xObject = pObj->GetObjRef(); in DataChanged() local 651 OSL_ENSURE( xObject.is(), "The object must exist always!\n" ); in DataChanged() 652 if ( xObject.is() ) in DataChanged() 659 sal_Int32 nState = xObject->getCurrentState(); in DataChanged() 663 xObject->changeState( embed::EmbedStates::LOADED ); in DataChanged() [all …]
|
/aoo4110/main/forms/source/misc/ |
H A D | InterfaceContainer.cxx | 516 …Reference< XPersistObject > xObject( _rxORB->createInstance( FRM_COMPONENT_HIDDENCONTROL ), UNO_QU… in lcl_createPlaceHolder() local 517 …DBG_ASSERT( xObject.is(), "lcl_createPlaceHolder: could not create a substitute for the unknown ob… in lcl_createPlaceHolder() 518 if ( xObject.is() ) in lcl_createPlaceHolder() 521 Reference< XPropertySet > xObjProps( xObject, UNO_QUERY ); in lcl_createPlaceHolder() 522 if ( xObject.is() ) in lcl_createPlaceHolder() 534 return xObject; in lcl_createPlaceHolder() 1256 void SAL_CALL OInterfaceContainer::attach( sal_Int32 nIndex, const Reference< XInterface >& xObject… in attach() argument 1259 m_xEventAttacher->attach( nIndex, xObject, aHelper ); in attach() 1263 void SAL_CALL OInterfaceContainer::detach( sal_Int32 nIndex, const Reference< XInterface >& xObject… in detach() argument 1266 m_xEventAttacher->detach( nIndex, xObject ); in detach()
|
/aoo4110/main/comphelper/source/eventattachermgr/ |
H A D | eventattachermgr.cxx | 159 virtual void SAL_CALL detach(sal_Int32 nIndex, const Reference< XInterface >& xObject) 733 …AttacherManager::attach(sal_Int32 nIndex, const Reference< XInterface >& xObject, const Any & Help… in attach() argument 737 if( nIndex < 0 || !xObject.is() ) in attach() 746 attach( nIndex, xObject, Helper ); in attach() 756 aTmp.xTarget = xObject; in attach() 815 …SAL_CALL ImplEventAttacherManager::detach(sal_Int32 nIndex, const Reference< XInterface >& xObject) in detach() argument 820 …ic_cast< ::std::deque< AttacherIndex_Impl >::size_type>(nIndex) >= aIndex.size() || !xObject.is() ) in detach() 828 if( (*aObjIt).xTarget == xObject ) in detach()
|
/aoo4110/main/vbahelper/inc/vbahelper/ |
H A D | weakreference.hxx | 73 ::rtl::Reference< ObjectType > xObject; in operator ::rtl::Reference<ObjectType>() 75 xObject = mpObject; in operator ::rtl::Reference<ObjectType>() 78 return xObject; in operator ::rtl::Reference<ObjectType>()
|
/aoo4110/main/accessibility/workben/org/openoffice/accessibility/awb/view/ |
H A D | EditableTextView.java | 83 public void SetObject (XAccessibleContext xObject) in SetObject() argument 86 XAccessibleEditableText.class, xObject); in SetObject() 87 super.SetObject (xObject); in SetObject()
|
H A D | FocusView.java | 89 public void SetObject (XAccessibleContext xObject) in SetObject() argument 92 XAccessibleComponent.class, xObject); in SetObject() 93 super.SetObject (xObject); in SetObject()
|
H A D | TextView.java | 131 public void SetObject (XAccessibleContext xObject) in SetObject() argument 134 XAccessibleText.class, xObject); in SetObject() 137 super.SetObject (xObject); in SetObject()
|
/aoo4110/main/toolkit/test/accessibility/ov/ |
H A D | FocusView.java | 85 public void SetObject (XAccessibleContext xObject) in SetObject() argument 88 XAccessibleComponent.class, xObject); in SetObject() 89 super.SetObject (xObject); in SetObject()
|
H A D | TextView.java | 97 public void SetObject (XAccessibleContext xObject) in SetObject() argument 100 XAccessibleText.class, xObject); in SetObject() 101 super.SetObject (xObject); in SetObject()
|
/aoo4110/main/connectivity/source/drivers/mysql/ |
H A D | YViews.cxx | 107 Reference< XInterface > xObject( getObject( _nPos ) ); in dropObject() local 108 sal_Bool bIsNew = connectivity::sdbcx::ODescriptor::isNew( xObject ); in dropObject() 113 Reference<XPropertySet> xProp(xObject,UNO_QUERY); in dropObject()
|
H A D | YTables.cxx | 145 Reference< XInterface > xObject( getObject( _nPos ) ); in dropObject() local 146 sal_Bool bIsNew = connectivity::sdbcx::ODescriptor::isNew( xObject ); in dropObject() 157 Reference<XPropertySet> xProp(xObject,UNO_QUERY); in dropObject()
|
/aoo4110/main/connectivity/source/drivers/hsqldb/ |
H A D | HViews.cxx | 113 Reference< XInterface > xObject( getObject( _nPos ) ); in dropObject() local 114 sal_Bool bIsNew = connectivity::sdbcx::ODescriptor::isNew( xObject ); in dropObject() 119 Reference<XPropertySet> xProp(xObject,UNO_QUERY); in dropObject()
|
H A D | HTables.cxx | 128 Reference< XInterface > xObject( getObject( _nPos ) ); in dropObject() local 129 sal_Bool bIsNew = connectivity::sdbcx::ODescriptor::isNew( xObject ); in dropObject() 140 Reference<XPropertySet> xProp(xObject,UNO_QUERY); in dropObject()
|
/aoo4110/main/sw/source/core/ole/ |
H A D | ndole.cxx | 204 uno::Reference< embed::XEmbeddedObject > xObject = pOleNode->GetOLEObj().GetOleRef(); in DataChanged() local 205 OSL_ENSURE( xObject.is(), "The object must exist always!\n" ); in DataChanged() 206 if ( xObject.is() ) in DataChanged() 213 sal_Int32 nState = xObject->getCurrentState(); in DataChanged() 217 xObject->changeState( embed::EmbedStates::LOADED ); in DataChanged() 218 xObject->changeState( nState ); in DataChanged()
|
/aoo4110/main/xmloff/source/chart/ |
H A D | MultiPropertySetHandler.hxx | 139 ::com::sun::star::uno::XInterface> xObject); 196 ::com::sun::star::uno::XInterface> xObject) in MultiPropertySetHandler() 197 : mxObject (xObject) in MultiPropertySetHandler()
|
/aoo4110/main/sfx2/inc/sfx2/ |
H A D | ipclient.hxx | 88 …* pDoc, const com::sun::star::uno::Reference < com::sun::star::embed::XEmbeddedObject >& xObject ); 89 …* pDoc, const com::sun::star::uno::Reference < com::sun::star::embed::XEmbeddedObject >& xObject );
|
/aoo4110/main/reportdesign/source/ui/inc/ |
H A D | UITools.hxx | 64 …::com::sun::star::uno::Reference< T > xObject(_xCollection->getByIndex(i),::com::sun::star::uno::U… in getPositionInIndexAccess() 65 if ( xObject == _xSearch ) in getPositionInIndexAccess()
|
/aoo4110/main/chart2/source/tools/ |
H A D | ObjectIdentifier.cxx | 340 const Reference< uno::XInterface >& xObject in createClassifiedIdentifierForObject() 355 Reference< XTitle > xTitle( xObject, uno::UNO_QUERY ); in createClassifiedIdentifierForObject() 371 Reference< XAxis > xAxis( xObject, uno::UNO_QUERY ); in createClassifiedIdentifierForObject() 384 Reference< XLegend > xLegend( xObject, uno::UNO_QUERY ); in createClassifiedIdentifierForObject() 391 Reference< XDiagram > xDiagram( xObject, uno::UNO_QUERY ); in createClassifiedIdentifierForObject()
|
/aoo4110/main/sw/inc/ |
H A D | frmfmt.hxx | 142 ::com::sun::star::uno::XInterface> const& xObject) in SetXObject() 143 { m_wXObject = xObject; } in SetXObject()
|