Home
last modified time | relevance | path

Searched refs:target (Results 51 – 75 of 1361) sorted by relevance

12345678910>>...55

/trunk/main/solenv/bin/
H A Dlinkoo71 my ($target, $libver, $lang) = ( 'unxlngi4.pro', '680', 'en-US' ); # defaults
82 $target = $2;
93 print "Sniffed target: $target, $libver\n";
95 return ($target, $libver, $lang);
176 my $target = shift;
183 my $test = "$build_path/$subdir/$target";
H A Dbuild_release.pl955 foreach my $target (@targets)
957 printf $make "%s :\n", $target;
1034 my $target = sprintf("%s/%s", $target_path, $basename);
1044 unlink $target if ( -f $target);
1045 my $result = symlink($source, $target);
1050 printf " -> %s\n", $target;
/trunk/main/apache-commons/patches/
H A Dcodec.patch4 </target>
5 <target name="dist" depends="compile, javadoc" description="Create binary distribution">
10 <antcall target="jar"/>
12 <target name="jar" depends="compile" description="Create jar">
/trunk/main/offapi/com/sun/star/xml/dom/events/
H A DEventType.idl114 …le changes which occur either simultaneously or in rapid succession. The target of this event is t…
122 … node. This event is dispatched after the insertion has taken place. The target of this event is t…
130 …. This event is dispatched before the node is removed from the tree. The target of this event is t…
138 … contained. This event is dispatched before the removal takes place. The target of this event is t…
146 …ained. This event is dispatched after the insertion has taken place. The target of this event is t…
154 …Fired after an Attr has been modified on a node. The target of this event is the Node whose Attr c…
162 …leted. This event is also triggered by modifications to PI elements. The target of this event is t…
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx1477 … if( target == XA_COLORMAP || target == XA_PIXMAP || target == XA_BITMAP || target == XA_VISUALID ) in sendData()
1484 if( target == XA_COLORMAP ) in sendData()
1488 else if( target == XA_PIXMAP || target == XA_BITMAP ) in sendData()
1541 if( target == XA_BITMAP ) in sendData()
1548 target, in sendData()
1561 if( target == m_nTEXTAtom ) in sendData()
1562 target = m_nCOMPOUNDAtom; in sendData()
1598 rInc.m_aTarget = target; in sendData()
1615 target, in sendData()
1650 aNotify.xselection.target = rRequest.target; in handleSelectionRequest()
[all …]
/trunk/main/offapi/com/sun/star/ucb/
H A DTransferCommandOperation.idl38 /** Copy the source to the target folder. */
42 /** Move the source to the target folder. */
46 /** Create a link in the target folder. The link's target is the source
/trunk/main/l10ntools/source/
H A Dinireader.cxx88 UnicodeString target( line.c_str() , line.length() ); in is_section() local
90 section_match->reset( target ); in is_section()
109 UnicodeString target( line.c_str() , line.length() ); in is_parameter() local
111 parameter_match->reset( target ); in is_parameter()
/trunk/main/offapi/com/sun/star/presentation/
H A DShapeAnimationSubType.idl32 /** Defines the whole shape or a subitem as a target for an
40 /** the whole shape is a target
44 /** only the background is a target.
51 /** only the text is a target.
/trunk/main/offapi/com/sun/star/animations/
H A DXAnimate.idl46 /** This attribute specifies the target element to be animated.
52 /** This attribute specifies an optional subitem from the target element
55 A value of zero should always be the default and animate the complete target.
61 /** Specifies the target attribute.
85 If the target attribute does not support linear interpolation (e.g. for strings),
/trunk/main/solenv/doc/gbuild/solenv/gbuild/
H A Dhelper.mk49 /// Returns the clean target of a target modifying the \$(OUTDIR).
50 static Path get_outdir_clean_target(Path target);
56 /// The path to a phony target, that is always outdated.
/trunk/main/offapi/com/sun/star/sdb/application/
H A DCopyTableOperation.idl40 /** specifies that the wizard should copy the source table to the target database,
45 /** specifies that the wizard should copy the source table to the target database,
52 <p>This option is not available if the target database does not support views.</p>
57 table in the target database.
/trunk/main/pyuno/source/module/
H A Dpyuno_type.cxx260 PyObject *importToGlobal(PyObject *str, PyObject *dict, PyObject *target) in importToGlobal() argument
283 const char *targetName = PyUnicode_AsUTF8( target ); in importToGlobal()
286 PyRef pUtf8( PyUnicode_AsUTF8String( target ), SAL_NO_ACQUIRE ); in importToGlobal()
291 /*const*/ char *targetName = PyBytes_AsString( target ); in importToGlobal()
303 PyDict_SetItem( dict, target, exc.getAcquired() ); in importToGlobal()
339 PyDict_SetItem( dict, target , constant.get()); in importToGlobal()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DOfficeGroupLayoutController.java100 protected LayoutController processContent(final ReportTarget target) in processContent() argument
141 return super.processContent(target); in processContent()
191 …uteMap computeAttributes(final FlowController fc, final Element element, final ReportTarget target) in computeAttributes() argument
194 final AttributeMap map = new AttributeMap(super.computeAttributes(fc, element, target)); in computeAttributes()
H A DOfficeGroupInstanceSectionLayoutController.java67 protected LayoutController processContent(final ReportTarget target) in processContent() argument
81 return super.processContent(target); in processContent()
165 …uteMap computeAttributes(final FlowController fc, final Element element, final ReportTarget target) in computeAttributes() argument
168 final AttributeMap map = new AttributeMap(super.computeAttributes(fc, element, target)); in computeAttributes()
/trunk/main/udkapi/com/sun/star/reflection/
H A DXProxyFactory.idl51 target object.<br>
52 The proxy delegates calls to the given target object.
57 The proxy object is UNO conform, but does NOT provide original target
62 target object
/trunk/main/offapi/com/sun/star/frame/
H A DDispatchDescriptor.idl63 /** name of the target frame
66 Special targets (e.g. "_blank", "_self") or really existing target names can be used.
74 /** describes how the target frame is to be searched
77 This optional parameter is used if <var>FrameName</var> isn't a special target only.
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/
H A DSelectPathVisualPanel.java182 File target = null; in browseButtonActionPerformed() local
189 target = chooser.getSelectedFile(); in browseButtonActionPerformed()
193 path = target.getCanonicalPath(); in browseButtonActionPerformed()
196 path = target.getAbsolutePath(); in browseButtonActionPerformed()
/trunk/main/cli_ure/workbench/dynload/
H A Dmakefile.mk33 .INCLUDE : $(PRJ)$/util$/target.pmk
34 .INCLUDE : target.mk
46 -target:exe \
/trunk/main/wizards/com/sun/star/wizards/web/export/
H A DFilterExporter.java47 …public boolean export(CGDocument source, String target, XMultiServiceFactory xmsf, Task task) thro… in export() argument
57 storeToURL(document, target, filterName, props.getProperties()); in export()
70 calcFileSize(source, target, xmsf); in export()
/trunk/main/solenv/gbuild/
H A DExecutable.mk38 …$(foreach target,$(AUXTARGETS), && $(call gb_Deliver_deliver,$(dir $<)/$(notdir $(target)),$(targe…
H A DStaticLibrary.mk47 …$(foreach target,$(AUXTARGETS), && $(call gb_Deliver_deliver,$(dir $<)/$(notdir $(target)),$(targe…
/trunk/main/offapi/com/sun/star/document/
H A DImportFilter.idl61 /** set target(!) document for this filter
64 The document must be used as the target of the filter.
75 The target document should be already set by using another interface
82 code must distinguish between filtering into a target document (for import) or
/trunk/main/cli_ure/source/basetypes/
H A Dmakefile.mk33 .INCLUDE : $(PRJ)$/util$/target.pmk
34 .INCLUDE : target.mk
79 -target:library \
/trunk/main/cli_ure/source/ure/
H A Dmakefile.mk33 .INCLUDE : $(PRJ)$/util$/target.pmk
34 .INCLUDE : target.mk
75 -target:library \
/trunk/main/udkapi/com/sun/star/bridge/
H A DXBridgeSupplier2.idl45 an interface into the target model, then the resulting target interface
49 Return values are automatically mapped to the types of the target model.
52 Simple types are mapped to simple target types. That is, there is no additional

Completed in 62 milliseconds

12345678910>>...55