Home
last modified time | relevance | path

Searched refs:nPageHeight (Results 1 – 16 of 16) sorted by relevance

/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableFieldDescWin.cxx185 long nPageWidth, nPageHeight; in Resize() local
202 nPageHeight = nOutputHeight - STANDARD_MARGIN - DETAILS_HEADER_HEIGHT - STANDARD_MARGIN; in Resize()
209 nPageHeight = nOutputHeight - nHelpHeight - DETAILS_HEADER_HEIGHT - STANDARD_MARGIN; in Resize()
210 if (nPageHeight < DETAILS_OPT_PAGE_HEIGHT) in Resize()
212 long nTransfer = DETAILS_OPT_PAGE_HEIGHT - nPageHeight; in Resize()
213 nPageHeight += nTransfer; in Resize()
226 nPageHeight = nOutputHeight - STANDARD_MARGIN - DETAILS_HEADER_HEIGHT - STANDARD_MARGIN; in Resize()
236 nPageHeight in Resize()
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DDrawingDemo.java288 int nPageHeight = ((Integer)xPageProperties.getPropertyValue( "Height" )).intValue() / 2; in Demo_PolyPolygonBezier() local
297 for ( nY = 0, i = 0; i < nPolygonCount; i++, nY += nPageHeight / nPolygonCount ) in Demo_PolyPolygonBezier()
312 pPolyPoints[ 1 ].Y = nPageHeight; in Demo_PolyPolygonBezier()
315 pPolyPoints[ 2 ].Y = nPageHeight; in Demo_PolyPolygonBezier()
325 pPolyPoints[ 5 ].Y = nPageHeight / 2; in Demo_PolyPolygonBezier()
328 pPolyPoints[ 6 ].Y = nPageHeight / 2; in Demo_PolyPolygonBezier()
/trunk/main/basctl/source/dlged/
H A Ddlgedobj.cxx444 sal_Int32 nPageX, nPageY, nPageWidth, nPageHeight; in PositionAndSizeChange() local
445 …nates( nPageXIn, nPageYIn, nPageWidthIn, nPageHeightIn, nPageX, nPageY, nPageWidth, nPageHeight ) ) in PositionAndSizeChange()
469 if ( nNewValue + nHeight > nPageY + nPageHeight ) in PositionAndSizeChange()
470 nNewValue = nPageY + nPageHeight - nHeight; in PositionAndSizeChange()
483 if ( nY + nNewValue > nPageY + nPageHeight ) in PositionAndSizeChange()
484 nNewValue = nPageY + nPageHeight - nY; in PositionAndSizeChange()
1485 sal_Int32 nPageX, nPageY, nPageWidth, nPageHeight; in PositionAndSizeChange() local
1486 …nates( nPageXIn, nPageYIn, nPageWidthIn, nPageHeightIn, nPageX, nPageY, nPageWidth, nPageHeight ) ) in PositionAndSizeChange()
1538 …nates( nPageXIn, nPageYIn, nPageWidthIn, nPageHeightIn, nPageX, nPageY, nPageWidth, nPageHeight ) ) in PositionAndSizeChange()
1568 if ( nY + nHeight > nPageY + nPageHeight ) in PositionAndSizeChange()
[all …]
H A Ddlgedview.cxx114 sal_Int32 nPageHeight = aPageSize.Height(); in MakeVisible() local
122 if ( nVisBottom + nScrollY > nPageHeight ) in MakeVisible()
123 nScrollY = nPageHeight - nVisBottom; in MakeVisible()
/trunk/main/filter/source/svg/
H A Dsvgimport.cxx132 sal_Int32 nPageWidth = 0, nPageHeight = 0; in implImport() local
135 …opSet->getPropertyValue( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "Height" ) ) ) >>= nPageHeight; in implImport()
137 if( xPropSet.is() && nPageWidth && nPageHeight ) in implImport()
159 aPos.Y = ( nPageHeight - aGraphicSize.Height() ) >> 1; in implImport()
/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx294 const long nPageHeight = bBrowse ? rPageRect.Height() : rFrmSize.GetHeight(); in ExecTabWin() local
472 … const long nHeight = nPageHeight - (aLongULSpace.GetUpper() + aLongULSpace.GetLower()); in ExecTabWin()
563 aSz.SetHeight(nPageHeight - aLongULSpace.GetLower() - in ExecTabWin()
976 long nBorder = nPageHeight - aTabCols.GetLeftMin() - aColItem.GetRight(); in ExecTabWin()
1052 const long nPageHeight = rPageRect.Height(); in StateTabWin() local
1221 aLongUL.SetLower( (sal_uInt16)(nPageHeight - aRect.Bottom()) ); in StateTabWin()
1232 aLongUL.SetLower(nPageHeight - rPagePrtRect.Bottom()); in StateTabWin()
1521 const int nRgt = (sal_uInt16)(bTableVertical ? nPageHeight : nPageWidth) - in StateTabWin()
1614 aColItem.SetRight((sal_uInt16)(nPageHeight - aRect.Bottom() )); in StateTabWin()
1743 const int nRgt = (sal_uInt16)(bVerticalWriting ? nPageWidth : nPageHeight) - in StateTabWin()
[all …]
/trunk/main/reportdesign/source/ui/report/
H A DSectionView.cxx107 const sal_Int32 nPageHeight = aPageSize.Height(); in MakeVisible() local
115 if ( nVisBottom + nScrollY > nPageHeight ) in MakeVisible()
116 nScrollY = nPageHeight - nVisBottom; in MakeVisible()
/trunk/main/sw/source/ui/vba/
H A Dvbainformationhelper.cxx60 sal_Int32 nPageHeight = pViewSh ? pViewSh->GetPageSize( nCurrentPage, sal_False ).Height() : 0; in handleWdVerticalPositionRelativeToPage() local
65 …nCurrentPos = nCurrentPos + nTopMargin - ( DEFAULT_PAGE_DISTANCE + TWIP_TO_MM100( nPageHeight ) ) … in handleWdVerticalPositionRelativeToPage()
/trunk/main/wizards/com/sun/star/wizards/text/
H A DTextStyleHandler.java100 int nPageHeight = aPageSize.Height; in changePageAlignment() local
101 Size aSize = new Size(nPageHeight, nPageWidth); in changePageAlignment()
/trunk/main/sd/source/ui/view/
H A DDocumentRenderer.cxx873 const sal_Int32 nPageHeight (aPageSize.Height() + mnGap in Print() local
875 if (nPageWidth<=0 || nPageHeight<=0) in Print()
883 sal_Int32(aPrintSize.Height() / nPageHeight))); in Print()
888 aMap.SetOrigin(Point(nColumn*nPageWidth,nRow*nPageHeight)); in Print()
2316 const long nPageHeight ( in PrepareScaledPage() local
2321 nPageHeight < rInfo.maPrintSize.Height() ? -aPageOffset.Y() : 0); in PrepareScaledPage()
2326 -aPageOrigin.Y()<nPageHeight; in PrepareScaledPage()
/trunk/main/wizards/com/sun/star/wizards/form/
H A DFormDocument.java62 private int nPageHeight; field in FormDocument
88 nPageHeight = aSize.Height; in FormDocument()
135 nFormHeight = (int) (0.65 * (double) nPageHeight) - 2 * nMargin; in adjustPageStyle()
/trunk/main/sw/source/core/layout/
H A Dpagechg.cxx2218 long nPageHeight = 0; in CheckViewLayout() local
2225 nPageHeight = rFormatPage.Frm().Height() + nGapBetweenPages; in CheckViewLayout()
2233 nPageHeight = pPageFrm->Frm().Height() + nGapBetweenPages; in CheckViewLayout()
2253 nCurrentRowHeight = Max( nCurrentRowHeight, nPageHeight ); in CheckViewLayout()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter.cxx53 sal_Int32 PDFWriter::NewPage( sal_Int32 nPageWidth, sal_Int32 nPageHeight, Orientation eOrientation… in NewPage() argument
55 return ((PDFWriterImpl*)pImplementation)->newPage( nPageWidth, nPageHeight, eOrientation ); in NewPage()
H A Dpdfwriter_impl.hxx133 …PDFPage( PDFWriterImpl* pWriter, sal_Int32 nPageWidth, sal_Int32 nPageHeight, PDFWriter::Orientati…
1094 …sal_Int32 newPage( sal_Int32 nPageWidth , sal_Int32 nPageHeight, PDFWriter::Orientation eOrientati…
H A Dpdfwriter_impl.cxx1120 …Page::PDFPage( PDFWriterImpl* pWriter, sal_Int32 nPageWidth, sal_Int32 nPageHeight, PDFWriter::Ori… in PDFPage() argument
1124 m_nPageHeight( nPageHeight ), in PDFPage()
2463 sal_Int32 PDFWriterImpl::newPage( sal_Int32 nPageWidth, sal_Int32 nPageHeight, PDFWriter::Orientati… in newPage() argument
2467 m_aPages.push_back( PDFPage(this, nPageWidth, nPageHeight, eOrientation ) ); in newPage()
8609 long nPageHeight = pointToPixel(m_aPages[m_nCurrentPage].getHeight()); in beginRedirect() local
8610 aDelta.Y() = -(nPageHeight - m_aOutputStreams.front().m_aTargetRect.Bottom()); in beginRedirect()
/trunk/main/vcl/inc/vcl/
H A Dpdfwriter.hxx660 …sal_Int32 NewPage( sal_Int32 nPageWidth = 0, sal_Int32 nPageHeight = 0, Orientation eOrientation =…

Completed in 155 milliseconds