Home
last modified time | relevance | path

Searched refs:x (Results 226 – 250 of 1170) sorted by relevance

12345678910>>...47

/trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DXSLTFilterOLEExtracter.java323 Object x = xComponentContext.getServiceManager().createInstanceWithContext( in connectAwareGetServiceFactory() local
326 XConnector xConnector = (XConnector) UnoRuntime.queryInterface(XConnector.class, x); in connectAwareGetServiceFactory()
336 x = xComponentContext.getServiceManager().createInstanceWithContext( in connectAwareGetServiceFactory()
340 XBridgeFactory.class, x); in connectAwareGetServiceFactory()
351 x = bridge.getInstance(a[2]); in connectAwareGetServiceFactory()
354 if (null == x) { in connectAwareGetServiceFactory()
359 …viceFactory xFac = (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServiceFactory.class, x); in connectAwareGetServiceFactory()
/trunk/test/testassistant/lib/
H A Dtestcommon.jar ... re java.awt.image.BufferedImage dst int x int y java.awt.Graphics g int sx ...
/trunk/main/sdext/source/pdfimport/tree/
H A Ddrawtreevisiting.cxx215 double rel_x = rElem.x, rel_y = rElem.y; in fillFrameProps()
588 line_left = pDraw->x; in visit()
641 if( pGeo->x < line_left ) in visit()
642 line_left = pGeo->x; in visit()
643 if( pGeo->x+pGeo->w > line_right ) in visit()
644 line_right = pGeo->x+pGeo->w; in visit()
650 line_left = pGeo->x; in visit()
651 line_right = pGeo->x + pGeo->w; in visit()
940 double p_x = elem.Parent->x; in visit()
1013 if( (*it)->x < elem.LeftMargin ) in visit()
[all …]
/trunk/main/vcl/aqua/source/res/MainMenu.nib/
H A Dkeyedobjects.nib2 …������������� *067:<?BUhijklmnopqrstuvwx{~�U$null��
5 ������a�n��o�p�q�r�sVNSName[NSMenuItems�6�9�-�7_Quit NewApplicationQq��w��2�x�y�z^NSResourc…
6 …�?^NSIBObjectData���#�,�1�:�L�Q�V�d�f!'r��������(6D^jx����������…
10 #+4KMOQSUWY[]_actvxz|������������������%/8:<>@BD…
11     ( 1 4 6 8 D M R [ r t v x z | ~ � � � � � � � � � � � � � � � � � � � � � � � � � � � � � �
34 x
/trunk/main/canvas/source/cairo/
H A Dcairo_xlib_cairo.cxx143 X11Surface::X11Surface( const X11SysData& rSysData, int x, int y, int width, int height ) : in X11Surface() argument
150 width + x, height + y ), in X11Surface()
153 cairo_surface_set_device_offset(mpSurface.get(), x, y ); in X11Surface()
320 int x, int y, int width, int height ) in createSurface() argument
324 x,y,width,height)); in createSurface()
327 x,y,width,height)); in createSurface()
H A Dcairo_win32_cairo.cxx82 Win32Surface::Win32Surface( HDC hDC, int x, int y) : in Win32Surface() argument
87 cairo_surface_set_device_offset( mpSurface.get(), x, y ); in Win32Surface()
236 int x, int y, int /* width */, int /* height */) in createSurface() argument
245 surf = SurfaceSharedPtr(new Win32Surface(GetDC((HWND) pSysData->hWnd), x, y)); in createSurface()
251 surf = SurfaceSharedPtr(new Win32Surface((HDC) aSysData.hDC, x, y)); in createSurface()
/trunk/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm348 aPreviewFrame.origin.x = 0;
360 aPreviewFrame.origin.x = 0;
577 nWidth += aSubRect.origin.x - (aCtrlRect.origin.x + aCtrlRect.size.width);
617 … nX -= aSubRect.size.width + (aSubRect.origin.x - (aCtrlRect.origin.x + aCtrlRect.size.width));
621 aCtrlRect.origin.x = nX;
636 aSubRect.origin.x = nX + aSubRect.origin.x - aCtrlRect.origin.x;
639 aCtrlRect.origin.x = nX;
659 aFrame.origin.x -= aUnion.origin.x - 5;
842 aTextRect.origin.x = rCurX + nAttachOffset;
916 aTextRect.origin.x = rCurX /* + nAttachOffset*/;
[all …]
/trunk/main/toolkit/src2xml/source/
H A Dboxer.py32 x, y = int(elem.getAttr('x')), int(elem.getAttr('y'))
34 while x in self.rows[y]:
37 self.rows[y][x] = elem
51 for x in xs:
52 elem = self.rows[y][x]
/trunk/main/libtextcat/data/new_fingerprints/lm/
H A Dnepali.lm22 x 356
91 x? 89
261 x' 36
305 x?_ 32
366 x'g 27
387 x?n 27
/trunk/main/bean/qa/complex/bean/
H A DWriterFrame.java46 …public WriterFrame(int x, int y, int width, int height, boolean loadBeforeVisible, XComponentConte… in WriterFrame() argument
56 setBounds(x, y, width, height); in WriterFrame()
67 setBounds(x, y, width, height); in WriterFrame()
149 Rectangle rc = new Rectangle(r.x + i.left, r.y + i.top, in getClientArea()
170 if (client.x != unoWin.x in checkUnoFramePosition()
/trunk/main/sysui/desktop/redhat/
H A Dredhat-menus.spec200 application/x-starwriter; %unixfilename -view %s
204 application/x-starmath; %unixfilename -view %s
211 application/x-starcalc; %unixfilename -view %s
213 application/x-starchart; %unixfilename -view %s
217 application/x-msexcel; %unixfilename -view %s
223 application/x-starimpress; %unixfilename -view %s
227 application/x-mspowerpoint; %unixfilename -view %s
233 application/x-stardraw; %unixfilename -view %s
237 application/x-wordperfect; %unixfilename -view %s
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DPixelCounter.java105 public static void handlesinglepixel(int x, int y, int pixel) in handlesinglepixel() argument
117 for (int x = 0; x < _w; x++) { in countPixel()
119 _aPixelCounter.count(img.getPixel(x,y)); in countPixel()
/trunk/main/sal/rtl/source/
H A Drandom.c42 #define RTL_RANDOM_RNG(x, y, z) \ argument
44 (x) = 170 * ((x) % 178) - 63 * ((x) / 178); \
45 if ((x) < 0) (x) += 30328L; \
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/
H A D_XAccessibleComponent.java157 for (int x = -1; x <= bounds.Width; x++) { in _containsPoint()
158 if (oObj.containsPoint(new Point(x, -1))) { in _containsPoint()
161 + " (" + x + ", -1) - FAILED"); in _containsPoint()
165 if (oObj.containsPoint(new Point(x, bounds.Height + bounds.Y))) { in _containsPoint()
168 + " (" + x + ", " + bounds.Height + bounds.Y in _containsPoint()
/trunk/main/extensions/workben/
H A Dtestcomponent.cxx84 XInterfaceRef x = xSMgr->createInstance( in main() local
86 x->queryInterface( XImplementationRegistration::getSmartUik() , xReg ); in main()
163 XInterfaceRef x = xSMgr->createInstance( OStringToOWString( argv[1] , CHARSET_SYSTEM ) ); in main() local
164 if( ! x.is() ) { in main()
171 nNewHandle = xTest->test( OStringToOWString( argv[1] , CHARSET_SYSTEM ) , x , nHandle ); in main()
/trunk/main/sal/osl/unx/
H A Dsocket.c127 #define FAMILY_TO_NATIVE(x) (short)FamilyMap[x] argument
161 #define PROTOCOL_TO_NATIVE(x) ProtocolMap[x] argument
194 #define TYPE_TO_NATIVE(x) TypeMap[x] argument
242 #define OPTION_TO_NATIVE(x) OptionMap[x] argument
273 #define OPTION_LEVEL_TO_NATIVE(x) OptionLevelMap[x] argument
307 #define MSG_FLAG_TO_NATIVE(x) SocketMsgFlagMap[x] argument
340 #define DIRECTION_TO_NATIVE(x) SocketDirection[x] argument
413 #define ERROR_TO_NATIVE(x) osl_NativeFromSocketError(x) argument
/trunk/main/l10ntools/source/
H A Dxmlparse.cxx271 for( int x = 1 ; x < 3 ; x++ ){ // this looks strange...yes! in Write() local
1068 #define XML_CHAR_TO_OUSTRING(x) OStringToOUString(OString(x), RTL_TEXTENCODING_UTF8) argument
1069 #define XML_CHAR_N_TO_OUSTRING(x,n) OStringToOUString(OString(x,n), RTL_TEXTENCODING_UTF8 ) argument
1171 String x=String( XML_CHAR_N_TO_OUSTRING( s, len )); in CharacterData() local
1172 XMLUtil::UnQuotHTML(x); in CharacterData()
1173 pCurData = new XMLData( x , pCurNode ); in CharacterData()
1175 String x=String( XML_CHAR_N_TO_OUSTRING( s, len )); in CharacterData() local
1176 XMLUtil::UnQuotHTML(x); in CharacterData()
1177 pCurData->AddData( x ); in CharacterData()
/trunk/main/io/test/
H A Dtestcomponent.cxx70 Reference < XInterface > x = xSMgr->createInstance( in main() local
72 xReg = Reference< XImplementationRegistration > ( x , UNO_QUERY ); in main()
149 Reference< XInterface > x = in main() local
151 if( ! x.is() ) in main()
161 OStringToOUString( argv[1] , RTL_TEXTENCODING_ASCII_US ) , x , nHandle ); in main()
/trunk/main/chart2/source/tools/
H A DRegressionCurveCalculator.cxx119 double x = fMin + nP * fFact; in getCurveValues() local
121 x = xInverseScaling->doScaling( x ); in getCurveValues()
122 aResult[nP].X = x; in getCurveValues()
123 aResult[nP].Y = this->getCurveValue( x ); in getCurveValues()
/trunk/main/setup_native/scripts/
H A Djavaloader.sh332 if [ x$ARCH = "x32" ] && [ -f "$javahome/bin/java" ]; then
341 if [ x$language = "xja_" -o x$language = "xko_" -o x$language = "xzh_" ]; then
346 if [ x$ttf_files = "x" ]; then
348 if [ x$ttf_files = "x" ]; then
/trunk/main/offapi/com/sun/star/chart2/data/
H A DDataSequenceRole.idl48 <dt>values-x</dt>
49 <dd>values are used as x-values in an XY- or bubble
60 <dt>error-bars-x-positive</dt>
61 <dd>values are used as error-information in positive x-direction for
63 <dt>error-bars-x-negative</dt>
64 <dd>values are used as error-information in negative x-direction for
/trunk/main/sysui/desktop/mandriva/
H A Dmandriva-menus.spec161 application/x-starwriter; %unixfilename -view %s
165 application/x-starmath; %unixfilename -view %s
172 application/x-starcalc; %unixfilename -view %s
174 application/x-starchart; %unixfilename -view %s
178 application/x-msexcel; %unixfilename -view %s
184 application/x-starimpress; %unixfilename -view %s
188 application/x-mspowerpoint; %unixfilename -view %s
194 application/x-stardraw; %unixfilename -view %s
/trunk/main/soltools/javadep/
H A Djavadep.c47 #define ntohl(x) ((((x) & 0xff000000) >> 24) | (((x) & 0x00ff0000) >> 8) | \ argument
48 (((x) & 0x0000ff00) << 8) | (((x) & 0x000000ff) << 24))
50 #define ntohs(x) ((((x) >> 8) & 0xff) | (((x) & 0xff) << 8)) argument
/trunk/main/sax/test/
H A Dtestcomponent.cxx77 Reference < XInterface > x = xSMgr->createInstance( in main() local
79 xReg = Reference< XImplementationRegistration > ( x , UNO_QUERY ); in main()
163 Reference< XInterface > x = in main() local
165 if( ! x.is() ) in main()
175 OStringToOUString( argv[1] , RTL_TEXTENCODING_ASCII_US ) , x , nHandle ); in main()
/trunk/main/scaddins/source/analysis/
H A Dbessel.cxx71 double BesselJ( double x, sal_Int32 N ) throw (IllegalArgumentException, NoConvergenceException) in BesselJ() argument
76 if (x==0.0) in BesselJ()
82 double fSign = (N % 2 == 1 && x < 0) ? -1.0 : 1.0; in BesselJ()
83 double fX = fabs(x); in BesselJ()
185 double BesselI( double x, sal_Int32 n ) throw( IllegalArgumentException, NoConvergenceException ) in BesselI() argument
189 const double fXHalf = x / 2.0; in BesselI()

Completed in 108 milliseconds

12345678910>>...47