Home
last modified time | relevance | path

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

/AOO42X/main/reportdesign/source/ui/report/
H A DReportSection.cxx247 void OReportSection::Paste(const uno::Sequence< beans::NamedValue >& _aAllreadyCopiedObjects,bool _… in Paste() argument
250 if ( m_xSection.is() && _aAllreadyCopiedObjects.getLength() ) in Paste()
258 const sal_Int32 nLength = _aAllreadyCopiedObjects.getLength(); in Paste()
259 const beans::NamedValue* pIter = _aAllreadyCopiedObjects.getConstArray(); in Paste()
/AOO42X/main/reportdesign/source/ui/inc/
H A DReportSection.hxx104 …sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& _aAllreadyCopiedObjects,bool _bFo…