Home
last modified time | relevance | path

Searched refs:targets (Results 1 – 25 of 99) sorted by relevance

1234

/trunk/main/solenv/bin/modules/packager/
H A Dwork.pm79 my @targets = (); # only used, if the build server is not used
117 push(@targets, $target);
126 return \@targets;
135 my ( $targets ) = @_;
137 for ( my $i = 0; $i <= $#{$targets}; $i++ )
139 my $systemcall = "dmake " . ${$targets}[$i];
167 my ( $targets ) = @_;
194 for ( my $i = 0; $i <= $#{$targets}; $i++ )
196 my $target = ${$targets}[$i];
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/complexlib/
H A DShowTargets.java39 java.util.Vector targets = new java.util.Vector(); in main() local
42 targets.add( "run" ); in main()
73 targets.add( target ); in main()
85 for ( int i=0; i<targets.size(); ++i ) in main()
88 String target = (String)targets.get(i); in main()
/trunk/main/offapi/com/sun/star/animations/
H A DXTargetPropertiesCreator.idl39 /** Factory interface to generate properties for all animated targets.<p>
42 targets can have global properties different from the target's
49 properties for all targets referenced in a given SMIL animation
58 should be applied to the given animation targets, to achieve
H A DXCommand.idl42 See documentation of used application for supported targets.
H A DXIterateContainer.idl46 See documentation of used animation engine for supported targets.
H A DXAnimate.idl48 See documentation of used animation engine for supported targets.
/trunk/main/solenv/bin/
H A Dpackager.pl44 my $targets = packager::work::create_package_todos($packagelist);
46 if ( $ENV{'BSCLIENT'} ) { packager::work::start_build_server($targets); }
47 else { packager::work::execute_system_calls($targets); }
H A Dbuild_release.pl900 my @targets = ();
936 push @targets, $full_target;
946 printf $make "%s\n", join(" \\\n ", @targets);
951 printf ("adding make fules for\n %s\n", join("\n ", @targets));
955 foreach my $target (@targets)
/trunk/main/xmlsecurity/source/framework/
H A Dxmlsignaturetemplateimpl.cxx66 targets.push_back( aXmlElement ); in setTarget()
72 sal_Int32 length = targets.size(); in getTargets()
81 aTargets[i] = targets[i]; in getTargets()
H A Dxmlsignaturetemplateimpl.hxx57 …< ::com::sun::star::uno::Reference< ::com::sun::star::xml::wrapper::XXMLElementWrapper > > targets; member in XMLSignatureTemplateImpl
/trunk/main/offapi/com/sun/star/frame/
H A DFrame.idl103 Frame implementations may (optionally) support special targets in the call to
105 Such special targets are passed as target frame name. They may, in addition,
108 Common special targets include:
H A DDispatchDescriptor.idl66 Special targets (e.g. "_blank", "_self") or really existing target names can be used.
H A DXComponentLoader.idl79 is created. There exist some special targets which never can be used
/trunk/main/wizards/com/sun/star/wizards/web/
H A DWWD_Events.java911 String targets = in finishWizardFinished() local
915 … String message = JavaTools.replaceSubString(resources.resFinishedSuccess, targets, "%FILENAME"); in finishWizardFinished()
/trunk/main/offapi/com/sun/star/document/
H A DXLinkTargetSupplier.idl44 <p>These targets implement the service <type>LinkTarget</type>. </p>
H A DLinkTarget.idl48 /** a link target may have child objects which can be link targets too.
/trunk/main/hsqldb/patches/
H A Di121754.patch7 -<!-- additional targets by unsaved@users.sourceforge.net 2004 - 2008 -->
9 +<!-- additional targets by unsaved@users.sourceforge.net 2004 - 2009 -->
/trunk/main/offapi/com/sun/star/accessibility/
H A DAccessibleRelation.idl53 /** Set of objects that are the relation's targets.
/trunk/main/offapi/com/sun/star/ucb/
H A DSearchInfo.idl76 respective targets also.
/trunk/main/extensions/test/ole/VisualBasic/
H A DProject1.vbproj83 <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
/trunk/main/offapi/com/sun/star/resource/
H A DOfficeResourceLoader.idl67 service in a component which targets more than one particular OpenOffice.org build.</p>
/trunk/main/macOS/soffice.xcodeproj/
H A Dproject.pbxproj99 targets = (
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl429 /** @brief Returns the number of targets for this relation.
452 /** @brief Returns multiple accessible relation targets
455 @param [out] targets
461 actual number of targets in the returned array (not more than maxTargets)
465 [propget] HRESULT targets
469 IUnknown **targets,
1990 /** @brief Returns relation targets for a specified target type.
1994 The number of targets requested. 0 indicates that all targets should be returned.
1995 @param [out] targets
1998 The number of targets returned; the size of the returned array.
[all …]
/trunk/main/offapi/com/sun/star/sheet/
H A DSpreadsheetDocument.idl162 /** provides access to the collection of link targets available in
/trunk/main/sysui/desktop/freedesktop/
H A Dfreedesktop-menus.spec54 # hack/workaround to make SuSE's brp-symlink-script happy. It wants the targets of all links

Completed in 147 milliseconds

1234