Home
last modified time | relevance | path

Searched refs:nBottomMargin (Results 1 – 14 of 14) sorted by relevance

/trunk/main/svx/source/items/
H A Dalgitem.cxx539 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()
/trunk/main/sc/source/ui/view/
H A Dpreview.cxx373 long nBottomMargin = 0; in DoPrint() local
414 nBottomMargin = pPrintFunc->GetBottomMargin(); in DoPrint()
461 nBottomMargin = (long) ( nBottomMargin * HMM_PER_TWIPS ); in DoPrint()
463 … nFooterHeight = (long) ( nFooterHeight * HMM_PER_TWIPS * mnScale / 100 + nBottomMargin ); in DoPrint()
492 DrawInvert( (long)(nPageEndY - nBottomMargin ), POINTER_VSIZEBAR ); in DoPrint()
1266 long nBottomMargin = 0; in MouseMove() local
1287 nBottomMargin = (long)( pPrintFunc->GetBottomMargin() * HMM_PER_TWIPS ); in MouseMove()
1288 nBottomMargin = (long)( nHeight * HMM_PER_TWIPS - nBottomMargin - aOffset.Y() ); in MouseMove()
1292 …nFooterHeight = (long)( nBottomMargin - pPrintFunc->GetFooter().nHeight * HMM_PER_TWIPS * mnScale … in MouseMove()
1297 … nFooterHeight = (long)( nBottomMargin - pPrintFunc->GetFooter().nHeight * HMM_PER_TWIPS ); in MouseMove()
[all …]
H A Dprintfun.cxx833 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()
/trunk/main/svx/inc/svx/
H A Dalgitem.hxx156 sal_Int16 nBottomMargin; member in SvxMarginItem
184 sal_Int16 GetBottomMargin() const {return nBottomMargin; } in GetBottomMargin()
192 nBottomMargin = rMargin.nBottomMargin; in operator =()
/trunk/main/sw/source/ui/vba/
H A Dvbapagesetup.cxx163 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()
/trunk/main/writerfilter/source/dmapper/
H A DPropertyMap.cxx784 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 DGraphicImport.cxx233 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()
/trunk/main/sc/source/ui/inc/
H A Dprintfun.hxx169 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()
/trunk/main/sc/source/filter/html/
H A Dhtmlimp.cxx91 long nBottomMargin = pULItem->GetLower(); in ScHTMLImport() local
99 aPageSize.Height() -= nTopMargin + nBottomMargin; in ScHTMLImport()
/trunk/main/sc/source/ui/cctrl/
H A Ddpcontrol.cxx1066 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()
/trunk/main/vcl/inc/vcl/
H A Dprint.hxx414 long nBottomMargin; member
423 , nRightMargin( 0 ), nBottomMargin( 0 ) in MultiPageSetup()
/trunk/main/vcl/source/gdi/
H A Dprint3.cxx435 …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()
/trunk/main/sw/source/filter/html/
H A Dhtmlatr.cxx318 sal_uInt16 nBottomMargin; member
528 nBottomMargin = rULSpace.GetLower(); in SV_IMPL_OP_PTRARR_SORT()
906 rHWrt.nDfltBottomMargin = pFmtInfo->nBottomMargin; in OutHTML_SwFmt()
/trunk/main/vcl/source/window/
H A Dprintdlg.cxx2093 aMPS.nBottomMargin = nSheetMargin; in updateNup()

Completed in 141 milliseconds