/aoo41x/main/sc/source/ui/vba/ |
H A D | vbaapplication.cxx | 208 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 D | vbaworksheet.cxx | 381 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 D | vbaworkbook.cxx | 62 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()
|
H A D | vbarange.cxx | 297 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 …]
|
/aoo41x/main/toolkit/test/accessibility/ |
H A D | AccTreeNode.java | 50 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 D | AccessibleTreeHandler.java | 35 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 D | CanvasShape.java | 48 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
|
/aoo41x/main/oox/source/ole/ |
H A D | olestorage.cxx | 183 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 D | vbaproject.cxx | 154 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 …]
|
/aoo41x/main/sw/source/ui/vba/ |
H A D | vbadocument.cxx | 121 …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 D | vbaapplication.cxx | 89 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 D | vbawindow.cxx | 46 …( 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 D | vbatables.cxx | 55 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 D | vbafield.cxx | 278 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 D | vbasystem.cxx | 79 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()
|
/aoo41x/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/ |
H A D | CanvasShape.java | 91 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 …]
|
/aoo41x/main/vbahelper/source/vbahelper/ |
H A D | vbaglobalbase.cxx | 58 …mxContext = ::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()
|
/aoo41x/main/writerfilter/source/ooxml/ |
H A D | OOXMLFastContextHandler.cxx | 2060 if (mxContext.is()) in startUnknownElement() 2069 if (mxContext.is()) in endUnknownElement() 2082 if (mxContext.is()) in createUnknownChildContext() 2095 if (mxContext.is()) in attributes() 2124 if (mxContext.is()) in lcl_startFastElement() 2132 if (mxContext.is()) in lcl_endFastElement() 2192 if (mxContext.is()) in lcl_characters() 2199 if (mxContext.is()) in getFastContextHandler() 2208 if (mxContext.is()) in newProperty() 2219 if (mxContext.is()) in setPropertySet() [all …]
|
H A D | OOXMLStreamImpl.cxx | 44 : mxContext(xContext), mxStorageStream(xStorageStream), mnStreamType(nType) in OOXMLStreamImpl() 56 : mxContext(rOOXMLStream.mxContext), in OOXMLStreamImpl() 69 : mxContext(rOOXMLStream.mxContext), in OOXMLStreamImpl() 258 (mxContext->getServiceManager()); in getParser() 263 mxContext ), in getParser() 271 return mxContext; in getContext()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | formulaparserpool.cxx | 62 Reference< XComponentContext > mxContext; /// Global component context. member in __anon03a48fde0111::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()
|
/aoo41x/main/desktop/source/deployment/manager/ |
H A D | dp_informationprovider.cxx | 89 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()
|
/aoo41x/main/accessibility/workben/org/openoffice/accessibility/awb/view/ |
H A D | ParentView.java | 71 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()
|
/aoo41x/main/extensions/source/update/check/ |
H A D | updatehdl.cxx | 92 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 …]
|
/aoo41x/main/sdext/source/minimizer/ |
H A D | unodialog.cxx | 59 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()
|
/aoo41x/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/ |
H A D | TextActionDialog.java | 61 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
|