Home
last modified time | relevance | path

Searched refs:x (Results 376 – 400 of 1170) sorted by relevance

1...<<11121314151617181920>>...47

/trunk/main/extensions/source/scanner/
H A Dgrid.hxx101 Point transform( double x, double y );
102 void transform( const Point& rOriginal, double& x, double& y );
117 double interpolate( double x, double* pNodeX, double* pNodeY, int nNodes );
/trunk/main/odk/examples/java/Inspector/
H A DUnoTreeRenderer.java110 int x, y; in paintComponent() local
113 x = 0; in paintComponent()
115 x = getIcon().getIconWidth() + getIconTextGap(); in paintComponent()
/trunk/main/offapi/com/sun/star/geometry/
H A DIntegerPoint2D.idl30 This structure contains x and y integer-valued coordinates of a
37 /// The x coordinate of the point.
42 /// The x coordinate of the point.
H A DRealPoint2D.idl30 This structure contains x and y real-valued coordinates of a
37 /// The x coordinate of the point.
42 /// The x coordinate of the point.
/trunk/main/idlc/test/
H A Dunion.idl28 case 1: long x;
45 case E::A : long x;
50 case 2 : long x;
/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.cxx245 for( int x=0; x<width; ++x) in writePpm_() local
752 void PDFOutDev::drawChar(GfxState *state, double x, double y, in drawChar() argument
769 x += x2*fFontSize; in drawChar()
772 const double aPositionX(x-originX); in drawChar()
/trunk/main/chart2/source/model/filter/
H A DXMLFilter.cxx70 #define LOCAL_CONST_STR(i, x) sal_Char __READONLY_DATA i[sizeof(x)] = x argument
71 #define MAP_LEN(x) x, sizeof(x) - 1 argument
/trunk/main/dtrans/source/os2/dnd/
H A DDropTarget.cxx370 ptlMouse.x, ptlMouse.y, in dragEnter()
375 ptlMouse.x, ptlMouse.y, in dragEnter()
411 ptlMouse.x, ptlMouse.y, in dragOver()
504 ptlMouse.x, ptlMouse.y, in renderComplete()
/trunk/main/odk/examples/java/Drawing/
H A DSDraw.java145 com.sun.star.lang.XComponent xDocComp, int height, int width, int x, in createShape() argument
165 position.X = x; in createShape()
199 int x = 1900; in createSequence() local
218 position.X = (x+(i*40)); in createSequence()
/trunk/main/framework/qa/complex/contextMenuInterceptor/
H A DCheckContextMenuInterceptor.java91 int x = point.X; in after() local
93 rob.mouseMove(x, y); in after()
333 int x = point.X + (rect.Width / 2); in openContextMenu() local
335 rob.mouseMove(x, y); in openContextMenu()
/trunk/main/winaccessibility/source/UAccCOM/
H A DAccHypertext.h93 …STDMETHOD(get_characterExtents)(long offset, IA2CoordinateType coordType, long * x, long * y, long…
99 STDMETHOD(get_offsetAtPoint)(long x, long y, IA2CoordinateType coordType, long * offset);
134 …ingToPoint)(long startIndex, long endIndex,enum IA2CoordinateType coordinateType, long x, long y );
/trunk/main/offapi/com/sun/star/awt/
H A DPosSize.idl39 /** flags the x-coordinate.
63 /** flags the x- and y-coordinate.
75 /** flags the x- and y-coordinate, width and height.
/trunk/main/i18npool/source/search/
H A Dlevdis.hxx136 inline int Min3( int x, int y, int z ); // inline wegen Schleife
137 int Mid3( int x, int y, int z );
138 int Max3( int x, int y, int z );
/trunk/main/canvas/source/tools/
H A Dpage.cxx99 const sal_Int32 x = rect.maPos.getX(); in insert() local
107 r.maPos.setX(x+w); in insert()
113 r.maPos.setX(x); in insert()
/trunk/main/svtools/source/edit/
H A Dtextdoc.cxx110 for ( sal_uInt16 x = 0; x < nCount; x++ ) in InsertAttrib() local
112 TextCharAttrib* pCurAttrib = GetObject( x ); in InsertAttrib()
115 Insert( pAttrib, x ); in InsertAttrib()
/trunk/main/ooo_custom_images/industrial/res/commandimagelist/
H A Dlc_grafmode.xcf.bz2
/trunk/main/xml2cmp/source/support/
H A Dheap.cxx30 #define AssertionOf(x) {if (!(x)) {std::cerr << "Assertion failed: " << #x << __FILE__ << __LINE__ … argument
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/connection/
H A D_XConnector.java118 XInterface x = null; in _connect() local
122 x = (XInterface) ( in _connect()
130 xAcceptor = (XAcceptor)UnoRuntime.queryInterface(XAcceptor.class, x); in _connect()
/trunk/main/bridges/test/
H A Dtestclient.java108 Object x = smgr.createInstance("com.sun.star.connection.Connector"); in main() local
109 if( x == null ) in main()
117 UnoRuntime.queryInterface( XConnector.class , x ); in main()
/trunk/main/vcl/source/helper/
H A Dcanvasbitmap.cxx542 for( long x=aRequestedArea.Left(); x<aRequestedArea.Right(); ++x ) in getData() local
544 *pOutScan++ = m_pBmpAcc->GetPixelIndex(y,x); in getData()
545 *pOutScan++ = m_pAlphaAcc->GetPixelIndex(y,x); in getData()
555 for( long x=aRequestedArea.Left(); x<aRequestedArea.Right(); ++x ) in getData() local
559 *pOutScan++ = m_pAlphaAcc->GetPixelIndex( y, x ); in getData()
/trunk/main/sysui/desktop/share/
H A Dcreate_tree.sh26 …for i in `cd ${ICON_SOURCE_DIR}; find ${ICON_THEMES:-hicolor/??x?? hicolor/???x??? locolor} -name …
45 for i in `cd ${ICON_SOURCE_DIR}/hicolor; find ??x?? ???x??? -name "*.png"`
/trunk/main/fpicker/source/win32/filepicker/
H A Dhelppopupwindow.cxx137 void SAL_CALL CHelpPopupWindow::show( sal_Int32 x, sal_Int32 y ) in show() argument
166 adjustWindowPos( x, y, cx_new, cy_new ); in show()
264 sal_Int32 x, sal_Int32 y, sal_Int32 cx, sal_Int32 cy ) in adjustWindowPos() argument
278 popX = x - ( popWidth / 2 ); in adjustWindowPos()
/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx705 double x, xNeu, fWert, fZaehler, fNenner, nCount; in ScIRR() local
709 x = fSchaetzwert; // Startwert in ScIRR()
734 fZaehler += fWert / pow(1.0+x,(double)nCount); in ScIRR()
735 fNenner += -nCount * fWert / pow(1.0+x,nCount+1.0); in ScIRR()
739 fZaehler += fWert / pow(1.0+x,(double)nCount); in ScIRR()
740 fNenner += -nCount * fWert / pow(1.0+x,nCount+1.0); in ScIRR()
747 fEps = fabs(xNeu - x); in ScIRR()
748 x = xNeu; in ScIRR()
750 if (fSchaetzwert == 0.0 && fabs(x) < SCdEpsilon) in ScIRR()
751 x = 0.0; // auf Null normieren in ScIRR()
[all …]
/trunk/main/offapi/com/sun/star/chart/
H A DChartTwoAxisXSupplier.idl42 primary and secondary x-axes.
54 /** determines if the secondary x-axis is shown or hidden.
62 /** determines for the secondary x-axis
/trunk/main/sfx2/source/appl/
H A Dshutdowniconw32.cxx425 pt.x, pt.y, hWnd, NULL ); in listenerWndProc()
711 int x, y; in OnDrawItem() local
738 x = aRect.left; in OnDrawItem()
765 …DrawStateW( lpdis->hDC, (HBRUSH)hbrIcon, (DRAWSTATEPROC)NULL, (LPARAM)hIcon, (WPARAM)0, x, y+(heig… in OnDrawItem()
769 x += cx + 4; // space for icon in OnDrawItem()
770 aRect.left = x; in OnDrawItem()

Completed in 156 milliseconds

1...<<11121314151617181920>>...47