Searched refs:i_nWidth (Results 1 – 11 of 11) 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 809 if( abs( m_aPaperFormats[i].getWidth() - i_nWidth ) < 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 668 if( i_nWidth < 1 ) in ImplMoveToScreen() 669 i_nWidth = 50; in ImplMoveToScreen() 675 if( io_rX + i_nWidth < aScreenRect.Left() ) in ImplMoveToScreen() 681 if( io_rX > aScreenRect.Right() - i_nWidth ) in ImplMoveToScreen() 684 io_rX = aScreenRect.Right() - i_nWidth; in ImplMoveToScreen() 704 Point aPos( (aParentSizePixel.Width() - i_nWidth) / 2, in ImplMoveToScreen()
|
/aoo41x/main/xml2cmp/source/support/ |
H A D | heap.cxx | 38 Heap::Heap(unsigned i_nWidth) in Heap() argument 39 : dpColumnsArray(new Column[i_nWidth]), in Heap() 40 nColumnsArraySize(i_nWidth), in Heap()
|
H A D | heap.hxx | 35 unsigned i_nWidth );
|
/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 336 m_maxPostionX = i_nXPos + i_nWidth; in checkOuterPoints() 341 int nColRightX = i_nXPos + i_nWidth; 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 | arrange.hxx | 295 void setLabelColumnWidth( long i_nWidth ) in setLabelColumnWidth() argument 296 { m_nLabelColumnWidth = i_nWidth; } in setLabelColumnWidth()
|
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 2594 if( m_aXineramaScreens[n].GetWidth() < i_nWidth || 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 99 milliseconds