Home
last modified time | relevance | path

Searched defs:y (Results 151 – 175 of 245) sorted by relevance

12345678910

/trunk/main/fpicker/source/win32/filepicker/
H A DFileOpenDlg.cxx668 int y = (rcPar.top + rcPar.bottom - lDlgH) / 2; in centerPositionToParent() local
/trunk/main/scripting/examples/java/selector/
H A DScriptSelector.java216 int y = (int)((d.getHeight() - client.getHeight()) / 2); in showOrganizer() local
/trunk/main/basebmp/inc/basebmp/
H A Dcompositeiterator.hxx317 MoveY y; member in basebmp::CompositeIterator2D
/trunk/main/sd/source/ui/app/
H A Doptsitem.cxx1072 sal_Int32 x = 1, y = 1; in ReadData() local
1086 sal_Int32 x, y; in WriteData() local
/trunk/main/slideshow/source/engine/OGLTrans/
H A DOGLTrans_TransitionImpl.cxx400 …double lt = 0, t = 1.0/nSteps, cx, cy, lcx, lcy, lx = 1, ly = 0, x, y, cxo, cyo, lcxo, lcyo, of=2.… in makeIris() local
821 double a1, a2, x, y; in interpolate() local
1180 int x, y; in initPermTexture() local
/trunk/main/extensions/workben/
H A Dpythontest.cxx489 XInterfaceRef y = xSMgr->createInstance( L"stardiv.script.Python" ); in main() local
/trunk/main/sc/source/ui/view/
H A Dviewfun7.cxx78 long y = aPgSize.Height() - rPos.Y() - rSize.Height(); in lcl_AdjustInsertPos() local
/trunk/main/xmloff/source/draw/
H A Dximppage.cxx113 sal_Int32 y; in DrawAnnotationContext() local
/trunk/main/svtools/source/filter/
H A Dsgfbram.cxx524 long y=rHead.Ysize-(aVect.y-rHead.Yoffs); in SgfFilterVect() local
/trunk/main/vcl/inc/vcl/
H A Dsysdata.hxx148 double y; member
/trunk/main/svx/source/table/
H A Daccessiblecell.cxx363 int y = aPixelPosition.getY() - aParentLocation.Y; in getBounds() local
/trunk/main/filter/source/graphicfilter/ipict/
H A Dshape.cxx259 double y = (double(pt.Y()) < bary[1]) ? pt.Y()+decalTL[1] : pt.Y()+decalBR[1]; in drawPolygon() local
/trunk/main/framework/source/uielement/
H A Dnewmenucontroller.cxx524 for ( sal_Int32 y = 0; y < aSeq.getLength(); y++ ) in impl_setPopupMenu() local
/trunk/main/vcl/inc/
H A Dsft.hxx249 int y; /**< positive: up, negative: down */ member
260 sal_Int16 y; /**< Y coordinate in EmSquare units */ member
/trunk/main/filter/source/graphicfilter/etiff/
H A Detiff.cxx366 sal_uLong j, x, y; in ImplWriteBody() local
/trunk/main/odk/examples/java/Inspector/
H A DSwingDialogProvider.java401 public void showPopUpMenu(Object _invoker, int x, int y) throws ClassCastException{ in showPopUpMenu()
/trunk/main/sal/rtl/source/
H A Ddigest.c532 #define F(x,y,z) ((((y) ^ (z)) & (x)) ^ (z)) argument
533 #define G(x,y,z) ((((x) ^ (y)) & (z)) ^ (y)) argument
534 #define H(x,y,z) ((x) ^ (y) ^ (z)) argument
535 #define I(x,y,z) (((x) | (~(z))) ^ (y)) argument
/trunk/main/vcl/source/helper/
H A Dcanvasbitmap.cxx518 for( long y=aRequestedBytes.Top(); y<aRequestedBytes.Bottom(); ++y ) in getData() local
535 for( long y=aRequestedArea.Top(); y<aRequestedArea.Bottom(); ++y ) in getData() local
/trunk/main/canvas/source/vcl/
H A Dcanvashelper.cxx992 for( int y=0; y<nHeight; ++y ) in getData() local
1063 int x, y, nCurrPos(0); in setData() local
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx379 int y = ImplGetDragWidth(pThis) / 2; in ImplDrawGrip() local
499 long y = 0; in ImplDrawGradientBackground() local
2971 long y = rRect.Top() + (rRect.getHeight() - height)/2 + 1; in ImplDrawMoreIndicator() local
2989 long y = rRect.Top() + (rRect.getHeight() - height)/2 + 1; in ImplDrawMoreIndicator() local
3028 long y = rDropDownRect.Top() + (rDropDownRect.getHeight() - height)/2; in ImplDrawDropdownArrow() local
3041 long y = rDropDownRect.Top() + (rDropDownRect.getHeight() - height)/2; in ImplDrawDropdownArrow() local
/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.cxx242 for( int y=0; y<height; ++y) in writePpm_() local
752 void PDFOutDev::drawChar(GfxState *state, double x, double y, in drawChar()
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.cxx1650 for(sal_uInt32 y(0); y < static_cast< sal_uInt32 >(pOld->Height()); y++) in DoAction() local
1669 … for(sal_uInt32 y(0); y < static_cast< sal_uInt32 >(pOld->Height()); y++) in DoAction() local
/trunk/main/store/source/
H A Dstorbase.hxx59 #define STORE_IMPL_CONCAT(x, y) STORE_IMPL_CONCAT2(x,y) argument
60 #define STORE_IMPL_CONCAT2(x, y) x##y argument
/trunk/main/chart2/source/tools/
H A DThreeDHelper.cxx433 double& y = rfYAngleRad; in convertElevationRotationDegToXYZAngleRad() local
615 double& y = fYRad; in convertXYZAngleRadToElevationRotationDeg() local
/trunk/main/sdext/source/pdfimport/tree/
H A Dgenericelements.hxx104 double x, y, w, h; member

Completed in 182 milliseconds

12345678910