Home
last modified time | relevance | path

Searched refs:xRight (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi2.cxx146 aSrcRect.xRight = aSrcRect.xLeft+aVCLSrcRect.GetWidth(); in copyArea()
158 aSrcRect.xRight += aPt.x; in copyArea()
168 aTempRect.xRight = 0; in copyArea()
180 aTempRect.xRight = 31999; in copyArea()
186 if ( aSrcRect.xRight > nScreenDX ) in copyArea()
192 aTempRect.xRight = 31999; in copyArea()
204 aTempRect.xRight = 31999; in copyArea()
215 aVCLSrcRect = Rectangle( aSrcRect.xLeft, aSrcRect.yBottom, aSrcRect.xRight, aSrcRect.yTop ); in copyArea()
232 aTempRect.xRight = aTempRect.xLeft+aSWP.cx; in copyArea()
H A Dsalgdi.cxx191 return aRect.xRight; in GetGraphicsWidth()
237 pClipRect->xRight = rRect.Right() + 1; // nX + nW -> L + ((R - L) + 1) -> R + 1 in setClipRegion()
278 aPt.x = pClipRect->xRight-1; in setClipRegion()
/trunk/main/sc/source/filter/xml/
H A DXMLTableMasterPageExport.cxx77 Reference < XText > xRight(xHeaderFooter->getRightText()); in exportHeaderFooter() local
78 if (xCenter.is() && xLeft.is() && xRight.is()) in exportHeaderFooter()
82 rtl::OUString sRight (xRight->getString()); in exportHeaderFooter()
109 exportHeaderFooterContent( xRight, sal_False, sal_False ); in exportHeaderFooter()
/trunk/main/svtools/source/filter/
H A Dexportdialog.cxx1052 boost::shared_ptr< vcl::RowOrColumn > xRight( new vcl::RowOrColumn( &rLayout, true ) ); in createFilterOptions() local
1053 xColumns->addChild( xRight ); in createFilterOptions()
1055 xRight->addWindow( &maFlEPSColorFormat ); in createFilterOptions()
1056 xIndenter = boost::shared_ptr< vcl::Indenter >( new vcl::Indenter( xRight.get(), nIndent ) ); in createFilterOptions()
1057 xRight->addChild( xIndenter ); in createFilterOptions()
1058 xRows = boost::shared_ptr< vcl::RowOrColumn >( new vcl::RowOrColumn( xRight.get(), true ) ); in createFilterOptions()
1062 xSpacer.reset( new vcl::Spacer( xRight.get(), 2 ) ); in createFilterOptions()
1063 xRight->addChild( xSpacer ); in createFilterOptions()
1065 xRight->addWindow( &maFlCompression ); in createFilterOptions()
1067 xRight->addChild( xIndenter ); in createFilterOptions()
[all …]
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx747 pFrame->mnWidth = rectl.xRight; in ImplSalCreateFrame()
1194 rRect.xRight = WinQuerySysValue( HWND_DESKTOP, SV_CXSCREEN )-1; in GetWorkArea()
1205 rRect.nRight = aRect.xRight; // win -1; 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()
2935 pFrame->maGeometry.nWidth = aRect.xRight - aRect.xLeft + 1; in SetMaximizedFrameGeometry()
3432 aForm.rcArea.xRight = nMaxRight+1; in ImplHandleIMEOpenCandidate()

Completed in 40 milliseconds