Searched refs:aDelegatorArguments (Results 1 – 2 of 2) sorted by relevance
1438 uno::Sequence< uno::Any > aDelegatorArguments(_aMediaDescriptor.getLength()); in impl_loadFromStorage_nolck_throw() local1439 uno::Any* pIter = aDelegatorArguments.getArray(); in impl_loadFromStorage_nolck_throw()1440 uno::Any* pEnd = pIter + aDelegatorArguments.getLength(); in impl_loadFromStorage_nolck_throw()1445 sal_Int32 nPos = aDelegatorArguments.getLength(); in impl_loadFromStorage_nolck_throw()1446 aDelegatorArguments.realloc(nPos+1); in impl_loadFromStorage_nolck_throw()1450 aDelegatorArguments[nPos] <<= aPropVal; in impl_loadFromStorage_nolck_throw()1456 …CONSTASCII_USTRINGPARAM("com.sun.star.comp.report.OReportFilter")),aDelegatorArguments,m_aProps->m… in impl_loadFromStorage_nolck_throw()1464 aTemp << aDelegatorArguments; in impl_loadFromStorage_nolck_throw()1493 uno::Sequence< uno::Any > aDelegatorArguments; in storeToStorage() local1495 lcl_extractAndStartStatusIndicator( aDescriptor, xStatusIndicator, aDelegatorArguments ); in storeToStorage()[all …]
1605 Sequence< Any > aDelegatorArguments; in impl_writeStorage_throw() local1606 lcl_extractStatusIndicator( _rMediaDescriptor, aDelegatorArguments ); in impl_writeStorage_throw()1641 sal_Int32 nArgsLen = aDelegatorArguments.getLength(); in impl_writeStorage_throw()1642 aDelegatorArguments.realloc(nArgsLen+1); in impl_writeStorage_throw()1643 aDelegatorArguments[nArgsLen++] <<= xInfoSet; in impl_writeStorage_throw()1655 aDelegatorArguments, aMediaDescriptor, _rxTargetStorage ); in impl_writeStorage_throw()1659 aDelegatorArguments, aMediaDescriptor, _rxTargetStorage ); in impl_writeStorage_throw()