Home
last modified time | relevance | path

Searched refs:original (Results 1 – 25 of 212) sorted by relevance

123456789

/trunk/main/configmgr/source/
H A Dxcsparser.cxx63 rtl::Reference< Node > const & original, in merge()
67 original.is() && update.is() && original->kind() == update->kind() && in merge()
69 if (update->getLayer() >= original->getLayer() && in merge()
70 update->getLayer() <= original->getFinalized()) in merge()
72 switch (original->kind()) { in merge()
82 if (i1 == original->getMembers().end()) { in merge()
85 original.get())->isExtensible()) in merge()
87 original->getMembers().insert(*i2); in merge()
99 if (i1 == original->getMembers().end()) { in merge()
100 if (dynamic_cast< SetNode * >(original.get())-> in merge()
[all …]
/trunk/main/udkapi/com/sun/star/script/
H A DAllEventObject.idl40 /** This event is a wrapper for an original event in a forwarding event.
42 <p> Usually the original event is the first argument in the
57 /** contains the type of the original listener.
62 /** The original method name on which the event was fired.
67 /** The arguments of the original method.
/trunk/main/offapi/com/sun/star/rendering/
H A DXSpriteCanvas.idl113 original. Furthermore, cloned copies of a hidden original are
114 never visible, although cloned copies of a visible original
117 @param original
118 The original sprite to copy the content from. This sprite must
125 XSprite createClonedSprite( [in] XSprite original )
/trunk/main/svl/source/passwordcontainer/
H A Dpasswordcontainer.cxx195 static Sequence< ::rtl::OUString > copyVectorToSequence( const vector< ::rtl::OUString >& original ) in copyVectorToSequence() argument
197 Sequence< ::rtl::OUString > newOne ( original.size() ); in copyVectorToSequence()
198 for( unsigned int i = 0; i < original.size() ; i++ ) in copyVectorToSequence()
199 newOne[i] = original[i]; in copyVectorToSequence()
204 static vector< ::rtl::OUString > copySequenceToVector( const Sequence< ::rtl::OUString >& original ) in copySequenceToVector() argument
206 vector< ::rtl::OUString > newOne ( original.getLength() ); in copySequenceToVector()
207 for( int i = 0; i < original.getLength() ; i++ ) in copySequenceToVector()
208 newOne[i] = original[i]; in copySequenceToVector()
754 Sequence< UserRecord > aResult( original.size() ); in CopyToUserRecordSequence()
758 for( list< NamePassRecord >::const_iterator aNPIter = original.begin(); in CopyToUserRecordSequence()
[all …]
/trunk/main/solenv/bin/modules/installer/
H A Dsetupscript.pm123 my $original = $value;
127 $value = $original;
131 $value = $original;
136 $value = $original;
/trunk/main/framework/qa/complex/path_substitution/
H A DPathSubstitutionTest.java207 private boolean checkResubstitute(String subst, String original) in checkResubstitute() argument
210 if (subst.startsWith(original)) in checkResubstitute()
219 if (subst.startsWith(var) && original.startsWith(original)) in checkResubstitute()
/trunk/main/offapi/com/sun/star/ucb/
H A DFetchResult.idl49 <member>FetchResult::Rows</member> in the original resultset. So if
52 contains the data of the index <code>3</code> in the original resultset.
65 as in the original resultset.
H A DContentProviderProxy.idl67 /** gives access to the original content provider behind the proxy.
76 /** a content provider implementation that wrappes the original provider.
82 original provider.
/trunk/main/offapi/com/sun/star/sheet/
H A DXFormulaQuery.idl56 the original cell.</p>
59 <FALSE/> = queries cells dependent from the original range(s),
78 <FALSE/> = queries precedent cells of the original range(s),
H A DXDrillDownDataSupplier.idl45 /** supplies a filtered subset of the original data source based on filtering criteria.
60 /** This method returns filtered subset of the original source data based on
H A DXConsolidationDescriptor.idl127 /** returns, whether links to the original data are inserted in the
134 /** specifies if links to the original data are inserted in the
/trunk/main/canvas/inc/canvas/base/
H A Dspritecanvasbase.hxx139 …com::sun::star::uno::Reference< ::com::sun::star::rendering::XSprite >& original ) throw (::com::s… in createClonedSprite() argument
142 tools::verifyArgs(original, in createClonedSprite()
148 return BaseType::maCanvasHelper.createClonedSprite(original); in createClonedSprite()
/trunk/main/cui/source/options/
H A Doptfltr.src58 Text [ en-US ] = "Save ~original Basic code" ;
89 Text [ en-US ] = "Sa~ve original Basic code" ;
112 Text [ en-US ] = "Sav~e original Basic code" ;
/trunk/main/slideshow/
H A Dmanifest.txt101 is held via shared_ptr by the original class, and normally
104 original object by plain reference. This is safe, if the original
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DMasterPageFactory.java351 final PageLayout original = predefined.getPageStyle(pageStyleTemplate); in derivePageStyle() local
352 if (original == null) in derivePageStyle()
359 final PageLayout derived = (PageLayout) original.clone(); in derivePageStyle()
/trunk/main/
H A DNOTICE157 original software and related information is available
162 open source software. The original software and
167 which is open source software. The original software and
/trunk/main/offapi/com/sun/star/embed/
H A DUseBackupException.idl39 If a commit process of a storage failes on last transfer and the original
41 the user that a backup usage is required to restore the original content.
/trunk/main/scripting/java/org/openoffice/idesupport/zip/
H A DParcelZipper.java502 ZipEntry original = documentZip.getEntry("META-INF/manifest.xml"); in getManifestFromDocument() local
503 if (original != null) { in getManifestFromDocument()
504 result = new Manifest(documentZip.getInputStream(original)); in getManifestFromDocument()
/trunk/main/offapi/com/sun/star/text/
H A DXParagraphCursor.idl60 will remain at its original position.
71 will remain at its original position.
H A DXSentenceCursor.idl80 will remain at its original position.
91 will remain at its original position.
H A DGraphicCrop.idl42 than the objects original height. The absolute sum of the left and
43 right crop must be smaller than the object's original width.
H A DXWordCursor.idl88 will remain at its original position.
99 will remain at its original position.
/trunk/main/offapi/com/sun/star/util/
H A DXStringEscape.idl54 encoding should try to preserve as much as possible of the original
66 /** decodes an escaped string into the original form.
/trunk/main/udkapi/com/sun/star/beans/
H A DXPropertyWithState.idl85 In this case the original exception is wrapped into that
102 In this case the original exception is wrapped into that
H A DXFastPropertySet.idl85 In this case the original exception is wrapped into this
109 In this case the original exception is wrapped into that

Completed in 83 milliseconds

123456789