Home
last modified time | relevance | path

Searched refs:mxContext (Results 1 – 25 of 180) sorted by relevance

12345678

/trunk/main/sc/source/ui/vba/
H A Dvbaapplication.cxx208 return new ScVbaWorkbook( this, mxContext, xModel ); in getActiveWorkbook()
218 return new ScVbaWorkbook( this, mxContext, xModel ); in getThisWorkbook()
276 ScTabViewShell* pViewShell = excel::getCurrentBestViewShell(mxContext); in getActiveCell()
534 ScTabViewShell* pShell = excel::getCurrentBestViewShell( mxContext ); in GoTo()
1010 return lclCreateVbaRange( mxContext, getCurrentDocument(), aList ); in Intersect()
1063 return lclCreateVbaRange( mxContext, getCurrentDocument(), aList ); in Union()
1082 ScTabViewShell* pViewShell = excel::getCurrentBestViewShell( mxContext ); in getDisplayFormulaBar()
1100 ScTabViewShell* pViewShell = excel::getCurrentBestViewShell( mxContext ); in setDisplayFormulaBar()
1132 aArgs[ 0 ] <<= getThisExcelDoc( mxContext ); in GetOpenFilename()
1149 aArgs[ 0 ] <<= getThisExcelDoc( mxContext ); in GetSaveAsFilename()
[all …]
H A Dvbaworksheet.cxx381 return new ScVbaRange(this, mxContext, xRange); in getUsedRange()
388 return new ScVbaOutline( this, mxContext, xOutline); in Outline()
394 return new ScVbaPageSetup( this, mxContext, getSheet(), getModel() ); in PageSetup()
480 uno::Reference<excel::XRange> xRange = new ScVbaRange( this, mxContext, xRange1); in Move()
515 uno::Reference<excel::XRange> xRange = new ScVbaRange( this, mxContext, xRange1); in Copy()
584 return new ScVbaWorksheet (getParent(), mxContext, xSheet, getModel()); in getSheetAtOffset()
630 uno::Reference< excel::XRange > xSheetRange( new ScVbaRange( this, mxContext in Range()
648 return uno::Reference< excel::XRange >( new ScVbaRange( this, mxContext, xRange ) ); in getSheetRange()
660 return ScVbaRange::CellsHelper( this, mxContext, xRange, nRow, nCol ); in Cells()
728 mxHlinks.set( new ScVbaHyperlinks( this, mxContext ) ); in Hyperlinks()
[all …]
H A Dvbarange.cxx297 uno::Reference< uno::XComponentContext > mxContext; member in SingleRangeEnumeration
321 uno::Reference< uno::XComponentContext > mxContext; member in SingleRangeIndexAccess
626 uno::Reference< uno::XComponentContext > mxContext; member in ColumnsRowEnumeration
650 uno::Reference< uno::XComponentContext > mxContext; member in CellsEnumeration
1908 return new ScVbaRange( mxParent, mxContext, xRanges ); in Offset()
1912 return new ScVbaRange( mxParent, mxContext, xRange ); in Offset()
2749 return new ScVbaRange( mxParent, mxContext, xCellRange ); in Range()
3480 xKey1 = processKey( Key1, mxContext, pDocShell ); in Sort()
3485 xKey2 = processKey( Key2, mxContext, pDocShell ); in Sort()
3487 xKey3 = processKey( Key3, mxContext, pDocShell ); in Sort()
[all …]
H A Dvbaworkbook.cxx62 return getCurrentExcelDoc( mxContext ); in getModel()
215 uno::Reference< frame::XModel > xModel( getCurrentExcelDoc( mxContext ), uno::UNO_SET_THROW ); in getActiveSheet()
222 return new ScVbaWorksheet( this, mxContext, xSheet, xModel ); in getActiveSheet()
237 …uno::Reference< XCollection > xWorkSheets( new ScVbaWorksheets( this, mxContext, xSheets, xModel … in Worksheets()
249 uno::Reference< excel::XWindows > xWindows( new ScVbaWindows( getParent(), mxContext ) ); in Windows()
302 …lection > dStyles = new ScVbaStyles( uno::Reference< XHelperInterface >(), mxContext, getModel() ); in Styles()
315 uno::Reference< XCollection > xNames( new ScVbaNames( this, mxContext, xNamedRanges, xModel ) ); in Names()
/trunk/main/toolkit/test/accessibility/
H A DAccTreeNode.java50 private XAccessibleContext mxContext; field in AccTreeNode
65 mxContext = xContext; in AccTreeNode()
87 return mxContext; in getContext()
92 if (mxComponent == null && mxContext != null) in getComponent()
94 XAccessibleComponent.class, mxContext); in getComponent()
111 if (mxText == null && mxContext != null) in getText()
113 XAccessibleText.class, mxContext); in getText()
125 if (mxTable == null && mxContext != null) in getTable()
127 XAccessibleTable.class, mxContext); in getTable()
136 XAccessible.class, mxContext); in getAccessible()
[all …]
H A DAccessibleTreeHandler.java35 protected XAccessibleContext mxContext; field in AccessibleTreeHandler
48 mxContext = null; in AccessibleTreeHandler()
54 mxContext = xContext; in AccessibleTreeHandler()
55 if (mxContext != null) in AccessibleTreeHandler()
60 maChildList.setSize (1 + mxContext.getAccessibleChildCount()); in AccessibleTreeHandler()
67 if (mxContext != null) in createChild()
70 aChild = new StringNode ("Child count: " + mxContext.getAccessibleChildCount(), in createChild()
78 XAccessible xChild = mxContext.getAccessibleChild (nIndex); in createChild()
H A DCanvasShape.java48 mxContext = aNode.getContext(); in CanvasShape()
71 if (mxContext != null) in update()
73 msName = mxContext.getAccessibleName(); in update()
74 msDescription = mxContext.getAccessibleDescription(); in update()
75 mnRole = mxContext.getAccessibleRole(); in update()
78 XAccessibleStateSet xStateSet = mxContext.getAccessibleStateSet (); in update()
139 if (mxContext.getAccessibleChildCount() == 0) in paint()
309 return mxContext; in getContext()
326 mxContext; field in CanvasShape
/trunk/main/oox/source/ole/
H A Dolestorage.cxx183 mxContext( rxContext ), in OleStorage()
186 OSL_ENSURE( mxContext.is(), "OleStorage::OleStorage - missing component context" ); in OleStorage()
193 mxContext( rxContext ), in OleStorage()
196 OSL_ENSURE( mxContext.is(), "OleStorage::OleStorage - missing component context" ); in OleStorage()
203 mxContext( rParentStorage.mxContext ), in OleStorage()
213 mxContext( rParentStorage.mxContext ), in OleStorage()
231 … Reference< XMultiServiceFactory > xFactory( mxContext->getServiceManager(), UNO_QUERY_THROW ); in initStorage()
252 … Reference< XMultiServiceFactory > xFactory( mxContext->getServiceManager(), UNO_QUERY_THROW ); in initStorage()
269 … Reference< XMultiServiceFactory > xFactory( mxContext->getServiceManager(), UNO_QUERY_THROW ); in initStorage()
342 … Reference< XMultiServiceFactory > xFactory( mxContext->getServiceManager(), UNO_QUERY_THROW ); in implOpenSubStorage()
[all …]
H A Dvbaproject.cxx154 mxContext( rxContext ), in VbaProject()
158 OSL_ENSURE( mxContext.is(), "VbaProject::VbaProject - missing component context" ); in VbaProject()
331 … rxModule.reset( new VbaModule( mxContext, mxDocModel, aName, eTextEnc, bExecutable ) ); in importVba()
368 TextInputStream aPrjTextStrm( mxContext, aPrjStrm, eTextEnc ); in importVba()
412 rxModule.reset( new VbaModule( mxContext, mxDocModel, aIt->first, eTextEnc, bExecutable ) ); in importVba()
488 VbaUserForm aForm( mxContext, mxDocModel, rGraphicHelper, bDefaultColorBgr ); in importVba()
505 if( !maMacroAttachers.empty() && mxContext.is() ) try in attachMacros()
507 … Reference< XMultiComponentFactory > xFactory( mxContext->getServiceManager(), UNO_SET_THROW ); in attachMacros()
512 …CREATE_OUSTRING( "com.sun.star.script.vba.VBAMacroResolver" ), aArgs, mxContext ), UNO_QUERY_THROW… in attachMacros()
522 if( mxContext.is() ) try in copyStorage()
[all …]
/trunk/main/sw/source/ui/vba/
H A Dvbadocument.cxx121 …return uno::Reference< word::XRange >( new SwVbaRange( this, mxContext, mxTextDocument, xStart, xE… in Range()
127 …uno::Reference< XCollection > xCol( new SwVbaBuiltinDocumentProperties( mxParent, mxContext, getMo… in BuiltInDocumentProperties()
136 …uno::Reference< XCollection > xCol( new SwVbaCustomDocumentProperties( mxParent, mxContext, getMod… in CustomDocumentProperties()
161 uno::Reference< XCollection > xVariables( new SwVbaVariables( this, mxContext, xUserDefined ) ); in Variables()
171 … uno::Reference< XCollection > xCol( new SwVbaParagraphs( mxParent, mxContext, mxTextDocument ) ); in Paragraphs()
180 uno::Reference< XCollection > xCol( new SwVbaStyles( mxParent, mxContext, getModel() ) ); in Styles()
189 uno::Reference< XCollection > xCol( new SwVbaFields( mxParent, mxContext, getModel() ) ); in Fields()
202 uno::Reference< XCollection > xCol( new ScVbaShapes( this, mxContext, xIndexAccess, xModel ) ); in Shapes()
212 uno::Reference< XCollection > xCol( new SwVbaSections( mxParent, mxContext, getModel() ) ); in Sections()
240 xTemplate = new SwVbaTemplate( this, mxContext, getModel(), sTemplateName ); in getAttachedTemplate()
[all …]
H A Dvbaapplication.cxx89 return new SwVbaDocument( this, mxContext, getCurrentDocument() ); in getActiveDocument()
98 return new SwVbaWindow( uno::Reference< XHelperInterface >(), mxContext, xModel, xController ); in getActiveWindow()
104 return uno::Reference< word::XSystem >( new SwVbaSystem( mxContext ) ); in getSystem()
110 return uno::Reference< word::XOptions >( new SwVbaOptions( mxContext ) ); in getOptions()
122 return new SwVbaSelection( this, mxContext, getCurrentDocument() ); in getSelection()
128 uno::Reference< XCollection > xCol( new SwVbaDocuments( this, mxContext ) ); in Documents()
137 static uno::Reference< XCollection > xCol( new SwVbaAddins( this, mxContext ) ); in Addins()
146 … uno::Reference< word::XDialogs > xCol( new SwVbaDialogs( this, mxContext, getCurrentDocument() )); in Dialogs()
181 return getCurrentWordDoc( mxContext ); in getCurrentDocument()
H A Dvbawindow.cxx46 …( uno::Reference< XHelperInterface >( Application(), uno::UNO_QUERY_THROW ), mxContext, m_xModel ); in Activate()
55 …( uno::Reference< XHelperInterface >( Application(), uno::UNO_QUERY_THROW ), mxContext, m_xModel ); in Close()
63 …return uno::makeAny( uno::Reference< word::XView >( new SwVbaView( this, mxContext, m_xModel ) ) … in getView()
71 SwVbaView view( this, mxContext, m_xModel ); in setView()
79 uno::Reference< XCollection > xPanes( new SwVbaPanes( this, mxContext, m_xModel ) ); in Panes()
89 …return uno::makeAny( uno::Reference< word::XPane >( new SwVbaPane( this, mxContext, m_xModel ) ) … in ActivePane()
H A Dvbatables.cxx55 uno::Reference< uno::XComponentContext > mxContext; member in TableEnumerationImpl
60 …rence< container::XIndexAccess >& xIndexAccess ) : mxParent( xParent ), mxContext( xContext ), mxD… in TableEnumerationImpl()
71 …return lcl_createTable( mxParent, mxContext, mxDocument, mxIndexAccess->getByIndex( mnCurIndex++ )… in nextElement()
109 …uno::Reference< word::XTable > xVBATable( new SwVbaTable( mxParent, mxContext, pVbaRange->getDocu… in Add()
116 return new TableEnumerationImpl( mxParent, mxContext, mxDocument, m_xIndexAccess ); in createEnumeration()
123 return lcl_createTable( mxParent, mxContext, mxDocument, aSource ); in createCollectionObject()
H A Dvbafield.cxx278 uno::Reference< uno::XComponentContext > mxContext; member in FieldEnumeration
282 …rence< container::XEnumeration >& xEnumeration ) : mxParent( xParent ), mxContext( xContext ), mxM… in FieldEnumeration()
293 return lcl_createField( mxParent, mxContext, mxModel, mxEnumeration->nextElement() ); in nextElement()
300 uno::Reference< uno::XComponentContext > mxContext; member in FieldCollectionHelper
304 …l >& xModel ) throw (css::uno::RuntimeException) : mxParent( xParent ), mxContext( xContext ), mxM… in FieldCollectionHelper()
345 …return uno::Reference< container::XEnumeration >( new FieldEnumeration( mxParent, mxContext, mxMod… in createEnumeration()
383 …return uno::Reference< word::XField >( new SwVbaField( mxParent, mxContext, uno::Reference< text::… in Add()
429 return lcl_createField( mxParent, mxContext, mxModel, aSource ); in createCollectionObject()
H A Dvbasystem.cxx79 sal_Int32 nPointerStyle = getPointerStyle( getCurrentWordDoc(mxContext) ); in getCursor()
106 setCursorHelper( getCurrentWordDoc(mxContext), rPointer, sal_False ); in setCursor()
113 setCursorHelper( getCurrentWordDoc(mxContext), rPointer, sal_True ); in setCursor()
120 setCursorHelper( getCurrentWordDoc( mxContext ), rPointer, sal_True ); in setCursor()
126 setCursorHelper( getCurrentWordDoc( mxContext ), rPointer, sal_False ); in setCursor()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DCanvasShape.java91 mxContext = ((XAccessible) maNode).getAccessibleContext(); in Update()
93 XAccessibleComponent.class, mxContext); in Update()
96 if (mxContext != null) in Update()
98 msName = mxContext.getAccessibleName(); in Update()
99 msDescription = mxContext.getAccessibleDescription(); in Update()
100 mnRole = mxContext.getAccessibleRole(); in Update()
103 XAccessibleStateSet xStateSet = mxContext.getAccessibleStateSet (); in Update()
172 if (mxContext.getAccessibleChildCount() == 0) in paint()
261 XAccessibleText.class, mxContext); in paintText()
336 return mxContext; in getContext()
[all …]
/trunk/main/vbahelper/source/vbahelper/
H A Dvbaglobalbase.cxx58mxContext = ::cppu::createComponentContext( aHandlerContextInfo, sizeof( aHandlerContextInfo ) / s… in VbaGlobalsBase()
65 uno::Reference< container::XNameContainer > xNameContainer( mxContext, uno::UNO_QUERY ); in ~VbaGlobalsBase()
85 … uno::Reference< container::XNameContainer > xNameContainer( mxContext, uno::UNO_QUERY_THROW ); in init()
104 uno::Reference< container::XNameContainer > xNameContainer( mxContext, uno::UNO_QUERY ); in createInstance()
108 …xReturn = mxContext->getServiceManager()->createInstanceWithContext( aServiceSpecifier, mxContext in createInstance()
120 uno::Reference< container::XNameContainer > xNameContainer( mxContext, uno::UNO_QUERY ); in createInstanceWithArguments()
124 …xReturn = mxContext->getServiceManager()->createInstanceWithArgumentsAndContext( aServiceSpecifier… in createInstanceWithArguments()
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLFastContextHandler.cxx2050 if (mxContext.is()) in startUnknownElement()
2059 if (mxContext.is()) in endUnknownElement()
2072 if (mxContext.is()) in createUnknownChildContext()
2085 if (mxContext.is()) in attributes()
2114 if (mxContext.is()) in lcl_startFastElement()
2122 if (mxContext.is()) in lcl_endFastElement()
2182 if (mxContext.is()) in lcl_characters()
2189 if (mxContext.is()) in getFastContextHandler()
2198 if (mxContext.is()) in newProperty()
2209 if (mxContext.is()) in setPropertySet()
[all …]
H A DOOXMLStreamImpl.cxx44 : mxContext(xContext), mxStorageStream(xStorageStream), mnStreamType(nType) in OOXMLStreamImpl()
56 : mxContext(rOOXMLStream.mxContext), in OOXMLStreamImpl()
69 : mxContext(rOOXMLStream.mxContext), in OOXMLStreamImpl()
294 (mxContext->getServiceManager()); in getParser()
299 mxContext ), in getParser()
307 return mxContext; in getContext()
/trunk/main/oox/source/core/
H A Dfilterdetect.cxx242 mxContext( rxContext, UNO_SET_THROW ), in FilterDetect()
338 if( !xInStrm.is() || lclIsZipPackage( mxContext, xInStrm ) ) in extractUnencryptedPackage()
346 if( lclIsZipPackage( mxContext, xDecrInStrm ) ) in extractUnencryptedPackage()
351 ::oox::ole::OleStorage aOleStorage( mxContext, xInStrm, false ); in extractUnencryptedPackage()
359 …r< EncryptionInfo > encryptionInfo( EncryptionInfo::readEncryptionInfo( mxContext, xEncryptionInfo… in extractUnencryptedPackage()
387 … Reference< XMultiComponentFactory > xFactory( mxContext->getServiceManager(), UNO_QUERY_THROW ); in extractUnencryptedPackage()
388 …eateInstanceWithContext( CREATE_OUSTRING( "com.sun.star.io.TempFile" ), mxContext ), UNO_QUERY_THR… in extractUnencryptedPackage()
400 if( lclIsZipPackage( mxContext, xDecrInStrm ) ) in extractUnencryptedPackage()
457 ZipStorage aZipStorage( mxContext, xInStrm ); in detect()
461 FastParser aParser( mxContext ); in detect()
/trunk/main/sc/source/core/tool/
H A Dformulaparserpool.cxx62 Reference< XComponentContext > mxContext; /// Global component context. member in __anon1cf318f60111::ScParserFactoryMap
67 mxContext( ::comphelper::getProcessComponentContext() ) in ScParserFactoryMap()
69 if( mxContext.is() ) try in ScParserFactoryMap()
72 …Reference< XContentEnumerationAccess > xFactoryEA( mxContext->getServiceManager(), UNO_QUERY_THROW… in ScParserFactoryMap()
78 …FilterFormulaParser > xParser( xCompFactory->createInstanceWithContext( mxContext ), UNO_QUERY_THR… in ScParserFactoryMap()
103 …xParser.set( aIt->second->createInstanceWithArgumentsAndContext( aArgs, mxContext ), UNO_QUERY_THR… in createFormulaParser()
/trunk/main/desktop/source/deployment/manager/
H A Ddp_informationprovider.cxx89 uno::Reference< uno::XComponentContext> mxContext; member in dp_info::PackageInformationProvider
100 mxContext( xContext ), in PackageInformationProvider()
118 deployment::ExtensionManager::get(mxContext); in getPackageLocation()
186 deployment::ExtensionManager::get(mxContext); in isUpdateAvailable()
211 mxContext, extMgr, mxUpdateInformation, &vecExtensions, errors); in isUpdateAvailable()
216 mxContext, extMgr, mxUpdateInformation, NULL, errors); in isUpdateAvailable()
228 dp_misc::DescriptionInfoset infoset(mxContext, info.info); in isUpdateAvailable()
292 deployment::ExtensionManager::get(mxContext); in getExtensionList()
/trunk/main/extensions/source/update/check/
H A Dupdatehdl.cxx92 mxContext( rxContext ), in UpdateHandler()
110 mxContext = NULL; in ~UpdateHandler()
439 if( !mxContext.is() ) in handle()
442 … uno::Reference< lang::XMultiComponentFactory > xServiceManager(mxContext->getServiceManager()); in handle()
450 mxContext), in handle()
456 task::InteractionRequestStringResolver::create( mxContext ); in handle()
678 uno::Any aValue( mxContext->getValueByName( in loadStrings()
859 if( !mxContext.is() ) in setFullVersion()
862 … uno::Reference< lang::XMultiComponentFactory > xServiceManager( mxContext->getServiceManager() ); in setFullVersion()
1137 if ( !mxContext.is() ) in createDialog()
[all …]
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DParentView.java71 if (mxContext == null) in Update()
80 XAccessible xParent = mxContext.getAccessibleParent(); in Update()
81 int nIndex = mxContext.getAccessibleIndexInParent(); in Update()
94 if (xChild != mxContext) in Update()
116 maChildrenLabel.setText (Integer.toString(mxContext.getAccessibleChildCount())); in Update()
/trunk/main/sdext/source/minimizer/
H A Dunodialog.cxx59 mxContext( rxContext ), in UnoDialog()
61 …mxDialogModel( mxContext->getServiceManager()->createInstanceWithContext( OUString( RTL_CONSTASCII… in UnoDialog()
62 "com.sun.star.awt.UnoControlDialogModel" ) ), mxContext ), UNO_QUERY_THROW ), in UnoDialog()
69 …mxDialog( mxContext->getServiceManager()->createInstanceWithContext( OUString( RTL_CONSTASCII_USTR… in UnoDialog()
70 "com.sun.star.awt.UnoControlDialog" ) ), mxContext ), UNO_QUERY_THROW ), in UnoDialog()
154 xToolkit.set( mxContext->getServiceManager()->createInstanceWithContext( in createWindowPeer()
156 "com.sun.star.awt.Toolkit" ) ), mxContext ), in createWindowPeer()

Completed in 155 milliseconds

12345678