/trunk/main/configmgr/source/ |
H A D | xcsparser.cxx | 63 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 D | AllEventObject.idl | 40 /** 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 D | XSpriteCanvas.idl | 113 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 D | passwordcontainer.cxx | 195 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 D | setupscript.pm | 123 my $original = $value; 127 $value = $original; 131 $value = $original; 136 $value = $original;
|
/trunk/main/framework/qa/complex/path_substitution/ |
H A D | PathSubstitutionTest.java | 207 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 D | FetchResult.idl | 49 <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 D | ContentProviderProxy.idl | 67 /** 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 D | XFormulaQuery.idl | 56 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 D | XDrillDownDataSupplier.idl | 45 /** 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 D | XConsolidationDescriptor.idl | 127 /** 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 D | spritecanvasbase.hxx | 139 …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 D | optfltr.src | 58 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 D | manifest.txt | 101 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 D | MasterPageFactory.java | 351 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 D | NOTICE | 157 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 D | UseBackupException.idl | 39 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 D | ParcelZipper.java | 502 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 D | XParagraphCursor.idl | 60 will remain at its original position. 71 will remain at its original position.
|
H A D | XSentenceCursor.idl | 80 will remain at its original position. 91 will remain at its original position.
|
H A D | GraphicCrop.idl | 42 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 D | XWordCursor.idl | 88 will remain at its original position. 99 will remain at its original position.
|
/trunk/main/offapi/com/sun/star/util/ |
H A D | XStringEscape.idl | 54 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 D | XPropertyWithState.idl | 85 In this case the original exception is wrapped into that 102 In this case the original exception is wrapped into that
|
H A D | XFastPropertySet.idl | 85 In this case the original exception is wrapped into this 109 In this case the original exception is wrapped into that
|