Searched refs:xSubGrid (Results 1 – 2 of 2) sorted by relevance
290 Reference< beans::XPropertySet > xSubGrid( *pIt ); in lcl_CloneSubGrids() local291 if( xSubGrid.is()) in lcl_CloneSubGrids()293 Reference< util::XCloneable > xCloneable( xSubGrid, uno::UNO_QUERY ); in lcl_CloneSubGrids()295 xSubGrid.set( xCloneable->createClone(), uno::UNO_QUERY ); in lcl_CloneSubGrids()298 (*pDestIt) = xSubGrid; in lcl_CloneSubGrids()
882 Reference< beans::XPropertySet > xSubGrid( aSubGrids[nSubGrid] ); in getAllGrids() local883 if( xSubGrid.is() ) in getAllGrids()884 aGridVector.push_back( xSubGrid ); in getAllGrids()
Completed in 12 milliseconds