Home
last modified time | relevance | path

Searched refs:clone (Results 1 – 25 of 144) sorted by relevance

123456

/trunk/main/dbaccess/qa/complex/dbaccess/
H A DRowSet.java768 clone.next(); in testCloneMovesPlusDeletions()
776 clone.previous(); in testCloneMovesPlusDeletions()
778 clone.next(); in testCloneMovesPlusDeletions()
784 clone.next(); in testCloneMovesPlusDeletions()
786 clone.previous(); in testCloneMovesPlusDeletions()
821 clone.first(); in testCloneMovesPlusInsertions()
822 clone.absolute(11); in testCloneMovesPlusInsertions()
823 clone.first(); in testCloneMovesPlusInsertions()
838 clone.first(); in testCloneMovesPlusInsertions()
839 clone.absolute(11); in testCloneMovesPlusInsertions()
[all …]
/trunk/main/sdext/source/pdfimport/inc/
H A Dpdfparse.hxx81 virtual PDFEntry* clone() const;
99 virtual PDFEntry* clone() const;
112 virtual PDFEntry* clone() const;
125 virtual PDFEntry* clone() const;
136 virtual PDFEntry* clone() const;
148 virtual PDFEntry* clone() const;
156 virtual PDFEntry* clone() const;
182 virtual PDFEntry* clone() const;
193 virtual PDFEntry* clone() const;
215 virtual PDFEntry* clone() const;
[all …]
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLPropertySetImpl.hxx58 virtual OOXMLValue * clone() const;
85 virtual Sprm * clone();
99 virtual OOXMLValue * clone() const;
115 virtual OOXMLValue * clone() const;
129 virtual OOXMLValue * clone() const;
143 virtual OOXMLValue * clone() const;
188 virtual OOXMLValue * clone() const;
203 virtual OOXMLValue * clone() const;
217 virtual OOXMLValue * clone() const;
230 virtual OOXMLValue * clone() const;
[all …]
H A DOOXMLPropertySetImpl.cxx159 Sprm * OOXMLPropertyImpl::clone() in clone() function in writerfilter::ooxml::OOXMLPropertyImpl
239 OOXMLValue * OOXMLValue::clone() const in clone() function in writerfilter::ooxml::OOXMLValue
268 OOXMLValue * OOXMLBinaryValue::clone() const in clone() function in writerfilter::ooxml::OOXMLBinaryValue
321 OOXMLValue * OOXMLBooleanValue::clone() const in clone() function in writerfilter::ooxml::OOXMLBooleanValue
356 OOXMLValue * OOXMLStringValue::clone() const in clone() function in writerfilter::ooxml::OOXMLStringValue
385 OOXMLValue * OOXMLInputStreamValue::clone() const in clone() function in writerfilter::ooxml::OOXMLInputStreamValue
561 (mpPropertySet->clone()); in getProperties()
609 OOXMLValue * OOXMLIntegerValue::clone() const in clone() function in writerfilter::ooxml::OOXMLIntegerValue
645 OOXMLValue * OOXMLHexValue::clone() const in clone() function in writerfilter::ooxml::OOXMLHexValue
682 OOXMLValue * OOXMLShapeValue::clone() const in clone() function in writerfilter::ooxml::OOXMLShapeValue
[all …]
H A DOOXMLPropertySet.hxx48 virtual Sprm * clone() = 0;
62 virtual OOXMLPropertySet * clone() const = 0;
74 virtual OOXMLTable * clone() const = 0;
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/util/
H A D_XCloneable.java46 protected XCloneable clone = null; field in _XCloneable
54 clone = oObj.createClone(); in _createClone()
57 result &= checkImplementationName(oObj,clone); in _createClone()
60 result &= checkImplementationID(oObj, clone); in _createClone()
75 protected boolean checkImplementationID(XInterface org, XInterface clone) { in checkImplementationID() argument
77 getImplementationID(clone)); in checkImplementationID()
95 protected boolean checkImplementationName(XInterface org, XInterface clone) { in checkImplementationName() argument
97 getImplementationName(clone)); in checkImplementationName()
101 log.println("Gained: "+getImplementationName(clone)); in checkImplementationName()
/trunk/main/writerfilter/source/doctok/
H A DWW8ResourceModelImpl.hxx109 virtual WW8BinaryObjReference * clone() { return new WW8BinaryObjReference(*this); } in clone() function in writerfilter::doctok::WW8BinaryObjReference
151 virtual WW8Sprm * clone() const { return new WW8Sprm(*this); } in clone() function in writerfilter::doctok::WW8Sprm
167 virtual WW8Value * clone() const = 0;
183 virtual WW8Value * clone() const { return new WW8IntValue(*this); } in clone() function in writerfilter::doctok::WW8IntValue
209 virtual WW8Value * clone() const { return new WW8StringValue(*this); } in clone() function in writerfilter::doctok::WW8StringValue
237 virtual WW8Value * clone() const { return new WW8PropertiesValue(mRef); } in clone() function in writerfilter::doctok::WW8PropertiesValue
258 virtual WW8Value * clone() const { return new WW8StreamValue(mRef); } in clone() function in writerfilter::doctok::WW8StreamValue
300 virtual WW8Value * clone() const { return new WW8BinaryObjValue(mRef); } in clone() function in writerfilter::doctok::WW8BinaryObjValue
/trunk/main/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx148 PDFEntry* PDFComment::clone() const in clone() function in PDFComment
164 PDFEntry* PDFName::clone() const in clone() function in PDFName
252 PDFEntry* PDFString::clone() const in clone() function in PDFString
401 PDFEntry* PDFNumber::clone() const in clone() function in PDFNumber
416 PDFEntry* PDFBool::clone() const in clone() function in PDFBool
430 PDFEntry* PDFNull::clone() const in clone() function in PDFNull
519 PDFEntry* PDFArray::clone() const in clone() function in PDFArray
611 PDFEntry* PDFDict::clone() const in clone() function in PDFDict
628 PDFEntry* PDFStream::clone() const in clone() function in PDFStream
1453 PDFEntry* PDFFile::clone() const in clone() function in PDFFile
[all …]
/trunk/main/slideshow/source/engine/OGLTrans/
H A DOGLTrans_TransitionImpl.hxx321 virtual Operation* clone() = 0;
330 virtual SRotate* clone();
375 SScale* clone();
408 STranslate* clone();
439 SEllipseTranslate* clone();
475 RotateAndScaleDepthByWidth* clone();
491 RotateAndScaleDepthByHeight* clone();
H A DOGLTrans_TransitionImpl.cxx830 STranslate* STranslate::clone() in clone() function in STranslate
834 SRotate* SRotate::clone() in clone() function in SRotate
839 SScale* SScale::clone() in clone() function in SScale
844 SEllipseTranslate* SEllipseTranslate::clone() in clone() function in SEllipseTranslate
849 RotateAndScaleDepthByWidth* RotateAndScaleDepthByWidth::clone() in clone() function in RotateAndScaleDepthByWidth
854 RotateAndScaleDepthByHeight* RotateAndScaleDepthByHeight::clone() in clone() function in RotateAndScaleDepthByHeight
862 Operations.push_back(rvalue.Operations[i]->clone()); in operator =()
875 Operations.push_back(rvalue.Operations[i]->clone()); in Primitive()
/trunk/main/configmgr/source/
H A Dnodemap.cxx39 NodeMap clone(source); in cloneNodeMap() local
40 for (NodeMap::iterator i(clone.begin()); i != clone.end(); ++i) { in cloneNodeMap()
41 i->second = i->second->clone(true); in cloneNodeMap()
43 std::swap(clone, *target); in cloneNodeMap()
/trunk/main/solenv/bin/modules/installer/patch/
H A DMsiRow.pm144 my $clone = { %$self };
145 $clone->{'values'} = [ @{$self->{'values'}} ];
146 $clone->{'table'} = $new_table;
147 bless($clone, "MsiRow");
149 return $clone;
/trunk/main/drawinglayer/inc/drawinglayer/animation/
H A Danimationtiming.hxx47 virtual AnimationEntry* clone() const = 0;
66 virtual AnimationEntry* clone() const;
87 virtual AnimationEntry* clone() const;
109 virtual AnimationEntry* clone() const;
128 virtual AnimationEntry* clone() const;
/trunk/main/cppuhelper/source/
H A Dunourl.cxx68 inline Impl * clone() const { return new Impl(*this); } in clone() function in UnoUrlDescriptor::Impl
160 m_xImpl(rOther.m_xImpl->clone()) in UnoUrlDescriptor()
168 m_xImpl.reset(rOther.m_xImpl->clone()); in operator =()
202 inline Impl * clone() const { return new Impl(*this); } in clone() function in UnoUrl::Impl
269 UnoUrl::UnoUrl(UnoUrl const & rOther): m_xImpl(rOther.m_xImpl->clone()) in UnoUrl()
277 m_xImpl.reset(rOther.m_xImpl->clone()); in operator =()
/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DGSIReader.java136 GSIBlock.put(sourceLanguage, EmptyLanguageMap.clone()); in getGSIData()
137 GSIBlock.put(targetLanguage, EmptyLanguageMap.clone()); in getGSIData()
150 GSIBlock.put(sourceLanguage, EmptyLanguageMap.clone()); in getGSIData()
151 GSIBlock.put(targetLanguage, EmptyLanguageMap.clone()); in getGSIData()
191 GSIBlock.put(targetLanguage, EmptyLanguageMap.clone()); in getGSIData()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DOfficeReportLayoutController.java182 final OfficeReportLayoutController olc = (OfficeReportLayoutController) clone(); in processContent()
196 final OfficeReportLayoutController olc = (OfficeReportLayoutController) clone(); in delegateSpreadsheetSection()
213 final OfficeReportLayoutController olc = (OfficeReportLayoutController) clone(); in delegateToTemplates()
226 final OfficeReportLayoutController olc = (OfficeReportLayoutController) clone(); in delegateSection()
252 final OfficeReportLayoutController derived = (OfficeReportLayoutController) clone(); in join()
H A DOfficeGroupSectionLayoutController.java78 final ElementLayoutController clone = (ElementLayoutController) this.clone(); in startElement() local
79 clone.setProcessingState(ElementLayoutController.FINISHED); in startElement()
80 return clone; in startElement()
H A DOfficeDetailLayoutController.java110 final SectionLayoutController derived = (SectionLayoutController) clone(); in startElement()
119 final OfficeDetailLayoutController controller = (OfficeDetailLayoutController) clone(); in startElement()
147 final OfficeDetailLayoutController derived = (OfficeDetailLayoutController) clone(); in join()
H A DOfficeGroupLayoutController.java108 (OfficeGroupLayoutController) clone(); in processContent()
127 (OfficeGroupLayoutController) clone(); in processContent()
157 final OfficeGroupLayoutController derived = (OfficeGroupLayoutController) clone(); in join()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DStyleUtilities.java172 final OfficeStyle preStyle = (OfficeStyle) predefCommonStyle.clone(); in copyStyleInternal()
221 currentFonts.addFontFace((FontFaceElement) element.clone()); in performFontFaceProcessing()
233 currentFonts.addFontFace((FontFaceElement) element.clone()); in performFontFaceProcessing()
245 currentFonts.addFontFace((FontFaceElement) element.clone()); in performFontFaceProcessing()
296 derivedStyle = (DataStyle) autoDataStyle.clone(); in performDataStyleProcessing()
305 derivedStyle = (DataStyle) commonDataStyle.clone(); in performDataStyleProcessing()
496 final OfficeStyle autostyle = (OfficeStyle) commonStyle.clone(); in deriveAutomaticStyle()
/trunk/main/drawinglayer/source/animation/
H A Danimationtiming.cxx58 AnimationEntry* AnimationEntryFixed::clone() const in clone() function in drawinglayer::animation::AnimationEntryFixed
108 AnimationEntry* AnimationEntryLinear::clone() const in clone() function in drawinglayer::animation::AnimationEntryLinear
198 AnimationEntry* AnimationEntryList::clone() const in clone() function in drawinglayer::animation::AnimationEntryList
236 maEntries.push_back(rCandidate.clone()); in append()
292 AnimationEntry* AnimationEntryLoop::clone() const in clone() function in drawinglayer::animation::AnimationEntryLoop
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DStarReportDataFactory.java109 return (ReportDataFactory) clone(); in derive()
117 public Object clone() throws CloneNotSupportedException in clone() method in StarReportDataFactory
119 return super.clone(); in clone()
/trunk/main/l10ntools/source/help/
H A DHelpCompiler.cxx148 xmlNodePtr HelpCompiler::clone(xmlNodePtr node, const std::string& appl) in clone() function in HelpCompiler
178 xmlAddChild(parent, clone(cnl, appl)); in clone()
205 xmlAddChild(parent, clone(cnl, appl)); in clone()
218 xmlAddChild(parent, clone(n, appl)); in clone()
444 xmlNodePtr docResolved = clone(xmlDocGetRootElement(docResolvedOrg), appl); in compile()
/trunk/main/stoc/source/uriproc/
H A DUriReferenceFactory.cxx344 css::uno::Reference< css::uri::XUriReference > clone( in clone() function in __anon6d56e0e10111::Factory
460 return clone(uriReference); in makeAbsolute()
465 clone(baseUriReference)); in makeAbsolute()
578 return clone(uriReference); in makeRelative()
/trunk/main/slideshow/source/engine/
H A Dslideview.cxx211 ::cppcanvas::CanvasSharedPtr pCliplessCanvas( pCanvas->clone() ); in clearRect()
558 clearRect(getCanvas()->clone(), in clear()
564 ::cppcanvas::CanvasSharedPtr pCanvas( getCanvas()->clone() ); in clearAll()
876 clearRect(getCanvas()->clone(), in clear()

Completed in 157 milliseconds

123456