/aoo41x/main/canvas/inc/canvas/ |
H A D | verifyinput.hxx | 450 xIf, in verifyInput() 504 verifyInput( rArg0, pStr, xIf, 0 ); in verifyArgs() 514 verifyInput( rArg0, pStr, xIf, 0 ); in verifyArgs() 515 verifyInput( rArg1, pStr, xIf, 1 ); in verifyArgs() 527 verifyInput( rArg0, pStr, xIf, 0 ); in verifyArgs() 528 verifyInput( rArg1, pStr, xIf, 1 ); in verifyArgs() 529 verifyInput( rArg2, pStr, xIf, 2 ); in verifyArgs() 543 verifyInput( rArg0, pStr, xIf, 0 ); in verifyArgs() 544 verifyInput( rArg1, pStr, xIf, 1 ); in verifyArgs() 545 verifyInput( rArg2, pStr, xIf, 2 ); in verifyArgs() [all …]
|
/aoo41x/main/canvas/source/tools/ |
H A D | verifyinput.cxx | 80 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 …]
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbaworksheets.cxx | 155 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 D | vbachartobjects.cxx | 77 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 D | excelvbahelper.cxx | 212 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 D | vbarange.cxx | 396 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 D | vbafont.cxx | 66 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 D | vbahelper.cxx | 308 uno::Reference< uno::XInterface > xIf( xModel, uno::UNO_QUERY_THROW ); in getDocShell() local 309 ScModelObj* pModel = dynamic_cast< ScModelObj* >( xIf.get() ); in getDocShell()
|
/aoo41x/main/connectivity/source/commontools/ |
H A D | ConnectionWrapper.cxx | 69 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()
|
/aoo41x/main/vbahelper/source/vbahelper/ |
H A D | vbahelper.cxx | 235 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()
|
/aoo41x/main/vbahelper/inc/vbahelper/ |
H A D | vbaaccesshelper.hxx | 53 …css::uno::Reference< css::uno::XInterface > xIf = getVBAServiceFactory( pShell )->createInstanceWi… in createVBAUnoAPIServiceWithArgs() local 54 return xIf; in createVBAUnoAPIServiceWithArgs()
|
/aoo41x/main/basic/source/classes/ |
H A D | sbxmod.cxx | 159 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()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | servuno.cxx | 171 …rtl::OUString SAL_CALL getCodeNameForObject( const uno::Reference< uno::XInterface >& xIf ) throw(… in getCodeNameForObject() argument 196 bMatched = ( xControl == xIf ); in getCodeNameForObject()
|