Home
last modified time | relevance | path

Searched defs:h (Results 1 – 25 of 89) sorted by relevance

1234

/aoo41x/main/lingucomponent/source/languageguessing/
H A Dsimpleguesser.hxx108 void* h; member in SimpleGuesser
/aoo41x/main/basegfx/source/color/
H A Dbcolortools.cxx42 double h=0, s=0, l=0; in rgb2hsl() local
92 const double h=rHSLColor.getRed(), s=rHSLColor.getGreen(), l=rHSLColor.getBlue(); in hsl2rgb() local
119 double h=0, s=0, v=0; in rgb2hsv() local
153 double h=rHSVColor.getRed(); in hsv2rgb() local
/aoo41x/main/pyuno/source/module/
H A Dpyuno_dlopenwrapper.c42 void* h = 0; in initpyuno() local
/aoo41x/main/desktop/source/app/
H A Dappsys.cxx50 HANDLE h = FindFirstFile( U2S(aName).getStr(), &aData ); in FATToVFat_Impl() local
/aoo41x/test/testcommon/source/org/openoffice/test/common/
H A DGraphicsUtil.java259 int h = image.getHeight(); in getBoundingBox() local
292 int h = capture.getHeight(); in isFilledWith() local
312 int h = capture.getHeight(); in findImage() local
340 int h = capture.getHeight(); in findColor() local
/aoo41x/main/qadevOOo/runner/convwatch/
H A DBorderRemover.java38 int h; field in Rect
216 int h = _aImage.getHeight(); in findBorder() local
288 int h = _aRect.getHeight(); in createImage() local
H A DPixelCounter.java126 int h = _aImage.getHeight(); in countNotWhitePixel() local
136 int h = _aImage.getHeight(); in countNotBlackPixel() local
/aoo41x/main/svl/source/svdde/
H A Dddestrg.cxx60 int DdeString::operator==( HSZ h ) in operator ==()
/aoo41x/main/sal/osl/w32/
H A Dsalinit.cxx43 HMODULE h = GetModuleHandleW(L"kernel32.dll"); in sal_detail_initialize() local
/aoo41x/main/connectivity/source/inc/odbc/
H A DOFunctions.hxx56 …#define N3SQLDriverConnect(a,b,c,d,e,f,g,h) (*(T3SQLDriverConnect)getOdbcFunction(ODBC3SQLDriverCo… argument
77 …#define N3SQLDataSources(a,b,c,d,e,f,g,h) (*(T3SQLDataSources)getOdbcFunction(ODBC3SQLDataSources)… argument
88 …#define N3SQLDrivers(a,b,c,d,e,f,g,h) (*(T3SQLDrivers)getOdbcFunction(ODBC3SQLDrivers))(a,b,c,d,e,… argument
223 …#define N3SQLBindParameter(a,b,c,d,e,f,g,h,i,j) (*(T3SQLBindParameter)getOdbcFunction(ODBC3SQLBind… argument
305 …#define N3SQLDescribeCol(a,b,c,d,e,f,g,h,i) (*(T3SQLDescribeCol)getOdbcFunction(ODBC3SQLDescribeCo… argument
381 …#define N3SQLGetDiagRec(a,b,c,d,e,f,g,h) (*(T3SQLGetDiagRec)getOdbcFunction(ODBC3SQLGetDiagRec))(a… argument
394 …#define N3SQLColumnPrivileges(a,b,c,d,e,f,g,h,i) (*(T3SQLColumnPrivileges)getOdbcFunction(ODBC3SQL… argument
406 …#define N3SQLColumns(a,b,c,d,e,f,g,h,i) (*(T3SQLColumns)getOdbcFunction(ODBC3SQLColumns))(a,b,c,d,… argument
467 …#define N3SQLSpecialColumns(a,b,c,d,e,f,g,h,i,j) (*(T3SQLSpecialColumns)getOdbcFunction(ODBC3SQLSp… argument
479 …#define N3SQLStatistics(a,b,c,d,e,f,g,h,i) (*(T3SQLStatistics)getOdbcFunction(ODBC3SQLStatistics))… argument
[all …]
/aoo41x/main/jurt/com/sun/star/lib/uno/bridges/java_remote/
H A DProxyFactory.java58 InvocationHandler h = Proxy.getInvocationHandler(obj); in isProxy() local
67 InvocationHandler h = Proxy.getInvocationHandler(obj); in getBridge() local
/aoo41x/main/connectivity/source/drivers/odbc/
H A DORealDriver.cxx345 SQLHANDLE h = SQL_NULL_HANDLE; in EnvironmentHandle() local
/aoo41x/main/svl/source/misc/
H A Dinethist.cxx260 hash_entry h = a[k]; in downheap() local
277 hash_entry h; in heapsort() local
344 sal_uInt32 h = crc32 (rUrl); in putUrl() local
401 sal_uInt32 h = crc32 (rUrl); in queryUrl() local
/aoo41x/main/canvas/source/directx/
H A Ddx_spritedevicehelper.cxx70 const sal_Int32 h( ::std::max(sal_Int32(1),sal_Int32(rRect.Height))); in init() local
224 const sal_Int32 h(::std::max(sal_Int32(1),sal_Int32(rBounds.Height))); in notifySizeUpdate() local
/aoo41x/main/vcl/unx/generic/gdi/
H A Dsalvd.cxx55 unsigned int w = 0, h = 0, bw, d; in CreateVirtualDevice() local
235 Pixmap h = XCreatePixmap( GetXDisplay(), in SetSize() local
/aoo41x/main/vcl/win/source/app/
H A Dsalinfo.cxx124 int h = GetSystemMetrics( SM_CYSCREEN ); in initMonitors() local
189 int h = GetSystemMetrics( SM_CYSCREEN ); in initMonitors() local
/aoo41x/main/sal/inc/sal/
H A Dmacros.h39 # define SAL_BOUND(x,l,h) ((x) <= (l) ? (l) : ((x) >= (h) ? (h) : (x))) argument
/aoo41x/main/jurt/com/sun/star/lib/uno/environments/remote/
H A DThreadId.java55 int h = hash; in hashCode() local
/aoo41x/main/qadevOOo/runner/graphical/
H A DPixelCounter.java168 final int h = _aImage.getHeight(); in countNotWhitePixel() local
178 final int h = _aImage.getHeight(); in countNotBlackPixel() local
/aoo41x/main/sw/inc/
H A Dstringhash.hxx49 sal_Int32 h, nLen; in operator ()() local
/aoo41x/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DPlainSourceView.java168 int h = metrics.getHeight(); in update() local
196 int h = metrics.getHeight(); in paintComponent() local
/aoo41x/main/sc/inc/
H A Dpatattr.hxx155 FontToSubsFontConverter h; member in ScFontToSubsFontConverter_AutoPtr
/aoo41x/main/shell/source/win32/shlxthandler/util/
H A Diso8601_converter.cxx139 int h = ((_wtoi(days.c_str()) * 24) + _wtoi(hours.c_str())); in iso8601_duration_to_local_duration() local
/aoo41x/main/binaryurp/source/
H A Dlessoperators.cxx68 sal_Int32 h = rtl_ustr_hashCode_WithLength( rA.pTypeName->buffer, rA.pTypeName->length); in operator ()() local
/aoo41x/main/testgraphical/ui/java/ConvwatchGUIProject/src/
H A DConvwatchGUI.java389 int h = getHeight(); in initialiseImages() local
459 private int h; field in ConvwatchGUI.ResizeImage

Completed in 104 milliseconds

1234