/aoo42x/main/svx/source/items/ |
H A D | algitem.cxx | 537 nTopMargin ( 20 ), in SvxMarginItem() 553 nTopMargin ( nTop ), in SvxMarginItem() 567 nTopMargin = rItem.nTopMargin; in SvxMarginItem() 592 rText += GetMetricText( (long)nTopMargin, eCoreUnit, ePresUnit, pIntl ); in GetPresentation() 607 rText += GetMetricText( (long)nTopMargin, eCoreUnit, ePresUnit, pIntl ); in GetPresentation() 635 ( nTopMargin == ( (SvxMarginItem&)rItem ).nTopMargin ) && in operator ==() 667 rStream << nTopMargin; in Store() 690 rVal <<= (sal_Int32)( bConvert ? TWIP_TO_MM100(nTopMargin) : nTopMargin ); in QueryValue() 721 nTopMargin = (sal_Int16)( bConvert ? MM100_TO_TWIP(nVal) : nVal ); in PutValue() 745 nTopMargin = nTop; in SetTopMargin()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | preview.cxx | 369 long nTopMargin = 0; in DoPrint() local 410 nTopMargin = pPrintFunc->GetTopMargin(); in DoPrint() 457 nTopMargin = (long) ( nTopMargin * HMM_PER_TWIPS ); in DoPrint() 459 nHeaderHeight = (long) ( nHeaderHeight * HMM_PER_TWIPS * mnScale / 100 + nTopMargin ); in DoPrint() 488 DrawInvert( (long)( nTopMargin - aOffset.Y() ), POINTER_VSIZEBAR ); in DoPrint() 1262 long nTopMargin = 0; in MouseMove() local 1283 nTopMargin = (long)( pPrintFunc->GetTopMargin() * HMM_PER_TWIPS - aOffset.Y() ); in MouseMove() 1288 …nHeaderHeight = (long)( nTopMargin + pPrintFunc->GetHeader().nHeight * HMM_PER_TWIPS * mnScale / 1… in MouseMove() 1293 nHeaderHeight = (long)( nTopMargin + pPrintFunc->GetHeader().nHeight * HMM_PER_TWIPS ); in MouseMove() 1303 Point aTopLeft = LogicToPixel( Point( -aOffset.X(), nTopMargin ), aMMMode ); in MouseMove() [all …]
|
H A D | printfun.cxx | 832 nTopMargin = pULItem->GetUpper(); in InitParam() 1083 aSize.Height() -= nTopMargin + nBottomMargin; in GetDataSize() 1092 rPhysSize.Height() -= nTopMargin + nBottomMargin; in GetScaleData() 2949 aPageRect.Top() = ( aPageRect.Top() + nTopMargin ) * 100 / nZoom + aHdr.nHeight; in GetDocPageSize()
|
/aoo42x/main/svx/inc/svx/ |
H A D | algitem.hxx | 154 sal_Int16 nTopMargin; member in SvxMarginItem 180 sal_Int16 GetTopMargin() const {return nTopMargin; } in GetTopMargin() 190 nTopMargin = rMargin.nTopMargin; in operator =()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | editutil.cxx | 145 long nTopMargin = (long) ( pMargin->GetTopMargin() * nPPTY ); in GetEditArea() local 155 nPixDifY = nTopMargin; in GetEditArea() 169 nTextHeight = pDev->GetTextHeight() + nTopMargin + in GetEditArea() 175 if ( nTextHeight > nCellY + nTopMargin || bForceToTop ) in GetEditArea() 180 nPixDifY = nTopMargin + ( nCellY - nTextHeight ) / 2; in GetEditArea() 182 nPixDifY = nCellY - nTextHeight + nTopMargin; // JUSTIFY_BOTTOM in GetEditArea()
|
/aoo42x/main/sw/source/ui/vba/ |
H A D | vbainformationhelper.cxx | 53 sal_Int32 nTopMargin = 0; in handleWdVerticalPositionRelativeToPage() local 54 …rops->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("TopMargin") ) ) >>= nTopMargin; in handleWdVerticalPositionRelativeToPage() 65 …nCurrentPos = nCurrentPos + nTopMargin - ( DEFAULT_PAGE_DISTANCE + TWIP_TO_MM100( nPageHeight ) ) … in handleWdVerticalPositionRelativeToPage()
|
H A D | vbapagesetup.cxx | 161 sal_Int32 nTopMargin = 0; in setDifferentFirstPageHeaderFooter() local 162 …eProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("TopMargin"))) >>= nTopMargin; in setDifferentFirstPageHeaderFooter() 178 nTopMargin += nHeaderHeight; in setDifferentFirstPageHeaderFooter() 201 …rtyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("TopMargin") ), uno::makeAny( nTopMargin ) ); in setDifferentFirstPageHeaderFooter()
|
/aoo42x/main/sc/source/ui/cctrl/ |
H A D | dpcontrol.cxx | 831 const sal_uInt16 nTopMargin = 5; in getMenuItemPosSize() local 836 Point aPos1(nLeftMargin, nTopMargin); in getMenuItemPosSize() 1059 const sal_uInt16 nTopMargin = 5; in getSectionPosSize() local 1071 …const sal_uInt16 nListBoxHeight = static_cast< sal_uInt16 >( maWndSize.Height() - nTopMargin - nMe… in getSectionPosSize() 1074 …const sal_uInt16 nSingleBtnAreaY = nTopMargin + nMenuHeight + nListBoxHeight + nMenuListMargin - 1; in getSectionPosSize() 1086 rPos = Point(nListBoxMargin, nTopMargin + nMenuHeight + nMenuListMargin); in getSectionPosSize() 1092 rPos = Point(nListBoxMargin, nTopMargin + nMenuHeight + nMenuListMargin); in getSectionPosSize()
|
/aoo42x/main/writerfilter/source/dmapper/ |
H A D | PropertyMap.cxx | 751 sal_Int32 nTopMargin = m_nTopMargin; in PrepareHeaderFooterProperties() local 755 if( nTopMargin > 0 && nTopMargin > m_nHeaderTop ) in PrepareHeaderFooterProperties() 756 m_nHeaderTop = nTopMargin - m_nHeaderTop; in PrepareHeaderFooterProperties() 766 if( nTopMargin >= 0 ) //fixed height header -> see WW8Par6.hxx in PrepareHeaderFooterProperties() 779 …ropertyDefinition( PROP_HEADER_BODY_DISTANCE, false )) = uno::makeAny( nTopMargin - m_nHeaderTop ); in PrepareHeaderFooterProperties()
|
H A D | GraphicImport.cxx | 232 sal_Int32 nTopMargin; member in writerfilter::dmapper::GraphicImport_Impl 294 ,nTopMargin(0) in GraphicImport_Impl() 1358 m_pImpl->nTopMargin = nIntValue / 360; in ProcessShapeOptions() 1607 m_pImpl->nTopMargin = 0; in createGraphicObject() 1665 uno::makeAny(m_pImpl->nTopMargin)); in createGraphicObject()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | printfun.hxx | 167 sal_uInt16 nTopMargin; member in ScPrintFunc 292 sal_uInt16 GetTopMargin() const{return nTopMargin;} in GetTopMargin() 296 void SetTopMargin(sal_uInt16 nRulerTopDistance){ nTopMargin = nRulerTopDistance; } in SetTopMargin()
|
/aoo42x/main/sc/source/filter/html/ |
H A D | htmlimp.cxx | 90 long nTopMargin = pULItem->GetUpper(); in ScHTMLImport() local 99 aPageSize.Height() -= nTopMargin + nBottomMargin; in ScHTMLImport()
|
/aoo42x/main/sw/source/core/objectpositioning/ |
H A D | tocntntanchoredobjectposition.cxx | 544 SwTwips nTopMargin = (pAnchorFrmForVertPos->*fnRect->fnGetTopMargin)(); in CalcPosition() local 547 nTopMargin -= static_cast<const SwTxtFrm*>(pAnchorFrmForVertPos)-> in CalcPosition() 550 nVertOffsetToFrmAnchorPos += nTopMargin; in CalcPosition()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | print3.cxx | 432 …IntProperty( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "NUpPageMarginTop" ) ), aMPS.nTopMargin ); in ImplPrintJob() 434 aMPS.nTopMargin = nValue; in ImplPrintJob() 1005 rMPS.nTopMargin == 0 && rMPS.nBottomMargin == 0 ) in getFilteredPageFile() 1037 aMPArea.Height() -= rMPS.nTopMargin + rMPS.nBottomMargin; in getFilteredPageFile() 1099 long nY = rMPS.nTopMargin + nOffY + nAdvY * nCellY; in getFilteredPageFile()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | print.hxx | 412 long nTopMargin; member 422 , nLeftMargin( 0 ), nTopMargin( 0 ) in MultiPageSetup()
|
/aoo42x/main/sw/source/core/layout/ |
H A D | layact.cxx | 1753 SwTwips nTopMargin = (pTab->*fnRect->fnGetTopMargin)(); in FormatLayoutTab() local 1754 if ( nTopMargin > 0) in FormatLayoutTab() 1757 (aMarginRect.*fnRect->fnSetHeight)( nTopMargin ); in FormatLayoutTab()
|
H A D | sectfrm.cxx | 1255 SwTwips nTopMargin = (mpSectFrm->*fnRect->fnGetTopMargin)(); in FormatSectionToPositionObjs() local 1260 (mpSectFrm->*fnRect->fnSetYMargins)( nTopMargin, 0 ); in FormatSectionToPositionObjs()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | htmlatr.cxx | 317 sal_uInt16 nTopMargin; member 527 nTopMargin = rULSpace.GetUpper(); in SV_IMPL_OP_PTRARR_SORT() 897 rHWrt.nDfltTopMargin = pFmtInfo->nTopMargin; in OutHTML_SwFmt()
|
/aoo42x/main/vcl/source/window/ |
H A D | printdlg.cxx | 2091 aMPS.nTopMargin = in updateNup()
|