Home
last modified time | relevance | path

Searched refs:xLeft (Results 1 – 7 of 7) sorted by relevance

/aoo41x/main/vcl/os2/source/gdi/
H A Dsalgdi2.cxx144 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 Dsalgdi.cxx235 pClipRect->xLeft = rRect.Left(); in setClipRegion()
274 aPt.x = pClipRect->xLeft; in setClipRegion()
/aoo41x/main/svtools/source/filter/
H A Dexportdialog.cxx1029 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 …]
/aoo41x/main/sc/source/filter/xml/
H A DXMLTableMasterPageExport.cxx76 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()
/aoo41x/main/vcl/os2/source/window/
H A Dsalframe.cxx1193 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()
/aoo41x/main/winaccessibility/source/UAccCOM/
H A DMAccessible.cpp991 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 DMAccessible.h137 STDMETHOD(accHitTest)(long xLeft,long yTop,VARIANT *pvarChild);

Completed in 92 milliseconds