Home
last modified time | relevance | path

Searched refs:d (Results 201 – 225 of 782) sorted by relevance

12345678910>>...32

/trunk/main/xmerge/source/palmtests/qa/comparator/
H A DRecord.java62 public Record(byte[] d) { in Record() argument
64 data = new byte[d.length]; in Record()
65 System.arraycopy(d, 0, data, 0, d.length); in Record()
/trunk/main/sysui/desktop/macosx/
H A Dmakefile.mk78 cd $(<:d) && zip ../$(@:f).$(INPATH) $(<:f)
82 $(MKDIRHIER) $(@:d)
83 …$(PERL) -w gen_strings.pl -l $(@:d:d:b:s/InfoPlist_//) -p $< | iconv -f UTF-8 -t UTF-16 > $@.$(INP…
/trunk/main/xmerge/source/palmtests/qa/bin/
H A Dtest_driver.pl725 if (!-d "$pose_prc")
734 if (!-d "$pdb_orig_dir")
743 if (!-d "$pdb_new_dir")
752 if (!-d "$xml_orig")
761 if (!-d "$xml_new_dir")
/trunk/main/xmerge/source/palmtests/qa-wrapper/bin/
H A Dqa_test_driver.pl786 if (!-d "$pose_prc")
795 if (!-d "$pdb_orig_dir")
804 if (!-d "$pdb_new_dir")
813 if (!-d "$xml_orig")
822 if (!-d "$xml_new_dir")
/trunk/main/xml2cmp/source/support/
H A Dsyshelp.cxx234 for ( unsigned d = 0; d < d_max; ++d ) in GatherFileNames() local
236 sNextDir = new char[ strlen(i_sSrcDirectory) + 2 + aSubDirectories[d].l() ]; in GatherFileNames()
240 strcat(sNextDir, aSubDirectories[d].str()); in GatherFileNames()
/trunk/main/libtextcat/data/new_fingerprints/lm/
H A Dluxembourgish.lm12 d
99 d'
165 dé
187 déi
204 déi_
H A Dturkish.lm15 d 2977
171 d&i; 278
172 d& 278
173 d&i 278
368 dü 127
/trunk/main/solenv/bin/modules/packager/
H A Dfiles.pm81 if (!(-d $directory))
124 if ( ! -d $localdirectory )
147 if ( -d $directory )
166 if ( -d $item ) # recursive
/trunk/main/basegfx/source/polygon/
H A Db2dpolygonclipper.cxx647 double d; // [-] minimum distance from origin member
700 pPlane->d ); in scissorLineSegment()
719 pPlane->d ); in scissorLineSegment()
747 sp[0].d = -(rRange.getMinX()); in clipTriangleListOnRange()
751 sp[1].d = +(rRange.getMaxX()); in clipTriangleListOnRange()
755 sp[2].d = -(rRange.getMinY()); in clipTriangleListOnRange()
759 sp[3].d = +(rRange.getMaxY()); in clipTriangleListOnRange()
/trunk/main/solenv/bin/modules/installer/
H A Dworker.pm132 if ( ! -d $shipinstalldir)
320 if ( -d $removedir ) { installer::systemactions::remove_complete_directory($removedir, 1); }
531 if ( -d $installer::globals::removedirs[$i] )
542 if ( -d $installer::globals::shiptestdirectory )
563 if ( -d $installer::globals::jdsremovedirs[$i] )
2063 if ( -d $jdsdir ) { installer::systemactions::remove_complete_directory($jdsdir); }
2067 if ( -d $olddir ) { installer::systemactions::remove_complete_directory($olddir); }
2071 if ( -d $olddir ) { installer::systemactions::remove_complete_directory($olddir); }
2376 if ( ! -d $includepath )
2737 "Converting %d filenames to cygwin notation\n",
[all …]
H A Depmfile.pm939 $installer::logger::Lang->printf("Systemcall (Try %d): \n", $i, $systemcall);
949 … $installer::logger::Lang->printf("Try %d : Could not execute \"%s\"!\n", $i, $systemcall);
1478 if ( ${$prototypefile}[$i] =~ /^\s*d\s+\w+\s+\Q$relocatablepath\E/ )
1776 if ( $line =~ /^\s*d\s+none\s.*\/share\/extensions\// )
1820 if ( ! -d $destdir ) { installer::systemactions::create_directory($destdir); }
2358 $installer::logger::Lang->printf("Systemcall (Try %d): %s\n", $i, $systemcall);
2374 … $installer::logger::Info->printf("Success: (Try %d): Executed \"%s\" successfully\n",
2376 … $installer::logger::Lang->printf("Success: (Try %d): Executed \"%s\" successfully\n",
2540 $installer::logger::Lang->printf("Systemcall (Try %d): %s\n", $i, $systemcall);
2892 if ( ! -d $localdestdir ) { installer::systemactions::create_directory($localdestdir); }
[all …]
/trunk/main/sfx2/source/doc/
H A DSfxDocumentMetaData.cxx577 css::util::Duration d; in textToDuration() local
580 const sal_Int32 days( (d.Years * 365) + (d.Months * 30) + d.Days ); in textToDuration()
582 + (d.Hours * 3600) + (d.Minutes * 60) + d.Seconds; in textToDuration()
935 css::util::Date d; in propsToStrings() local
936 any >>= d; in propsToStrings()
961 double d = 0; in propsToStrings() local
962 any >>= d; in propsToStrings()
1287 double d; in init() local
1289 any <<= d; in init()
1297 css::util::Date d; in init() local
[all …]
/trunk/main/udkapi/com/sun/star/uri/
H A DXUriReferenceFactory.idl111 &ldquo;<code>scheme://auth//c/d</code>&rdquo;) have the same scheme and
115 &ldquo;<code>//auth//c/d</code>&rdquo;); if <FALSE/>, the generated
117 &ldquo;<code>..//c/d</code>&rdquo;).
124 &ldquo;<code>scheme://auth/c/d</code>&rdquo;) have the same scheme and
127 &ldquo;<code>/c/d</code>&rdquo;); if <FALSE/>, the generated relative URI
128 reference has a relative path (e.g., &ldquo;<code>../c/d</code>&rdquo;).
/trunk/main/icc/source/create_sRGB_profile/
H A DMakefile.in276 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
284 if test -d $$d/$$file; then \
285 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
288 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
291 || cp -p $$d/$$file $(distdir)/$$file \
/trunk/main/sysui/desktop/slackware/
H A Dmakefile.mk73 @$(MKDIRHIER) $(@:d)
90 @$(MKDIRHIER) $(@:d)/empty
98 @-$(MKDIRHIER) $(@:d)
99 -$(RM) $(@:d)$/$(@:b:s/-/ /:1)-$(TARGET)-menus-*.tgz
/trunk/main/ooo_custom_images/industrial/res/commandimagelist/
H A Dlc_arrowshapes.pentagon-right.xcf.bz2
/trunk/main/basic/source/sbx/
H A Dsbxconv.hxx50 sal_Int64 ImpDoubleToSalInt64( double d );
51 sal_uInt64 ImpDoubleToSalUInt64( double d );
95 SbxINT64 ImpDoubleToCurrency( double d ) in ImpDoubleToCurrency() argument
96 { return ImpDoubleToINT64( d * CURRENCY_FACTOR ); } in ImpDoubleToCurrency()
H A Dsbxbyte.cxx168 double d; in ImpGetByte() local
170 if( ImpScan( *p->pOUString, d, t, NULL ) != SbxERR_OK ) in ImpGetByte()
172 else if( d > SbxMAXBYTE ) in ImpGetByte()
176 else if( d < 0 ) in ImpGetByte()
181 nRes = (sal_uInt8) ( d + 0.5 ); in ImpGetByte()
H A Dsbxchar.cxx157 double d; in ImpGetChar() local
159 if( ImpScan( *p->pOUString, d, t, NULL ) != SbxERR_OK ) in ImpGetChar()
161 else if( d > SbxMAXCHAR ) in ImpGetChar()
165 else if( d < SbxMINCHAR ) in ImpGetChar()
170 nRes = (xub_Unicode) ImpRound( d ); in ImpGetChar()
H A Dsbxuint.cxx154 double d; in ImpGetUShort() local
156 if( ImpScan( *p->pOUString, d, t, NULL ) != SbxERR_OK ) in ImpGetUShort()
158 else if( d > SbxMAXUINT ) in ImpGetUShort()
162 else if( d < 0 ) in ImpGetUShort()
167 nRes = (sal_uInt16) ( d + 0.5 ); in ImpGetUShort()
/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DDataAwareFields.java247 double d = field.getDouble(target); in get() local
250 return d != 0 ? Boolean.TRUE : Boolean.FALSE; in get()
254 return toNumber(d, convertTo); in get()
258 return String.valueOf(d); in get()
262 return toShortArray(d); in get()
/trunk/main/sdext/source/pdfimport/
H A Dmakefile.mk136 @@-$(MKDIRHIER) $(@:d)
140 @@-$(MKDIRHIER) $(@:d)
144 @@-$(MKDIRHIER) $(@:d)
148 @@-$(MKDIRHIER) $(@:d)
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/loader/
H A DParcelContentsFolder.java89 NotifyDescriptor d = new NotifyDescriptor.Message(
91 TopManager.getDefault().notify(d);
119 NotifyDescriptor d = new NotifyDescriptor.Message(
124 TopManager.getDefault().notify(d);
/trunk/main/pyuno/zipcore/
H A Dmakefile.mk105 -$(MKDIRHIER) $(@:d)
110 -$(MKDIRHIER) $(@:d)
116 -$(MKDIRHIER) $(@:d)
129 -$(MKDIRHIER) $(@:d)
/trunk/main/connectivity/source/drivers/jdbc/
H A DJConnection.cxx141 ClassMapData * d = in loadClass() local
145 osl::MutexGuard g(d->mutex); in loadClass()
146 ClassMap::iterator i(d->map.begin()); in loadClass()
151 for (; i != d->map.end();) in loadClass()
163 i = d->map.erase(i); in loadClass()
178 if ( i == d->map.end() ) in loadClass()
186 d->map.push_front( ClassMapEntry( classPath, name ) ); in loadClass()
187 i = d->map.begin(); in loadClass()

Completed in 125 milliseconds

12345678910>>...32