Searched refs:xXIndexAccess (Results 1 – 1 of 1) sorted by relevance
199 Reference< XIndexAccess > xXIndexAccess( rObj.GetShapeRef(), UNO_QUERY ); in ImplWriteShape() local201 if( xXIndexAccess.is() && 0 != xXIndexAccess->getCount() ) in ImplWriteShape()206 for( sal_uInt32 n = 0, nCnt = xXIndexAccess->getCount(); in ImplWriteShape()210 xXIndexAccess->getByIndex( n ).getValue() ); in ImplWriteShape()1172 const Reference< XIndexAccess > xXIndexAccess(rxShape, UNO_QUERY); in getUnrotatedGroupBoundRange() local1174 if(xXIndexAccess.is()) in getUnrotatedGroupBoundRange()1176 for(sal_uInt32 n(0), nCnt = xXIndexAccess->getCount(); n < nCnt; ++n) in getUnrotatedGroupBoundRange()1178 const Reference< XShape > axShape(xXIndexAccess->getByIndex(n), UNO_QUERY); in getUnrotatedGroupBoundRange()
Completed in 29 milliseconds