Searched refs:_rAllreadyCopiedObjects (Results 1 – 2 of 2) sorted by relevance
344 void OReportSection::Copy(uno::Sequence< beans::NamedValue >& _rAllreadyCopiedObjects) in Copy() argument346 Copy(_rAllreadyCopiedObjects,false); in Copy()349 void OReportSection::Copy(uno::Sequence< beans::NamedValue >& _rAllreadyCopiedObjects,bool _bEraseA… in Copy() argument395 const sal_Int32 nLength = _rAllreadyCopiedObjects.getLength(); in Copy()396 _rAllreadyCopiedObjects.realloc( nLength + 1); in Copy()397 beans::NamedValue* pNewValue = _rAllreadyCopiedObjects.getArray() + nLength; in Copy()
97 …y(::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& _rAllreadyCopiedObjects);99 …sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& _rAllreadyCopiedObjects,bool _bEr…
Completed in 9 milliseconds