Searched refs:rSubSeq (Results 1 – 2 of 2) sorted by relevance
1694 const uno::Sequence< uno::Any >& rSubSeq = pSeqArray[ nIndex1 ]; in InsertHolidayList() local1695 const uno::Any* pAnyArray = rSubSeq.getConstArray(); in InsertHolidayList()1697 for( sal_Int32 nIndex2 = 0; nIndex2 < rSubSeq.getLength(); nIndex2++ ) in InsertHolidayList()1725 const uno::Sequence< double >& rSubSeq = pSeqArray[ nIndex1 ]; in Append() local1726 const double* pArray = rSubSeq.getConstArray(); in Append()1727 for( sal_Int32 nIndex2 = 0; nIndex2 < rSubSeq.getLength(); nIndex2++ ) in Append()1739 const uno::Sequence< sal_Int32 >& rSubSeq = pSeqArray[ nIndex1 ]; in Append() local1740 const sal_Int32* pArray = rSubSeq.getConstArray(); in Append()1741 for( sal_Int32 nIndex2 = 0; nIndex2 < rSubSeq.getLength(); nIndex2++ ) in Append()
1625 uno::Sequence<sheet::DataResult>& rSubSeq = rSequence.getArray()[rRow]; in FillDataResults() local1627 pDataRoot->FillDataRow( pRefMember, rSubSeq, nSeqCol, nMemberMeasure, bHasChild, aSubState ); in FillDataResults()
Completed in 56 milliseconds