| /AOO41X/main/solenv/bin/ |
| H A D | buildalyzer | 85 compile_targets = [target for target in CxxTargets.by_name.values() if target.nolink] 86 link_targets = [target for target in CxxTargets.by_name.values() if not target.nolink] 89 if sum((flag in target.cxxflags for target in compile_targets)) == len(compile_targets): 93 if sum((flag in target.cxxflags for target in compile_targets)) == len(compile_targets): 96 for target in compile_targets: 97 target.cxxflags = [flag for flag in target.cxxflags if flag not in common_compile_flags] 98 target.cxxflags.sort() 99 for target in link_targets: 100 target.cxxflags = [flag for flag in target.cxxflags if flag not in common_link_flags] 101 target.cxxflags.sort() [all …]
|
| H A D | cws.pl | 371 my $target = shift; 378 if ( !open(HGRC, ">>$target/.hg/hgrc") ) { 379 print_error("Can't append to hgrc file of repository '$target'.\n", 88); 394 my $target = shift; 461 …hg_clone_repository($master_local_source, $master_lan_source, $target, $milestone_tag, $clone_with… 465 hg_remote_pull_repository($cws_remote_source, $target); 470 hgrc_append_push_path_and_hooks($target, $cws_remote_source); 475 hg_update_repository($target); 1219 my $target = $_; 1221 $target .= $suffix; [all …]
|
| /AOO41X/main/sal/qa/osl/file/ |
| H A D | osl_old_test_file.cxx | 116 OUString target; in test_file_001() local 118 oslFileError e = osl_getAbsoluteFileURL( base1.pData, rel.pData , &target.pData ); in test_file_001() 122 CPPUNIT_ASSERT_MESSAGE("failure #1.1", target.equalsAscii( aSource1[i+1] ) ); in test_file_001() 124 OString o = OUStringToOString( target , RTL_TEXTENCODING_ASCII_US ); in test_file_001() 130 OUString target; in test_file_001() local 131 …ure #11", osl_File_E_None != osl_getAbsoluteFileURL( base1.pData , err1.pData , &target.pData ) ); in test_file_001() 145 OUString target; in test_file_002() local 147 oslFileError e = osl_getAbsoluteFileURL( base2.pData, rel.pData , &target.pData ); in test_file_002() 151 CPPUNIT_ASSERT_MESSAGE("failure #2.1", target.equalsAscii( aSource2[i+1] ) ); in test_file_002() 153 OString o = OUStringToOString( target , RTL_TEXTENCODING_ASCII_US ); in test_file_002() [all …]
|
| /AOO41X/main/wizards/com/sun/star/wizards/ui/event/ |
| H A D | DataAwareFields.java | 123 public Object get(Object target) in get() argument 127 boolean b = field.getBoolean(target); in get() 156 public void set(Object value, Object target) in set() argument 160 field.setBoolean(target, toBoolean(value)); in set() 183 public Object get(Object target) in get() argument 187 int i = field.getInt(target); in get() 216 public void set(Object value, Object target) in set() argument 220 field.setInt(target, (int) toDouble(value)); in set() 243 public Object get(Object target) in get() argument 247 double d = field.getDouble(target); in get() [all …]
|
| /AOO41X/main/saxon/ |
| H A D | saxon-9.0.0.7-bj.patch | 15 + 2: remove the archive target before shipping this file--> 29 + Java using target "bj"; but building Saxon-B for .NET may require some 148 + <property name="build.compiler.target" value="1.4"/> 150 + <property name="build.s9api.compiler.target" value="1.5"/> 207 + <target name="clean" description="Clean all files other than source code and downloaded jars."> 211 + </target> 213 + <target name="download" description="Download third-party jar files."> 228 + </target> 231 + <target name="copysource-development" description="Copy relevant source files from development… 355 + </target> [all …]
|
| /AOO41X/main/extensions/source/oooimprovement/ |
| H A D | soaprequest.cxx | 106 static void writeString(const Reference<XOutputStream>& target, const OString& str) in writeString() argument 109 target->writeBytes(*seq); in writeString() 112 …nst Reference<XMultiServiceFactory>& sf, const Reference<XOutputStream>& target, const OUString& f… in writeFile() argument 125 if(bytes_read) target->writeBytes(base64_encode(buf)); in writeFile() 181 void SoapRequest::writeTo(const Reference<XOutputStream>& target) const in writeTo() 183 writeString(target, SOAP_START); in writeTo() 185 target, in writeTo() 187 writeString(target, SOAP_ITEMS_START); in writeTo() 188 writeString(target, getSoapItemStart("reportmail.xml")); in writeTo() 189 writeString(target, Errormail(m_ServiceFactory).getXml()); in writeTo() [all …]
|
| /AOO41X/main/cppuhelper/inc/cppuhelper/ |
| H A D | proptypehlp.h | 39 template < class target > 40 inline void SAL_CALL convertPropertyValue( target &value , const ::com::sun::star::uno::Any & a); 42 template < class target > 43 inline void SAL_CALL convertPropertyValue( target &value , ::com::sun::star::uno::Any & a); 48 inline void SAL_CALL convertPropertyValue( sal_Int64 & target , const ::com::sun::star::uno::Any &… 50 inline void SAL_CALL convertPropertyValue( sal_uInt64 & target, const ::com::sun::star::uno::Any & … 52 inline void SAL_CALL convertPropertyValue( sal_Int32 & target , const ::com::sun::star::uno::Any & … 54 inline void SAL_CALL convertPropertyValue( sal_uInt32 & target, const ::com::sun::star::uno::Any & … 56 inline void SAL_CALL convertPropertyValue( sal_Int16 & target , const ::com::sun::star::uno::Any & … 58 inline void SAL_CALL convertPropertyValue( sal_uInt16 & target, const ::com::sun::star::uno::Any & … [all …]
|
| /AOO41X/main/offapi/com/sun/star/ucb/ |
| H A D | WebDAVHTTPMethod.idl | 35 …<a target="_blank" href="http://tools.ietf.org/html/rfc2616#section-9.3">RFC 2616: Hypertext Trans… 40 …<a target="_blank" href="http://tools.ietf.org/html/rfc2616#section-9.4">RFC 2616: Hypertext Trans… 45 …<a target="_blank" href="http://tools.ietf.org/html/rfc2616#section-9.5">RFC 2616: Hypertext Trans… 50 …<a target="_blank" href="http://tools.ietf.org/html/rfc2616#section-9.6">RFC 2616: Hypertext Trans… 55 …<a target="_blank" href="http://tools.ietf.org/html/rfc2616#section-9.7">RFC 2616: Hypertext Trans… 60 …<a target="_blank" href="http://tools.ietf.org/html/rfc2616#section-9.8">RFC 2616: Hypertext Trans… 65 …<a target="_blank" href="http://tools.ietf.org/html/rfc2616#section-9.2">RFC 2616: Hypertext Trans… 70 …<a target="_blank" href="http://tools.ietf.org/html/rfc2616#section-9.9">RFC 2616: Hypertext Trans… 75 … <a target="_blank" href="http://tools.ietf.org/html/rfc5789">RFC 5789: PATCH Method for HTTP</a> 80 …<a target="_blank" href="http://tools.ietf.org/html/rfc4918#section-9.1">HTTP Extensions for Web D… [all …]
|
| H A D | XContentIdentifierMapping.idl | 39 another (target) set of XContentIdentifiers. 42 representations of source/target XContentIdentifiers, as well as mapping 43 between <type>XContent</type>s identified by source/target 64 @returns The string representation of the target set's 67 there's no applicable target to map to. 76 @returns The target set's XContentIdentifier corresponding to the 78 either Source was null already, or if there's no applicable target to 90 @returns The XContent identified by the target set's 93 there's no applicable target to map to.
|
| /AOO41X/main/solenv/gbuild/ |
| H A D | Module.mk | 126 $(call gb_Module__read_targetfile,$(1),$(2),target) 134 $(call gb_Module__read_targetfile,$(1),$(2),check target) 142 $(call gb_Module__read_targetfile,$(1),$(2),subsequentcheck target) 163 $(foreach target,$(2),$(call gb_Module_add_target,$(1),$(target))) 168 $(foreach target,$(2),$(call gb_Module_add_check_target,$(1),$(target))) 173 $(foreach target,$(2),$(call gb_Module_add_subsequentcheck_target,$(1),$(target))) 178 $(foreach target,$(2),$(call gb_Module_add_moduledir,$(1),$(target))) 183 $$(eval $$(call gb_Output_error,Corrupted module target stack!1)) 194 $$(eval $$(call gb_Output_error,Corrupted module target stack! $(gb_Module_TARGETSTACK))) 203 $$(eval $$(call gb_Output_error,Corrupted module target stack!3))
|
| /AOO41X/main/offapi/com/sun/star/plugin/ |
| H A D | XPluginContext.idl | 81 @param target 82 target frame 88 [in] string target, 92 /** Requests an URL to be loaded into the frame target. 98 @param target 99 target frame 103 [in] string target ) 113 @param target 114 target frame 124 [in] string target, [all …]
|
| /AOO41X/main/solenv/bin/modules/packager/ |
| H A D | work.pm | 92 my $target = $4; 97 $target =~ s/\s//g; 116 my $target = $target . "_" . $languagestring; 117 push(@targets, $target); 119 my $insertline = $target . "\n"; 196 my $target = ${$targets}[$i]; 197 my $tempdir = $miscpath . $packager::globals::separator . $target; 200 … push( @targetlines, "\ngenerated_target : $target\n\n"); # to be included into the makefile.mk 203 …push( @targetlines, "\n$target : ".'$$@{$(PKGFORMAT:^".")}'."\n\n"); # to be included into the … 206 generate_makefile($tempdir, $makefilepath, $prjroot, $target, \@targetlines); [all …]
|
| /AOO41X/main/solenv/bin/modules/installer/windows/ |
| H A D | shortcut.pm | 191 my $target = ""; 215 $target = $onefile->{'Name'}; 218 $target = "\[\#" . $target . "\]"; # format for Non-Advertised shortcuts 220 return $target; 395 my $target = ""; 433 $target = "\[" . $onefile->{'uniquedirname'} . "\]" . "\\" . $onefile->{'Name'}; 434 $shortcut->{'target'} = $target; 435 return $target; 440 if ( $onefile->{'modules'} ) { $target = $onefile->{'modules'}; } 445 if ( $target =~ /^\s*(.*?)\,/ ) { $target = $1; } [all …]
|
| /AOO41X/main/icu/ |
| H A D | createmak.pl | 193 $target = $includedir . "\\" . $header; 194 $target =~ /.+\\(.+)\\.+$/; 198 createCopySection($file,$inputpath,$target,$targetpath,\@mak,\%all_target_hash); 199 $collect_header_target_hash{$target}=1; 282 my $target = shift; 286 if ( $target !~ /\\include/ && $target !~ /\\bin/) { 292 my $t = $target; 304 $line =~ s/<TARGET>/$target/g; 307 $$ref_all_target_hash{$target} = 1; # "\"$target\" "; 562 foreach $target(sort keys %{$ref_all_target_hash}) [all …]
|
| /AOO41X/main/scripting/java/org/openoffice/netbeans/modules/office/actions/ |
| H A D | DeployParcelAction.java | 86 File target = new File(oi.getPath(File.separator + label + in getPopupPresenter() 89 File langdir = new File(target, parcelCookie.getLanguage()); in getPopupPresenter() 98 deploy(target); in getPopupPresenter() 117 File target = getTargetFile(); in getPopupPresenter() 118 if (target == null) in getPopupPresenter() 120 deploy(target); in getPopupPresenter() 140 private void deploy(final File target) { in deploy() argument 147 boolean result = parcelCookie.deploy(target); in deploy() 149 if (result == true && target.isDirectory()) { in deploy() 211 File target = null; in getTargetFile() local [all …]
|
| H A D | ParcelSupport.java | 95 public boolean deploy(File target) { in deploy() argument 98 if (!target.isDirectory()) { in deploy() 122 if (zipper.isOverwriteNeeded(source, target) == true) in deploy() 123 if (promptForOverwrite(source, target) == false) in deploy() 134 "\nTo: " + target.getAbsolutePath(), null); in deploy() 136 zipper.deployParcel(source, target); in deploy() 140 FileObject[] fileobjs = FileUtil.fromFile(target); in deploy() 174 private boolean promptForOverwrite(File source, File target) { in promptForOverwrite() argument
|
| /AOO41X/main/solenv/doc/gbuild/solenv/gbuild/ |
| H A D | types.mk | 32 /// A type of target, with its set of rules etc., as used in the build system. 38 /// A target to be build. 42 /// The absolute filesystem path representing the target. 73 /// A target that can be cleaned. 77 /// The (phony) absolute filesystem path to clean the target. 82 /// A target that has generated dependencies. 91 /// A target that has a source file from which it is generated. 98 /// A target that links objects and libraries. 126 /// A target that delivers headers of some kind. 130 … /// The absolute filesystem path which is touched when all headers for this target are prepared. [all …]
|
| /AOO41X/main/offapi/com/sun/star/datatransfer/dnd/ |
| H A D | XDropTarget.idl | 66 /** Remove a drop target listener. 75 /** Indicates either a drop target object is active or not. 78 A boolean indicating whether or not this drop target object is 85 /** Sets the drop target object active or inactive. 88 A value of <TRUE/> sets the drop target object active. 89 <p>A value of <FALSE/> sets the drop target object inactive. 95 /** Determine the actions supported by a drop target. 98 The current action or actions supported by this drop target. 108 /** Sets the default acceptable actions for this drop target. 111 by blocking events for actions not supported by this target.</p>
|
| /AOO41X/main/scripting/java/org/openoffice/netbeans/modules/office/loader/ |
| H A D | OfficeDocumentDataNode.java | 67 File target = FileUtil.toFile(getDataObject().getPrimaryFile()); in createPasteTypes() local 70 target.exists() && target.canWrite()) { in createPasteTypes() 71 … ls.add(new ParcelDataNode.ParcelPasteType((ParcelDataNode)copies[i], target, false)); in createPasteTypes() 82 File target = FileUtil.toFile(getDataObject().getPrimaryFile()); in createPasteTypes() local 85 target.exists() && target.canWrite()) { in createPasteTypes() 86 … ls.add(new ParcelDataNode.ParcelPasteType((ParcelDataNode)moves[i], target, true)); in createPasteTypes()
|
| /AOO41X/main/winaccessibility/source/UAccCOM/ |
| H A D | AccRelation.cpp | 96 STDMETHODIMP CAccRelation::get_target(long targetIndex, IUnknown * * target) in get_target() argument 103 if (target == NULL) in get_target() 117 *target = /*(IAccessible2 *)*/(IUnknown*)pRet; in get_target() 134 STDMETHODIMP CAccRelation::get_targets(long, IUnknown * * target, long * nTargets) in get_targets() argument 142 if(target == NULL) in get_targets() 150 *target = (IUnknown*)::CoTaskMemAlloc(nCount*sizeof(IUnknown)); in get_targets() 153 if(*target == NULL) in get_targets() 163 target[i] = pAcc; in get_targets()
|
| /AOO41X/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/ |
| H A D | Converter.java | 264 File target; field in Converter.GSITarget 274 target = FileMaker.newFile(targetString, overwrite); in GSITarget() 276 new FileOutputStream(target)), CHARSET); in GSITarget() 340 File target = FileMaker.newFile(targetString, overwrite); in SDFTarget() local 342 new FileOutputStream(target)), CHARSET); in SDFTarget() 369 abstract void convertTo(Target target) throws IOException; in convertTo() argument 494 File target; field in Converter.XLIFFTarget 503 target = FileMaker.newFile(targetString, overwrite); in XLIFFTarget() 505 new FileOutputStream(target)), CHARSET); in XLIFFTarget()
|
| /AOO41X/main/offapi/com/sun/star/mozilla/ |
| H A D | XPluginInstancePeer.idl | 103 @param target [in]: the name of the target window or frame (supports _blank, _self) 109 [in] string target, 117 /** Fetches an URL into the target window. The parameters and their meaning map to the 121 … @param target [in]: the name of the target window or frame (supports _blank, _self) 129 [in] string target, 144 … @param target [in]: the name of the target window or frame (supports _blank, _self) 154 [in] string target,
|
| /AOO41X/main/qadevOOo/runner/complexlib/ |
| H A D | ShowTargets.java | 72 String target = "run_" + bareClassName; in main() local 73 targets.add( target ); in main() 76 if ( maxTargetLength < target.length() ) in main() 77 maxTargetLength = target.length(); in main() 88 String target = (String)targets.get(i); in main() local 90 System.out.print( " " + target ); in main() 91 for ( int s = maxTargetLength - target.length(); s>0; --s ) in main()
|
| /AOO41X/main/slideshow/test/ |
| H A D | testshape.cxx | 38 namespace target = slideshow::internal; 47 typedef std::vector<std::pair<target::ViewLayerSharedPtr,bool> > ViewVector; 70 virtual std::vector<std::pair<target::ViewLayerSharedPtr,bool> > getViewLayers() const in getViewLayers() 126 virtual void addViewLayer( const target::ViewLayerSharedPtr& rNewLayer, in addViewLayer() 131 virtual bool removeViewLayer( const target::ViewLayerSharedPtr& rNewLayer ) in removeViewLayer() 136 boost::bind( std::equal_to< target::ViewLayerSharedPtr >(), in removeViewLayer() 146 boost::bind( std::equal_to< target::ViewLayerSharedPtr >(), in removeViewLayer()
|
| /AOO41X/main/tomcat/ |
| H A D | tomcat.patch | 7 + <target name="debuild" 11 + target="jar" 14 + </target> 16 + <target name="clean" description="Clean"> 19 + target="clean" 23 + </target>
|