Home
last modified time | relevance | path

Searched refs:y (Results 251 – 275 of 646) sorted by relevance

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

/trunk/main/vcl/inc/os2/
H A Dwingdi.h30 LONG y; member
45 W32FIXED y; member
/trunk/main/filter/source/flash/
H A Dswfwriter.hxx306 sal_uInt16 defineShape( const GDIMetaFile& rMtf, sal_Int16 x = 0, sal_Int16 y = 0 );
315 …void placeShape( sal_uInt16 nID, sal_uInt16 nDepth, sal_Int32 x, sal_Int32 y, sal_uInt16 nClipDept…
319 void moveShape( sal_uInt16 nDepth, sal_Int32 x, sal_Int32 y );
/trunk/main/solenv/inc/
H A Dtg_yxx.mk25 $(MISC)/%.cxx : %.y
39 $(INCCOM)/yy%.cxx : %.y
/trunk/main/svtools/source/uno/
H A Dsvtxgridcontrol.cxx119 sal_Int32 SAL_CALL SVTXGridControl::getRowAtPoint(::sal_Int32 x, ::sal_Int32 y) throw (RuntimeExcep… in getRowAtPoint() argument
126 TableCell const tableCell = pTable->getTableControlInterface().hitTest( Point( x, y ) ); in getRowAtPoint()
131 sal_Int32 SAL_CALL SVTXGridControl::getColumnAtPoint(::sal_Int32 x, ::sal_Int32 y) throw (RuntimeEx… in getColumnAtPoint() argument
138 TableCell const tableCell = pTable->getTableControlInterface().hitTest( Point( x, y ) ); in getColumnAtPoint()
/trunk/main/fpicker/source/win32/filepicker/
H A Dhelppopupwindow.hxx93 void SAL_CALL show( sal_Int32 x, sal_Int32 y );
106 void SAL_CALL adjustWindowPos( sal_Int32 x, sal_Int32 y, sal_Int32 cx, sal_Int32 cy );
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XImageProducer.java78 public void setPixelsByBytes(int x, int y, int width, int height, in setPixelsByBytes() argument
85 public void setPixelsByLongs(int x, int y, int width, int height, in setPixelsByLongs() argument
/trunk/main/odk/examples/DevelopersGuide/Accessibility/
H A DSSR.java115 int x, int y, int width, int height, double weightx, double weighty, in addComponent() argument
121 aConstraints.gridy = y; in addComponent()
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx1003 double y = 1.0 + fIssMat * fRate; in GetYieldmat() local
1004 y /= fPrice / 100.0 + fIssSet * fRate; in GetYieldmat()
1005 y--; in GetYieldmat()
1006 y /= fSetMat; in GetYieldmat()
1008 return y; in GetYieldmat()
1242 double y = fRedemp + fDCi * 100.0 * fRate / fFreq; in GetOddlyield() local
1243 y /= fPrice + fAi * 100.0 * fRate / fFreq; in GetOddlyield()
1244 y--; in GetOddlyield()
1245 y *= fFreq / fDSCi; in GetOddlyield()
1247 return y; in GetOddlyield()
/trunk/main/sc/source/ui/view/
H A Dviewfun7.cxx78 long y = aPgSize.Height() - rPos.Y() - rSize.Height(); in lcl_AdjustInsertPos() local
82 if( y < 0 ) in lcl_AdjustInsertPos()
83 rPos.Y() += y + 200; in lcl_AdjustInsertPos()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOContainer.java86 public int compare(String x, String y) {
88 return x.compareTo(y);
90 return x.compareToIgnoreCase(y);
/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 );
/trunk/main/sal/inc/systools/win32/
H A Duser9x.h102 int y, // vertical position of window
163 int y, // vertical location
/trunk/main/odk/examples/java/Inspector/
H A DUnoTreeRenderer.java110 int x, y; in paintComponent() local
111 y = fm.getAscent() + 2; in paintComponent()
/trunk/main/ooo_custom_images/industrial/res/commandimagelist/
H A Dlc_arrowshapes.pentagon-right.xcf.bz2
/trunk/main/vcl/source/gdi/
H A Dpngread.cxx168 void ImplSetPixel( sal_uInt32 y, sal_uInt32 x, const BitmapColor & );
169 void ImplSetPixel( sal_uInt32 y, sal_uInt32 x, sal_uInt8 nPalIndex );
170 …void ImplSetTranspPixel( sal_uInt32 y, sal_uInt32 x, const BitmapColor &, sal_Bool …
171 …void ImplSetAlphaPixel( sal_uInt32 y, sal_uInt32 x, sal_uInt8 nPalIndex, sal_uInt8 …
172 void ImplSetAlphaPixel( sal_uInt32 y, sal_uInt32 x, const BitmapColor&, sal_uInt8 nAlpha );
/trunk/main/offapi/com/sun/star/chart/
H A DXTwoAxisYSupplier.idl41 /** gives access to both the primary and the secondary y-axis of a diagram.@see XChartDocume…
48 the properties of the secondary <i>y</i>-axis of the
H A DChartAxisPosition.idl34 When the property is set at a x-axis it indicates a position on the scale of the primary y-axis.
35 When the property is set at a y-axis it indicates a position on the scale of the primary x-axis.
H A DXAxisSupplier.idl42 Parameter nDimensionIndex says whether it is a x, y or z-axis (0 for x).
50 Parameter nDimensionIndex says whether it is a x, y or z-axis (0 for x).
/trunk/main/oox/source/export/
H A Dpreset-definitions-to-shape-types.pl751 my ( $x, $y ) = @_;
758 if ( $path =~ /[0-9]$/ && $y =~ /^[0-9-]/ ) {
761 $path .= $y;
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dmtftools.cxx341 const double y( rStartPos.getY() ); in appendRect() local
345 ::basegfx::B2DRectangle( x + nX1, y + nY1, x + nX2, y + nY2 ) ) ); in appendRect()
/trunk/main/svx/source/svdraw/
H A Dsvdglue.cxx256 long x=aPt.X(),y=aPt.Y(); // size 9x9 pixel in Invalidate() local
260 rWin.Invalidate(Rectangle(Point(x-4,y-4),Point(x+4,y+4)), INVALIDATE_NOERASE); in Invalidate()
/trunk/main/vcl/aqua/source/window/
H A Dsalobj.cxx183 aClipViewRect.origin.y += mnClipY; in setClippedPosSize()
188 aClipPt.y = mnHeight - mnClipHeight;; in setClippedPosSize()
/trunk/main/sfx2/source/appl/
H A Dshutdowniconw32.cxx425 pt.x, pt.y, hWnd, NULL ); in listenerWndProc()
711 int x, y; in OnDrawItem() local
739 y = aRect.top; in OnDrawItem()
765 …DrawStateW( lpdis->hDC, (HBRUSH)hbrIcon, (DRAWSTATEPROC)NULL, (LPARAM)hIcon, (WPARAM)0, x, y+(heig… in OnDrawItem()
/trunk/extras/l10n/source/tr/
H A Dlocalize.sdf119 …tring RID_BASIC_START SbERR_METHOD_FAILED & ERRCODE_RES_MASK 0 tr Bir yöntem yürütülürken hata o…
1529 …string STR_RPT_HELP_SORT 0 tr Küçükten büyüğe ya da büyükten küçüğe sıralama düzenini seçin. Kü…
11763 …\pagedlg.src 0 stringlist RID_SCPAGE_TABLE.LB_SCALEMODE 1 0 tr Çıktıyı küçült/büyüt 20200411 …
17549 …r için bir uzantıyı yüklerken başka kullanıcıların aynı %PRODUCTNAME uygulaması ile çalışmadığında…
34175 …0557 0 tr Web sitesine yüklemek istediğiniz dosyaları seçin. Dosyaları bir sunucuya yükleyebili…
48651 …(x", "y) = left [ stack { x + y over z + left lbrace matrix { 2 # 3 # 4 ## 4 # 5 # 6 ## 6 # 7 # 8}…
49047yığılmış y değerleri olarak düzenlemek için \<emph\>Yığın Serisi\</emph\>'ni işaretleyin. İlk veri…
49240 …Hata Sınırı: Veri gurubundaki en yüksek değere göre en yüksek hata sınırı yüzdesini görüntüler. Pa…
58766 …p par_id3148638 58 0 tr 1000 YTL üç yıllığına yatırılmıştır. Faiz oranları yıllık 3%, 4% ve 5% i…
60557 …1\04060119.xhp 0 help par_id3147566 177 0 tr Oran: yıllık yüzde 9,00 (9% / 12 = 0,0075), Süre: 3…
[all …]
/trunk/main/vcl/aqua/source/gdi/
H A Daquaprintview.mm71 …nfoPrinter->setStartPageOffset( static_cast<int>(rect.origin.x), static_cast<int>(rect.origin.y) );
73 int nPage = (int)(aPaperSize.width * rect.origin.y + rect.origin.x);

Completed in 1280 milliseconds

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