Home
last modified time | relevance | path

Searched refs:x (Results 176 – 200 of 1170) sorted by relevance

12345678910>>...47

/trunk/main/
H A Dbootstrap.139 # executables are *.exe for WNT. This variable is necessary since Cygwin 1.5.x
52 chmod +x "$SRC_ROOT/solenv/bin/build.pl"
53 chmod +x "$SRC_ROOT/solenv/bin/build_client.pl"
54 chmod +x "$SRC_ROOT/solenv/bin/zipdep.pl"
55 chmod +x "$SRC_ROOT/solenv/bin/gccinstlib.pl"
71 if test -n "$DMAKE_URL" -a ! -x "$SOLARENV/$INPATH/bin/dmake$EXEEXT"; then
164 elif test -n "$DMAKE_PATH" -a -x "$DMAKE_PATH" -a ! -x "$SOLARENV/$INPATH/bin/dmake$EXEEXT"; then
174 if test -x "$SOLARENV/$INPATH/bin/dmake$EXEEXT"; then
/trunk/main/solenv/bin/
H A Dgsicheck22 if [ x${SOLARENV}x = xx ]; then
33 if [ x${SOLARVER}x = xx -o x${UPDMINOREXT}x = xx ]; then
H A Dlocalize_sl22 if [ x${SOLARENV}x = xx ]; then
33 if [ x${SOLARVER}x = xx -o x${UPDMINOREXT}x = xx ]; then
H A Dlocalize22 if [ x${SOLARENV}x = xx ]; then
35 if [ x${SOLARVER}x = xx -o x${UPDMINOREXT}x = xx ]; then
/trunk/main/svx/source/dialog/
H A Dcharmap.cxx235 int x = ((nIndex - nBase) % COLUMN_COUNT) * nX; in MapIndexToPixel() local
237 return Point( x, y ); in MapIndexToPixel()
357 int x = pix.X(); in DrawChars_Impl() local
364 int tx = x + (nX - nTextWidth + 1) / 2; in DrawChars_Impl()
374 aPointTxTy.X() = x - aBoundRect.Left() in DrawChars_Impl()
389 int nXLDelta = aBoundRect.Left() - x; in DrawChars_Impl()
390 int nXHDelta = (x + nX) - aBoundRect.Right(); in DrawChars_Impl()
408 Point aPointUL( x + 1, y + 1 ); in DrawChars_Impl()
423 DrawLine( aPointUL, Point( x+nX-1, y+1) ); in DrawChars_Impl()
427 DrawLine( Point( x+1, y+nY-1), Point( x+nX-1, y+nY-1) ); in DrawChars_Impl()
[all …]
/trunk/main/autodoc/inc/cosv/
H A Dcsv_env.hxx101 #define csv_assert(x) ( (x) ? (void)(0) : ::csv::PerformAssertion( #x, __FILE__, __LINE__) ) argument
115 #define csv_assert(x) assert(x); argument
128 #define csv_assert(x) argument
/trunk/main/tools/inc/tools/
H A Dsolar.h175 #define SWAPSHORT(x) ((((x) >> 8) & 0x00FF) | (((x) & 0x00FF) << 8)) argument
176 #define SWAPLONG(x) ((((x) >> 24) & 0x000000FF) | (((x) & 0x00FF0000) >> 8) | \ argument
177 (((x) & 0x0000FF00) << 8) | (((x) & 0x000000FF) << 24))
/trunk/main/extensions/workben/
H A Dpythonautotest.cxx45 #define PCHAR_TO_USTRING(x) StringToOUString(String(x),CHARSET_SYSTEM) argument
46 #define USTRING_TO_PCHAR(x) OUStringToString(x , CHARSET_DONTKNOW ).GetCharStr() argument
412 XInterfaceRef x = xSMgr->createInstance( L"stardiv.uno.repos.ImplementationRegistration" ); in main() local
413 XImplementationRegistrationRef xReg( x, USR_QUERY ); in main()
420 x = xSMgr->createInstance( L"stardiv.script.Python" ); in main()
421 XEngineRef xEngine( x, USR_QUERY ); in main()
422 XInvokationRef xInvoke( x, USR_QUERY ); in main()
423 XDebuggingRef xDebug( x , USR_QUERY ); in main()
H A Dpythontest.cxx46 #define PCHAR_TO_USTRING(x) StringToOUString(String(x),CHARSET_SYSTEM) argument
57 #define USTRING_TO_PCHAR(x) OUStringToString(x , CHARSET_DONTKNOW ).GetCharStr() argument
477 XInterfaceRef x = xSMgr->createInstance( L"stardiv.uno.repos.ImplementationRegistration" ); in main() local
478 XImplementationRegistrationRef xReg( x, USR_QUERY ); in main()
492 x = xSMgr->createInstance( L"stardiv.script.Python" ); in main()
493 XEngineRef xEngine( x, USR_QUERY ); in main()
508 XInvokationRef xInvokation( x , USR_QUERY ); in main()
509 XDebuggingRef xDebug( x , USR_QUERY ); in main()
/trunk/main/cppuhelper/source/
H A Dweak.cxx270 Reference<XInterface > x( xDelegator ); in acquire() local
271 if (x.is()) in acquire()
272 x->acquire(); in acquire()
280 Reference<XInterface > x( xDelegator ); in release() local
281 if (x.is()) in release()
282 x->release(); in release()
290 Reference< XInterface > x( xDelegator ); // harden ref in queryInterface() local
291 return (x.is() ? x->queryInterface( rType ) : queryAggregation( rType )); in queryInterface()
/trunk/main/sw/source/core/doc/
H A Ddoccomp.cxx717 x = tlo + 1; in CheckDiag()
719 x = thi; in CheckDiag()
720 oldx = x; in CheckDiag()
721 y = x - d; in CheckDiag()
724 ++x, ++y; in CheckDiag()
727 pFDiag[d] = x; in CheckDiag()
743 x = tlo; in CheckDiag()
745 x = thi - 1; in CheckDiag()
746 oldx = x; in CheckDiag()
747 y = x - d; in CheckDiag()
[all …]
/trunk/main/forms/source/component/
H A DDatabaseForm.hxx407 …virtual void SAL_CALL setBoolean(sal_Int32 parameterIndex, sal_Bool x) throw(::com::sun::star::sdb…
408 …virtual void SAL_CALL setByte(sal_Int32 parameterIndex, sal_Int8 x) throw(::com::sun::star::sdbc::…
409 …virtual void SAL_CALL setShort(sal_Int32 parameterIndex, sal_Int16 x) throw(::com::sun::star::sdbc…
410 …virtual void SAL_CALL setInt(sal_Int32 parameterIndex, sal_Int32 x) throw(::com::sun::star::sdbc::…
411 …virtual void SAL_CALL setLong(sal_Int32 parameterIndex, sal_Int64 x) throw(::com::sun::star::sdbc:…
412 …virtual void SAL_CALL setFloat(sal_Int32 parameterIndex, float x) throw(::com::sun::star::sdbc::SQ…
413 …virtual void SAL_CALL setDouble(sal_Int32 parameterIndex, double x) throw(::com::sun::star::sdbc::…
414 …virtual void SAL_CALL setString(sal_Int32 parameterIndex, const ::rtl::OUString& x) throw(::com::s…
416 …virtual void SAL_CALL setDate(sal_Int32 parameterIndex, const ::com::sun::star::util::Date& x) thr…
417 …virtual void SAL_CALL setTime(sal_Int32 parameterIndex, const ::com::sun::star::util::Time& x) thr…
[all …]
/trunk/main/vcl/aqua/source/gdi/
H A Dsalmathutils.cxx35 #define Swap( x, y ) { x ^= y; y ^= x; x ^= y; } argument
121 nDX = pVec[1].x - pVec[0].x; in Euclidian2Norm()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi.cxx274 aPt.x = pClipRect->xLeft; in setClipRegion()
278 aPt.x = pClipRect->xRight-1; in setClipRegion()
418 aPt.x = nX; in drawPixel()
449 aPt.x = nX; in drawPixel()
467 aPt.x = nX1; in drawLine()
470 aPt.x = nX2; in drawLine()
497 aPt.x = nX; in drawRect()
500 aPt.x = nX + nWidth - 1; in drawRect()
518 (*pTempOS2PtAry).x = (*pTempPtAry).mnX; in drawPolyLine()
547 (*pTempOS2PtAry).x = (*pTempPtAry).mnX; in drawPolygon()
[all …]
/trunk/main/vcl/source/window/
H A Dsplitwin.cxx2025 int x( rPt.X() ); in ImplDrawFadeArrow() local
2034 x = x+3; in ImplDrawFadeArrow()
2038 x = x-1; in ImplDrawFadeArrow()
2040 DrawPixel( Point(x, y), aCol ); in ImplDrawFadeArrow()
2041 DrawPixel( Point(x, y+6), aCol ); in ImplDrawFadeArrow()
2049 DrawPixel( Point(x, y+1), aCol ); in ImplDrawFadeArrow()
2050 DrawPixel( Point(x, y+5), aCol ); in ImplDrawFadeArrow()
2066 DrawPixel( Point(x, y), aCol ); in ImplDrawFadeArrow()
2067 DrawPixel( Point(x+6, y), aCol ); in ImplDrawFadeArrow()
2075 DrawPixel( Point(x+1, y), aCol ); in ImplDrawFadeArrow()
[all …]
/trunk/main/sc/addin/rot13/
H A Dmakefile.mk41 CFILES= $(MISC)$/x$(TARGET).c
44 $(SLO)$/x$(TARGET).obj
50 SHL1OBJS= $(SLO)$/x$(TARGET).obj
70 $(MISC)$/x$(TARGET).c: $(TARGET)13.cl $(CL2CSRC) $(MISC)$/cl2c.pl
71 $(CL2C) $(TARGET)13.cl $(MISC)$/x$(TARGET).c $(CL2CSRC) $(CL2CRID)
80 $(MISC)$/x$(TARGET).c \
/trunk/main/canvas/source/tools/
H A Dsurface.cxx199 vertex.x=static_cast<float>(p0.getX()); vertex.y=static_cast<float>(p0.getY()); in draw()
203 vertex.x=static_cast<float>(p1.getX()); vertex.y=static_cast<float>(p1.getY()); in draw()
207 vertex.x=static_cast<float>(p2.getX()); vertex.y=static_cast<float>(p2.getY()); in draw()
211 vertex.x=static_cast<float>(p3.getX()); vertex.y=static_cast<float>(p3.getY()); in draw()
325 vertex.x=static_cast<float>(p0.getX()); vertex.y=static_cast<float>(p0.getY()); in drawRectangularArea()
329 vertex.x=static_cast<float>(p1.getX()); vertex.y=static_cast<float>(p1.getY()); in drawRectangularArea()
333 vertex.x=static_cast<float>(p2.getX()); vertex.y=static_cast<float>(p2.getY()); in drawRectangularArea()
337 vertex.x=static_cast<float>(p3.getX()); vertex.y=static_cast<float>(p3.getY()); in drawRectangularArea()
443 vertex.x=static_cast<float>(aTransformedPoint.getX()); in drawWithClip()
/trunk/main/xmlsecurity/tools/demo/
H A Dreadme.txt21 …t CLASSPATH=e:\Solar\r\j2sdk1.4.1_03\jre\lib;d:\x\juh.jar;d:\x\jurt.jar;d:\x\ridl.jar;d:\x\unoil.j…
22 - regcomp -register -r demo.rdb -c file://d/x/jflatfilter.jar -br demo.rdb
/trunk/main/oox/source/dump/
H A Ddffdumper.ini168 …0x0150=,geo-connect-sites,geo-connect-sites-dir,geo-stretch-x,geo-stretch-y,geo-handles,geo-guides…
175 …0x0198=fill-origin-x,fill-origin-y,fill-shape-origin-x,fill-shape-origin-y,fill-shade-type,,fill-c…
186 …r,shadow-highlight,shadow-cr-mod,shadow-opacity,shadow-offset-x,shadow-offset-y,shadow-2nd-offset-x
192 …persp-type,persp-offset-x,persp-offsety,persp-scale-x-to-x,persp-scale-y-to-x,persp-scale-x-to-y,p…
193 0x0248=persp-persp-y,persp-weight,persp-origin-x,persp-origin-y
200 …ation,3dstyle-x-rotation,3dstyle-rotation-axis-x,3dstyle-rotation-axis-y,3dstyle-rotation-axis-z,3…
201 …der-mode,3dstyle-tolerance,3dstyle-view-point-x,3dstyle-view-point-y,3dstyle-view-point-z,3dstyle-…
202 …nt-intensity,3dstyle-key-light-x,3dstyle-key-light-y,3dstyle-key-light-z,3dstyle-key-light-intensi…
228 0x0500=dia-type,dia-style,,,dia-rel-table,dia-scale-x,dia-scale-y,dia-def-fontsize
270 …0x07C0=group2-rel-width,group2-rel-height,group2-rel-pos-x,group2-rel-pos-y,group2-size-rel-h,grou…
[all …]
/trunk/main/winaccessibility/source/UAccCOM/
H A DAccComponentBase.cpp48 STDMETHODIMP CAccComponentBase::get_locationInParent(long *x, long *y) in get_locationInParent() argument
55 if (x == NULL || y == NULL) in get_locationInParent()
62 *x = pt.X; in get_locationInParent()
79 STDMETHODIMP CAccComponentBase::get_locationOnScreen(long *x, long *y) in get_locationOnScreen() argument
86 if (x == NULL || y == NULL) in get_locationOnScreen()
93 *x = pt.X; in get_locationOnScreen()
/trunk/main/ooo_custom_images/industrial/res/commandimagelist/
H A Dlc_backgroundpatterncontroller.xcf.bz2
/trunk/main/odk/examples/DevelopersGuide/ProfUNO/InterprocessConn/
H A DConnectionAwareClient.java157 Object x = _ctx.getServiceManager().createInstanceWithContext( in getComponentLoader() local
161 UnoRuntime.queryInterface(XConnector.class, x); in getComponentLoader()
172 x = _ctx.getServiceManager().createInstanceWithContext( in getComponentLoader()
176 XBridgeFactory.class , x ); in getComponentLoader()
188 x = bridge.getInstance( a[2] ); in getComponentLoader()
191 if( null == x ) in getComponentLoader()
199 UnoRuntime.queryInterface( XMultiComponentFactory.class, x ); in getComponentLoader()
/trunk/main/sc/addin/datefunc/
H A Dmakefile.mk40 CFILES= $(MISC)$/x$(TARGET).c
46 $(SLO)$/x$(TARGET).obj
52 SHL1OBJS= $(SLO)$/x$(TARGET).obj
70 $(MISC)$/x$(TARGET).c: $(TARGET).cl $(CL2CSRC)
71 $(CL2C) $(TARGET).cl $(MISC)$/x$(TARGET).c $(CL2CSRC) $(CL2CRID)
81 $(MISC)$/x$(TARGET).c \
/trunk/main/pyuno/source/module/
H A Dunohelper.py193 for x in seqEntries:
194 if x.implName == implementationName:
195 return createSingleServiceFactory( x.clazz, implementationName, x.supportedServices )
219 for x in implNames:
220 fac = loader.activate( max(x.split("/")),"",componentUrl,rootKey)
244 for x in lst:
245 t = uno.getTypeByName( x )
/trunk/main/sal/osl/w32/
H A Dsocket.cxx99 #define FAMILY_TO_NATIVE(x) (short)FamilyMap[x] argument
116 #define PROTOCOL_TO_NATIVE(x) ProtocolMap[x] argument
146 #define TYPE_TO_NATIVE(x) TypeMap[x] argument
177 #define OPTION_TO_NATIVE(x) OptionMap[x] argument
191 #define OPTION_LEVEL_TO_NATIVE(x) OptionLevelMap[x] argument
207 #define MSG_FLAG_TO_NATIVE(x) SocketMsgFlagMap[x] argument
221 #define DIRECTION_TO_NATIVE(x) SocketDirection[x] argument
280 #define ERROR_TO_NATIVE(x) SocketError[x] argument

Completed in 120 milliseconds

12345678910>>...47