Home
last modified time | relevance | path

Searched refs:i_nHeight (Results 1 – 8 of 8) sorted by relevance

/trunk/main/vcl/aqua/source/gdi/
H A Dsalprn.cxx237 void AquaSalInfoPrinter::setPaperSize( long i_nWidth, long i_nHeight, Orientation i_eSetOrientation… in setPaperSize() argument
241 const PaperInfo* pPaper = matchPaper( i_nWidth, i_nHeight, ePaperOrientation ); in setPaperSize()
248 else if( i_nWidth > 0 && i_nHeight > 0 ) in setPaperSize()
250 NSSize aPaperSize = NSMakeSize( TenMuToPt(i_nWidth), TenMuToPt(i_nHeight)); in setPaperSize()
798 const PaperInfo* AquaSalInfoPrinter::matchPaper( long i_nWidth, long i_nHeight, Orientation& o_rOri… in matchPaper() argument
810 abs( m_aPaperFormats[i].getHeight() - i_nHeight ) < 50 ) in matchPaper()
817 std::swap( i_nWidth, i_nHeight ); in matchPaper()
/trunk/main/vcl/source/window/
H A Dsyswin.cxx654 void SystemWindow::ImplMoveToScreen( long& io_rX, long& io_rY, long i_nWidth, long i_nHeight, Windo… in ImplMoveToScreen() argument
670 if( i_nHeight < 1 ) in ImplMoveToScreen()
671 i_nHeight = 50; in ImplMoveToScreen()
687 if( io_rY + i_nHeight < aScreenRect.Top() ) in ImplMoveToScreen()
693 if( io_rY > aScreenRect.Bottom() - i_nHeight ) in ImplMoveToScreen()
696 io_rY = aScreenRect.Bottom() - i_nHeight; in ImplMoveToScreen()
705 (aParentSizePixel.Height() - i_nHeight) / 2 ); in ImplMoveToScreen()
/trunk/main/vcl/inc/aqua/
H A Dsalprn.h115 const PaperInfo* matchPaper( long i_nWidth, long i_nHeight, Orientation& o_rOrientation ) const;
116 void setPaperSize( long i_nWidth, long i_nHeight, Orientation i_eSetOrientation );
/trunk/main/wizards/com/sun/star/wizards/form/
H A DFormControlArranger.java313 …private void checkOuterPoints(int i_nXPos, int i_nWidth, int i_nYPos, int i_nHeight, boolean i_bIs… in checkOuterPoints() argument
320 m_currentMaxRowHeight = i_nYPos + i_nHeight; in checkOuterPoints()
325 int nRowY = i_nYPos + i_nHeight; in checkOuterPoints()
/trunk/main/vcl/unx/generic/printer/
H A Djobdata.cxx83 bool JobData::setPaper( int i_nWidth, int i_nHeight ) in setPaper() argument
88 rtl::OUString aPaper( m_pParser->matchPaper( i_nWidth, i_nHeight ) ); in setPaper()
/trunk/main/vcl/inc/vcl/
H A Dsyswin.hxx178 …SAL_DLLPRIVATE void ImplMoveToScreen( long& io_rX, long& io_rY, long i_nWidth, long i_nHeight, Win…
/trunk/main/vcl/unx/generic/app/
H A Dsaldisp.cxx2583 int SalDisplay::addXineramaScreenUnique( long i_nX, long i_nY, long i_nWidth, long i_nHeight ) in addXineramaScreenUnique() argument
2595 m_aXineramaScreens[n].GetHeight() < i_nHeight ) in addXineramaScreenUnique()
2597 m_aXineramaScreens[n].SetSize( Size( i_nWidth, i_nHeight ) ); in addXineramaScreenUnique()
2602 m_aXineramaScreens.push_back( Rectangle( Point( i_nX, i_nY ), Size( i_nWidth, i_nHeight ) ) ); in addXineramaScreenUnique()
/trunk/main/vcl/inc/unx/
H A Dsaldisp.hxx393 int addXineramaScreenUnique( long i_nX, long i_nY, long i_nWidth, long i_nHeight );

Completed in 74 milliseconds