/aoo42x/main/svx/source/items/ |
H A D | algitem.cxx | 539 nBottomMargin( 20 ) in SvxMarginItem() 555 nBottomMargin( nBottom ) in SvxMarginItem() 569 nBottomMargin = rItem.nBottomMargin; in SvxMarginItem() 596 rText += GetMetricText( (long)nBottomMargin, eCoreUnit, ePresUnit, pIntl ); in GetPresentation() 617 rText += GetMetricText( (long)nBottomMargin, eCoreUnit, ePresUnit, pIntl ); in GetPresentation() 637 ( nBottomMargin == ( (SvxMarginItem&)rItem ).nBottomMargin ) ); in operator ==() 669 rStream << nBottomMargin; in Store() 693 rVal <<= (sal_Int32)( bConvert ? TWIP_TO_MM100(nBottomMargin) : nBottomMargin ); in QueryValue() 724 nBottomMargin = (sal_Int16)( bConvert ? MM100_TO_TWIP(nVal) : nVal ); in PutValue() 761 nBottomMargin = nBottom; in SetBottomMargin()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | preview.cxx | 370 long nBottomMargin = 0; in DoPrint() local 411 nBottomMargin = pPrintFunc->GetBottomMargin(); in DoPrint() 458 nBottomMargin = (long) ( nBottomMargin * HMM_PER_TWIPS ); in DoPrint() 460 … nFooterHeight = (long) ( nFooterHeight * HMM_PER_TWIPS * mnScale / 100 + nBottomMargin ); in DoPrint() 489 DrawInvert( (long)(nPageEndY - nBottomMargin ), POINTER_VSIZEBAR ); in DoPrint() 1263 long nBottomMargin = 0; in MouseMove() local 1284 nBottomMargin = (long)( pPrintFunc->GetBottomMargin() * HMM_PER_TWIPS ); in MouseMove() 1285 nBottomMargin = (long)( nHeight * HMM_PER_TWIPS - nBottomMargin - aOffset.Y() ); in MouseMove() 1289 …nFooterHeight = (long)( nBottomMargin - pPrintFunc->GetFooter().nHeight * HMM_PER_TWIPS * mnScale … in MouseMove() 1294 … nFooterHeight = (long)( nBottomMargin - pPrintFunc->GetFooter().nHeight * HMM_PER_TWIPS ); in MouseMove() [all …]
|
H A D | printfun.cxx | 833 nBottomMargin = pULItem->GetLower(); in InitParam() 1083 aSize.Height() -= nTopMargin + nBottomMargin; in GetDataSize() 1092 rPhysSize.Height() -= nTopMargin + nBottomMargin; in GetScaleData() 2950 aPageRect.Bottom() = ( aPageRect.Bottom() - nBottomMargin ) * 100 / nZoom - aFtr.nHeight; in GetDocPageSize()
|
/aoo42x/main/svx/inc/svx/ |
H A D | algitem.hxx | 156 sal_Int16 nBottomMargin; member in SvxMarginItem 184 sal_Int16 GetBottomMargin() const {return nBottomMargin; } in GetBottomMargin() 192 nBottomMargin = rMargin.nBottomMargin; in operator =()
|
/aoo42x/main/sw/source/ui/vba/ |
H A D | vbapagesetup.cxx | 163 sal_Int32 nBottomMargin = 0; in setDifferentFirstPageHeaderFooter() local 164 …->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("BottomMargin"))) >>= nBottomMargin; in setDifferentFirstPageHeaderFooter() 179 nBottomMargin += nFooterHeight; in setDifferentFirstPageHeaderFooter() 202 …ue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("BottomMargin") ), uno::makeAny( nBottomMargin ) ); in setDifferentFirstPageHeaderFooter()
|
/aoo42x/main/writerfilter/source/dmapper/ |
H A D | PropertyMap.cxx | 784 sal_Int32 nBottomMargin = m_nBottomMargin; in PrepareHeaderFooterProperties() local 788 if( nBottomMargin > 0 && nBottomMargin > m_nHeaderBottom ) in PrepareHeaderFooterProperties() 789 m_nHeaderBottom = nBottomMargin - m_nHeaderBottom; in PrepareHeaderFooterProperties() 796 if( nBottomMargin >= 0 ) //fixed height footer -> see WW8Par6.hxx in PrepareHeaderFooterProperties() 809 …operator[]( PropertyDefinition( PROP_FOOTER_HEIGHT, false )) = uno::makeAny( nBottomMargin - m_nH… in PrepareHeaderFooterProperties()
|
H A D | GraphicImport.cxx | 233 sal_Int32 nBottomMargin; member in writerfilter::dmapper::GraphicImport_Impl 295 ,nBottomMargin(0) in GraphicImport_Impl() 1368 m_pImpl->nBottomMargin = nIntValue / 360; in ProcessShapeOptions() 1611 m_pImpl->nBottomMargin = 0; in createGraphicObject() 1614 m_pImpl->nBottomMargin = 0; in createGraphicObject() 1667 uno::makeAny(m_pImpl->nBottomMargin)); in createGraphicObject()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | printfun.hxx | 169 sal_uInt16 nBottomMargin; member in ScPrintFunc 293 sal_uInt16 GetBottomMargin() const{return nBottomMargin;} in GetBottomMargin() 297 …void SetBottomMargin(sal_uInt16 nRulerBottomDistance){ nBottomMargin = nRulerBottomDist… in SetBottomMargin()
|
/aoo42x/main/sc/source/filter/html/ |
H A D | htmlimp.cxx | 91 long nBottomMargin = pULItem->GetLower(); in ScHTMLImport() local 99 aPageSize.Height() -= nTopMargin + nBottomMargin; in ScHTMLImport()
|
/aoo42x/main/sc/source/ui/cctrl/ |
H A D | dpcontrol.cxx | 1066 const sal_uInt16 nBottomMargin = 10; in getSectionPosSize() local 1137 long y = maWndSize.Height() - nBottomMargin - nBtnHeight; in getSectionPosSize() 1145 long y = maWndSize.Height() - nBottomMargin - nBtnHeight; in getSectionPosSize()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | print.hxx | 414 long nBottomMargin; member 423 , nRightMargin( 0 ), nBottomMargin( 0 ) in MultiPageSetup()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | print3.cxx | 435 …perty( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "NUpPageMarginBottom" ) ), aMPS.nBottomMargin ); in ImplPrintJob() 437 aMPS.nBottomMargin = nValue; in ImplPrintJob() 1005 rMPS.nTopMargin == 0 && rMPS.nBottomMargin == 0 ) in getFilteredPageFile() 1037 aMPArea.Height() -= rMPS.nTopMargin + rMPS.nBottomMargin; in getFilteredPageFile()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | htmlatr.cxx | 318 sal_uInt16 nBottomMargin; member 528 nBottomMargin = rULSpace.GetLower(); in SV_IMPL_OP_PTRARR_SORT() 906 rHWrt.nDfltBottomMargin = pFmtInfo->nBottomMargin; in OutHTML_SwFmt()
|
/aoo42x/main/vcl/source/window/ |
H A D | printdlg.cxx | 2093 aMPS.nBottomMargin = nSheetMargin; in updateNup()
|