Home
last modified time | relevance | path

Searched refs:y (Results 351 – 375 of 645) sorted by relevance

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

/trunk/main/sc/qa/complex/dataPilot/
H A DCheckDataPilot.java246 int y = sCellAdress.Row + 3; in before() local
248 oCheckCell = oSheet.getCellByPosition(x, y); in before()
/trunk/main/vcl/aqua/source/window/
H A Dsalframeview.mm509 const CGRect aCGRect = {{aRect.origin.x,aRect.origin.y},{aRect.size.width,aRect.size.height}};
599 aEvent.mnY = static_cast<long>(aPt.y) - pDispatchFrame->maGeometry.nY;
760 aEvent.mnY = static_cast<long>(aPt.y) - mpFrame->maGeometry.nY;
817 aEvent.mnY = static_cast<long>(aPt.y) - mpFrame->maGeometry.nY;
877 aEvent.mnY = static_cast<long>(aPt.y) - mpFrame->maGeometry.nY;
1684 rect.origin.y = aPosEvent.mnY + mpFrame->maGeometry.nY + 4; // add some space for underlines
/trunk/main/svx/source/table/
H A Dtablelayouter.cxx139 const sal_Int32 y = maRows[rPos.mnRow].mnPos; in getCellArea() local
141 rArea = basegfx::B2IRectangle( x, y, x + aCellSize.getX(), y + aCellSize.getY() ); in getCellArea()
/trunk/main/svl/inc/svl/
H A Dzformat.hxx521 SVL_DLLPRIVATE sal_uLong ImpGGT(sal_uLong x, sal_uLong y);
522 SVL_DLLPRIVATE sal_uLong ImpGGTRound(sal_uLong x, sal_uLong y);
/trunk/main/scripting/examples/java/selector/
H A DScriptSelector.java216 int y = (int)((d.getHeight() - client.getHeight()) / 2); in showOrganizer() local
218 client.setLocation(x, y); in showOrganizer()
/trunk/main/toolkit/test/accessibility/
H A DAccessibilityWorkBench.java249 int x, int y, int width, int height, int weightx, int weighty, in addGridElement() argument
254 constraints.gridy = y; in addGridElement()
/trunk/main/extensions/workben/
H A Dpythontest.cxx489 XInterfaceRef y = xSMgr->createInstance( L"stardiv.script.Python" ); in main() local
490 XEngineRef yEngine( y, USR_QUERY ); in main()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DDialog.java568 return unoAccessibleComponent.containsPoint(new com.sun.star.awt.Point(p.x, p.y)); in contains()
633 … unoAccessibleComponent.getAccessibleAtPoint(new com.sun.star.awt.Point(p.x, p.y))); in getAccessibleAt()
H A DFrame.java560 return unoAccessibleComponent.containsPoint(new com.sun.star.awt.Point(p.x, p.y)); in contains()
625 … unoAccessibleComponent.getAccessibleAtPoint(new com.sun.star.awt.Point(p.x, p.y))); in getAccessibleAt()
H A DContainer.java673 return unoAccessibleComponent.containsPoint(new com.sun.star.awt.Point(p.x, p.y)); in contains()
738 unoAccessibleComponent.getAccessibleAtPoint(new com.sun.star.awt.Point(p.x, p.y))); in getAccessibleAt()
/trunk/main/oox/source/dump/
H A Dbiffdumper.ini793 shortlist=CHAXIS-TYPE,0,x-axis,y-axis,z-axis
924 0x004F=rotation-y
1024 0x0008=auto-pos-y
1060 shortlist=CHOBJECTLINK-TARGET,0,none,title,y-axis,x-axis,datapoint,legend,none,z-axis,,,,,axis-unit
1122 shortlist=CHSERERRORBAR-TYPE,1,x-plus,x-minus,y-plus,y-minus
1152 shortlist=CHSTRING-TYPE,0,text,category-default,value-default,x-prefix,x-postfix,y-prefix,y-postfix…
/trunk/main/vcl/unx/generic/app/
H A Di18n_ic.cxx288 aSpot.y = aPosEvent.mnY + aPosEvent.mnHeight; in SalI18N_InputContext()
653 aSpot.y = aPosEvent.mnY + aPosEvent.mnHeight; in UpdateSpotLocation()
/trunk/main/svtools/source/uno/
H A Dtreecontrolpeer.hxx88 …::tree::XTreeNode > SAL_CALL getNodeForLocation( ::sal_Int32 x, ::sal_Int32 y ) throw (::com::sun:…
89 …:XTreeNode > SAL_CALL getClosestNodeForLocation( ::sal_Int32 x, ::sal_Int32 y ) throw (::com::sun:…
/trunk/main/cui/source/dialogs/
H A Dhangulhanjadlg.src158 Text [ en-US ] = "Hanja onl~y" ;
175 Text [ en-US ] = "Replace b~y character" ;
/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx329 #define min( x, y ) (( x < y ) ? x : y) argument
330 #define max( x, y ) (( x > y ) ? x : y) argument
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11ywrapper.mm958 float minY = [ position pointValue ].y;
961 if ( minX < point.x && maxX > point.x && minY < point.y && maxY > point.y ) {
1016 …int hitPoint ( static_cast<long>(point.x) , static_cast<long>(screenRect.size.height - point.y) );
/trunk/main/vcl/source/gdi/
H A Doutdev6.cxx1271 for(sal_uInt32 y(0), nY(rPos.Y()); nY < nMaxY; y++, nY += nLen) in DrawCheckered() local
1275 SetFillColor((x & 0x0001) ^ (y & 0x0001) ? aStart : aEnd); in DrawCheckered()
/trunk/main/canvas/source/cairo/
H A Dcairo_textlayout.cxx506 aGlyph.y = systemGlyph.y; in draw()
/trunk/main/avmedia/source/win/
H A Dwindow.cxx107 aWinPoint.y = GET_Y_LPARAM( nPar2 ); in MediaPlayerWndProc()
112 aUNOEvt.Y = aWinPoint.y; in MediaPlayerWndProc()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/
H A DAccessibilityWorkBench.java267 int x, int y, in addGridElement() argument
274 constraints.gridy = y; in addGridElement()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx1622 for (sal_Int32 y = m_nMinY ; y <= m_nMaxY ; ++y) in NotifyRefMode() local
1624 ScMyAddress aAddr(x,y,0); in NotifyRefMode()
/trunk/main/xmlsecurity/test_docs/CAs/Root_2/demoCA/
H A Dcacert.pem18 1y+AN+6fRqE=
/trunk/main/vcl/inc/aqua/
H A Dsalmathutils.hxx43 long y; member
/trunk/main/odk/examples/java/Inspector/
H A DXDialogProvider.java32 public void showPopUpMenu(Object invoker, int x, int y) throws java.lang.ClassCastException; in showPopUpMenu() argument
/trunk/main/vcl/aqua/source/gdi/
H A Dsalbmp.cxx817 int y = nHeight; in CreateColorMask() local
818 while( y-- ) in CreateColorMask()

Completed in 174 milliseconds

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