Searched refs:xLeft (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/vcl/os2/source/gdi/ |
H A D | salgdi2.cxx | 144 aSrcRect.xLeft = aVCLSrcRect.Left(); in copyArea() 146 aSrcRect.xRight = aSrcRect.xLeft+aVCLSrcRect.GetWidth(); in copyArea() 156 aSrcRect.xLeft += aPt.x; in copyArea() 162 if ( aSrcRect.xLeft < 0 ) in copyArea() 166 aTempRect.xLeft = -31999; in copyArea() 178 aTempRect.xLeft = 0; in copyArea() 190 aTempRect.xLeft = nScreenDX; in copyArea() 202 aTempRect.xLeft = 0; in copyArea() 215 aVCLSrcRect = Rectangle( aSrcRect.xLeft, aSrcRect.yBottom, aSrcRect.xRight, aSrcRect.yTop ); in copyArea() 230 aTempRect.xLeft = aSWP.x; in copyArea() [all …]
|
H A D | salgdi.cxx | 235 pClipRect->xLeft = rRect.Left(); in setClipRegion() 274 aPt.x = pClipRect->xLeft; in setClipRegion()
|
/aoo42x/main/svtools/source/filter/ |
H A D | exportdialog.cxx | 1029 boost::shared_ptr< vcl::RowOrColumn > xLeft( new vcl::RowOrColumn( &rLayout, true ) ); in createFilterOptions() local 1030 xColumns->addChild( xLeft ); in createFilterOptions() 1032 xLeft->addWindow( &maFlEPSPreview ); in createFilterOptions() 1034 xLeft->addChild( xIndenter ); in createFilterOptions() 1035 boost::shared_ptr< vcl::RowOrColumn > xRows( new vcl::RowOrColumn( xLeft.get(), true ) ); in createFilterOptions() 1039 boost::shared_ptr< vcl::Spacer > xSpacer( new vcl::Spacer( xLeft.get(), 2 ) ); in createFilterOptions() 1040 xLeft->addChild( xSpacer ); in createFilterOptions() 1042 xLeft->addWindow( &maFlEPSVersion ); in createFilterOptions() 1044 xLeft->addChild( xIndenter ); in createFilterOptions() 1049 xSpacer.reset( new vcl::Spacer( xLeft.get(), 2 ) ); in createFilterOptions() [all …]
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | XMLTableMasterPageExport.cxx | 76 Reference < XText > xLeft(xHeaderFooter->getLeftText()); in exportHeaderFooter() local 78 if (xCenter.is() && xLeft.is() && xRight.is()) in exportHeaderFooter() 81 rtl::OUString sLeft (xLeft->getString()); in exportHeaderFooter() 97 exportHeaderFooterContent( xLeft, sal_False, sal_False ); in exportHeaderFooter()
|
/aoo42x/main/vcl/os2/source/window/ |
H A D | salframe.cxx | 1193 rRect.xLeft = rRect.yTop = 0; in GetWorkArea() 1204 rRect.nLeft = aRect.xLeft; in GetWorkArea() 2880 …SalPaintEvent aPEvt( aUpdateRect.xLeft, pFrame->mnHeight - aUpdateRect.yTop, aUpdateRect.xRight- a… in ImplHandlePaintMsg() 2909 …SalPaintEvent aPEvt( pRect->xLeft, pFrame->mnHeight - pRect->yTop, pRect->xRight - pRect->xLeft, p… in ImplHandlePaintMsg2() 2933 pFrame->maGeometry.nX = aRect.xLeft; in SetMaximizedFrameGeometry() 2935 pFrame->maGeometry.nWidth = aRect.xRight - aRect.xLeft + 1; in SetMaximizedFrameGeometry() 3430 aForm.rcArea.xLeft = nMinLeft; in ImplHandleIMEOpenCandidate()
|
/aoo42x/main/winaccessibility/source/UAccCOM/ |
H A D | MAccessible.cpp | 991 STDMETHODIMP CMAccessible::accHitTest(long xLeft, long yTop, VARIANT *pvarChild) in accHitTest() argument 1008 if( (x < xLeft && (x + w) >xLeft) && (y < yTop && (y + h) >yTop) ) in accHitTest() 1021 if(child && child->accHitTest(xLeft,yTop,pvarChild) == S_OK) in accHitTest()
|
H A D | MAccessible.h | 137 STDMETHOD(accHitTest)(long xLeft,long yTop,VARIANT *pvarChild);
|
Completed in 289 milliseconds