Home
last modified time | relevance | path

Searched refs:y (Results 476 – 500 of 646) sorted by relevance

1...<<11121314151617181920>>...26

/trunk/main/desktop/win32/source/QuickStart/
H A DQuickStart.cpp379 pt.x, pt.y, hWnd, NULL); in WndProc()
/trunk/main/svtools/source/inc/
H A Dsgvmain.hxx36 sal_Int16 y; member
/trunk/main/offapi/com/sun/star/drawing/
H A DEnhancedCustomShapeHandle.idl46 /** Specifies if the y position of the handle is mirrored.
H A DEnhancedCustomShapeExtrusion.idl124 The order of rotation is: z-axis, y-axis and then x-axis. The z-axis is
/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx250 #define DBG_ASSERT( x, y ) { if( ! (x) ) fprintf( stderr, (y) ); } argument
252 #define DBG_ASSERT( x, y ) argument
/trunk/main/offapi/com/sun/star/awt/
H A DXWindow.idl82 the y-coordinate of the window.
/trunk/main/cui/source/tabpages/
H A Dswpossizetabpage.src204 Text [ en-US ] = "b~y" ;
/trunk/main/winaccessibility/source/UAccCOM/
H A DMAccessible.h164 STDMETHOD(scrollToPoint)(enum IA2CoordinateType coordinateType, long x, long y);
/trunk/extras/l10n/source/kid/
H A Dlocalize.sdf383 basic source\sbx\format.src 0 string STR_BASICKEY_FORMAT_ON 0 kid y-vc[p‖On 20130829 23:02:48
21559y=b*exp(a*x)\</item\> or \<item type=\"literal\"\>y=b*m^x\</item\>, which is transformed to \<item…
21588 …e from y - NegativeErrorValue to y + PositiveErrorValue. In this term, y is the value of the data …
43731 …r example, "sqrt {x * y}" is the square root of the entire product x*y, while "sqrt x * y" is the …
43786 …(x", "y) = left [ stack { x + y over z + left lbrace matrix { 2 # 3 # 4 ## 4 # 5 # 6 ## 6 # 7 # 8}…
58451 sc source\ui\src\scstring.src 0 string SCSTR_MODIFY 0 kid padzpe‖Modif~y 20130829 23:02:48
58626 sc source\ui\src\toolbox.src 0 string SCSTR_QHELP_BTNSUM 0 kid hqp]3y‖Sum 20130829 23:02:48
59340 … type = 0 then the functions will be calculated in the form of y=m^x, or also functions y=b*m^x. …
59360 … type = 0 then the functions will be calculated in the form of y=m^x, or also functions y=b*m^x. …
71585 vcl source\src\btntext.src 0 string SV_BUTTONTEXT_OK 0 kid y++ta0‖OK 20130829 23:02:48
[all …]
/trunk/main/svx/inc/svx/
H A Dfmgridif.hxx253 …virtual void SAL_CALL draw( sal_Int32 x, sal_Int32 y ) throw(::com::sun::star::uno::RuntimeExcepti…
497 …virtual void SAL_CALL draw( sal_Int32 x, sal_Int32 y ) throw(::com::sun::star::uno::RuntimeExcepti…
/trunk/main/svx/source/inc/
H A Dformcontroller.hxx93 …ent >& x, const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XTextComponent >& y) const in operator ()()
95 return reinterpret_cast<sal_Int64>(x.get()) < reinterpret_cast<sal_Int64>(y.get()); in operator ()()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatasource.cxx320 bool operator() (const TDigestHolder& x, const TDigestHolder& y) const in operator ()()
323 for(i=0;i < RTL_DIGEST_LENGTH_SHA1 && (x.m_pBuffer[i] >= y.m_pBuffer[i]); ++i) in operator ()()
/trunk/main/dbaccess/source/ui/dlg/
H A DDbAdminImpl.cxx611 bool operator() (const PropertyValue& x, const PropertyValue& y) const in operator ()()
612 { return x.Name < y.Name ? true : false; } // construct prevents a MSVC6 warning in operator ()()
/trunk/main/vcl/unx/gtk/a11y/
H A Datklistener.cxx328 &rect.y, in notifyEvent()
/trunk/main/toolkit/workben/layout/
H A Dsortdlg.src91 Text [ en-US ] = "Then b~y" ;
/trunk/main/sc/source/core/tool/
H A Dinterpr3.cxx2010 double y = GetDouble(); // y in ScLogNormInv() local
2011 if (sigma <= 0.0 || y <= 0.0 || y >= 1.0) in ScLogNormInv()
2014 PushDouble(exp(mue+sigma*gaussinv(y))); in ScLogNormInv()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DList.java183 …le xAccessible = unoAccessibleComponent.getAccessibleAtPoint(new com.sun.star.awt.Point(p.x, p.y)); in getAccessibleAt()
/trunk/main/toolkit/source/controls/
H A Dunocontrol.cxx1038 void UnoControl::draw( sal_Int32 x, sal_Int32 y ) throw(RuntimeException) in draw() argument
1060 xDrawPeerView->draw( x, y ); in draw()
/trunk/main/oox/source/dump/
H A Doledumper.ini777 0x00000004=grid-y
792 0x00000200=inherit-grid-y
/trunk/main/sc/source/ui/src/
H A Dmiscdlgs.src386 Text [ en-US ] = "Multipl~y" ;
959 Text [ en-US ] = "Da~y" ;
H A Dsortdlg.src91 Text [ en-US ] = "Then b~y" ;
/trunk/main/cui/source/customize/
H A Dcfg.cxx2001 long x, y, width, height; in PositionContentsListBox() local
2008 y = aAddCommandsButton.GetPosPixel().Y(); in PositionContentsListBox()
2013 long gap = y - ( p.Y() + s.Height() ); in PositionContentsListBox()
2015 height = aSaveInListBox.GetPosPixel().Y() - y - gap; in PositionContentsListBox()
2017 aContentsListBox->SetPosPixel( Point( x, y ) ); in PositionContentsListBox()
/trunk/main/sc/source/filter/starcalc/
H A Dscflt.cxx236 rStream >> rHeader.y; in lcl_ReadGraphHeader()
2407 nStartY += (long) ( GraphHeader.y / nPPTY * HMM_PER_TWIPS ); in LoadObjects()
2434 pDoc->SetValue(nCol++, nRow, nTab, GraphHeader.y); in LoadObjects()
/trunk/main/vcl/unx/generic/gdi/
H A Dgcach_xpeer.cxx607 aGlyphInfo.y = -maRawBitmap.mnYOffset; in GetXRGlyph()
/trunk/main/
H A Dconfig.guess854 -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \
1772 # time-stamp-format: "%:y-%02m-%02d"

Completed in 1515 milliseconds

1...<<11121314151617181920>>...26