Home
last modified time | relevance | path

Searched refs:h (Results 1 – 25 of 787) sorted by relevance

12345678910>>...32

/aoo41x/main/external/mingwheaders/
H A Dmakefile.mk52 excpt.h \
53 tchar.h
65 wtypes.h
68 stat.h
92 imm.h \
96 msi.h \
100 oaidl.h \
101 ocidl.h \
104 oledb.h \
113 sspi.h \
[all …]
H A Dmingw_headers.patch20 #include <_mingw.h>
21 +#include <setjmp.h>
22 +#include <stdarg.h>
24 #include <windef.h>
25 +#include <winbase.h>
213 +#include <windows.h>
214 +#include <ole2.h>
453 #include <winnt.h>
579 #include <tchar.h>
670 #include <tchar.h>
[all …]
/aoo41x/ext_libraries/apr/
H A Dapr-1.5.2-darwin19.6.patch4 #include <errno.h>
5 #include <string.h>
6 #include <stdio.h>
7 +#include <stdlib.h>
13 #include <stdio.h>
15 +#include <stdlib.h>
21 #include <stdio.h>
23 +#include <stdlib.h>
29 #include <stdio.h>
30 #include <stddef.h>
[all …]
/aoo41x/main/cppu/prj/
H A Dd.lst24 ..\inc\typelib\typeclass.h %_DEST%\inc%_EXT%\typelib\typeclass.h
27 ..\inc\typelib\uik.h %_DEST%\inc%_EXT%\typelib\uik.h
29 ..\inc\uno\dispatcher.h %_DEST%\inc%_EXT%\uno\dispatcher.h
31 ..\inc\uno\any2.h %_DEST%\inc%_EXT%\uno\any2.h
32 ..\inc\uno\sequence2.h %_DEST%\inc%_EXT%\uno\sequence2.h
33 ..\inc\uno\data.h %_DEST%\inc%_EXT%\uno\data.h
34 ..\inc\uno\lbnames.h %_DEST%\inc%_EXT%\uno\lbnames.h
35 ..\inc\uno\environment.h %_DEST%\inc%_EXT%\uno\environment.h
37 ..\inc\uno\mapping.h %_DEST%\inc%_EXT%\uno\mapping.h
39 ..\inc\uno\threadpool.h %_DEST%\inc%_EXT%\uno\threadpool.h
[all …]
/aoo41x/main/svtools/source/filter/
H A Dsgvspln.cxx456 double* h; in NaturalSpline() local
471 d[i]=2.0*(h[i]+h[i+1]); in NaturalSpline()
479 a[0] =a[0]*h[1]/(h[0]+h[1]); in NaturalSpline()
480 a[n-2]=a[n-2]*h[n-2]/(h[n-1]+h[n-2]); in NaturalSpline()
498 a[0] =a[0]+Marg0*h[0]*h[0]*0.5; in NaturalSpline()
499 a[n-2]=a[n-2]-MargN*h[n-1]*h[n-1]*0.5; in NaturalSpline()
517 c[0]=c[1]+h[0]*(c[1]-c[2])/h[1]; in NaturalSpline()
518 c[n]=c[n-1]+h[n-1]*(c[n-1]-c[n-2])/h[n-2]; in NaturalSpline()
523 c[0]=(c[0]-c[1]*h[0]*0.5)/h[0]; in NaturalSpline()
525 c[n]=(c[n]-c[n-1]*h[n-1]*0.5)/h[n-1]; in NaturalSpline()
[all …]
/aoo41x/main/sw/inc/
H A Dstringhash.hxx55 h = (h*37) + *(pStr++); in operator ()()
63 h = (h*39) + *(pStr++); in operator ()()
64 h = (h*39) + *(pStr++); in operator ()()
65 h = (h*39) + *(pStr++); in operator ()()
71 h = (h*39) + ( *pStr ); in operator ()()
76 h = (h*39) + *(pEndStr++); in operator ()()
77 h = (h*39) + *(pEndStr++); in operator ()()
78 h = (h*39) + *(pEndStr++); in operator ()()
79 h = (h*39) + *(pEndStr++); in operator ()()
80 h = (h*39) + *(pEndStr++); in operator ()()
[all …]
/aoo41x/main/basegfx/source/color/
H A Dbcolortools.cxx42 double h=0, s=0, l=0; in rgb2hsl() local
56 h = (g - b)/d; in rgb2hsl()
62 h *= 60.0; in rgb2hsl()
64 if( h < 0.0 ) in rgb2hsl()
65 h += 360.0; in rgb2hsl()
68 return BColor(h,s,l); in rgb2hsl()
106 h), in hsl2rgb()
142 h *= 60.0; in rgb2hsv()
144 if( h < 0 ) in rgb2hsv()
145 h += 360; in rgb2hsv()
[all …]
/aoo41x/main/redland/rasqal/
H A Drasqal-0.9.33.patch.win321 diff -ur misc/rasqal-0.9.33/src/rasqal_config.h.in misc/build/rasqal-0.9.33/src/rasqal_config.h.in
5 +/* src/rasqal_config.h. Generated from rasqal_config.h.in by configure. */
16 /* Define to 1 if you have the <dlfcn.h> header file. */
20 /* Define to 1 if you have the <errno.h> header file. */
48 /* Define to 1 if you have the <gmp.h> header file. */
357 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
389 #include <rasqal_config.h>
393 +#include <win32_rasqal_config.h>
396 #include <stdio.h>
397 #include <string.h>
[all …]
/aoo41x/main/redland/redland/
H A Dmakefile.mk87 $(COPY) src/rdf_config.h.in src/rdf_config.h
141 OUT2INC+=src$/librdf.h src$/redland.h \
144 src$/rdf_hash.h \
145 src$/rdf_init.h \
147 src$/rdf_list.h \
148 src$/rdf_log.h \
149 src$/rdf_model.h \
150 src$/rdf_node.h \
152 src$/rdf_query.h \
159 src$/rdf_uri.h \
[all …]
H A Dredland-1.0.17.patch.win324 +/* src/rdf_config.h. Generated from rdf_config.h.in by configure. */
27 /* Define to 1 if you have the <argz.h> header file. */
95 /* Define to 1 if you have the <db.h> header file. */
116 /* Define to 1 if you have the <dld.h> header file. */
124 /* Define to 1 if you have the <dlfcn.h> header file. */
128 /* Define to 1 if you have the <dl.h> header file. */
136 /* Define to 1 if you have the <errno.h> header file. */
482 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
522 +/* definition from winsock2.h */
535 * Defines that come from rdf_config.h
[all …]
/aoo41x/main/curl/prj/
H A Dd.lst2 ..\%__SRC%\inc\easy.h %_DEST%\inc%_EXT%\external\curl\easy.h
3 ..\%__SRC%\inc\curlver.h %_DEST%\inc%_EXT%\external\curl\curlver.h
4 ..\%__SRC%\inc\curl.h %_DEST%\inc%_EXT%\external\curl\curl.h
5 ..\%__SRC%\inc\mprintf.h %_DEST%\inc%_EXT%\external\curl\mprintf.h
6 ..\%__SRC%\inc\multi.h %_DEST%\inc%_EXT%\external\curl\multi.h
7 ..\%__SRC%\inc\stdcheaders.h %_DEST%\inc%_EXT%\external\curl\stdcheaders.h
8 ..\%__SRC%\inc\typecheck-gcc.h %_DEST%\inc%_EXT%\external\curl\typecheck-gcc.h
9 ..\%__SRC%\inc\system.h %_DEST%\inc%_EXT%\external\curl\system.h
10 ..\%__SRC%\inc\urlapi.h %_DEST%\inc%_EXT%\external\curl\urlapi.h
/aoo41x/main/redland/raptor/
H A Draptor2-2.0.15.patch.win321 diff -ur misc/raptor2-2.0.15/src/raptor_config.h.in misc/build/raptor2-2.0.15/src/raptor_config.h.in
5 +/* src/raptor_config.h. Generated from raptor_config.h.in by configure. */
24 /* Have curl/curl.h */
28 /* Define to 1 if you have the <dlfcn.h> header file. */
32 /* Define to 1 if you have the <errno.h> header file. */
36 /* Define to 1 if you have the <fcntl.h> header file. */
40 /* Define to 1 if you have the <fetch.h> header file. */
48 /* Define to 1 if you have the <getopt.h> header file. */
96 /* Define to 1 if you have the <limits.h> header file. */
100 /* Define to 1 if you have the <math.h> header file. */
[all …]
/aoo41x/main/tools/
H A DPackage_inc.mk64 $(eval $(call gb_Package_add_file,tools_inc,inc/tools/postsys.h,tools/postsys.h))
65 $(eval $(call gb_Package_add_file,tools_inc,inc/tools/postwin.h,tools/postwin.h))
66 $(eval $(call gb_Package_add_file,tools_inc,inc/tools/postx.h,tools/postx.h))
67 $(eval $(call gb_Package_add_file,tools_inc,inc/tools/presys.h,tools/presys.h))
68 $(eval $(call gb_Package_add_file,tools_inc,inc/tools/prewin.h,tools/prewin.h))
69 $(eval $(call gb_Package_add_file,tools_inc,inc/tools/prex.h,tools/prex.h))
72 $(eval $(call gb_Package_add_file,tools_inc,inc/tools/rc.h,tools/rc.h))
74 $(eval $(call gb_Package_add_file,tools_inc,inc/tools/rcid.h,tools/rcid.h))
82 $(eval $(call gb_Package_add_file,tools_inc,inc/tools/solar.h,tools/solar.h))
89 $(eval $(call gb_Package_add_file,tools_inc,inc/tools/svwin.h,tools/svwin.h))
[all …]
/aoo41x/main/expat/
H A Dexpat-2.5.0.patch191 #include <memory.h>
192 #include <string.h>
239 +#include <float.h>
247 #include "ascii.h"
248 #include "expat.h"
583 #include <stddef.h>
585 -#include <stdbool.h>
613 +#include <float.h>
625 #include <ctype.h>
626 #include <limits.h>
[all …]
/aoo41x/main/cairo/
H A Dcairo-1.8.0.patch101 /* confdefs.h. */
112 + Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
116 +# include <limits.h>
217 #include <zlib.h>
228 #include <time.h>
232 #include <zlib.h>
241 #include <stdio.h>
242 #include <ctype.h>
243 #include <time.h>
247 #include <zlib.h>
[all …]
/aoo41x/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx1259 short w, h; in getNativeControlRegion() local
1270 h = aCtrlBoundRect.GetHeight(); in getNativeControlRegion()
1277 h = 18; // taken from HIG in getNativeControlRegion()
1303 h = aCtrlBoundRect.GetHeight(); in getNativeControlRegion()
1312 h = BUTTON_HEIGHT; in getNativeControlRegion()
1350 h = TAB_HEIGHT_NORMAL; in getNativeControlRegion()
1352 h = TAB_HEIGHT_NORMAL+2; in getNativeControlRegion()
1367 if( h < aCtrlBoundRect.GetHeight() ) in getNativeControlRegion()
1368 h = aCtrlBoundRect.GetHeight(); in getNativeControlRegion()
1431 h = TEXT_EDIT_HEIGHT_NORMAL; in getNativeControlRegion()
[all …]
/aoo41x/main/nss/
H A Dnss_win.patch1703 - uint32_t *h = scrut0.h;
1707 + h = scrut0.h;
1904 + ret.h = h;
1933 - uint32_t *h = scrut0.h;
1936 + h = scrut0.h;
1952 - uint32_t *h = scrut.h;
1955 + h = scrut.h;
2026 - uint32_t *h = scrut0.h;
2029 + h = scrut0.h;
2044 - uint32_t *h = scrut.h;
[all …]
/aoo41x/main/libtextcat/data/new_fingerprints/lm/
H A Dvietnamese.lm3 h 12823
102 hÜ 728
181 há 471
183 hô 468
207 hôn 398
211 h» 382
212 hà 380
223 hú 366
285 hì 311
373 hà 236
[all …]
/aoo41x/main/lingucomponent/source/languageguessing/
H A Dsimpleguesser.cxx93 h = NULL; in SimpleGuesser()
97 if(h){textcat_Done(h);} in operator =()
98 h = sg.h; in operator =()
103 if(h){textcat_Done(h);} in ~SimpleGuesser()
114 if(!h){return guesses;} in GuessLanguage()
169 textcat_t *tables = (textcat_t*)h; in GetManagedLanguages()
172 if(!h){return lang;} in GetManagedLanguages()
200 textcat_t *tables = (textcat_t*)h; in XableLanguage()
202 if(!h){return;} in XableLanguage()
226 if(h){ in SetDBPath()
[all …]
/aoo41x/main/libxmlsec/
H A Dxmlsec1-customkeymanage.patch7 +akmngr.h \
8 app.h \
9 certkeys.h \
10 crypto.h \
17 +akmngr.h \
18 app.h \
19 certkeys.h \
20 crypto.h \
101 x509.h \
102 +akmngr.h \
[all …]
/aoo41x/main/sc/source/filter/excel/
H A Dooxml-export-TODO.txt43 - smartTagPr (§3.2.21) [ BOOKEXT 863h ]
47 - webPublishObject (§3.2.25) [ WEBPUB 801h ]
51 - cellSmartTag (§3.3.1.4) [ FEAT 868h ]
52 - cellSmartTagPr (§3.3.1.5) [ FEAT? 868h ]
53 - cellSmartTags (§3.3.1.6) [ FEAT 868h ]
58 - chartsheet (§3.3.1.11) [ CHARTFRTINFO 850h, FRTWRAPPER 851h...]
71 - dataConsolidate (§3.3.1.27) [ DCON 50h ]
83 - ignoredErrors (§3.3.1.48) [ Feat 868h ]
111 - sortState (§3.3.1.89) [ Sort 90h ]
112 - tabColor (§3.3.1.90) [ SheetExt 862h ]
[all …]
/aoo41x/main/sdext/source/pdfimport/tree/
H A Dwritertreevisiting.cxx282 aBuf.append( convPx2mmPrec2(elem.h)*100.0 ); in visit()
554 pDraw->h < pText->h*1.5 && // and it is approx the same height in visit()
557 ( pDraw->y+pDraw->h >= pText->y && pDraw->y+pDraw->h <= pText->y+pText->h ) in visit()
562 fCurLineHeight = pDraw->h; in visit()
620 fCurLineHeight = pGeo->h; in visit()
675 if( pPara->y+pPara->h < rElem.h*0.15 && pPara->isSingleLined( m_rProcessor ) ) in checkHeaderAndFooter()
959 double p_h = elem.Parent->h; in visit()
1092 if( (*it)->y + (*it)->h > elem.h - elem.BottomMargin ) in visit()
1093 elem.BottomMargin = elem.h - ((*it)->y + (*it)->h); in visit()
1100 …if( elem.FooterElement && elem.FooterElement->y+elem.FooterElement->h > elem.h - elem.BottomMargin… in visit()
[all …]
/aoo41x/main/libpng/
H A Dlibpng-1.5.1.patch69 +/* and license in png.h */
71 +/* pnglibconf.h */
241 #include "zlib.h"
243 +#include <external/zlib/zlib.h>
255 #include "zlib.h"
257 +#include <external/zlib/zlib.h>
260 #include "png.h"
269 -#include "zlib.h" /* For crc32 */
271 +#include "zlib.h"
273 +#include <external/zlib/zlib.h>
[all …]
/aoo41x/main/icu/
H A Dicu-darwin.patch4 cat confdefs.h >>conftest.$ac_ext
6 /* end confdefs.h. */
7 +#include <stdlib.h>
12 cat confdefs.h >>conftest.$ac_ext
14 /* end confdefs.h. */
15 +#include <stdlib.h>
21 /* end confdefs.h. */
22 #include <ctype.h>
23 +#include <stdlib.h>
30 /* end confdefs.h. */
[all …]
/aoo41x/ext_libraries/hunspell/
H A Dhunspell-1.3.3-overflow.patch27 #include <string.h>
28 #include <unistd.h>
29 #include <stdlib.h>
30 +#include <stdint.h>
31 #include <stdio.h>
33 #include <sys/stat.h>
61 #include <string.h>
62 #include <unistd.h>
63 #include <stdlib.h>
64 +#include <stdint.h>
[all …]

Completed in 316 milliseconds

12345678910>>...32