Searched refs:i_nHeight (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/vcl/aqua/source/gdi/ |
H A D | salprn.cxx | 237 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()
|
/aoo41x/main/vcl/source/window/ |
H A D | syswin.cxx | 654 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()
|
/aoo41x/main/vcl/inc/aqua/ |
H A D | salprn.h | 115 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 );
|
/aoo41x/main/wizards/com/sun/star/wizards/form/ |
H A D | FormControlArranger.java | 313 …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()
|
/aoo41x/main/vcl/unx/generic/printer/ |
H A D | jobdata.cxx | 83 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()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | syswin.hxx | 178 …SAL_DLLPRIVATE void ImplMoveToScreen( long& io_rX, long& io_rY, long i_nWidth, long i_nHeight, Win…
|
/aoo41x/main/vcl/unx/generic/app/ |
H A D | saldisp.cxx | 2583 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()
|
/aoo41x/main/vcl/inc/unx/ |
H A D | saldisp.hxx | 393 int addXineramaScreenUnique( long i_nX, long i_nY, long i_nWidth, long i_nHeight );
|
Completed in 241 milliseconds