Home
last modified time | relevance | path

Searched refs:mxContext (Results 26 – 50 of 180) sorted by relevance

12345678

/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/
H A DTextActionDialog.java61 mxContext = xContext; in TextActionDialog()
90 XAccessibleText.class, mxContext); in Layout()
158 XAccessibleText.class, mxContext); in Action()
164 XAccessibleEditableText.class, mxContext); in Action()
199 private XAccessibleContext mxContext; field in TextActionDialog
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DSelectionView.java161 XAccessibleStateSet aStateSet = mxContext.getAccessibleStateSet(); in Update()
174 if (mxContext.getAccessibleRole() != AccessibleRole.TABLE) in Update()
176 int nCount = mxContext.getAccessibleChildCount(); in Update()
181 XAccessible xChild = mxContext.getAccessibleChild(i); in Update()
190 mxContext.getAccessibleStateSet(); in Update()
H A DContextView.java71 if (mxContext == null) in Update()
79 maNameLabel.setText (mxContext.getAccessibleName()); in Update()
80 maDescriptionLabel.setText (mxContext.getAccessibleDescription()); in Update()
81 maRoleLabel.setText (NameProvider.getRoleName (mxContext.getAccessibleRole())); in Update()
H A DEditableTextView.java105 TextDialogFactory.CreateCutDialog (mxContext); in actionPerformed()
107 TextDialogFactory.CreatePasteDialog (mxContext); in actionPerformed()
109 TextDialogFactory.CreateEditDialog (mxContext); in actionPerformed()
111 TextDialogFactory.CreateFormatDialog (mxContext); in actionPerformed()
H A DObjectViewContainer.java94 mxContext = null; in ObjectViewContainer()
115 mxContext = xContext; in SetObject()
280 mxContext = null; in disposing()
296 private XAccessibleContext mxContext; field in ObjectViewContainer
/trunk/main/vbahelper/source/vbahelper/
H A Dvbashapes.cxx104 …akeAny( uno::Reference< msforms::XShape >( new ScVbaShape( getParent(), mxContext, xShape, m_xShap… in createCollectionObject()
139 uno::Reference< script::XTypeConverter > xConverter = getTypeConverter(mxContext); in getShapesByArrayIndices()
204 return new ScVbaShapeRange( getParent(), mxContext, xShapes, m_xDrawPage, m_xModel ); in Range()
258 …ScVbaShape *pScVbaShape = new ScVbaShape( getParent(), mxContext, xShape, m_xShapes, m_xModel, ScV… in AddRectangle()
302 …ScVbaShape *pScVbaShape = new ScVbaShape( getParent(), mxContext, xShape, m_xShapes, m_xModel, ScV… in AddEllipse()
338 …ScVbaShape *pScVbaShape = new ScVbaShape( getParent(), mxContext, xShape, m_xShapes, m_xModel, ScV… in AddLine()
410 …ScVbaShape *pScVbaShape = new ScVbaShape( getParent(), mxContext, xShape, m_xShapes, m_xModel, ScV… in AddTextboxInWriter()
439 …ScVbaShape *pScVbaShape = new ScVbaShape( getParent(), mxContext, xShape, m_xShapes, m_xModel, ScV… in AddShape()
H A Dvbacommandbars.cxx82 m_pCBarHelper.reset( new VbaCommandBarHelper( mxContext, xModel ) ); in ScVbaCommandBars()
100 …return uno::Reference< container::XEnumeration >( new CommandBarEnumeration( this, mxContext, m_pC… in createEnumeration()
127 …aRet <<= uno::Reference< XCommandBar >( new VbaDummyCommandBar( this, mxContext, sBarName, office:… in createCollectionObject()
151 …aRet <<= uno::Reference< XCommandBar >( new ScVbaCommandBar( this, mxContext, m_pCBarHelper, xBarS… in createCollectionObject()
189 …uno::Reference< XCommandBar > xCBar( new ScVbaCommandBar( this, mxContext, m_pCBarHelper, xBarSett… in Add()
H A Dvbacommandbarcontrols.cxx133 …pNewCommandBarControl = new ScVbaCommandBarPopup( this, mxContext, m_xIndexAccess, pCBarHelper, m_… in createCollectionObject()
135 …pNewCommandBarControl = new ScVbaCommandBarButton( this, mxContext, m_xIndexAccess, pCBarHelper, m… in createCollectionObject()
202 aSubMenu <<= xSCF->createInstanceWithContext( mxContext ); in Add()
228 …pNewCommandBarControl = new ScVbaCommandBarPopup( this, mxContext, m_xIndexAccess, pCBarHelper, m_… in Add()
230 …pNewCommandBarControl = new ScVbaCommandBarButton( this, mxContext, m_xIndexAccess, pCBarHelper, m… in Add()
H A Dvbadocumentsbase.cxx250 mxContext->getServiceManager(), uno::UNO_QUERY_THROW ); in createDocument()
255 mxContext), uno::UNO_QUERY_THROW ); in createDocument()
312 mxContext->getServiceManager(), uno::UNO_QUERY_THROW ); in openDocument()
314 …ext(::rtl::OUString::createFromAscii("com.sun.star.frame.Desktop") , mxContext), in openDocument()
319 mxContext), in openDocument()
/trunk/main/winaccessibility/source/service/
H A DAccContainerEventListener.cxx391 Reference<XAccessibleContext> mxContext(pAccessible->getAccessibleContext(),UNO_QUERY); in fireStateFocusdChange() local
392 if(mxContext.is()) in fireStateFocusdChange()
394 Reference<XAccessible> mxChild = mxContext->getAccessibleChild(0); in fireStateFocusdChange()
555 Reference<XAccessibleContext> mxContext(pAccessible->getAccessibleContext(),UNO_QUERY); in handleNameChangedEvent() local
556 if(mxContext.is()) in handleNameChangedEvent()
558 Reference<XAccessible> mxChild = mxContext->getAccessibleChild(0); in handleNameChangedEvent()
/trunk/main/sc/source/ui/vba/
H A Dvbapagebreaks.cxx34 uno::Reference< uno::XComponentContext > mxContext; member in RangePageBreaks
42 …sal_Bool bColumn ) : mxParent( xParent ), mxContext( xContext ), mxSheetPageBreak( xSheetPageBreak… in RangePageBreaks()
134 …y( uno::Reference< excel::XVPageBreak >( new ScVbaVPageBreak( mxParent, mxContext, xRowColProperty… in getByIndex()
135 …y( uno::Reference< excel::XHPageBreak >( new ScVbaHPageBreak( mxParent, mxContext, xRowColProperty… in getByIndex()
184 …y( uno::Reference< excel::XVPageBreak >( new ScVbaVPageBreak( mxParent, mxContext, xRowColProperty… in Add()
185 …y( uno::Reference< excel::XHPageBreak >( new ScVbaHPageBreak( mxParent, mxContext, xRowColProperty… in Add()
H A Dvbaworkbooks.cxx186 …return new WorkBookEnumImpl( mxParent, mxContext, xEnumerationAccess->createEnumeration(), Applica… in createEnumeration()
193 return getWorkbook( mxContext, xDoc, mxParent ); in createCollectionObject()
237 return getWorkbook( mxContext, xSpreadDoc, mxParent ); in Add()
275 …tect( mxContext->getServiceManager()->createInstanceWithContext(::rtl::OUString::createFromAscii("… in getFileFilterType()
364 uno::Any aRet = getWorkbook( mxContext, xSpreadDoc, mxParent ); in Open()
/trunk/main/odk/examples/cpp/complextoolbarcontrols/
H A DMyProtocolHandler.cxx54 mxContext->getServiceManager()->createInstanceWithContext( in ShowMessageBox()
55 …::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.awt.Toolkit" )), mxContext), UNO_QUERY… in ShowMessageBox()
149 xRet = xCursor.is() ? (BaseDispatch*) new WriterDispatch( mxContext, mxFrame ) : in queryDispatch()
150 (BaseDispatch*) new CalcDispatch( mxContext, mxFrame ); in queryDispatch()
239 com::sun::star::system::SystemShellExecute::create( mxContext ) ); in dispatch()
504 : mxContext( rxContext ) in BaseDispatch()
515 mxContext.clear(); in ~BaseDispatch()
/trunk/main/toolkit/test/accessibility/ov/
H A DContextView.java103 if (mxContext == null) in Update()
111 maName.setText (mxContext.getAccessibleName()); in Update()
112 maDescription.setText (mxContext.getAccessibleDescription()); in Update()
113 maRole.setText (NameProvider.getRoleName (mxContext.getAccessibleRole())); in Update()
H A DSelectionView.java154 XAccessibleStateSet aStateSet = mxContext.getAccessibleStateSet(); in Update()
168 int nCount = mxContext.getAccessibleChildCount(); in Update()
173 XAccessible xChild = mxContext.getAccessibleChild(i); in Update()
186 XAccessibleStateSet aChildStateSet = mxContext.getAccessibleStateSet(); in Update()
H A DObjectView.java58 mxContext = null; in ObjectView()
76 mxContext = xContext; in SetObject()
95 protected XAccessibleContext mxContext; field in ObjectView
/trunk/main/svx/source/smarttags/
H A DSmartTagMgr.cxx84 aAny >>= mxContext; in Init()
86 if ( mxContext.is() ) in Init()
97 if ( !mxBreakIter.is() && mxMSF.is() && mxContext.is() ) in CreateBreakIterator()
385 createInstanceWithContext(mxContext), UNO_QUERY ); in LoadLibraries()
412 createInstanceWithContext(mxContext), UNO_QUERY ); in LoadLibraries()
508 deployment::ExtensionManager::get( mxContext ) ); in RegisterListener()
/trunk/main/oox/source/helper/
H A Dgraphichelper.cxx68 mxContext( rxContext ), in GraphicHelper()
72 OSL_ENSURE( mxContext.is(), "GraphicHelper::GraphicHelper - missing component context" ); in GraphicHelper()
73 Reference< XMultiServiceFactory > xFactory( mxContext->getServiceManager(), UNO_QUERY ); in GraphicHelper()
317 if( mxContext.is() && rxGraphic.is() ) try in createGraphicObject()
319 … Reference< XGraphicObject > xGraphicObj( GraphicObject::create( mxContext ), UNO_SET_THROW ); in createGraphicObject()
/trunk/main/oox/source/docprop/
H A Dooxmldocpropimport.cxx114 mxContext( rxContext ) in DocumentPropertiesImport()
145 if( !mxContext.is() ) in importProperties()
164 ::oox::core::FastParser aParser( mxContext ); in importProperties()
171 aParser.setDocumentHandler( new OOXMLDocPropHandler( mxContext, rxDocumentProperties ) ); in importProperties()
/trunk/main/sc/source/ui/vba/testvba/
H A Dtestvba.cxx108 Reference< XComponentContext > mxContext; member in TestVBA
118 const rtl::OUString& _outDirPath ) : mxContext( _xContext ), mxMCF( _xMCF ), in TestVBA()
121 … rtl::OUString::createFromAscii( "com.sun.star.ucb.SimpleFileAccess" ), mxContext), uno::UNO_QUERY… in TestVBA()
127 …UString::createFromAscii( "com.sun.star.comp.framework.PathSettings" ), mxContext), uno::UNO_QUERY… in getLogLocation()
138 …UString::createFromAscii( "com.sun.star.comp.framework.PathSettings" ), mxContext), uno::UNO_QUERY… in getLogLocationWithName()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbahelperinterface.hxx66 css::uno::Reference< css::uno::XComponentContext > mxContext; member in InheritedHelperInterfaceImpl
69 …pl( const css::uno::Reference< css::uno::XComponentContext >& xContext ) : mxContext( xContext ) {} in InheritedHelperInterfaceImpl()
70 …eference< css::uno::XComponentContext >& xContext ) : mxParent( xParent ), mxContext( xContext ) {} in InheritedHelperInterfaceImpl()
84 …css::uno::Reference< css::container::XNameAccess > xNameAccess( mxContext, css::uno::UNO_QUERY_THR… in Application()
/trunk/main/sdext/source/minimizer/
H A Dfileopendialog.cxx88 : mxContext( rxContext ) in FileOpenDialog()
91 mxContext->getServiceManager()->createInstanceWithContext( in FileOpenDialog()
129 Reference< XNameAccess > xFilters( mxContext->getServiceManager()->createInstanceWithContext( in FileOpenDialog()
174 Reference< XNameAccess > xTypes( mxContext->getServiceManager()->createInstanceWithContext( in FileOpenDialog()
/trunk/main/sw/source/ui/vba/
H A Dvbadocuments.cxx101 …return new DocumentEnumImpl( mxParent, mxContext, xEnumerationAccess->createEnumeration(), Applica… in createEnumeration()
108 return getDocument( mxContext, xDoc, Application() ); in createCollectionObject()
122 return getDocument( mxContext, xTextDoc, Application() ); in Add()
150 uno::Any aRet = getDocument( mxContext, xSpreadDoc, Application() ); in Open()
H A Dvbasections.cxx63 uno::Reference< uno::XComponentContext > mxContext; member in SectionCollectionHelper
68 …XModel >& xModel ) throw (uno::RuntimeException) : mxParent( xParent ), mxContext( xContext ), mxM… in SectionCollectionHelper()
99 …makeAny( uno::Reference< word::XSection >( new SwVbaSection( mxParent, mxContext, mxModel, xPageP… in getByIndex()
156 return new SectionsEnumWrapper( this, mxContext, xEnumAccess->createEnumeration(), mxModel ); in createEnumeration()
/trunk/main/sfx2/source/sidebar/
H A DAccessible.cxx37 mxContext(rxContext) in Accessible()
53 Reference<XComponent> xComponent (mxContext, UNO_QUERY); in disposing()
64 return mxContext; in getAccessibleContext()

Completed in 88 milliseconds

12345678