Home
last modified time | relevance | path

Searched refs:aCopies (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx415 OReportExchange::TSectionElements aCopies = OReportExchange::extractCopies(aTransferData); in Paste() local
416 if ( aCopies.getLength() > 1 ) in Paste()
418 ::std::compose1(::boost::bind(&OReportSection::Paste,_1,aCopies,false),TReportPairHelper())); in Paste()
423 pMarkedSection->getReportSection().Paste(aCopies,true); in Paste()
H A DReportSection.cxx268 uno::Sequence< uno::Reference<report::XReportComponent> > aCopies; in Paste() local
269 pIter->Value >>= aCopies; in Paste()
270 … const uno::Reference<report::XReportComponent>* pCopiesIter = aCopies.getConstArray(); in Paste()
271 … const uno::Reference<report::XReportComponent>* pCopiesEnd = pCopiesIter + aCopies.getLength(); in Paste()
362 ::std::vector< uno::Reference<report::XReportComponent> > aCopies; in Copy()
363 aCopies.reserve(nMark); in Copy()
392 if ( !aCopies.empty() ) in Copy()
394 ::std::reverse(aCopies.begin(),aCopies.end()); in Copy()
399 … <<= uno::Sequence< uno::Reference<report::XReportComponent> >(&(*aCopies.begin()),aCopies.size()); in Copy()
801 OReportExchange::TSectionElements aCopies = OReportExchange::extractCopies(aDropped); in ExecuteDrop() local
[all …]
H A Ddlgedclip.cxx88 TSectionElements aCopies; in extractCopies() local
92 aDescriptor >>= aCopies; in extractCopies()
96 return aCopies; in extractCopies()

Completed in 28 milliseconds