Home
last modified time | relevance | path

Searched refs:d (Results 1 – 25 of 783) sorted by relevance

12345678910>>...32

/aoo41x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/
H A Dstringplusdouble.log4 The next compute raises error: s = null, d = null, r = s + d
5 ITEM Assertion OK : s = null, d = null, r = s + d .The result is: -1
6 ITEM Assertion OK : s = null, d = null, r = s & d .The result is: 0
7 The next compute raises error: s = null, d = 20, r = s + d
14 The next compute raises error: s = 'abc', d = null, r = s + d
16 The next compute raises error: s = 'abc', d = null, r = s & d
18 The next compute raises error: s = 'abc', d = 20, r = s + d
20 The next compute raises error: s = 'abc', d = 20, r = s & d
24 The next compute raises error: s = null, d = null, r = s + d
27 The next compute raises error: s = null, d = 20, r = s + d
[all …]
/aoo41x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/
H A Dstringplusdouble.log4 The next compute raises error: s = null, d = null, r = s + d
5 ITEM Assertion OK : s = null, d = null, r = s + d .The result is: -1
6 ITEM Assertion OK : s = null, d = null, r = s & d .The result is: 0
7 The next compute raises error: s = null, d = 20, r = s + d
14 The next compute raises error: s = 'abc', d = null, r = s + d
16 The next compute raises error: s = 'abc', d = null, r = s & d
18 The next compute raises error: s = 'abc', d = 20, r = s + d
20 The next compute raises error: s = 'abc', d = 20, r = s & d
24 The next compute raises error: s = null, d = null, r = s + d
27 The next compute raises error: s = null, d = 20, r = s + d
[all …]
/aoo41x/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/
H A Dstringplusdouble.log4 The next compute raises error: s = null, d = null, r = s + d
5 ITEM Assertion OK : s = null, d = null, r = s + d .The result is: -1
6 ITEM Assertion OK : s = null, d = null, r = s & d .The result is: 0
7 The next compute raises error: s = null, d = 20, r = s + d
14 The next compute raises error: s = 'abc', d = null, r = s + d
16 The next compute raises error: s = 'abc', d = null, r = s & d
18 The next compute raises error: s = 'abc', d = 20, r = s + d
20 The next compute raises error: s = 'abc', d = 20, r = s & d
24 The next compute raises error: s = null, d = null, r = s + d
27 The next compute raises error: s = null, d = 20, r = s + d
[all …]
/aoo41x/main/solenv/inc/
H A D_tg_scp.mk27 @@-$(MKDIRHIER) $(@:d:d)
35 …LINK) $(SCPLINKFLAGS) @@$(mktmp $(foreach,i,$(SCP1FILES) $(subst,$(@:d:d:d), $(@:d:d))/$(i:+",")))…
45 @@-$(MKDIRHIER) $(@:d:d)
63 @@-$(MKDIRHIER) $(@:d:d)
81 @@-$(MKDIRHIER) $(@:d:d)
99 @@-$(MKDIRHIER) $(@:d:d)
117 @@-$(MKDIRHIER) $(@:d:d)
135 @@-$(MKDIRHIER) $(@:d:d)
153 @@-$(MKDIRHIER) $(@:d:d)
171 @@-$(MKDIRHIER) $(@:d:d)
[all …]
H A Dpstrules.mk132 @@-$(MKDIR) $(MISC)/{$(subst,$(@:d:d:d), $(@:d:d))}
134 …SCPDEFS) -DDLLPOSTFIX=$(DLLPOSTFIX) $(*:b).scp > $(MISC)/{$(subst,$(@:d:d:d), $(@:d:d))}/$(*:b).pre
138 …PDEFS) -DDLLPOSTFIX=$(DLLPOSTFIX) $(*:b).scp > $(MISC)$/{$(subst,$(@:d:d:d), $(@:d:d))}$/$(*:b).pre
141 …-I$(INCGUI) -I$(INCCOM) $(SOLARINC) $(*:b).scp > $(MISC)/{$(subst,$(@:d:d:d), $(@:d:d))}/$(*:b).pre
144 …R) $(MISC))/$(TARGET)/$(@:b).$(LANGFILEEXT)} -s $(MISC)/{$(subst,$(@:d:d:d), $(@:d:d))}/$(*:b).pre…
146 …-l {$(MISC)/$(TARGET)/$(@:b).$(LANGFILEEXT)} -s $(MISC)/{$(subst,$(@:d:d:d), $(@:d:d))}/$(*:b).pre…
H A D_tg_app.mk273 $(COMMAND_ECHO)+$(TYPE) $(@) $(@:d)unloader.exe > $(@:d)_new.exe
275 $(COMMAND_ECHO)+$(RENAME) $(@:d)_new.exe $(@:d)loader.exe
535 $(COMMAND_ECHO)+$(RENAME) $(@:d)_new.exe $(@:d)loader.exe
795 $(COMMAND_ECHO)+$(RENAME) $(@:d)_new.exe $(@:d)loader.exe
1055 $(COMMAND_ECHO)+$(RENAME) $(@:d)_new.exe $(@:d)loader.exe
1315 $(COMMAND_ECHO)+$(RENAME) $(@:d)_new.exe $(@:d)loader.exe
1575 $(COMMAND_ECHO)+$(RENAME) $(@:d)_new.exe $(@:d)loader.exe
1835 $(COMMAND_ECHO)+$(RENAME) $(@:d)_new.exe $(@:d)loader.exe
2095 $(COMMAND_ECHO)+$(RENAME) $(@:d)_new.exe $(@:d)loader.exe
2355 $(COMMAND_ECHO)+$(RENAME) $(@:d)_new.exe $(@:d)loader.exe
[all …]
/aoo41x/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dhash.cxx81 case 1: e += f1( b, c, d );break; in subRound()
83 case 4: e += f2( b, c, d );break; in subRound()
84 case 3: e += f3( b, c, d );break; in subRound()
110 sal_uInt32 a, b, c, d, e; in transform() local
114 d = hashdata[3]; in transform()
117 subRound( a, b, c, d, e, K2, data[ 0], 1 ); in transform()
118 subRound( e, a, b, c, d, K2, data[ 1], 1 ); in transform()
119 subRound( d, e, a, b, c, K2, data[ 2], 1 ); in transform()
120 subRound( c, d, e, a, b, K2, data[ 3], 1 ); in transform()
121 subRound( b, c, d, e, a, K2, data[ 4], 1 ); in transform()
[all …]
/aoo41x/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dhash.cxx82 case 1: e += f1( b, c, d );break; in subRound()
84 case 4: e += f2( b, c, d );break; in subRound()
85 case 3: e += f3( b, c, d );break; in subRound()
111 sal_uInt32 a, b, c, d, e; in transform() local
115 d = hashdata[3]; in transform()
118 subRound( a, b, c, d, e, K2, data[ 0], 1 ); in transform()
119 subRound( e, a, b, c, d, K2, data[ 1], 1 ); in transform()
120 subRound( d, e, a, b, c, K2, data[ 2], 1 ); in transform()
121 subRound( c, d, e, a, b, K2, data[ 3], 1 ); in transform()
122 subRound( b, c, d, e, a, K2, data[ 4], 1 ); in transform()
[all …]
/aoo41x/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dexceptions.cxx128 e += f1(b, c, d); in subRound()
132 e += f2(b, c, d); in subRound()
135 e += f3(b, c, d); in subRound()
184 sal_uInt32 d = hashdata[3]; in transform() local
186 subRound(a, b, c, d, e, K2, data[ 0], 1); in transform()
187 subRound(e, a, b, c, d, K2, data[ 1], 1); in transform()
188 subRound(d, e, a, b, c, K2, data[ 2], 1); in transform()
189 subRound(c, d, e, a, b, K2, data[ 3], 1); in transform()
190 subRound(b, c, d, e, a, K2, data[ 4], 1); in transform()
191 subRound(a, b, c, d, e, K2, data[ 5], 1); in transform()
[all …]
/aoo41x/main/connectivity/source/inc/odbc/
H A DOFunctions.hxx45 …#define N3SQLConnect(a,b,c,d,e,f,g) (*(T3SQLConnect)getOdbcFunction(ODBC3SQLConnect))(a,b,c,d,e,f,… argument
88 …#define N3SQLDrivers(a,b,c,d,e,f,g,h) (*(T3SQLDrivers)getOdbcFunction(ODBC3SQLDrivers))(a,b,c,d,e,… argument
96 #define N3SQLGetInfo(a,b,c,d,e) (*(T3SQLGetInfo)getOdbcFunction(ODBC3SQLGetInfo))(a,b,c,d,e) argument
131 #define N3SQLSetEnvAttr(a,b,c,d) (*(T3SQLSetEnvAttr)getOdbcFunction(ODBC3SQLSetEnvAttr))(a,b,c,d) argument
139 …#define N3SQLGetEnvAttr(a,b,c,d,e) (*(T3SQLGetEnvAttr)getOdbcFunction(ODBC3SQLGetEnvAttr))(a,b,c,d argument
147 …#define N3SQLSetStmtAttr(a,b,c,d) (*(T3SQLSetStmtAttr)getOdbcFunction(ODBC3SQLSetStmtAttr))(a,b,c, argument
155 …#define N3SQLGetStmtAttr(a,b,c,d,e) (*(T3SQLGetStmtAttr)getOdbcFunction(ODBC3SQLGetStmtAttr))(a,b,… argument
324 #define N3SQLBindCol(a,b,c,d,e,f) (*(T3SQLBindCol)getOdbcFunction(ODBC3SQLBindCol))(a,b,c,d,e,f) argument
343 #define N3SQLGetData(a,b,c,d,e,f) (*(T3SQLGetData)getOdbcFunction(ODBC3SQLGetData))(a,b,c,d,e,f) argument
350 #define N3SQLSetPos(a,b,c,d) (*(T3SQLSetPos)getOdbcFunction(ODBC3SQLSetPos))(a,b,c,d) argument
[all …]
/aoo41x/main/ucb/source/ucp/odma/
H A Dodma_lib.hxx204 #define NODMRegisterApp(a,b,c,d,e) (*(pODMRegisterApp))(a,b,c,d,e) argument
207 #define NODMOpenDoc(a,b,c,d) (*(pODMOpenDoc))(a,b,c,d) argument
209 #define NODMCloseDoc(a,b,c,d,e,f) (*(pODMCloseDoc))(a,b,c,d,e,f) argument
210 #define NODMNewDoc(a,b,c,d,e) (*(pODMNewDoc))(a,b,c,d,e) argument
211 #define NODMSaveAs(a,b,c,d,e,f) (*(pODMSaveAs))(a,b,c,d,e,f) argument
213 #define NODMGetDocInfo(a,b,c,d,e) (*(pODMGetDocInfo))(a,b,c,d,e) argument
214 #define NODMSetDocInfo(a,b,c,d) (*(pODMSetDocInfo))(a,b,c,d) argument
215 #define NODMGetDMSInfo(a,b,c,d) (*(pODMGetDMSInfo))(a,b,c,d) argument
220 #define NODMQueryExecute(a,b,c,d,e) (*(pODMQueryExecute))(a,b,c,d,e) argument
224 #define NODMSaveAsEx(a,b,c,d,e,f,g) (*(pODMSaveAsEx))(a,b,c,d,e,f,g) argument
[all …]
/aoo41x/main/odk/
H A Dconfigure.pl131 ((-d "$main::OFFICE_HOME") && (! -d "$main::OFFICE_HOME/Contents/MacOS")) )
141 if ( ! -d "$main::OFFICE_HOME" )
185 ((-d "$main::OFFICE_HOME") && (! -d "$main::OFFICE_HOME/program")) )
195 if ( ! -d "$main::OFFICE_HOME" )
207 if ( ! -d $soserver )
223 ((! -d "$main::OO_SDK_MAKE_HOME" ) ||
265 ((! -d "$main::OO_SDK_ZIP_HOME" ) ||
356 ((! -d "$main::OO_SDK_CPP_HOME" ) ||
474 ((! -d "$main::OO_SDK_JAVA_HOME" ) ||
520 ((! -d "$main::OO_SDK_BOOST_HOME" ) ||
[all …]
/aoo41x/main/sal/inc/rtl/
H A Dmath.hxx322 inline bool isInf(double d) in isInf() argument
388 return fabs(d) in isValidArcArg()
399 return ::sin( d ); in sin()
400 setNan( &d ); in sin()
401 return d; in sin()
409 return ::cos( d ); in cos()
410 setNan( &d ); in cos()
411 return d; in cos()
419 return ::tan( d ); in tan()
420 setNan( &d ); in tan()
[all …]
/aoo41x/main/basebmp/inc/basebmp/
H A Dpackedpixeliterator.hxx129 y += d; in operator +=()
135 y -= d; in operator -=()
142 res += d; in operator +()
149 res -= d; in operator -()
233 *y(d) = (*y(d) & ~mask_) | pixel_value; in set()
367 return *this += -d; in operator -=()
373 res += d; in operator +()
380 res -= d; in operator -()
456 tmp += d; in get()
472 tmp += d; in set()
[all …]
H A Dpixeliterator.hxx76 y += d; in operator +=()
82 y -= d; in operator -=()
89 res += d; in operator +()
96 res -= d; in operator -()
166 value_type get(difference_type d) const in get()
168 return *y(d); in get()
178 *y(d) = v; in set()
193 return *y(d); in operator []()
310 return *current(d.y, d.x); in get()
320 *current(d.y,d.x) = v; in set()
[all …]
/aoo41x/main/svl/source/svdde/
H A Dddecli.cxx137 DdeData d; in CliCallback() local
138 d.pImp->hData = hData; in CliCallback()
140 d.Lock(); in CliCallback()
141 t->Data( &d ); in CliCallback()
272 rDde( d ) in DdeTransaction()
327 DdeData d; in Execute() local
328 d.pImp->hData = hData; in Execute()
330 d.Lock(); in Execute()
331 Data( &d ); in Execute()
410 DdeLink( d, i, n ) in DdeWarmLink()
[all …]
/aoo41x/main/sysui/desktop/share/
H A Dmakefile.mk173 @@-$(MKDIRHIER) $(@:d)
174 @echo Creating GNOME .keys file for $(@:d:d:f) ..
176 …UCTNAME.$(@:d:d:f))" -u $(UNIXFILENAME.$(@:d:d:f)) --iconprefix "$(ICONPREFIX.$(@:d:d:f))-" $< $(M…
178 @cat $(MISC)/$(@:d:d:f)/{$(MIMELIST)}.keys > $@.$(INPATH)
182 @@-$(MKDIRHIER) $(@:d)
183 @echo Creating GNOME .mime file for $(@:d:d:f) ..
190 @@-$(MKDIRHIER) $(@:d)
191 @echo Creating GNOME .applications file for $(@:d:d:f) ..
202 @echo Creating KDE mimelnk entries for $(@:d:d:f) ..
215 @@-$(MKDIRHIER) $(@:d)
[all …]
/aoo41x/main/basebmp/test/
H A Dbmpdemo.cxx328 y += d; in operator +=()
334 y -= d; in operator -=()
341 res += d; in operator +()
348 res -= d; in operator -()
436 *y(d) = (*y(d) & ~mask_) | pixel_value; in set()
584 res += d; in operator +()
591 res -= d; in operator -()
667 tmp += d; in get()
683 tmp += d; in set()
828 return (static_cast<unsigned int>(*current(d.x,d.y) & in get()
[all …]
/aoo41x/main/solenv/bin/modules/installer/
H A Dsystemactions.pm45 if (!(-d $directory))
72 if (!(-d $directory))
78 if (!(-d $parentdir))
96 if ( -d $parentdir )
128 if ( -d $directory )
168 if (!(-d $directory))
192 if (!(-d $directory))
321 if (-d $directory)
1482 if (!(-d $directory))
1547 if ( -d $directory )
[all …]
/aoo41x/main/basic/source/sbx/
H A Dsbxdec.cxx646 double d; in ImpPutDecimal() local
647 pDec->getDouble( d ); in ImpPutDecimal()
648 p->nDouble = d; in ImpPutDecimal()
653 double d; in ImpPutDecimal() local
654 pDec->getDouble( d ); in ImpPutDecimal()
660 double d; in ImpPutDecimal() local
731 double d; in ImpPutDecimal() local
740 double d; in ImpPutDecimal() local
765 double d; in ImpPutDecimal() local
772 double d; in ImpPutDecimal() local
[all …]
/aoo41x/main/solenv/bin/
H A Dpatch_tool.pl168 if ( ! -d $target_path)
176 … sprintf("openoffice%d%d%d.msi", $target_version[0], $target_version[1], $target_version[2]));
225 if ( ! -d $ext_sources_path)
235 if ( ! -d $unpacked_path)
253 if ( -d $unpacked_path)
869 … "Error: there are %d components with different 'ComponentId' values after %d comparisons.\n",
929 $installer::logger::Info->printf(" %s: %d != %d\n",
1023 $installer::logger::Info->printf(" %d -> %d\n", $hole->[0], $hole->[1]);
1341 if ( ! -d $psdk_home)
1350 if ( ! -d $schema_path)
[all …]
/aoo41x/main/sdext/source/minimizer/
H A Dbasic.txt59 oPresentations( 0)="d:\data\sunpresentations\01-22-07SunIntelAnnouncementPresentation,01-22-2007.st…
60 oPresentations( 1)="d:\data\sunpresentations\01_Schwartz_SAS_VF.odp"
61 oPresentations( 2)="d:\data\sunpresentations\CorporateSocialResponsibilityCustomerPresentation,02-1…
62 oPresentations( 3)="d:\data\sunpresentations\Current-ProjectBlackboxCustomerPresentation,03-07-2007…
63 oPresentations( 4)="d:\data\sunpresentations\JavaSE6CustomerPresentation,12-11-2006(2).star_impress…
64 oPresentations( 5)="d:\data\sunpresentations\JavaSE6CustomerPresentation,12-11-2006.star_impress_8x…
66 oPresentations( 7)="d:\data\sunpresentations\ProjectBlackboxTechnicalPresentation-NDAONLY,11-09-200…
70 oPresentations(11)="d:\data\sunpresentations\SunConsultingServicesPortfolio-Presentation,03-17-2006…
73 oPresentations(14)="d:\data\sunpresentations\SunManagedServicesGoldenPitch,03-22-2007.star_impress_…
75 oPresentations(16)="d:\data\sunpresentations\SunSystemPacks-CustomerReadyPresentation,01-23-2007.st…
[all …]
/aoo41x/main/sal/rtl/source/
H A Ddigest.c438 rtl_copyMemory (p, d, n); in rtl_digest_updateMD2()
439 d += n; in rtl_digest_updateMD2()
809 rtl_copyMemory (p, d, n); in rtl_digest_updateMD5()
810 d += n; in rtl_digest_updateMD5()
958 #define F_00_19(b,c,d) ((((c) ^ (d)) & (b)) ^ (d)) argument
959 #define F_20_39(b,c,d) ((b) ^ (c) ^ (d)) argument
960 #define F_40_59(b,c,d) (((b) & (c)) | ((b) & (d)) | ((c) & (d))) argument
961 #define F_60_79(b,c,d) F_20_39(b,c,d) argument
1286 rtl_copyMemory (p, d, n); in rtl_digest_updateSHA()
1287 d += n; in rtl_digest_updateSHA()
[all …]
/aoo41x/extras/l10n/source/vi/
H A Dlocalize.sdf23173dáng định dạng cho các danh sách được đánh số hoặc có dấu đầu dòng.\</ahelp\>Sử dụng kiểu dáng dan…
24699 …i Chọn thẻ \<emph\>Định dạng > Định dạng vùng chọn > Điểm dữ liệu/Dãy dữ liệu > Nhãn dữ liệu\</emp…
25502dãy dữ liệu ví dụ có thể là « $Bảng1.$B$3:$B$14 ». Lưu ý, một dãy dữ liệu có thể chứa hơn một vùng…
25634dãy dữ liệu thí dụ là « $Bảng1.$B$3:$B$14 ». Lưu ý rằng một dãy dữ liệu có thể chứa hơn một vùng t…
25643dãy dữ liệu theo cột: hàng đầu trong phạm vi thì dùng làm tên cho các dãy dữ liệu. Đối với dãy dữ …
25644dãy dữ liệu theo cột: cột đầu trong phạm vi thì dùng làm tên cho các dãy dữ liệu. Đối với dãy dữ l…
32775dấu_cách:\</emph\> Mỗi dấu cộng (+), dấu trừ (-), dấu đồng đô-la ($), dấu cách ( ) hay (dấu ngoặc)…
39148dữ liệu, các dấu xuyệc hoặc dấu gạch được dùng để phân cách ngày tháng có thể bị giải thích dưới d
43905dáng, xem cửa sổ Kiểu dáng và Định dạng\</bookmark_value\>\<bookmark_value\>cửa sổ Kiểu dáng và Đị…
54813dụng định dạng in đậm cho văn bản nằm giữa hai dấu sao, và áp dụng định dạng gạch dưới cho văn bản…
[all …]
/aoo41x/extras/l10n/source/fr/
H A Dlocalize.sdf9126 …setup.ulf 0 LngText %ALREADY_RUNNING% 0 fr Un processus d'installation est déjà en cours d'exéc…
29594 …envoie le mode d'accès ou le numéro d'accès d'un fichier ouvert avec l'instruction Open. Le numéro…
33293 …envoie la valeur d'une variable d'environnement sous forme de chaîne de caractères. Les variables
34070 …ess\guide\footer.xhp 0 help hd_id7251808 0 fr Ajout d'objets d'en-tête ou de pied de page prédé…
38504 … 0 fr \<link href=\"text/scalc/main0210.xhp\" name=\"Barre d'objet d'aperçu\"\>Barre d'objet d'ape…
45245 …rce\text\scalc\04\01020000.xhp 0 help par_id3152976 114 0 fr Se déplace d'une page d'écran vers …
45247 …rce\text\scalc\04\01020000.xhp 0 help par_id3150477 116 0 fr Se déplace d'une page d'écran vers …
56379 …ar_idN11D07 0 fr Spécifie la valeur par défaut d'une barre de défilement, utilisée lors du réta…
56565 …rôle en leur attribuant les valeurs par défaut prédéfinies (Statut par défaut, Sélection par défau…
60030début d'une ligne.\</ahelp\> Si un caractère saisi ici est placé au début d'une ligne après un ret…
[all …]

Completed in 3441 milliseconds

12345678910>>...32