Home
last modified time | relevance | path

Searched refs:clone (Results 1 – 25 of 144) sorted by last modified time

123456

/trunk/main/
H A DREADME31 git clone https://gitbox.apache.org/repos/asf/openoffice.git aoo
/trunk/
H A DREADME.md24 git clone https://gitbox.apache.org/repos/asf/openoffice.git aoo
/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 …]
H A DDatabaseDocument.java183 final ArrayList eventListenersCopy = (ArrayList) m_eventListeners.clone(); in dispose()
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DInterfaceContainer.java402 InterfaceContainer aCopy= (InterfaceContainer) clone(); in iterator()
449 synchronized public Object clone() in clone() method in InterfaceContainer
477 InterfaceContainer aCopy= (InterfaceContainer) clone(); in listIterator()
/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()
H A DHelpCompiler.hxx306 xmlNodePtr clone(xmlNodePtr node, const std::string& appl);
/trunk/main/slideshow/source/engine/slide/
H A Dslideimpl.cxx328 ::cppcanvas::CanvasSharedPtr pDevicePixelCanvas( pCanvas->clone() ); in operator ()()
/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()
/trunk/main/odk/examples/java/ToDo/
H A DToDo.java196 (GregorianCalendar) gregCalAbsoluteStartDate.clone(); in recalc()
402 gregCalEndDate.clone(); in recalc()
572 gregCalAbsoluteStartDate.clone(); in recalc()
/trunk/main/filter/source/config/cache/
H A Dfiltercache.cxx101 FilterCache* FilterCache::clone() const in clone() function in filter::config::FilterCache
H A Dfiltercache.hxx326 virtual FilterCache* clone() const;
H A Dbasecontainer.cxx151 m_pFlushCache = m_rCache->clone(); in impl_initFlushMode()
/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx395 CustomAnimationEffectPtr CustomAnimationEffect::clone() const in clone() function in sd::CustomAnimationEffect
2698 pNewEffect = pEffect->clone(); in createTextGroupParagraphEffects()
2860 pEffect = (*aIter)->clone(); in setAnimateForm()
/trunk/main/slideshow/source/engine/transitions/
H A Dslidechangebase.cxx175 pCanvas->clone() ); in renderBitmap()
/trunk/main/sd/source/ui/framework/configuration/
H A DResourceId.cxx465 ResourceId::clone (void) in clone() function in sd::framework::ResourceId
/trunk/main/xmlsecurity/source/framework/
H A Dsaxeventkeeperimpl.cxx1155 = pElementCollector->clone(nId, priority); in cloneElementCollector()
H A Delementcollector.cxx246 ElementCollector* ElementCollector::clone( in clone() function in ElementCollector
H A Delementcollector.hxx98 ElementCollector* clone(
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DParaStyle.java391 resolved = (ParaStyle)this.clone(); in getResolved()
H A DTextStyle.java374 resolved = (TextStyle)this.clone(); in getResolved()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DCellStyle.java277 resolved = (CellStyle)this.clone(); in getResolved()
H A DColumnStyle.java182 resolved = (ColumnStyle)this.clone(); in getResolved()
H A DRowStyle.java182 resolved = (RowStyle)this.clone(); in getResolved()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/
H A DConvert.java170 public Object clone() { in clone() method in Convert
175 aClone = (Convert) super.clone(); in clone()

Completed in 297 milliseconds

123456