Home
last modified time | relevance | path

Searched refs:x (Results 326 – 350 of 1170) sorted by relevance

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

/trunk/main/comphelper/inc/comphelper/
H A Dproperty.hxx66 …bool operator() (const ::com::sun::star::beans::Property& x, const ::com::sun::star::beans::Proper… in operator ()()
68 return x.Name.compareTo(y.Name) < 0;// ? true : false; in operator ()()
92 …bool operator() (const ::com::sun::star::beans::Property& x, const ::com::sun::star::beans::Proper… in operator ()()
94 return x.Name.compareTo(y.Name) == 0; in operator ()()
/trunk/main/connectivity/source/inc/java/lang/
H A DObject.hxx43 #define PVOID_TO_INT64(x) (jlong)(sal_Int32)x argument
44 #define INT64_TO_PVOID(x) (void *)x argument
/trunk/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx552 sal_uInt16 y, x, scan; in ReadRecordParams() local
556 x = 0; in ReadRecordParams()
562 if ( x < nWidth ) in ReadRecordParams()
564 pAcc->SetPixelIndex( y, x, (nEightPixels>>i)&1 ); in ReadRecordParams()
566 x++; in ReadRecordParams()
650 for ( sal_Int32 x = 0; x < pBmp->Width(); x++ ) in ReadRecordParams() local
652 const BitmapColor aColor( pBmp->GetColor( y, x ) ); in ReadRecordParams()
/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
66 template< bool x > struct STATIC_ASSERTION_FAILURE;
69 template< int x > struct static_assert_test{};
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.cxx1652 … for(sal_uInt32 x(0); x < static_cast< sal_uInt32 >(pOld->Width()); x++) in DoAction() local
1654 … const double fOpOld(1.0 - (pOld->GetPixel(y, x).GetIndex() * fFactor)); in DoAction()
1657 pOld->SetPixel(y, x, BitmapColor(aCol)); in DoAction()
1671 … for(sal_uInt32 x(0); x < static_cast< sal_uInt32 >(pOld->Width()); x++) in DoAction() local
1673 … const double fOpOld(1.0 - (pOld->GetPixel(y, x).GetIndex() * fFactor)); in DoAction()
1674 … const double fOpNew(1.0 - (pNew->GetPixel(y, x).GetIndex() * fFactor)); in DoAction()
1677 pOld->SetPixel(y, x, BitmapColor(aCol)); in DoAction()
H A Dsvdtrans.cxx548 long x=Abs(rPnt.X()); in GetLen() local
550 if (x+y<0x8000) { // weil 7FFF * 7FFF * 2 = 7FFE0002 in GetLen()
551 x*=x; in GetLen()
553 x+=y; in GetLen()
554 x=Round(sqrt((double)x)); in GetLen()
555 return x; in GetLen()
557 double nx=x; in GetLen()
/trunk/main/dbaccess/source/core/api/
H A DRowSetCache.cxx582 void ORowSetCache::updateValue(sal_Int32 columnIndex,const ORowSetValue& x in updateValue() argument
590 if ( rInsert[columnIndex] != x ) in updateValue()
593 rInsert[columnIndex] = x; in updateValue()
602 …ateCharacterStream( sal_Int32 columnIndex, const Reference< ::com::sun::star::io::XInputStream >& x in updateCharacterStream() argument
610 if(x.is()) in updateCharacterStream()
611 x->readBytes(aSeq,length); in updateCharacterStream()
617 io_aRow[columnIndex] = makeAny(x); in updateCharacterStream()
623 void ORowSetCache::updateObject( sal_Int32 columnIndex, const Any& x in updateObject() argument
632 aTemp.fill(x); in updateObject()
645 void ORowSetCache::updateNumericObject( sal_Int32 columnIndex, const Any& x, sal_Int32 /*scale*/ in updateNumericObject() argument
[all …]
/trunk/main/libxmlsec/
H A Dxmlsec1-configure.patch66 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
75 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
84 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
93 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
102 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
120 test "x$ac_site_file" = xNONE && continue
/trunk/main/svtools/source/uno/
H A Dunoimap.cxx53 #define SEQTYPE(x) (new ::com::sun::star::uno::Type( x )) argument
55 #define SEQTYPE(x) &(x) argument
59 #define MAP_LEN(x) x, sizeof(x)-1 argument
/trunk/main/i18npool/source/calendar/
H A Dcalendar_gregorian.cxx74 #define DUMP_ICU_CAL_MSG(x) {debug_cal_loc(__FILE__,__LINE__);debug_cal_msg x;debug_icu_cal_dump(*b… argument
76 #define DUMP_ICU_CAL_MSG(x) argument
114 #define DUMP_I18N_CAL_MSG(x) {debug_cal_loc(__FILE__,__LINE__);debug_cal_msg x;debug_i18n_cal_dump(… argument
116 #define DUMP_I18N_CAL_MSG(x) argument
120 #define DUMP_ICU_CAL_MSG(x) argument
121 #define DUMP_I18N_CAL_MSG(x) argument
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/
H A DAccessiblePopupMenu.java78 int x = point.X; in cleanup() local
80 rob.mouseMove(x, y); in cleanup()
167 int x = point.X + (rect.Width / 2); in createTestEnvironment() local
169 rob.mouseMove(x, y); in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ui/
H A D_XContextMenuInterception.java179 int x = point.X + (rect.Width / 2); in openContextMenu() local
181 rob.mouseMove(x, y); in openContextMenu()
199 int x = point.X; in releasePopUp() local
201 rob.mouseMove(x, y); in releasePopUp()
/trunk/main/winaccessibility/source/UAccCOM/
H A Dstdafx.h56 #define SAFE_SYSFREESTRING(x) { ::SysFreeString(x); x=NULL; } argument
/trunk/main/sal/inc/rtl/
H A Dmath.hxx263 double x = a - b; in approxEqual() local
264 return (x < 0.0 ? -x : x) in approxEqual()
/trunk/main/basegfx/source/color/
H A Dbcolortools.cxx225 const double x=rXYZColor.getRed(), y=rXYZColor.getGreen(), z=rXYZColor.getBlue(); in ciexyz2rgb() local
227 3.240479*x - 1.53715*y - 0.498535*z, in ciexyz2rgb()
228 -0.969256*x + 1.875991*y + 0.041556*z, in ciexyz2rgb()
229 0.055648*x - 0.204043*y + 1.057311*z ); in ciexyz2rgb()
/trunk/main/offapi/com/sun/star/drawing/
H A DGenericDrawPage.idl78 for x% = 0 to 200
82 xShape.Position = Point( x%, 2*x% )
83 xShape.Size = Size( 300-x%, 20 )
85 next x%
/trunk/main/canvas/source/factory/
H A Dcf_service.cxx48 #define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) ) argument
49 #define ARLEN(x) (sizeof (x) / sizeof *(x)) argument
/trunk/main/vcl/unx/gtk/a11y/
H A Datktext.cxx654 gint *x, in text_wrapper_get_character_extents() argument
664 *x = *y = *width = *height = 0; in text_wrapper_get_character_extents()
676 *x = aRect.X + origin_x; in text_wrapper_get_character_extents()
683 offset, coords, *x, *y, *width, *height); in text_wrapper_get_character_extents()
715 gint x, in text_wrapper_get_offset_at_point() argument
732 return pText->getIndexAtPoint( awt::Point(x - origin_x, y - origin_y) ); in text_wrapper_get_offset_at_point()
/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxf2mtf.cxx98 double x; in LTypeToDXFLineInfo() local
101 x = pLT->fDash[i] * pDXF->getGlobalLineTypeScale(); in LTypeToDXFLineInfo()
104 if ( x >= 0.0 ) { in LTypeToDXFLineInfo()
107 aDXFLineInfo.fDotLen = x; in LTypeToDXFLineInfo()
109 else if ( aDXFLineInfo.fDotLen == x ) { in LTypeToDXFLineInfo()
114 aDXFLineInfo.fDashLen = x; in LTypeToDXFLineInfo()
116 else if ( aDXFLineInfo.fDashLen == x ) { in LTypeToDXFLineInfo()
125 aDXFLineInfo.fDistance = -1 * x; in LTypeToDXFLineInfo()
/trunk/main/registry/source/
H A Dreflwrit.cxx153 } x; in writeFloat() local
155 x.v = v; in writeFloat()
158 writeUINT32(buffer, x.b); in writeFloat()
176 } x; in writeDouble() local
178 x.v = v; in writeDouble()
182 writeUINT32(buffer, x.b.b1); in writeDouble()
183 writeUINT32(buffer + sizeof(sal_uInt32), x.b.b2); in writeDouble()
185 writeUINT32(buffer, x.b.b2); in writeDouble()
186 writeUINT32(buffer + sizeof(sal_uInt32), x.b.b1); in writeDouble()
/trunk/main/sfx2/source/appl/
H A Dappinit.cxx189 #define DOSTRING( x ) #x argument
190 #define STRING( x ) DOSTRING( x ) argument
/trunk/main/sal/osl/os2/
H A Dsystem.h89 #define abs(x) ((x) >= 0 ? (x) : -(x)) argument
/trunk/main/ridljar/test/com/sun/star/uno/
H A DAny_Test.java51 XInterface x = new XInterface() {}; in testComplete() local
52 assure(Any.complete(x).equals(new Any(new Type(XInterface.class), x))); in testComplete()
/trunk/main/sfx2/source/notify/
H A Dhintpost.cxx98 #define LOG( x ) argument
100 #define LOG( x ) \
104 aStrm << x.GetStr() << '\n'; \
/trunk/main/sal/systools/win32/uwinapi/
H A DDrawStateW.cpp33 int x, // horizontal location of image
65 return DrawStateA( hdc, hbr, lpOutputFunc, (LPARAM)lpTextA, wData, x, y, cx, cy, fuFlags );
68 return DrawStateA( hdc, hbr, lpOutputFunc, lData, wData, x, y, cx, cy, fuFlags );

Completed in 161 milliseconds

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