Home
last modified time | relevance | path

Searched refs:xObject (Results 1 – 25 of 54) sorted by path

123

/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DEditableTextView.java83 public void SetObject (XAccessibleContext xObject) in SetObject() argument
86 XAccessibleEditableText.class, xObject); in SetObject()
87 super.SetObject (xObject); in SetObject()
H A DFocusView.java89 public void SetObject (XAccessibleContext xObject) in SetObject() argument
92 XAccessibleComponent.class, xObject); in SetObject()
93 super.SetObject (xObject); in SetObject()
H A DTextView.java131 public void SetObject (XAccessibleContext xObject) in SetObject() argument
134 XAccessibleText.class, xObject); in SetObject()
137 super.SetObject (xObject); in SetObject()
/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/
H A DInformationWriter.java99 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 DSimpleOffice.java230 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()
/trunk/main/chart2/source/inc/
H A DEventListenerHelper.hxx50 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 DModifyListenerHelper.hxx134 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()
H A DObjectIdentifier.hxx114 ::com::sun::star::uno::XInterface >& xObject
/trunk/main/chart2/source/tools/
H A DObjectIdentifier.cxx340 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()
/trunk/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx159 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()
/trunk/main/connectivity/source/drivers/adabas/
H A DBTables.cxx162 Reference< XInterface > xObject( getObject( _nPos ) ); in dropObject() local
163 sal_Bool bIsNew = connectivity::sdbcx::ODescriptor::isNew( xObject ); in dropObject()
176 Reference<XPropertySet> xProp(xObject,UNO_QUERY); in dropObject()
H A DBViews.cxx129 Reference< XInterface > xObject( getObject( _nPos ) ); in dropObject() local
130 sal_Bool bIsNew = connectivity::sdbcx::ODescriptor::isNew( xObject ); in dropObject()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHTables.cxx128 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()
H A DHViews.cxx113 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()
/trunk/main/connectivity/source/drivers/mysql/
H A DYTables.cxx145 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()
H A DYViews.cxx107 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()
/trunk/main/cppuhelper/test/loader/
H A Dloader.test.cxx95 uno::Reference<uno::XInterface> xObject( in s_test__cppu_loadSharedLibComponentFactory() local
/trunk/main/dbaccess/source/core/api/
H A Dquerycontainer.cxx397 Reference< XContent > xObject(m_xCommandDefinitions->getByName(_rName),UNO_QUERY); in implCreateWrapper() local
398 return implCreateWrapper(xObject); in implCreateWrapper()
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx2712 Reference<XInterface> xObject; in implSelect() local
2713 if(xNameAccess->getByName(sSimpleName) >>= xObject) // remember the table or query object in implSelect()
2715 pData->xObjectProperties = pData->xObjectProperties.query( xObject ); in implSelect()
2717 if ( nCommandType == CommandType::QUERY && xObject.is() ) in implSelect()
2719 Reference<XPropertySet> xObjectProps(xObject,UNO_QUERY); in implSelect()
/trunk/main/desktop/source/deployment/registry/component/
H A Ddp_component.cxx289 OUString const & id, Reference<XInterface> const & xObject );
1345 OUString const & id, Reference<XInterface> const & xObject ) in insertObject() argument
1350 id, xObject ) ) ); in insertObject()
/trunk/main/eventattacher/source/
H A Deventattacher.cxx229 …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 …]
/trunk/main/extensions/source/bibliography/
H A Ddatman.cxx1418 …Reference< XInterface > xObject = xMgr->createInstance(C2U("com.sun.star.form.component.GridContr… in createGridModel() local
1419 xModel=Reference< awt::XControlModel > ( xObject, UNO_QUERY ); in createGridModel()
1524 Reference< XInterface > xObject = xMgr->createInstance(aInstanceName); in loadControlModel() local
1525 xModel=Reference< awt::XControlModel > ( xObject, UNO_QUERY ); in loadControlModel()
/trunk/main/forms/source/inc/
H A DInterfaceContainer.hxx183 …t ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& xObject, const ::com::sun…
184 …t ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& xObject ) throw(::com::su…
/trunk/main/forms/source/misc/
H A DInterfaceContainer.cxx516 …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()
/trunk/main/odk/examples/java/Text/
H A DBookmarkInsertion.java110 Object xObject = xDocMSF.createInstance("com.sun.star.text.Bookmark"); in InsertBookmark() local
116 com.sun.star.container.XNamed.class, xObject); in InsertBookmark()

Completed in 142 milliseconds

123