Lines Matching refs:xIndexAccess
363 …tainer::XIndexAccess >& xIndexAccess, bool bIsRows, bool bIsColumns ) : ScVbaCollectionBaseImpl( x… in ScVbaRangeAreas() argument
3079 uno::Reference< container::XIndexAccess > xIndexAccess = xReplace->findAll( xSearch ); in Replace() local
3082 if ( xIndexAccess.is() && xIndexAccess->getCount() > 0 ) in Replace()
3085 ScCellRangesBase* pScCellRangesBase = ScCellRangesBase::getImplementation( xIndexAccess ); in Replace()
3833 …uno::Reference< container::XIndexAccess > xIndexAccess( xColRowRange->getColumns(), uno::UNO_QUERY… in getWidth() local
3834 sal_Int32 nElems = xIndexAccess->getCount(); in getWidth()
3838 …uno::Reference< sheet::XCellRangeAddressable > xAddressable( xIndexAccess->getByIndex( index ), un… in getWidth()
4063 …uno::Reference< container::XIndexAccess > xIndexAccess( xColRowRange->getRows(), uno::UNO_QUERY_TH… in getHeight() local
4064 sal_Int32 nElems = xIndexAccess->getCount(); in getHeight()
4068 …uno::Reference< sheet::XCellRangeAddressable > xAddressable( xIndexAccess->getByIndex( index ), un… in getHeight()
4199 …uno::Reference< container::XIndexAccess > xIndexAccess( lcl_GetDataBaseRanges( pShell ), uno::UNO_… in lcl_GetAutoFiltRange() local
4202 for ( sal_Int32 index=0; index < xIndexAccess->getCount(); ++index ) in lcl_GetAutoFiltRange()
4204 …uno::Reference< sheet::XDatabaseRange > xDBRange( xIndexAccess->getByIndex( index ), uno::UNO_QUER… in lcl_GetAutoFiltRange()