Home
last modified time | relevance | path

Searched refs:xIndexAccess (Results 76 – 77 of 77) sorted by relevance

1234

/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx7581 Reference< XIndexAccess > xIndexAccess( xTableRows, UNO_QUERY_THROW ); in CreateTableRows() local
7582 for ( sal_Int32 n = 0; n < xIndexAccess->getCount(); n++ ) in CreateTableRows()
7594 Reference< XPropertySet > xPropSet( xIndexAccess->getByIndex( n ), UNO_QUERY_THROW ); in CreateTableRows()
7606 Reference< XIndexAccess > xIndexAccess( xTableColumns, UNO_QUERY_THROW ); in CreateTableColumns() local
7607 for ( sal_Int32 n = 0; n < xIndexAccess->getCount(); n++ ) in CreateTableColumns()
7619 Reference< XPropertySet > xPropSet( xIndexAccess->getByIndex( n ), UNO_QUERY_THROW ); in CreateTableColumns()
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx861 uno::Reference< container::XIndexAccess > xIndexAccess( xShapes, uno::UNO_QUERY ); in FillRenderMarkData() local
862 if( xIndexAccess.is() ) in FillRenderMarkData()
865 … uno::Reference< drawing::XShape > xShape( xIndexAccess->getByIndex(0), uno::UNO_QUERY ); in FillRenderMarkData()

Completed in 81 milliseconds

1234