Home
last modified time | relevance | path

Searched refs:getContext (Results 26 – 50 of 183) sorted by relevance

12345678

/trunk/main/dbaccess/source/sdbtools/connection/
H A Dconnectiontools.cxx98 return new TableName( getContext(), getConnection() ); in createTableName()
105 return new ObjectNames( getContext(), getConnection() ); in getObjectNames()
112 return new DataSourceMetaData( getContext(), getConnection() ); in getDataSourceMetaData()
/trunk/main/extensions/source/dbpilots/
H A Dgridwizard.cxx85 Reference< XGridColumnFactory > xColumnFactory(getContext().xObjectModel, UNO_QUERY); in approveControl()
95 const OControlWizardContext& rContext = getContext(); in implApplySettings()
348 const OControlWizardContext& rContext = getContext(); in initializePage()
472 fillListBox(bMoveRight ? m_aSelFields : m_aExistFields, getContext().aFieldNames); in IMPL_LINK()
H A Dcontrolwizard.hxx79 const OControlWizardContext& getContext();
138 const OControlWizardContext& getContext() const { return m_aContext; } in getContext() function in dbp::OControlWizard
/trunk/main/sd/source/ui/func/
H A Dsmarttag.cxx113 bool SmartTag::getContext( SdrViewContext& /*rContext*/ ) in getContext() function in sd::SmartTag
355 bool SmartTagSet::getContext( SdrViewContext& rContext ) const in getContext() function in sd::SmartTagSet
358 return mxSelectedTag->getContext( rContext ); in getContext()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLConnection.java399 driver.getContext().getServiceManager().createInstanceWithContext( in getJavaDriverClassPath()
400 … "com.sun.star.configuration.ConfigurationProvider", driver.getContext())); in getJavaDriverClassPath()
441 …ClassLoaderAndClass classLoaderAndClass = classMap.loadClass(driver.getContext(), driverClassPath,… in loadDriverFromProperties()
530 XComponentContext context = driver.getContext(); in transformPreparedStatement()
/trunk/main/forms/source/component/
H A DComboBox.cxx141 ,m_aListRowSet( getContext() ) in DBG_NAME()
156 ,m_aListRowSet( getContext() ) in OComboBoxModel()
640 ::dbtools::FormattedColumnValue aValueFormatter( getContext(), xForm, xDataField ); in loadData()
696 …m_pValueFormatter.reset( new ::dbtools::FormattedColumnValue( getContext(), Reference< XRowSet >( … in onConnectedDbColumn()
H A DEdit.cxx515 getContext().createComponent( (rtl::OUString)VCL_CONTROLMODEL_EDIT ), in writeAggregate()
537 getContext().createComponent( (rtl::OUString)VCL_CONTROLMODEL_EDIT ), in readAggregate()
619 …m_pValueFormatter.reset( new ::dbtools::FormattedColumnValue( getContext(), Reference< XRowSet >( … in onConnectedDbColumn()
/trunk/main/sfx2/qa/complex/sfx2/
H A DJUnitBasedTest.java43 protected XComponentContext getContext() in getContext() method in JUnitBasedTest
52 XMultiServiceFactory.class, getContext().getServiceManager() ); in getORB()
/trunk/main/connectivity/source/simpledbt/
H A Dparser_s.cxx62 const IParseContext& OSimpleSQLParser::getContext() const in getContext() function in connectivity::OSimpleSQLParser
64 return m_aFullParser.getContext(); in getContext()
/trunk/main/slideshow/source/engine/animationnodes/
H A Danimationcolornode.cxx104 getContext().mpSubsettableShapeManager, in createActivity()
119 getContext().mpSubsettableShapeManager, in createActivity()
H A Danimationcommandnode.cxx57 ShapeSharedPtr pShape( getContext().mpSubsettableShapeManager->lookupShape( xShape ) ); in AnimationCommandNode()
114 getContext().mrEventMultiplexer.notifyCommandStopAudio( getSelf() ); in activate_st()
/trunk/main/dbaccess/source/core/recovery/
H A Dstoragestream.hxx63 const ::comphelper::ComponentContext& getContext() const { return m_rContext; } in getContext() function in dbaccess::StorageOutputStream
93 const ::comphelper::ComponentContext& getContext() const { return m_rContext; } in getContext() function in dbaccess::StorageInputStream
/trunk/main/toolkit/test/accessibility/
H A DNodeMap.java66 maXAccessibleToNode.remove (((AccTreeNode)aNode).getContext()); in RemoveNode()
115 return ((AccTreeNode)aNode).getContext(); in GetAccessible()
H A DAccessibleSelectionHandler.java83 int nCount = ((AccTreeNode)aParent).getContext(). in createChild()
97 getContext().getAccessibleChild( i ); in createChild()
H A DAccessibleUNOHandler.java61 XServiceInfo.class, ((AccTreeNode)aNode).getContext()); in GetServiceInfo()
69 XTypeProvider.class, ((AccTreeNode)aNode).getContext()); in GetTypeProvider()
H A DAccessibleCellHandler.java75 xContext = ((AccTreeNode)aGrandParent).getContext(); in createChild()
79 xContext = ((AccTreeNode)aParent).getContext(); in createChild()
H A DCanvasShape.java48 mxContext = aNode.getContext(); in CanvasShape()
307 public XAccessibleContext getContext () in getContext() method in CanvasShape
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java718 "com.sun.star.sheet.TableAutoFormats", getContext()); in doFormattingSamples()
1055 "com.sun.star.sdb.DatabaseContext", getContext()) ); in getFirstDatabaseName()
1083 "com.sun.star.sdb.DatabaseContext", getContext()) ); in getFirstTableName()
1092 "com.sun.star.task.InteractionHandler", getContext()) ); in getFirstTableName()
1339 "com.sun.star.sheet.FunctionAccess", getContext()); in doFunctionAccessSamples()
1356 "com.sun.star.sheet.RecentFunctions", getContext()); in doFunctionAccessSamples()
1365 "com.sun.star.sheet.FunctionDescriptions", getContext()); in doFunctionAccessSamples()
1391 "com.sun.star.sheet.GlobalSheetSettings", getContext()); in doApplicationSettingsSamples()
/trunk/main/sd/source/ui/inc/
H A Dsmarttag.hxx84 virtual bool getContext( SdrViewContext& rContext );
135 bool getContext( SdrViewContext& rContext ) const;
/trunk/main/oox/source/dump/
H A Dxlsbdumper.cxx2240 Dumper( getContext(), rxStrm, rSysFileName ).dump(); in implDumpStream()
2250 ::oox::dump::biff::Dumper( getContext(), rxStrm, rSysFileName ).dump(); in implDumpStream()
2256 ::oox::dump::pptx::Dumper( getContext(), rxStrm, rSysFileName ).dump(); in implDumpStream()
2269 StorageRef xStrg( new ::oox::ole::OleStorage( getContext(), rxStrm, false ) ); in implDumpStream()
2274 StorageRef xStrg( new ::oox::ole::OleStorage( getContext(), rxStrm, false ) ); in implDumpStream()
2293 StorageRef xStrg( new ::oox::ole::OleStorage( getContext(), rxStrm, true ) ); in implDumpStream()
2317 StorageRef xStrg( new ZipStorage( getContext(), rxInStrm ) ); in Dumper()
/trunk/main/scripting/examples/javascript/Highlight/
H A DButtonPressHandler.js61 XDialog, control.getContext());
71 XControlContainer, control.getContext());
/trunk/main/connectivity/source/drivers/jdbc/
H A DJConnection.cxx267 :java_lang_Object( _rDriver.getContext().getLegacyServiceFactory() ) in java_sql_Connection()
479 OSQLParser aParser( m_pDriver->getContext().getLegacyServiceFactory() ); in transFormPreparedStatement()
711 m_pDriver->getContext().getUNOContext(), in loadDriverFromProperties()
768 …m_pDriver->getContext().getLegacyServiceFactory(), s_sNodeName, -1, ::utl::OConfigurationTreeRoot:… in impl_getJavaDriverClassPath_nothrow()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/office/
H A DDocumentContentReadHandler.java90 final ResourceKey contextKey = getRootHandler().getContext(); in parseStylesXml()
129 final ResourceKey contextKey = getRootHandler().getContext(); in parseContentXml()
/trunk/main/sc/source/ui/vba/
H A Dvbasheetobjects.cxx91 inline const uno::Reference< uno::XComponentContext >& getContext() const { return mxContext; } in getContext() function in ScVbaObjectContainer
270 SimpleEnumerationBase( rxContainer->getParent(), rxContainer->getContext(), rxContainer.get() ), in ScVbaObjectEnumeration()
283 … ScVbaSheetObjects_BASE( rxContainer->getParent(), rxContainer->getContext(), rxContainer.get() ), in ScVbaSheetObjectsBase()
/trunk/main/comphelper/source/misc/
H A Dlogging.cxx79 inline const ::comphelper::ComponentContext& getContext() const { return m_aContext; } in getContext() function in comphelper::EventLogger_Impl
384 if ( lcl_loadBundle_nothrow( m_pImpl->getContext(), *m_pData ) ) in impl_loadStringMessage_nothrow()

Completed in 116 milliseconds

12345678