Home
last modified time | relevance | path

Searched refs:xXIndexAccess (Results 1 – 1 of 1) sorted by relevance

/trunk/main/filter/source/msfilter/
H A Deschesdo.cxx199 Reference< XIndexAccess > xXIndexAccess( rObj.GetShapeRef(), UNO_QUERY ); in ImplWriteShape() local
201 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() local
1174 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 11 milliseconds