/aoo42x/main/dbaccess/qa/complex/dbaccess/ |
H A D | RowSet.java | 768 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 …]
|
/aoo42x/main/sdext/source/pdfimport/inc/ |
H A D | pdfparse.hxx | 81 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 …]
|
/aoo42x/main/writerfilter/source/ooxml/ |
H A D | OOXMLPropertySetImpl.hxx | 58 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 D | OOXMLPropertySetImpl.cxx | 159 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 D | OOXMLPropertySet.hxx | 48 virtual Sprm * clone() = 0; 62 virtual OOXMLPropertySet * clone() const = 0; 74 virtual OOXMLTable * clone() const = 0;
|
/aoo42x/main/qadevOOo/tests/java/ifc/util/ |
H A D | _XCloneable.java | 46 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()
|
/aoo42x/main/writerfilter/source/doctok/ |
H A D | WW8ResourceModelImpl.hxx | 109 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
|
/aoo42x/main/sdext/source/pdfimport/pdfparse/ |
H A D | pdfentries.cxx | 148 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 …]
|
/aoo42x/main/slideshow/source/engine/OGLTrans/ |
H A D | OGLTrans_TransitionImpl.hxx | 321 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 D | OGLTrans_TransitionImpl.cxx | 830 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()
|
/aoo42x/main/configmgr/source/ |
H A D | nodemap.cxx | 39 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()
|
/aoo42x/main/solenv/bin/modules/installer/patch/ |
H A D | MsiRow.pm | 144 my $clone = { %$self }; 145 $clone->{'values'} = [ @{$self->{'values'}} ]; 146 $clone->{'table'} = $new_table; 147 bless($clone, "MsiRow"); 149 return $clone;
|
/aoo42x/main/drawinglayer/inc/drawinglayer/animation/ |
H A D | animationtiming.hxx | 47 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;
|
/aoo42x/main/cppuhelper/source/ |
H A D | unourl.cxx | 68 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 =()
|
/aoo42x/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/ |
H A D | GSIReader.java | 136 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()
|
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/ |
H A D | OfficeReportLayoutController.java | 182 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 D | OfficeGroupSectionLayoutController.java | 78 final ElementLayoutController clone = (ElementLayoutController) this.clone(); in startElement() local 79 clone.setProcessingState(ElementLayoutController.FINISHED); in startElement() 80 return clone; in startElement()
|
H A D | OfficeDetailLayoutController.java | 110 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 D | OfficeGroupLayoutController.java | 108 (OfficeGroupLayoutController) clone(); in processContent() 127 (OfficeGroupLayoutController) clone(); in processContent() 157 final OfficeGroupLayoutController derived = (OfficeGroupLayoutController) clone(); in join()
|
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
H A D | StyleUtilities.java | 172 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()
|
/aoo42x/main/drawinglayer/source/animation/ |
H A D | animationtiming.cxx | 58 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
|
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/ |
H A D | StarReportDataFactory.java | 109 return (ReportDataFactory) clone(); in derive() 117 public Object clone() throws CloneNotSupportedException in clone() method in StarReportDataFactory 119 return super.clone(); in clone()
|
/aoo42x/main/l10ntools/source/help/ |
H A D | HelpCompiler.cxx | 148 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()
|
/aoo42x/main/stoc/source/uriproc/ |
H A D | UriReferenceFactory.cxx | 344 css::uno::Reference< css::uri::XUriReference > clone( in clone() function in __anonf65cdc0a0111::Factory 460 return clone(uriReference); in makeAbsolute() 465 clone(baseUriReference)); in makeAbsolute() 578 return clone(uriReference); in makeRelative()
|
/aoo42x/main/slideshow/source/engine/ |
H A D | slideview.cxx | 211 ::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()
|