Home
last modified time | relevance | path

Searched refs:x (Results 151 – 175 of 1170) sorted by relevance

12345678910>>...47

/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi3.cxx93 double x; member
483 aGlyph.x = aPos.X(); in DrawCairoAAFontString()
706 if( aXRect.x < 0 ) aXRect.x = 0; in DrawServerAAForcedString()
709 if( aXRect.width+aXRect.x > nWidth ) aXRect.width = nWidth-aXRect.x; in DrawServerAAForcedString()
714 aXRect.x = 0; in DrawServerAAForcedString()
738 if( nXmin < aXRect.x ) nXmin = aXRect.x; in DrawServerAAForcedString()
740 if( nXmax >= aXRect.x+aXRect.width ) nXmax = aXRect.x + aXRect.width - 1; in DrawServerAAForcedString()
764 int x = 0, y = 0; in DrawServerAAForcedString() local
769 nXmin += x-nXmin; in DrawServerAAForcedString()
777 nXmax -= (nXmax + x - nScreenW)+1; in DrawServerAAForcedString()
[all …]
/trunk/main/l10ntools/source/
H A Dexport2.cxx98 for( unsigned int x = 0; x < aList.Count() ; x++ ){ in DumpExportList() local
99 aEntry = (ExportListEntry*) aList.GetObject( x ); in DumpExportList()
443 for ( sal_uInt16 x = 0; x < sLanguages.GetTokenCount( ',' ); x++ ){ in InitLanguages() local
444 sTmp = sLanguages.GetToken( x, ',' ).GetToken( 0, '=' ); in InitLanguages()
460 for ( sal_uInt16 x = 0; x < sForcedLanguages.GetTokenCount( ',' ); x++ ){ in InitForcedLanguages() local
461 sTmp = sForcedLanguages.GetToken( x, ',' ).GetToken( 0, '=' ); in InitForcedLanguages()
561 ByteString x = ( *pEntry )[ nSource ]; in FillInListFallbacks() local
/trunk/main/canvas/source/tools/
H A Dsurfaceproxy.cxx64 for(sal_Int32 x=0; x<aImageSizeX; x+=aPageSizeX) in SurfaceProxy() local
70 for(sal_Int32 x=0; x<aImageSizeX; x+=aPageSizeX) in SurfaceProxy() local
74 ::basegfx::B2IPoint aOffset(x,y); in SurfaceProxy()
75 ::basegfx::B2ISize aSize( ::std::min( aImageSize.getX()-x, in SurfaceProxy()
/trunk/main/connectivity/source/inc/ado/
H A DAolevariant.hxx83 OLEVariant(sal_Bool x) ;
87 OLEVariant(sal_Int64 x) ;
91 OLEVariant(const ::com::sun::star::util::Date& x );
92 OLEVariant(const ::com::sun::star::util::Time& x );
93 OLEVariant(const ::com::sun::star::util::DateTime& x );
94 OLEVariant(const float &x);
95 OLEVariant(const double &x);
97 OLEVariant(const ::com::sun::star::uno::Sequence< sal_Int8 >& x);
/trunk/main/extensions/source/scanner/
H A Dsane.cxx57 if( x != SANE_STATUS_GOOD ) \
60 y, x, p_strstatus( x ) ); \
65 #define FAIL_STATE( x, y, z ) \ argument
66 if( x != SANE_STATUS_GOOD ) \
69 y, x, p_strstatus( x ) ); \
73 #define DUMP_STATE( x, y ) \ argument
74 if( x != SANE_STATUS_GOOD ) \
77 y, x, p_strstatus( x ) ); \
80 #define CHECK_STATE( x, y ) \ argument
81 if( x != SANE_STATUS_GOOD ) \
[all …]
/trunk/main/connectivity/workben/skeleton/
H A DSResultSet.hxx212 …virtual void SAL_CALL updateBoolean( sal_Int32 columnIndex, sal_Bool x ) throw(::com::sun::star::s…
213 …virtual void SAL_CALL updateByte( sal_Int32 columnIndex, sal_Int8 x ) throw(::com::sun::star::sdbc…
214 …virtual void SAL_CALL updateShort( sal_Int32 columnIndex, sal_Int16 x ) throw(::com::sun::star::sd…
215 …virtual void SAL_CALL updateInt( sal_Int32 columnIndex, sal_Int32 x ) throw(::com::sun::star::sdbc…
216 …virtual void SAL_CALL updateLong( sal_Int32 columnIndex, sal_Int64 x ) throw(::com::sun::star::sdb…
217 …virtual void SAL_CALL updateFloat( sal_Int32 columnIndex, float x ) throw(::com::sun::star::sdbc::…
218 …virtual void SAL_CALL updateDouble( sal_Int32 columnIndex, double x ) throw(::com::sun::star::sdbc…
219 …virtual void SAL_CALL updateString( sal_Int32 columnIndex, const ::rtl::OUString& x ) throw(::com:…
221 …CALL updateDate( sal_Int32 columnIndex, const ::com::sun::star::util::Date& x ) throw(::com::sun::…
222 …CALL updateTime( sal_Int32 columnIndex, const ::com::sun::star::util::Time& x ) throw(::com::sun::…
[all …]
/trunk/main/dbaccess/source/core/api/
H A Dresultset.hxx248 …virtual void SAL_CALL updateBoolean( sal_Int32 columnIndex, sal_Bool x ) throw(::com::sun::star::s…
249 …virtual void SAL_CALL updateByte( sal_Int32 columnIndex, sal_Int8 x ) throw(::com::sun::star::sdbc…
250 …virtual void SAL_CALL updateShort( sal_Int32 columnIndex, sal_Int16 x ) throw(::com::sun::star::sd…
251 …virtual void SAL_CALL updateInt( sal_Int32 columnIndex, sal_Int32 x ) throw(::com::sun::star::sdbc…
252 …virtual void SAL_CALL updateLong( sal_Int32 columnIndex, sal_Int64 x ) throw(::com::sun::star::sdb…
253 …virtual void SAL_CALL updateFloat( sal_Int32 columnIndex, float x ) throw(::com::sun::star::sdbc::…
254 …virtual void SAL_CALL updateDouble( sal_Int32 columnIndex, double x ) throw(::com::sun::star::sdbc…
255 …virtual void SAL_CALL updateString( sal_Int32 columnIndex, const ::rtl::OUString& x ) throw(::com:…
257 …virtual void SAL_CALL updateDate( sal_Int32 columnIndex, const ::com::sun::star::util::Date& x ) t…
258 …virtual void SAL_CALL updateTime( sal_Int32 columnIndex, const ::com::sun::star::util::Time& x ) t…
[all …]
/trunk/main/filter/source/graphicfilter/epgm/
H A Depgm.cxx156 for ( sal_uLong x = 0; x < mnWidth; x++ ) in ImplWriteBody() local
158 *mpOStm << mpAcc->GetPixelIndex( y, x ); in ImplWriteBody()
167 for ( sal_uLong x = 0; x < mnWidth; x++ ) in ImplWriteBody() local
175 nDat = mpAcc->GetPixelIndex( y, x ); in ImplWriteBody()
/trunk/main/basegfx/source/workbench/
H A Dconvexhull.cxx41 dx = p2.x - p1.x; ax = absval( dx ); in theta()
94 dx1 = p1.x - p0.x; dy1 = p1.y - p0.y; in ccw()
95 dx2 = p2.x - p0.x; dy2 = p2.y - p0.y; in ccw()
179 result[i].x > result[min].x ) in convexHull()
/trunk/main/offapi/com/sun/star/drawing/
H A DGraphicExportFilter.idl64 <li>image/x-MS-bmp</li>
70 <li>image/x-pict</li>
71 <li>image/x-pcx</li>
72 <li>image/x-portable-bitmap</li>
73 <li>image/x-portable-graymap</li>
74 <li>image/x-portable-pixmap</li>
75 <li>image/x-cmu-raster</li>
78 <li>image/x-xbitmap</li>
79 <li>image/x-xpixmap</li>
/trunk/main/odk/examples/DevelopersGuide/Components/CppComponent/
H A Dservice1_impl.cxx107 Reference< XInterface > x( in queryInterface() local
109 return makeAny( x ); in queryInterface()
114 Reference< XInterface > x( in queryInterface() local
116 return makeAny( x ); in queryInterface()
121 Reference< lang::XServiceInfo > x( in queryInterface() local
123 return makeAny( x ); in queryInterface()
128 Reference< ::my_module::XSomething > x( in queryInterface() local
130 return makeAny( x ); in queryInterface()
/trunk/main/connectivity/source/inc/odbc/
H A DOResultSet.hxx282 …virtual void SAL_CALL updateBoolean( sal_Int32 columnIndex, sal_Bool x ) throw(::com::sun::star::s…
283 …virtual void SAL_CALL updateByte( sal_Int32 columnIndex, sal_Int8 x ) throw(::com::sun::star::sdbc…
284 …virtual void SAL_CALL updateShort( sal_Int32 columnIndex, sal_Int16 x ) throw(::com::sun::star::sd…
285 …virtual void SAL_CALL updateInt( sal_Int32 columnIndex, sal_Int32 x ) throw(::com::sun::star::sdbc…
286 …virtual void SAL_CALL updateLong( sal_Int32 columnIndex, sal_Int64 x ) throw(::com::sun::star::sdb…
287 …virtual void SAL_CALL updateFloat( sal_Int32 columnIndex, float x ) throw(::com::sun::star::sdbc::…
288 …virtual void SAL_CALL updateDouble( sal_Int32 columnIndex, double x ) throw(::com::sun::star::sdbc…
289 …virtual void SAL_CALL updateString( sal_Int32 columnIndex, const ::rtl::OUString& x ) throw(::com:…
291 …CALL updateDate( sal_Int32 columnIndex, const ::com::sun::star::util::Date& x ) throw(::com::sun::…
292 …CALL updateTime( sal_Int32 columnIndex, const ::com::sun::star::util::Time& x ) throw(::com::sun::…
[all …]
/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxfvec.hxx49 DXFLineInfo(const DXFLineInfo& x) : in DXFLineInfo() argument
50 eStyle(x.eStyle), in DXFLineInfo()
51 fWidth(x.fWidth), in DXFLineInfo()
52 nDashCount(x.nDashCount), in DXFLineInfo()
53 fDashLen(x.fDashLen), in DXFLineInfo()
54 nDotCount(x.nDotCount), in DXFLineInfo()
55 fDotLen(x.fDotLen), in DXFLineInfo()
56 fDistance(x.fDistance) {} in DXFLineInfo()
/trunk/main/vcl/unx/generic/app/
H A Dkeysymnames.cxx659x ) { if( pXkbDesc->names->x ) { pAtom = XGetAtomName( GetDisplay(), pXkbDesc->names->x ); fprintf… in GetKeyboardName()
668x ) { if( pXkbDesc->names->x[i] ) { pAtom = XGetAtomName( GetDisplay(), pXkbDesc->names->x[i] ); f… in GetKeyboardName()
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx137 ptlOwner.x = pswp->x; in _WinQueryWindowPos()
140 pswp->x = ptlOwner.x; in _WinQueryWindowPos()
185 nX = aSWP.x; in _WinSetWindowPos()
218 ptlOwner.x = (swpOwner.cx - cx) / 2; in _WinSetWindowPos()
227 ptlOwner.x = x; in _WinSetWindowPos()
237 x = ptlOwner.x; in _WinSetWindowPos()
1257 nX = aSWP.x; in SetWindowState()
1359 aPlacement.x = nX; in SetWindowState()
1692 aPt.x = nX; in SetPointerPos()
2465 aMouseEvt.mnX = aPt.x; in ImplHandleMouseMsg()
[all …]
/trunk/main/forms/source/component/
H A DDatabaseForm.cxx3665 m_aParameterManager.setByte(parameterIndex, x); in setByte()
3671 m_aParameterManager.setShort(parameterIndex, x); in setShort()
3677 m_aParameterManager.setInt(parameterIndex, x); in setInt()
3683 m_aParameterManager.setLong(parameterIndex, x); in setLong()
3689 m_aParameterManager.setFloat(parameterIndex, x); in setFloat()
3707 m_aParameterManager.setBytes(parameterIndex, x); in setBytes()
3713 m_aParameterManager.setDate(parameterIndex, x); in setDate()
3719 m_aParameterManager.setTime(parameterIndex, x); in setTime()
3755 m_aParameterManager.setRef(parameterIndex, x); in setRef()
3761 m_aParameterManager.setBlob(parameterIndex, x); in setBlob()
[all …]
/trunk/main/desktop/source/deployment/inc/
H A Ddp_misc.h39 #define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) ) argument
40 #define ARLEN(x) (sizeof (x) / sizeof *(x)) argument
56 … void try_dispose( ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface> const & x ) in try_dispose() argument
58 …::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent> xComp( x, ::com::sun::star::… in try_dispose()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx1838 for ( long x = 0; x < nWidth; x++ ) in ImplBmp() local
1840 ImplWriteHexByte( pAcc->GetPixelIndex( y, x ) ); in ImplBmp()
1876 for ( long x = 0; x < nWidth; x++ ) in ImplBmp() local
1878 Compress( pAcc->GetPixelIndex( y, x ) ); in ImplBmp()
1887 for ( long x = 0; x < nWidth; x++ ) in ImplBmp() local
1889 ImplWriteHexByte( pAcc->GetPixelIndex( y, x ) ); in ImplBmp()
1939 for ( long x = 0; x < nWidth; x++ ) in ImplBmp() local
1941 Compress( pAcc->GetPixelIndex( y, x ) ); in ImplBmp()
1950 for ( long x = 0; x < nWidth; x++ ) in ImplBmp() local
1986 for ( long x = 0; x < nWidth; x++ ) in ImplBmp() local
[all …]
/trunk/main/vos/inc/vos/
H A Dmacros.hxx39 # define VOS_UNUSED(x) (x=x) argument
61 # define VOS_BOUND(x,l,h) ((x) <= (l) ? (l) : ((x) >= (h) ? (h) : (x))) argument
/trunk/main/cli_ure/source/native/
H A Dnative_share.h33 #define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) ) argument
56 ::com::sun::star::uno::Reference< T > const & x ) in to_cli()
71 mapping.mapInterface( x.get(), ::getCppuType( &x ) ) ); in to_cli()
81 ::com::sun::star::uno::Reference< T > * pRet, ::System::Object * x ) in to_uno() argument
95 ::System::Runtime::InteropServices::GCHandle::Alloc( x ) ); in to_uno()
/trunk/main/svtools/source/filter/
H A Dsgvtext.cxx38 #define abs(x) ((x)<0 ? -(x) : (x)) argument
442 …ase EscSDist: { AktAtr.ShdVers.x=(short)ChgValue(Atr0.ShdVers.x,0,30000,FlgVal,NumVal); AktAtr.Shd… in ProcessOne()
443 … case EscSXDst: { AktAtr.ShdVers.x=(short)ChgValue(Atr0.ShdVers.x,0,30000,FlgVal,NumVal); } break; in ProcessOne()
1023 rOut.DrawText( Point( Pos.x, Pos.y ), s ); in DrawChar()
1075 if (TextFit && FitSize.x==0) LineFit=sal_True; in Draw()
1089 xSAdj=Pos2.x-Pos1.x; // zum Ausrichten bei Zentriert/Blocksatz in Draw()
1091 …FitXMul=sal::static_int_cast< sal_uInt16 >(abs(Pos2.x-Pos1.x)); FitXDiv=FitSize.x; if (FitXDiv==0)… in Draw()
1094 xSize=Pos2.x-Pos1.x; in Draw()
1134 xp1=long(Pos1.x)+xPos+long(xLine[i]); in Draw()
1138 Pos.x=short(xp1); in Draw()
[all …]
/trunk/main/offapi/com/sun/star/ucb/
H A DListAction.idl80 <td>required 1-x</td>
81 <td>required 1-x</td>
85 <td>required 1-x</td>
86 <td>required 1-x</td>
90 <td>required 1-x</td>
91 <td>required 1-x</td>
95 <td>required 1-x</td>
96 <td>required 1-x</td>
/trunk/main/cppuhelper/test/
H A Dcfg_test.cxx48 #define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) ) argument
265 Reference< XInterface > x; in SAL_IMPLEMENT_MAIN() local
266 OSL_VERIFY( !(xContext->getValueByName( OUSTR("/singletons/my_converter") ) >>= x) ); in SAL_IMPLEMENT_MAIN()
267 …_VERIFY( xContext->getValueByName( OUSTR("/singletons/com.sun.star.script.theConverter") ) >>= x ); in SAL_IMPLEMENT_MAIN()
268 … xContext->getValueByName( OUSTR("/singletons/com.sun.star.bootstrap.theTestComponent0") ) >>= x ); in SAL_IMPLEMENT_MAIN()
283 …OSL_VERIFY( (x = xMgr->createInstanceWithContext( OUSTR("com.sun.star.bootstrap.TestComponent0"), … in SAL_IMPLEMENT_MAIN()
284 …OSL_VERIFY( (x = xMgr->createInstanceWithContext( OUSTR("com.sun.star.bootstrap.TestComponent1"), … in SAL_IMPLEMENT_MAIN()
/trunk/main/setup_native/source/packinfo/
H A Dshellscripts_extensions.txt39 if [ -x $$POSTRUN ]; then
40 ( echo "test -x \"$$CLIENT_BASEDIR/PRODUCTDIRECTORYNAME/program/unopkg\" || exit 0"
68 if [ -x $$PKG_INSTALL_ROOT/usr/lib/postrun ]; then
69 ( echo "test -x \"$$CLIENT_BASEDIR/PRODUCTDIRECTORYNAME/program/unopkg\" || exit 0"
77 test -x $$BASEDIR/PRODUCTDIRECTORYNAME/program/unopkg || exit 0
98 if [ -x "$$RPM_INSTALL_PREFIX/PRODUCTDIRECTORYNAME/program/unopkg" ]; then
115 if [ -x "$$RPM_INSTALL_PREFIX/PRODUCTDIRECTORYNAME/program/unopkg" ]; then
133 if [ -x "PRODUCTDIRECTORYNAME/program/unopkg" ]; then
150 if [ -x "PRODUCTDIRECTORYNAME/program/unopkg" ]
/trunk/main/sysui/desktop/debian/
H A Dpostinst129 application/x-starwriter; %PREFIX -view %s
133 application/x-starmath; %PREFIX -view %s
140 application/x-starcalc; %PREFIX -view %s
142 application/x-starchart; %PREFIX -view %s
146 application/x-msexcel; %PREFIX -view %s
152 application/x-starimpress; %PREFIX -view %s
156 application/x-mspowerpoint; %PREFIX -view %s
162 application/x-stardraw; %PREFIX -view %s
166 application/x-wordperfect; %PREFIX -view %s

Completed in 153 milliseconds

12345678910>>...47