Home
last modified time | relevance | path

Searched refs:h (Results 151 – 175 of 777) sorted by relevance

12345678910>>...32

/trunk/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/
H A DXCallback_Impl.rc24 #include "resource.h"
31 #include "winres.h"
73 "resource.h\0"
78 "#include ""winres.h""\r\n"
/trunk/main/extensions/test/ole/EventListenerSample/EventListener/
H A DEventListener.rc24 #include "resource.h"
31 #include "winres.h"
53 "resource.h\0"
58 "#include ""winres.h""\r\n"
/trunk/main/python/
H A Dmakefile.mk153 PYCONFIG:=$(MISC)$/build$/pyconfig.h
154 $(MISC)$/build$/$(TARFILE_NAME)$/PC$/pyconfig.h : $(PACKAGE_DIR)$/$(CONFIGURE_FLAG_FILE)
158 $(PYCONFIG) : $(MISC)$/build$/$(TARFILE_NAME)$/PC$/pyconfig.h
160 cat $(MISC)$/build$/$(TARFILE_NAME)$/PC$/pyconfig.h > $@
/trunk/main/slideshow/source/engine/OGLTrans/
H A DOGLTrans_TransitionImpl.cxx475 double w, h; in makeRochade() local
478 h = 10; in makeRochade()
483 Slide.Operations.push_back(new SEllipseTranslate(w, h, 0.25, -0.25, true, 0, 1)); in makeRochade()
488 Slide.Operations.push_back(new SEllipseTranslate(w, h, 0.75, 0.25, true, 0, 1)); in makeRochade()
489 Slide.Operations.push_back(new STranslate(basegfx::B3DVector(0, 0, -h), false, -1, 0)); in makeRochade()
951 double h = 0.5 + nTime; in prepareDiamond() local
954 …e2.pushTriangle (basegfx::B2DVector (0.5,l), basegfx::B2DVector (1,0), basegfx::B2DVector (h,0.5)); in prepareDiamond()
955 …ide2.pushTriangle (basegfx::B2DVector (1,0), basegfx::B2DVector (1,1), basegfx::B2DVector (h,0.5)); in prepareDiamond()
956 …Slide2.pushTriangle (basegfx::B2DVector (h,0.5), basegfx::B2DVector (1,1), basegfx::B2DVector (0.5… in prepareDiamond()
957 …Slide2.pushTriangle (basegfx::B2DVector (0.5,h), basegfx::B2DVector (1,1), basegfx::B2DVector (0,1… in prepareDiamond()
[all …]
/trunk/main/extensions/test/ole/MfcControl/
H A DMfcControl.rc24 #include "resource.h"
31 #include "afxres.h"
44 "resource.h\0"
49 "#include ""afxres.h""\r\n"
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx117 unsigned int w, h, bw, d; in doReparentPresentationDialogues() local
224 unsigned int w = 500, h = 500; in Init() local
248 h = maGeometry.nHeight; in Init()
258 h = 10; in Init()
347 h = 550; in Init()
349 h = 630; in Init()
351 h = 875; in Init()
489 w, h, in Init()
512 maGeometry.nHeight = h; in Init()
558 pHints->min_height = h; in Init()
[all …]
/trunk/main/testgraphical/ui/java/ConvwatchGUIProject/src/
H A DConvwatchGUI.java389 int h = getHeight(); in initialiseImages() local
392 this.setSize(w, h + 1); in initialiseImages()
397 this.setSize(w, h - 1); in initialiseImages()
459 private int h; field in ConvwatchGUI.ResizeImage
466 h = _aLabel.getHeight(); in ResizeImage()
473 …Image aImage = m_aImageIcon.getImage().getScaledInstance(w, h, Image.SCALE_AREA_AVERAGING); // SCA… in doInBackground()
/trunk/main/winaccessibility/source/UAccCOM/
H A DUAccCOM.rc24 #include "resource.h"
31 #include "winres.h"
88 "resource.h\0"
93 "#include ""winres.h""\r\n"
/trunk/main/i18npool/source/calendar/
H A Dcalendar_gregorian.cxx80 static void debug_cal_millis_to_time( long nMillis, long & h, long & m, long & s, long & f ) in debug_cal_millis_to_time() argument
84 h = sign * nMillis / (60 * 60 * 1000); in debug_cal_millis_to_time()
85 nMillis -= sign * h * (60 * 60 * 1000); in debug_cal_millis_to_time()
95 long nMillis, h, m, s, f; in debug_i18n_cal_dump() local
104 debug_cal_millis_to_time( nMillis, h, m, s, f); in debug_i18n_cal_dump()
105 fprintf( stderr, " (%ld:%02ld:%02ld.%ld)", h, m, s, f); in debug_i18n_cal_dump()
108 debug_cal_millis_to_time( nMillis, h, m, s, f); in debug_i18n_cal_dump()
109 fprintf( stderr, " (%ld:%02ld:%02ld.%ld)", h, m, s, f); in debug_i18n_cal_dump()
/trunk/main/xmerge/source/activesync/
H A DXMergeSync.dsp120 # PROP Default_Filter "h;hpp;hxx;hm;inl"
123 SOURCE=.\stdafx.h
127 SOURCE=.\XMergeFactory.h
131 SOURCE=.\XMergeFilter.h
135 SOURCE=.\XMergeSync.h
/trunk/main/libxmlsec/
H A Dmakefile.mk71 include$/xmlsec$/mscrypto$/akmngr.h \
73 include$/xmlsec$/nss$/akmngr.h \
74 include$/xmlsec$/nss$/ciphers.h \
75 include$/xmlsec$/nss$/tokens.h \
/trunk/main/toolkit/src2xml/source/
H A Dsrc2xml.py224 h = sys.stdout
230 h = file (out_name, 'w')
231 h.write (str)
232 h.flush ()
/trunk/main/connectivity/source/drivers/odbc/
H A DORealDriver.cxx345 SQLHANDLE h = SQL_NULL_HANDLE; in EnvironmentHandle() local
349 …if (!LoadLibrary_ODBC3(_rPath) || N3SQLAllocHandle(SQL_HANDLE_ENV,SQL_NULL_HANDLE,&h) != SQL_SUCCE… in EnvironmentHandle()
353 m_pDriverHandle = h; in EnvironmentHandle()
354 …SQLRETURN nError = N3SQLSetEnvAttr(h, SQL_ATTR_ODBC_VERSION,(SQLPOINTER) SQL_OV_ODBC3, SQL_IS_UINT… in EnvironmentHandle()
/trunk/main/shell/source/win32/shlxthandler/res/
H A Drcheader.txt2 #include <winres.h>
5 #include <winresrc.h>
11 #include "internal/resource.h"
/trunk/main/desktop/source/app/
H A Dappsys.cxx50 HANDLE h = FindFirstFile( U2S(aName).getStr(), &aData ); in FATToVFat_Impl() local
51 if ( h ) in FATToVFat_Impl()
57 FindClose( h ); in FATToVFat_Impl()
/trunk/main/sal/inc/sal/
H A Dmacros.h39 # define SAL_BOUND(x,l,h) ((x) <= (l) ? (l) : ((x) >= (h) ? (h) : (x))) argument
/trunk/main/curl/
H A Dcurl-7.19.7_mingw.patch1 --- misc/curl-7.19.7/lib/setup.h 2009-10-29 05:21:58.000000000 +0900
2 +++ misc/build/curl-7.19.7/lib/setup.h 2010-03-02 06:03:10.009500000 +0900
5 #include "curl_config.h"
/trunk/main/apple_remote/source/
H A DHIDRemoteControlDevice.m31 #import "HIDRemoteControlDevice.h"
33 #import <mach/mach.h>
34 #import <mach/mach_error.h>
35 #import <IOKit/IOKitLib.h>
36 #import <IOKit/IOCFPlugIn.h>
37 #import <IOKit/hid/IOHIDKeys.h>
38 #import <Carbon/Carbon.h>
/trunk/main/
H A Dconfigure.ac1791 #include <stdio.h>
1974 #include <stdio.h>
2597 #include <stddef.h>
2598 #include <bits/c++config.h>
3704 AC_CHECK_HEADER(windows.h, [], [AC_MSG_ERROR([windows.h missing])])
3747 AC_CHECK_HEADER(zlib.h, [],
4215 #include <mysql_driver.h>
5082 [#include <hyphen.h>])
6030 AC_CHECK_HEADER(GL/gl.h, [],
6433 qt_test_include="qstyle.h"
[all …]
/trunk/main/sc/addin/rot13/
H A Drot13.cl24 #include <string.h>
25 #include <stdio.h>
27 #include <xlang.h>
28 #include <addin.h>
/trunk/main/hyphen/
H A Dmakefile.mk83 OUT2INC += hyphen.h
99 OUT2INC += hyphen.h
104 OUT2INC += hyphen.h
/trunk/main/sfx2/
H A DPackage_inc.mk45 $(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/dllapi.h,sfx2/dllapi.h))
108 $(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/sfxcommands.h,sfx2/sfxcommands.h))
134 $(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/qswin32.h,sfx2/qswin32.h))
/trunk/main/desktop/win32/source/guistdio/
H A Dguistdio.inc29 #include <windows.h>
35 #include <tchar.h>
37 #include <string.h>
38 #include <stdlib.h>
39 #include <systools/win32/uwinapi.h>
41 #include <stdio.h>
/trunk/main/extensions/source/macosx/spotlight/
H A Dunzip.m29 Read unzip.h for more info
61 #include <stdio.h>
62 #include <stdlib.h>
63 #include <string.h>
64 #include <zlib.h>
65 #include "ioapi.h"
66 #include "unzip.h"
69 # include <stddef.h>
70 # include <string.h>
71 # include <stdlib.h>
[all …]
/trunk/main/nss/
H A Dnss.patch13 diff -ur misc/nss-3.39/nspr/pr/include/pratom.h misc/build/nss-3.39/nspr/pr/include/pratom.h
14 --- misc/nss-3.39/nspr/pr/include/pratom.h 2018-08-28 05:42:28.000000000 -0700
15 +++ misc/build/nss-3.39/nspr/pr/include/pratom.h 2020-10-06 07:41:59.563345390 -0700
21 #include <intrin.h>

Completed in 167 milliseconds

12345678910>>...32