Home
last modified time | relevance | path

Searched refs:xIf (Results 1 – 13 of 13) sorted by relevance

/trunk/main/canvas/source/tools/
H A Dverifyinput.cxx80 xIf, in verifyInput()
89 xIf, in verifyInput()
114 xIf, in verifyInput()
123 xIf, in verifyInput()
148 xIf, in verifyInput()
157 xIf, in verifyInput()
166 xIf, in verifyInput()
175 xIf, in verifyInput()
184 xIf, in verifyInput()
193 xIf, in verifyInput()
[all …]
/trunk/main/canvas/inc/canvas/
H A Dverifyinput.hxx451 xIf, in verifyInput()
505 verifyInput( rArg0, pStr, xIf, 0 ); in verifyArgs()
515 verifyInput( rArg0, pStr, xIf, 0 ); in verifyArgs()
516 verifyInput( rArg1, pStr, xIf, 1 ); in verifyArgs()
528 verifyInput( rArg0, pStr, xIf, 0 ); in verifyArgs()
529 verifyInput( rArg1, pStr, xIf, 1 ); in verifyArgs()
530 verifyInput( rArg2, pStr, xIf, 2 ); in verifyArgs()
544 verifyInput( rArg0, pStr, xIf, 0 ); in verifyArgs()
545 verifyInput( rArg1, pStr, xIf, 1 ); in verifyArgs()
546 verifyInput( rArg2, pStr, xIf, 2 ); in verifyArgs()
[all …]
/trunk/main/sc/source/ui/vba/
H A Dvbaworksheets.cxx155 uno::Reference< XHelperInterface > xIf = excel::getUnoSheetModuleObj( xSheet ); in nextElement() local
157 if ( !xIf.is() ) in nextElement()
165 aRet <<= xIf; in nextElement()
202 uno::Reference< XHelperInterface > xIf = excel::getUnoSheetModuleObj( xSheet ); in createCollectionObject() local
204 if ( !xIf.is() ) in createCollectionObject()
212 aRet <<= xIf; in createCollectionObject()
H A Dvbachartobjects.cxx77 uno::Reference< uno::XInterface > xIf( xDrawPageSupplier, uno::UNO_QUERY_THROW ); in getChartObjectNames() local
78 ScCellRangesBase* pUno= dynamic_cast< ScCellRangesBase* >( xIf.get() ); in getChartObjectNames()
H A Dvbarange.cxx396 ScCellRangesBase* pUno = ScCellRangesBase::getImplementation( xIf ); in getDocShellFromIf()
406 uno::Reference< uno::XInterface > xIf( xRange ); in getDocShellFromRange() local
407 return getDocShellFromIf(xIf ); in getDocShellFromRange()
414 uno::Reference< uno::XInterface > xIf( xRanges ); in getDocShellFromRanges() local
415 return getDocShellFromIf(xIf ); in getDocShellFromRanges()
420 ScDocShell* pDocShell = getDocShellFromIf(xIf ); in getModelFromXIf()
427 uno::Reference< uno::XInterface > xIf( xRange ); in getModelFromRange() local
428 return getModelFromXIf( xIf ); in getModelFromRange()
894 uno::Reference< uno::XInterface > xIf( xCell, uno::UNO_QUERY_THROW ); in processValue() local
937 uno::Reference< uno::XInterface > xIf( xCell, uno::UNO_QUERY_THROW ); in visitNode() local
[all …]
H A Dexcelvbahelper.cxx212 uno::Reference< uno::XInterface > xIf( xModel, uno::UNO_QUERY_THROW ); in getDocShell() local
213 ScModelObj* pModel = dynamic_cast< ScModelObj* >( xIf.get() ); in getDocShell()
H A Dvbafont.cxx66 uno::Reference< beans::XPropertySet > lcl_TextProperties( uno::Reference< table::XCell >& xIf ) thr… in lcl_TextProperties() argument
68 uno::Reference< text::XTextRange > xTxtRange( xIf, uno::UNO_QUERY_THROW ); in lcl_TextProperties()
H A Dvbahelper.cxx308 uno::Reference< uno::XInterface > xIf( xModel, uno::UNO_QUERY_THROW ); in getDocShell() local
309 ScModelObj* pModel = dynamic_cast< ScModelObj* >( xIf.get() ); in getDocShell()
/trunk/main/connectivity/source/commontools/
H A DConnectionWrapper.cxx69 Reference<XInterface> xIf = static_cast< XUnoTunnel* >( this ); in setDelegation() local
70 m_xProxyConnection->setDelegator( xIf ); in setDelegation()
96 Reference<XInterface> xIf = static_cast< XUnoTunnel* >( this ); in setDelegation() local
97 m_xProxyConnection->setDelegator( xIf ); in setDelegation()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx235 uno::Reference< uno::XInterface > xIf( xModel, uno::UNO_QUERY_THROW );
236 ScModelObj* pModel = dynamic_cast< ScModelObj* >( xIf.get() );
1333 uno::Reference< XHelperInterface > xIf; in getVBADocument() local
1339 xIf = getUnoDocModule( aCodeName, getSfxObjShell( xModel ) ); in getVBADocument()
1344 return xIf; in getVBADocument()
1349 uno::Reference< XHelperInterface > xIf; in getUnoDocModule() local
1358 xIf.set( pMod->GetUnoModule(), uno::UNO_QUERY ); in getUnoDocModule()
1360 return xIf; in getUnoDocModule()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbaaccesshelper.hxx53 …css::uno::Reference< css::uno::XInterface > xIf = getVBAServiceFactory( pShell )->createInstanceWi… in createVBAUnoAPIServiceWithArgs() local
54 return xIf; in createVBAUnoAPIServiceWithArgs()
/trunk/main/basic/source/classes/
H A Dsbxmod.cxx159 Reference< XInterface > xIf; in DocObjectWrapper() local
163 aObj >>= xIf; in DocObjectWrapper()
164 if ( xIf.is() ) in DocObjectWrapper()
166 m_xAggregateTypeProv.set( xIf, UNO_QUERY ); in DocObjectWrapper()
167 m_xAggInv.set( xIf, UNO_QUERY ); in DocObjectWrapper()
170 if ( xIf.is() ) in DocObjectWrapper()
180 m_xAggProxy = xProxyFac->createProxy( xIf ); in DocObjectWrapper()
/trunk/main/sc/source/ui/unoobj/
H A Dservuno.cxx171 …rtl::OUString SAL_CALL getCodeNameForObject( const uno::Reference< uno::XInterface >& xIf ) throw(… in getCodeNameForObject() argument
196 bMatched = ( xControl == xIf ); in getCodeNameForObject()

Completed in 103 milliseconds