Searched defs:nPageHeight (Results 1 – 14 of 14) sorted by relevance
/aoo42x/main/sw/source/ui/vba/ |
H A D | vbainformationhelper.cxx | 60 sal_Int32 nPageHeight = pViewSh ? pViewSh->GetPageSize( nCurrentPage, sal_False ).Height() : 0; in handleWdVerticalPositionRelativeToPage() local
|
/aoo42x/main/wizards/com/sun/star/wizards/text/ |
H A D | TextStyleHandler.java | 100 int nPageHeight = aPageSize.Height; in changePageAlignment() local
|
/aoo42x/main/filter/source/svg/ |
H A D | svgimport.cxx | 132 sal_Int32 nPageWidth = 0, nPageHeight = 0; in implImport() local
|
/aoo42x/main/basctl/source/dlged/ |
H A D | dlgedview.cxx | 114 sal_Int32 nPageHeight = aPageSize.Height(); in MakeVisible() local
|
H A D | dlgedobj.cxx | 444 sal_Int32 nPageX, nPageY, nPageWidth, nPageHeight; in PositionAndSizeChange() local 1485 sal_Int32 nPageX, nPageY, nPageWidth, nPageHeight; in PositionAndSizeChange() local
|
/aoo42x/main/dbaccess/source/ui/tabledesign/ |
H A D | TableFieldDescWin.cxx | 185 long nPageWidth, nPageHeight; in Resize() local
|
/aoo42x/main/reportdesign/source/ui/report/ |
H A D | SectionView.cxx | 107 const sal_Int32 nPageHeight = aPageSize.Height(); in MakeVisible() local
|
/aoo42x/main/odk/examples/DevelopersGuide/Drawing/ |
H A D | DrawingDemo.java | 288 int nPageHeight = ((Integer)xPageProperties.getPropertyValue( "Height" )).intValue() / 2; in Demo_PolyPolygonBezier() local
|
/aoo42x/main/wizards/com/sun/star/wizards/form/ |
H A D | FormDocument.java | 62 private int nPageHeight; field in FormDocument
|
/aoo42x/main/sw/source/ui/uiview/ |
H A D | viewtab.cxx | 294 const long nPageHeight = bBrowse ? rPageRect.Height() : rFrmSize.GetHeight(); in ExecTabWin() local 1052 const long nPageHeight = rPageRect.Height(); in StateTabWin() local
|
/aoo42x/main/sd/source/ui/view/ |
H A D | DocumentRenderer.cxx | 873 const sal_Int32 nPageHeight (aPageSize.Height() + mnGap in Print() local 2316 const long nPageHeight ( in PrepareScaledPage() local
|
/aoo42x/main/vcl/source/gdi/ |
H A D | pdfwriter.cxx | 53 sal_Int32 PDFWriter::NewPage( sal_Int32 nPageWidth, sal_Int32 nPageHeight, Orientation eOrientation… in NewPage()
|
H A D | pdfwriter_impl.cxx | 1120 …::PDFPage::PDFPage( PDFWriterImpl* pWriter, sal_Int32 nPageWidth, sal_Int32 nPageHeight, PDFWriter… in PDFPage() 2463 sal_Int32 PDFWriterImpl::newPage( sal_Int32 nPageWidth, sal_Int32 nPageHeight, PDFWriter::Orientati… in newPage() 8609 long nPageHeight = pointToPixel(m_aPages[m_nCurrentPage].getHeight()); in beginRedirect() local
|
/aoo42x/main/sw/source/core/layout/ |
H A D | pagechg.cxx | 2218 long nPageHeight = 0; in CheckViewLayout() local
|
Completed in 195 milliseconds