Home
last modified time | relevance | path

Searched refs:d (Results 176 – 200 of 782) sorted by relevance

12345678910>>...32

/trunk/main/slideshow/source/engine/transitions/
H A Dfourboxwipe.cxx41 const double d = ::basegfx::pruneScaleValue( t / 2.0 ); in operator ()() local
45 aTransform = basegfx::tools::createScaleTranslateB2DHomMatrix(d, d, -0.25, -0.25) in operator ()()
50 aTransform = basegfx::tools::createScaleTranslateB2DHomMatrix(d, d, -0.5, -0.5); in operator ()()
H A Dveewipe.cxx39 const double d = ::basegfx::pruneScaleValue( 2.0 * t ); in operator ()() local
40 poly.append( ::basegfx::B2DPoint( 0.0, d - 1.0 ) ); in operator ()()
41 poly.append( ::basegfx::B2DPoint( 0.5, d ) ); in operator ()()
42 poly.append( ::basegfx::B2DPoint( 1.0, d - 1.0 ) ); in operator ()()
/trunk/main/idlc/source/
H A Dscanner.ll89 case 'd':
141 double d = 0.0;
152 d = (d * 10) + *s - '0';
161 d += (*s - '0') / (e * 1.0);
187 d /= k;
189 d *= k;
193 if (neg) d *= -1.0;
194 return d;
/trunk/main/scaddins/source/analysis/
H A Danalysisdefs.hxx47 #define CHK_FINITE(d) if( !::rtl::math::isFinite( d ) ) THROW_IAE argument
48 #define RETURN_FINITE(d) if( ::rtl::math::isFinite( d ) ) return d; else THROW_IAE argument
/trunk/main/autodoc/source/exes/adc_uni/
H A Dspec-CommandLine.txt32 [-d <sourcedir>[ <sourcedir> ...]
71 -d <SourceDirectory>*
162 -d <SourceDirectory>*
198 -p with -t/-d/-f: If there are more than one project, the -p option is required for each one.
203 …All paths given with -t/-d/-f are relative to that root directory. It is possible to use "." as ar…
205 Each of -t/-d/-f can have several arguments:
209 -d Directory, which means: no subdirectories
/trunk/main/extensions/source/ole/
H A Dunoobjw.cxx263 MemberInfo d(0, exactName); in GetIDsOfNames() local
267 d.flags |= DISPATCH_PROPERTYGET; in GetIDsOfNames()
268 d.flags |= DISPATCH_PROPERTYPUT; in GetIDsOfNames()
269 d.flags |= DISPATCH_PROPERTYPUTREF; in GetIDsOfNames()
274 d.flags |= DISPATCH_METHOD; in GetIDsOfNames()
277 if (d.flags != 0) in GetIDsOfNames()
279 m_MemberInfos.push_back(d); in GetIDsOfNames()
838 MemberInfo d = m_MemberInfos[dispidMember - 1]; in Invoke() local
839 DWORD flags = wFlags & d.flags; in Invoke()
860 pexcepinfo, d.name); in Invoke()
[all …]
/trunk/main/desktop/test/deployment/passive/
H A Dmakefile.mk82 $(MKDIRHIER) $(@:d)
95 $(MKDIRHIER) $(@:d)
102 $(MKDIRHIER) $(@:d)
109 $(MKDIRHIER) $(@:d)
116 $(MKDIRHIER) $(@:d)
122 $(MKDIRHIER) $(@:d)
/trunk/main/libtextcat/data/new_fingerprints/lm/
H A Destonian.lm11 d 2202
199 d,_ 149
202 d, 149
332 d. 91
346 d._ 89
380 üd 80
H A Dlatvian.lm16 d 2131
192 âd 226
207 dî 204
308 dâ 140
380 îd 116
/trunk/main/svtools/source/uno/
H A Dunoiface.cxx926 double d = 0.0; in setProperty() local
1049 rValue >>= d; in convertEffectiveValue()
1050 aReturn <<= d; in convertEffectiveValue()
1061 rValue >>= d; in convertEffectiveValue()
1107 double d = 0.0; in SetMinValue() local
1108 rValue >>= d; in SetMinValue()
1148 double d = 0.0; in SetMaxValue() local
1149 rValue >>= d; in SetMaxValue()
1190 double d = 0.0; in SetDefaultValue() local
1279 double d = 0.0; in SetValue() local
[all …]
/trunk/main/solenv/bin/modules/installer/windows/
H A Dsign.pm62 if ( -d $newpath ) { installer::systemactions::remove_complete_directory($newpath, 1); }
63 if ( -d $removepath ) { installer::systemactions::remove_complete_directory($removepath, 1); }
100 if ( -d $newpath ) { installer::systemactions::remove_complete_directory($newpath, 1); }
101 if ( -d $removepath ) { installer::systemactions::remove_complete_directory($removepath, 1); }
573 if ( ! -d $origdiffpath ) { mkdir($origdiffpath); }
574 if ( ! -d $newdiffpath ) { mkdir($newdiffpath); }
762 if ( ! -d $cabpath ) { installer::systemactions::create_directory($cabpath); }
777 if ( ! -d $diffpath ) { installer::systemactions::create_directory($diffpath); }
891 if ( ! -d $workingpath ) { installer::systemactions::create_directory($workingpath); }
998 if ( ! -d $ddfpath ) { installer::systemactions::create_directory($ddfpath); }
/trunk/main/qadevOOo/testdocs/qadevlibs/source/com/sun/star/cmp/
H A DMyPersistObject.java92 private double d; field in MyPersistObject
114 d = 3.142; in MyPersistObject()
147 d = inStream.readDouble(); in read()
167 outStream.writeDouble(d); in write()
197 d = ((Double)value).doubleValue(); in setPropertyValue()
220 return new Double(d); in getPropertyValue()
/trunk/main/jpeg/
H A Djpeg-8d.patch1 --- misc/jpeg-8d/jconfig.h 2011-03-30 11:20:06.266329889 +0200
2 +++ misc/build/jpeg-8d/jconfig.h 2011-03-30 11:02:01.926080079 +0200
65 --- misc/jpeg-8d/jmorecfg.h 2009-11-20 09:01:24.000000000 +0100
66 +++ misc/build/jpeg-8d/jmorecfg.h 2011-03-24 21:29:02.073761750 +0100
94 --- misc/jpeg-8d/makefile.mk 2011-03-24 21:20:52.540761397 +0100
95 +++ misc/build/jpeg-8d/makefile.mk 2011-03-24 21:15:20.712761156 +0100
/trunk/main/odk/pack/copying/
H A Dmakefile.mk184 DIR_DIRECTORY_LIST:=$(uniq $(DIR_FILE_LIST:d))
230 -$(MKDIRHIER) $(@:d)
242 -$(MKDIRHIER) $(@:d)
245 -rm $(@:d)/idl.css
246 …) $(MY_TEXTCOPY_SOURCEPRE) $(PRJ)/docs/common/ref/idl.css $(MY_TEXTCOPY_TARGETPRE) $(@:d:d)/idl.css
/trunk/main/solenv/bin/
H A Ddeliver.pl324 if (( ! $opt_delete ) && ( ! -d $path )) {
329 if ( ! -d $path ) {
672 next if ( -d $file); # we only copy files, not directories
681 if (-d $to && -f $from) {
855 system("macosx-create-bundle", "$to=$from.app") if ( -d "$from.app" );
870 if ( ! -d $destdir ) {
1308 $temp_dir = ( -d '/tmp' ? '/tmp' : $ENV{TMPDIR} || $ENV{TEMP} || '.' )
1310 if ( ! -d $temp_dir ) {
1313 my $base_name = sprintf( "%d-%di-%d", $$, time(), $tempcounter++ );
H A Dzipdep.pl84 next if (-d);
128 if (-d $file_name) {
164 next if (-d $file);
202 if ((-d $pattern) || (-f $pattern)) {
322 if (-d $entry) {
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A Dmakefile.mk130 @@-$(MKDIRHIER) $(@:d)
134 @@-$(MKDIRHIER) $(@:d)
138 @@-$(MKDIRHIER) $(@:d)
142 @@-$(MKDIRHIER) $(@:d)
146 @@-$(MKDIRHIER) $(@:d)
/trunk/main/sal/textenc/generate/
H A Dgb180302000.pl257 printf OUT " { %d, %d, %d, 0x%04X },\n",
297 printf OUT " { %d, 0x%04X, 0x%04X, %d },\n",
/trunk/main/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/
H A D1004.pem15 00:c9:ff:37:16:4d:7a:ad:59:bd:f2:c4:dc:4f:79:
39 fd:17:9a:7b:a9:d8:27:57:a9:fd:8d:e7:7e:4b:3e:98:11:42:
40 00:39:1a:55:4b:3d:a5:de:75:3c:43:5a:33:10:d3:cf:4e:04:
42 31:75:36:5b:09:eb:82:5d:7d:e1:35:a3:a4:6c:b2:ac:c8:fa:
/trunk/main/sc/source/ui/vba/testvba/
H A DlaunchTest.pl31 die "can't access officepath env variable \$OFFICEPATH" unless -d $ENV{OFFICEPATH};
32 die "can't access testdocuments" unless -d $TESTDOCUMENT;
33 die "testdocument not of the correct structure $TESTDOCUMENT/logs/excel" unless -d "$TESTDOCUMENT/l…
34 die "can't access output dir" unless -d $OUTPUTDIR;
/trunk/main/solenv/inc/
H A Dtg_wntx64.mk206 SHL1VERSIONOBJ_X64:=$(VERSIONOBJ_X64:d){$(subst,$(UPD)$(DLLPOSTFIX),_dflt $(SHL1TARGET_X64))}$(VERS…
208 SHL1VERSIONOBJDEP_X64:=$(VERSIONOBJ_X64:d){$(subst,$(UPD)$(DLLPOSTFIX),_dflt $(SHL1TARGET_X64))}$(V…
350 SHL2VERSIONOBJ_X64:=$(VERSIONOBJ_X64:d){$(subst,$(UPD)$(DLLPOSTFIX),_dflt $(SHL2TARGET_X64))}$(VERS…
352 SHL2VERSIONOBJDEP_X64:=$(VERSIONOBJ_X64:d){$(subst,$(UPD)$(DLLPOSTFIX),_dflt $(SHL2TARGET_X64))}$(V…
483 -$(MKDIR) $(@:d)
490 $(COMMAND_ECHO)-$(MKDIR) $(@:d)
496 $(COMMAND_ECHO)-$(MKDIR) $(@:d)
505 $(COMMAND_ECHO)-$(MKDIR) $(@:d)
/trunk/main/l10ntools/source/filter/utils/
H A DXMLHelper.java487 int d = 0; in convertListToXML() local
511 if (d >= DELIMS.length) in convertListToXML()
513 if (sValue.length() < 1 && DELIMS[d].equals(" ")) in convertListToXML()
515 ++d; in convertListToXML()
518 if (sValue.indexOf(DELIMS[d]) != -1) in convertListToXML()
520 ++d; in convertListToXML()
534 if (d == DEFAULT_SEPARATOR) in convertListToXML()
537 sXML.append("<value "+XMLATTRIB_OOR_SEPARATOR+"=\""+DELIMS[d]+"\">"); in convertListToXML()
/trunk/main/reportbuilder/registry/data/org/openoffice/Office/
H A Dmakefile.mk50 @@-$(MKDIRHIER) $(@:d)
54 @@-$(MKDIRHIER) $(@:d)
58 @@-$(MKDIRHIER) $(@:d)
62 @@-$(MKDIRHIER) $(@:d)
/trunk/main/setup_native/scripts/
H A Dinstall_solaris.sh172 /SUNWadabas/d
173 /^SUNWj[0-9]/d
174 /-desktop-int/d
175 /-shared-mime-info/d
176 /-cde/d
/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DPlainSourceView.java176 Dimension d = new Dimension(); in update() local
177 d.width = metrics.stringWidth(dummy) + 16; in update()
178 d.height = lineCount * h + 100; in update()
179 setPreferredSize(d); in update()
180 setSize(d); in update()

Completed in 129 milliseconds

12345678910>>...32