Home
last modified time | relevance | path

Searched refs:x (Results 451 – 475 of 1170) sorted by relevance

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DSOfficeFactory.java420 public XShape createShape(XComponent oDoc, int height, int width, int x, int y, String kind) { in createShape() argument
423 ShapeDsc sDsc = new ShapeDsc(height, width, x, y, kind); in createShape()
488 …public XControlShape createControlShape(XComponent oDoc, int height, int width, int x, int y, Stri… in createControlShape() argument
505 position.X = x; in createControlShape()
/trunk/main/idlc/source/
H A Dscanner.ll64 if (*s == 'X' || *s == 'x') {
262 %x DOCU
263 %x COMMENT
272 HEX_LITERAL (0x|0X){HEX_DIGIT}*
/trunk/main/svl/inc/svl/
H A Dfilerec.hxx66 #define DBG(x) x argument
68 #define DBG(x)
/trunk/main/toolkit/qa/complex/toolkit/
H A DUnitConversion.java118 int x = 100; in testXUnitConversion() local
122 xWindow.setPosSize(x, y, width, height, com.sun.star.awt.PosSize.POSSIZE); in testXUnitConversion()
135 …pos size wrong", aSize.Width == width && aSize.Height == height && aPoint.X == x && aPoint.Y == y); in testXUnitConversion()
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/
H A DTestAddress.log25 ITEM Assertion OK : test21 Range('c1:g10').Columns('x:z') A1 style addressing
26 ITEM Assertion OK : test22 Range('c1:g10').Columns('x:z') R1C1 style addressing
39 ITEM Assertion OK : test35 Range('c1:g10').Columns('x:z') R1C1 style addressing
/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/excel/
H A DTestAddress.log25 ITEM Assertion OK : test21 Range('c1:g10').Columns('x:z') A1 style addressing
26 ITEM Assertion OK : test22 Range('c1:g10').Columns('x:z') R1C1 style addressing
39 ITEM Assertion OK : test35 Range('c1:g10').Columns('x:z') R1C1 style addressing
/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/
H A DTestAddress.log25 ITEM Assertion OK : test21 Range('c1:g10').Columns('x:z') A1 style addressing
26 ITEM Assertion OK : test22 Range('c1:g10').Columns('x:z') R1C1 style addressing
39 ITEM Assertion OK : test35 Range('c1:g10').Columns('x:z') R1C1 style addressing
/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/win/
H A DTestAddress.log25 ITEM Assertion OK : test21 Range('c1:g10').Columns('x:z') A1 style addressing
26 ITEM Assertion OK : test22 Range('c1:g10').Columns('x:z') R1C1 style addressing
39 ITEM Assertion OK : test35 Range('c1:g10').Columns('x:z') R1C1 style addressing
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/excel/
H A DTestAddress.log25 ITEM Assertion OK : test21 Range('c1:g10').Columns('x:z') A1 style addressing
26 ITEM Assertion OK : test22 Range('c1:g10').Columns('x:z') R1C1 style addressing
39 ITEM Assertion OK : test35 Range('c1:g10').Columns('x:z') R1C1 style addressing
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/
H A DTestAddress.log25 ITEM Assertion OK : test21 Range('c1:g10').Columns('x:z') A1 style addressing
26 ITEM Assertion OK : test22 Range('c1:g10').Columns('x:z') R1C1 style addressing
39 ITEM Assertion OK : test35 Range('c1:g10').Columns('x:z') R1C1 style addressing
/trunk/main/bridges/test/inter_libs_exc/
H A Dshare.h25 #define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) ) argument
/trunk/main/scripting/source/inc/util/
H A Dutil.hxx28 #define OUSTR(x) ::rtl::OUString( ::rtl::OUString::createFromAscii(x) ) argument
/trunk/main/xmloff/inc/xmloff/
H A Dfunctional.hxx42 bool operator()(const ::rtl::OUString& x, in operator ()()
45 return 0 != (x<y); in operator ()()
/trunk/main/solenv/bin/
H A Dcreatepdbrelocators22 if [ x${SOLARENV}x = xx ]; then
H A Doochkpatch22 if [ x${SOLARENV}x = xx ]; then
H A Dreceditor22 if [ x${SOLARENV}x = xx ]; then
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/
H A D_XAccessibleText.java466 int x = aRect.X + (aRect.Width / 2); in _getIndexAtPoint() local
468 Point aPoint = new Point(x, y); in _getIndexAtPoint()
471 x = aRect.X; in _getIndexAtPoint()
473 aPoint = new Point(x, y); in _getIndexAtPoint()
493 log.println("## Method didn't work for Point (" + x + "," + y + in _getIndexAtPoint()
/trunk/main/
H A Daclocal.m448 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
90 test "x$?" != "x0" && pkg_failed=yes ],
286 [if test "x$prefix" = xNONE
324 [if test "x$exec_prefix" = xNONE
371 # map returns an iterator in Python 3.0 and a list in 2.x
/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx2270 for(sal_uInt32 x(0); x < nNewWidth; x++) in ImplScaleConvolutionHor() local
2272 const sal_uInt32 aBaseIndex(x * aNumberOfContributions); in ImplScaleConvolutionHor()
2278 for(sal_uInt32 j(0); j < pCount[x]; j++) in ImplScaleConvolutionHor()
2305 pWriteAcc->SetPixel(y, x, aResultColor); in ImplScaleConvolutionHor()
2359 for(sal_uInt32 x(0); x < nWidth; x++) in ImplScaleConvolutionVer() local
2379 aColor = pReadAcc->GetPaletteColor(pReadAcc->GetPixelIndex(pPixels[aIndex], x)); in ImplScaleConvolutionVer()
2383 aColor = pReadAcc->GetPixel(pPixels[aIndex], x); in ImplScaleConvolutionVer()
2398 …pWriteAcc->SetPixelIndex(y, x, static_cast< sal_uInt8 >(pWriteAcc->GetBestPaletteIndex(aResultColo… in ImplScaleConvolutionVer()
2402 pWriteAcc->SetPixel(y, x, aResultColor); in ImplScaleConvolutionVer()
/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx392 long x=aCsr.X(),x1=x,x2=x; in CalcLine() local
397 else if (bVLin) x=0; in CalcLine()
400 y2=BigMulDiv(x,nDirY,nDirX); in CalcLine()
404 x=x1; y=y1; in CalcLine()
406 x=x2; y=y2; in CalcLine()
409 return Point(x,y); in CalcLine()
451 long x=aTmpPt.X(); in CalcRect() local
456 else if (bVLin) x=0; in CalcRect()
458 y=BigMulDiv(x,nDirY,nDirX); in CalcRect()
467 x+=Round(nGKathLen*cs); in CalcRect()
[all …]
/trunk/main/sw/source/core/text/
H A Ditrcrsr.cxx1295 SwTwips x = rPoint.X(); in GetCrsrOfst() local
1301 const sal_Bool bLeftOver = x < nLeftMargin; in GetCrsrOfst()
1303 x = nLeftMargin; in GetCrsrOfst()
1304 const sal_Bool bRightOver = x > nRightMargin; in GetCrsrOfst()
1306 x = nRightMargin; in GetCrsrOfst()
1311 x -= nLeftMargin; in GetCrsrOfst()
1313 KSHORT nX = KSHORT( x ); in GetCrsrOfst()
/trunk/main/winaccessibility/source/UAccCOM/
H A DAccComponent.cpp35 STDMETHODIMP CAccComponent::get_locationInParent(long *x, long *y) in get_locationInParent() argument
38 return CAccComponentBase::get_locationInParent(x,y); in get_locationInParent()
/trunk/main/editeng/inc/editeng/
H A Deerdll.hxx55 #define EE_RESSTR(x) String( EditResId(x) ) argument
/trunk/main/apple_remote/source/
H A DAppleRemote.m65 // 10.4.x Tiger
83 // 10.5.x Leopard
101 // 10.6.x Snow Leopard
/trunk/main/sw/source/core/bastyp/
H A Dcheckit.cxx43 … Any x = xI->queryInterface( ::getCppuType((const Reference< XExtendedInputSequenceChecker >*)0) ); in SwCheckIt() local
44 x >>= xCheck; in SwCheckIt()

Completed in 124 milliseconds

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