Home
last modified time | relevance | path

Searched refs:xInterface (Results 51 – 75 of 81) sorted by relevance

1234

/trunk/main/scripting/source/storage/
H A DScriptSecurityManager.cxx439 Reference< XInterface > xInterface = ); in readConfiguration() local
483 Reference < beans::XPropertySet > xPropSet( xInterface, UNO_QUERY ); in addToSecurePaths()
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_vb_testobj.vb94 xInterface As Object, any As Any, testElements() As TestElement, _
113 m_xInterface = xInterface
H A Dcli_cs_testobj.cs109 Object xInterface, in setValues() argument
129 _xInterface = xInterface; in setValues()
/trunk/main/ucb/source/core/
H A Ducbstore.cxx1237 Reference< XInterface > xInterface; in getConfigWriteAccess() local
1238 xNA->getByHierarchicalName( rPath ) >>= xInterface; in getConfigWriteAccess()
1240 if ( xInterface.is() ) in getConfigWriteAccess()
1241 return xInterface; in getConfigWriteAccess()
/trunk/main/reportdesign/qa/complex/reportdesign/
H A DReportDesignerTest.java216 … XInterface xInterface = (XInterface) getMSF().createInstance( "com.sun.star.frame.Desktop" ); in getXDesktop() local
217 m_xDesktop = UnoRuntime.queryInterface(XDesktop.class, xInterface); in getXDesktop()
/trunk/main/sc/source/core/data/
H A Ddpobject.cxx2355 uno::Reference<uno::XInterface> xInterface; in CreateSource() local
2359 xInterface = xCFac->createInstanceWithContext(xCtx); in CreateSource()
2361 if (!xInterface.is()) in CreateSource()
2365 xInterface = xFac->createInstance(); in CreateSource()
2368 uno::Reference<lang::XInitialization> xInit( xInterface, uno::UNO_QUERY ); in CreateSource()
2380 xRet = uno::Reference<sheet::XDimensionsSupplier>( xInterface, uno::UNO_QUERY ); in CreateSource()
/trunk/main/testtools/source/bridgetest/idl/
H A Dbridgetest.idl212 [in] com::sun::star::uno::XInterface xInterface, [in] any aAny,
228 [inout] com::sun::star::uno::XInterface xInterface, [inout] any aAny,
241 [out] com::sun::star::uno::XInterface xInterface, [out] any aAny,
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DReportDesignerTest.java206 …XInterface xInterface = (XInterface) m_xXMultiServiceFactory.createInstance( "com.sun.star.frame.D… in getXDesktop() local
207 m_xDesktop = (XDesktop) UnoRuntime.queryInterface(XDesktop.class, xInterface); in getXDesktop()
/trunk/main/xmloff/source/draw/
H A Dshapeexport.cxx182 …uno::Reference< uno::XInterface > xInterface( xFactory->createInstanceWithArguments( aEngine, aArg… in checkForCustomShapeReplacement() local
183 if ( xInterface.is() ) in checkForCustomShapeReplacement()
186 uno::Reference< drawing::XCustomShapeEngine >( xInterface, uno::UNO_QUERY ) ); in checkForCustomShapeReplacement()
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx3097 Reference< XInterface > xInterface; in RTL_Impl_CreateUnoService() local
3102 xInterface = xFactory->createInstance( aServiceName ); in RTL_Impl_CreateUnoService()
3111 if( xInterface.is() ) in RTL_Impl_CreateUnoService()
3114 aAny <<= xInterface; in RTL_Impl_CreateUnoService()
3155 Reference< XInterface > xInterface; in RTL_Impl_CreateUnoServiceWithArguments() local
3160 xInterface = xFactory->createInstanceWithArguments( aServiceName, aArgs ); in RTL_Impl_CreateUnoServiceWithArguments()
3169 if( xInterface.is() ) in RTL_Impl_CreateUnoServiceWithArguments()
3172 aAny <<= xInterface; in RTL_Impl_CreateUnoServiceWithArguments()
H A Dsb.cxx444 … Reference< XInterface > xInterface( xFactory->createInstance( aServiceName ), UNO_SET_THROW ); in CreateObject() local
445 return new SbUnoObject( aServiceName, uno::makeAny( xInterface ) ); in CreateObject()
/trunk/main/svx/source/form/
H A Dfmitems.cxx40 return( xInterface == ((FmInterfaceItem&)rAttr).GetInterface() ); in operator ==()
/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx727 uno::Reference<uno::XInterface> xInterface(aSelection, uno::UNO_QUERY); in select() local
728 if ( !xInterface.is() ) //clear all selections in select()
752 ScCellRangesBase* pRangesImp = ScCellRangesBase::getImplementation( xInterface ); in select()
753 uno::Reference<drawing::XShapes> xShapeColl( xInterface, uno::UNO_QUERY ); in select()
754 uno::Reference<drawing::XShape> xShapeSel( xInterface, uno::UNO_QUERY ); in select()
H A Dstyleuno.cxx811 uno::Reference< uno::XInterface > xInterface(aElement, uno::UNO_QUERY); in insertByName() local
812 if ( xInterface.is() ) in insertByName()
814 ScStyleObj* pStyleObj = ScStyleObj::getImplementation( xInterface ); in insertByName()
H A Dcellsuno.cxx2305 … uno::Reference<sheet::XSheetConditionalEntries> xInterface(aValue, uno::UNO_QUERY); in SetOnePropertyValue() local
2306 if ( aRanges.Count() && xInterface.is() ) // leer = nichts zu tun in SetOnePropertyValue()
2309 ScTableConditionalFormat::getImplementation( xInterface ); in SetOnePropertyValue()
2336 uno::Reference<beans::XPropertySet> xInterface(aValue, uno::UNO_QUERY); in SetOnePropertyValue() local
2337 if ( aRanges.Count() && xInterface.is() ) // leer = nichts zu tun in SetOnePropertyValue()
2340 ScTableValidationObj::getImplementation( xInterface ); in SetOnePropertyValue()
4408 uno::Reference<uno::XInterface> xInterface(aElement, uno::UNO_QUERY); in insertByName() local
4409 if ( pDocSh && xInterface.is() ) in insertByName()
4411 ScCellRangesBase* pRangesImp = ScCellRangesBase::getImplementation( xInterface ); in insertByName()
/trunk/main/framework/inc/classes/
H A Dactiontriggerpropertyset.hxx112 …ChangeProperty( const com::sun::star::uno::Reference< com::sun::star::uno::XInterface > xInterface,
/trunk/main/udkapi/com/sun/star/lang/
H A DSystemDependent.idl42 HWND hWin = (HWND)xInterface->getWindowHandle(SystemDependentWIN32);
/trunk/main/scripting/source/vbaevents/
H A Deventhelper.cxx828 uno::Reference< uno::XInterface > xInterface( aEvent.Source, uno::UNO_QUERY ); in FindControl() local
836 if ( xInterface->queryInterface( *pType ).hasValue() ) in FindControl()
/trunk/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.cxx1053 …uno::Reference < uno::XInterface > xInterface = xMSF->createInstanceWithContext(::rtl::OUString::c… in mirrorString() local
1054 m_xMirrorMapper = uno::Reference< util::XStringMapping >( xInterface, uno::UNO_QUERY ); in mirrorString()
/trunk/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java362 Object xInterface, in setValues() argument
382 _xInterface = xInterface; in setValues()
/trunk/main/wizards/com/sun/star/wizards/letter/
H A DLetterWizardDialogImpl.java1145 … XInterface xInterface = (XInterface) xMSF.createInstance("com.sun.star.ucb.SimpleFileAccess"); in initializeNorms() local
1146 …SimpleFileAccess = UnoRuntime.queryInterface(com.sun.star.ucb.XSimpleFileAccess.class, xInterface); in initializeNorms()
/trunk/main/framework/test/
H A Dtest.cxx267 Reference< XInterface > xInterface ( xTypeDetection, UNO_QUERY ); in impl_testTypeDetection() local
273 LOG_ASSERT( !( xInterface.is() == sal_False || in impl_testTypeDetection()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx345xInterface = xMSF->createInstance( rtl::OUString::createFromAscii( "com.sun.star.i18n.BreakIterato… in FontCollection() local
346 if ( xInterface.is() ) in FontCollection()
348 ( xInterface, com::sun::star::uno::UNO_QUERY ); in FontCollection()
350xInterface = xMSF->createInstance( rtl::OUString::createFromAscii( "com.sun.star.i18n.ScriptTypeDe… in FontCollection()
351 if ( xInterface.is() ) in FontCollection()
353 ( xInterface, com::sun::star::uno::UNO_QUERY ); in FontCollection()
/trunk/main/forms/source/inc/
H A DInterfaceContainer.hxx67 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > xInterface;
/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx377 … Reference< XInterface > xInterface( xFactory->createInstanceWithArguments( aEngine, aArgument ) ); in GetCustomShapeEngine() local
378 if ( xInterface.is() ) in GetCustomShapeEngine()
379 xCustomShapeEngine = Reference< XCustomShapeEngine >( xInterface, UNO_QUERY ); in GetCustomShapeEngine()

Completed in 245 milliseconds

1234