/aoo41x/main/svx/source/items/ |
H A D | algitem.cxx | 538 nRightMargin ( 20 ), in SvxMarginItem() 554 nRightMargin ( nRight ), in SvxMarginItem() 568 nRightMargin = rItem.nRightMargin; in SvxMarginItem() 594 rText += GetMetricText( (long)nRightMargin, eCoreUnit, ePresUnit, pIntl ); in GetPresentation() 612 rText += GetMetricText( (long)nRightMargin, eCoreUnit, ePresUnit, pIntl ); in GetPresentation() 636 ( nRightMargin == ( (SvxMarginItem&)rItem ).nRightMargin ) && in operator ==() 668 rStream << nRightMargin; in Store() 687 rVal <<= (sal_Int32)( bConvert ? TWIP_TO_MM100(nRightMargin) : nRightMargin ); in QueryValue() 718 nRightMargin = (sal_Int16)( bConvert ? MM100_TO_TWIP(nVal) : nVal ); in PutValue() 753 nRightMargin = nRight; in SetRightMargin()
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | lrspitem.hxx | 67 long nRightMargin; // der unproblematische rechte Rand member in SvxLRSpaceItem 107 inline long GetRight() const { return nRightMargin;} in GetRight() 109 inline void SetRightValue( const long nR ) { nRightMargin = nR; } in SetRightValue() 140 nRightMargin = rCpy.nRightMargin; in operator =() 156 nRightMargin = (nR * nProp) / 100; in SetRight()
|
/aoo41x/main/svx/inc/svx/ |
H A D | algitem.hxx | 155 sal_Int16 nRightMargin; member in SvxMarginItem 182 sal_Int16 GetRightMargin() const {return nRightMargin; } in GetRightMargin() 191 nRightMargin = rMargin.nRightMargin; in operator =()
|
H A D | paraprev.hxx | 55 long nRightMargin; member in SvxParaPrevWindow 81 void SetRightMargin( long nNew ) { nRightMargin = nNew; } in SetRightMargin() 93 long GetRightMargin() const { return nRightMargin; } in GetRightMargin()
|
/aoo41x/main/reportdesign/source/ui/report/ |
H A D | ReportSection.cxx | 230 const sal_Int32 nRightMargin = getStyleProperty<sal_Int32>(xReportDefinition,PROPERTY_RIGHTMARGIN); in fill() local 232 m_pPage->SetRgtBorder(nRightMargin); in fill() 243 …angle( Point( nLeftMargin, 0), Size(aPageSize.Width() - nLeftMargin - nRightMargin,aPageSize.Heigh… in fill() 533 …const sal_Int32 nRightMargin = getStyleProperty<sal_Int32>(xReportDefinition,PROPERTY_RIGHTMARGIN); in _propertyChanged() local 542 m_pPage->SetRgtBorder(nRightMargin); in _propertyChanged() 550 …angle( Point( nLeftMargin, 0), Size(aPageSize.Width() - nLeftMargin - nRightMargin,aPageSize.Heigh… in _propertyChanged() 552 impl_adjustObjectSizePosition(nPaperWidth,nLeftMargin,nRightMargin); in _propertyChanged()
|
H A D | ReportWindow.cxx | 189 sal_Int32 nRightMargin = getStyleProperty<sal_Int32>(xReportDefinition,PROPERTY_RIGHTMARGIN); in Resize() local 192 nRightMargin = m_aViewsWindow.LogicToPixel(Size(nRightMargin,0)).Width(); in Resize() 202 m_aHRuler.SetMargin2(aPageSize.Width() - nLeftMargin - nRightMargin); in Resize()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | preview.cxx | 371 long nRightMargin = 0; in DoPrint() local 412 nRightMargin = pPrintFunc->GetRightMargin(); in DoPrint() 459 nRightMargin = (long) ( nRightMargin * HMM_PER_TWIPS ); in DoPrint() 494 DrawInvert( (long)( nPageEndX - nRightMargin ) , POINTER_HSIZEBAR ); in DoPrint() 1264 long nRightMargin = 0; in MouseMove() local 1284 nRightMargin = (long)( pPrintFunc->GetRightMargin() * HMM_PER_TWIPS ); in MouseMove() 1285 nRightMargin = (long)( nWidth * HMM_PER_TWIPS - nRightMargin - aOffset.X() ); in MouseMove() 1305 Point aRightTop = LogicToPixel( Point( nRightMargin, -aOffset.Y() ), aMMMode ); in MouseMove()
|
H A D | printfun.cxx | 776 long nPaperWidth = ( aPageSize.Width() - nLeftMargin - nRightMargin - in UpdateHFHeight() 830 nRightMargin = nTmp < 0 ? 0 : sal_uInt16(nTmp); in InitParam() 1082 aSize.Width() -= nLeftMargin + nRightMargin; in GetDataSize() 1091 rPhysSize.Width() -= nLeftMargin + nRightMargin; in GetScaleData() 1995 aPageRect.Left() = ( aTempRect.Left() + nRightMargin ) * 100 / nZoom; in PrintNotes() 2001 aPageRect.Right() = ( aTempRect.Right() - nRightMargin ) * 100 / nZoom; in PrintNotes() 2067 aPageRect.Left() = ( aTempRect.Left() + nRightMargin ) * 100 / nZoom; in PrintPage() 2073 aPageRect.Right() = ( aTempRect.Right() - nRightMargin ) * 100 / nZoom; in PrintPage() 2948 aPageRect.Right() = ( aPageRect.Right() - nRightMargin ) * 100 / nZoom; in GetDocPageSize()
|
/aoo41x/main/editeng/source/misc/ |
H A D | swafopt.cxx | 76 nRightMargin = 50; // dflt. 50 % in SvxSwAutoFmtFlags() 131 nRightMargin = rAFFlags.nRightMargin; in operator =()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | htmlctxt.cxx | 597 ASSERT( rPropInfo.nRightMargin < 0 || in InsertAttrs() 598 rPropInfo.nRightMargin == pLRItem->GetRight(), in InsertAttrs() 600 if( rPropInfo.nRightMargin < 0 && in InsertAttrs() 601 -rPropInfo.nRightMargin > nOldRight ) in InsertAttrs() 604 nRight = nOldRight + static_cast< sal_uInt16 >(rPropInfo.nRightMargin); in InsertAttrs()
|
H A D | swhtml.hxx | 228 sal_uInt16 nRightMargin; // ein veraenderter rechter Rand member in _HTMLAttrContext 257 nRightMargin( 0 ), in _HTMLAttrContext() 279 nRightMargin( 0 ), in _HTMLAttrContext() 978 nRightMargin = nRight; in SetMargins() 990 nRight = nRightMargin; in GetMargins()
|
H A D | svxcss1.cxx | 415 nRightMargin( rProp.nRightMargin ), in SvxCSS1PropertyInfo() 451 nLeftMargin = nRightMargin = 0; in Clear() 483 nRightMargin = rProp.nRightMargin; in Merge() 2183 rPropInfo.nRightMargin = nRight; in ParseCSS1_margin_right() 2406 rPropInfo.nRightMargin = nMargins[1]; in ParseCSS1_margin()
|
H A D | swhtml.cxx | 4490 sal_uInt16 nLeftMargin = 0, nRightMargin = 0; // die Einzuege und in SetTxtCollAttrs() local 4587 nRightMargin = nRight; in SetTxtCollAttrs() 4632 nRightMargin = nRightMargin + static_cast< sal_uInt16 >(nRight); in SetTxtCollAttrs() 4634 pContext->SetMargins( nLeftMargin, nRightMargin, in SetTxtCollAttrs() 4652 if( !nRightMargin ) in SetTxtCollAttrs() 4653 nRightMargin = static_cast< sal_uInt16 >(rLRItem.GetRight()); in SetTxtCollAttrs() 4676 nRightMargin != rLRItem.GetRight(); in SetTxtCollAttrs() 4682 aLRItem.SetRight( nRightMargin ); in SetTxtCollAttrs()
|
/aoo41x/main/editeng/source/items/ |
H A D | frmitems.cxx | 403 nRightMargin ( 0 ), in SvxLRSpaceItem() 422 nRightMargin ( nRight ), in SvxLRSpaceItem() 447 rVal <<= (sal_Int32)(bConvert ? TWIP_TO_MM100(nRightMargin) : nRightMargin); in QueryValue() 598 if ( 100 != nRightMargin ) in GetPresentation() 601 rText += GetMetricText( (long)nRightMargin, in GetPresentation() 668 if( nRightMargin > 0 ) in Store() 669 nMargin = sal_uInt16( nRightMargin ); in Store() 697 rStrm << nRightMargin; in Store() 755 pAttr->nRightMargin = right; in Create() 768 pAttr->nRightMargin = nMargin; in Create() [all …]
|
/aoo41x/main/sw/source/core/text/ |
H A D | frmcrsr.cxx | 768 xub_StrLen nRightMargin; in RightMargin() local 770 nRightMargin = 0; in RightMargin() 777 nRightMargin = aLine.GetStart() + aLine.GetCurr()->GetLen(); in RightMargin() 781 CH_BREAK == aInf.GetTxt().GetChar( nRightMargin - 1 ) ) in RightMargin() 782 --nRightMargin; in RightMargin() 785 while( nRightMargin > aLine.GetStart() && in RightMargin() 786 ' ' == aInf.GetTxt().GetChar( nRightMargin - 1 ) ) in RightMargin() 787 --nRightMargin; in RightMargin() 790 pPam->GetPoint()->nContent = SwIndex( pFrm->GetTxtNode(), nRightMargin ); in RightMargin()
|
H A D | itrcrsr.cxx | 1297 SwTwips nRightMargin = GetLineEnd(); in GetCrsrOfst() local 1298 if( nRightMargin == nLeftMargin ) in GetCrsrOfst() 1299 nRightMargin += 30; in GetCrsrOfst() 1304 const sal_Bool bRightOver = x > nRightMargin; in GetCrsrOfst() 1306 x = nRightMargin; in GetCrsrOfst()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | printfun.hxx | 168 sal_uInt16 nRightMargin; member in ScPrintFunc 291 sal_uInt16 GetRightMargin() const{return nRightMargin;} in GetRightMargin() 295 …void SetRightMargin(sal_uInt16 nRulerRightDistance){ nRightMargin = nRulerRightDistance… in SetRightMargin()
|
/aoo41x/main/sw/source/ui/vba/ |
H A D | vbapagesetup.cxx | 167 sal_Int32 nRightMargin = 0; in setDifferentFirstPageHeaderFooter() local 168 …ps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("RightMargin"))) >>= nRightMargin; in setDifferentFirstPageHeaderFooter() 204 …alue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("RightMargin") ), uno::makeAny( nRightMargin ) ); in setDifferentFirstPageHeaderFooter()
|
/aoo41x/main/svx/source/dialog/ |
H A D | paraprev.cxx | 42 nRightMargin ( 0 ), in SvxParaPrevWindow() 124 long nRight = nRightMargin * aLineSiz.Width() / aSize.Width(); in DrawParagraph()
|
/aoo41x/main/writerfilter/source/dmapper/ |
H A D | GraphicImport.cxx | 231 sal_Int32 nRightMargin; member in writerfilter::dmapper::GraphicImport_Impl 293 ,nRightMargin(319) in GraphicImport_Impl() 1362 m_pImpl->nRightMargin = nIntValue / 360; in ProcessShapeOptions() 1601 m_pImpl->nRightMargin = 0; in createGraphicObject() 1662 uno::makeAny(m_pImpl->nRightMargin)); in createGraphicObject()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | htmltbl.cxx | 206 nLeftMargin( nLMargin ), nRightMargin( nRMargin ), in SwHTMLTableLayout() 1163 if( nLeftMargin || nRightMargin ) in AutoLayoutPass2() 1169 nAbsAvail -= (nLeftMargin + nRightMargin); in AutoLayoutPass2() 1171 else if( GetMin() + nLeftMargin + nRightMargin <= nAbsAvail ) in AutoLayoutPass2() 1176 nAbsRightFill = nAbsRightFill + nRightMargin; in AutoLayoutPass2()
|
H A D | doctxm.cxx | 1726 long nRightMargin; in GenerateText() local 1758 nRightMargin = rPgDscFmt.GetFrmSize().GetWidth() - in GenerateText() 1763 nRightMargin = aNdRect.Width(); in GenerateText() 1769 nRightMargin -= rLRSpace.GetLeft(); in GenerateText() 1770 nRightMargin -= rLRSpace.GetTxtFirstLineOfst(); in GenerateText() 1773 aTStops.Insert( SvxTabStop( nRightMargin, SVX_TAB_ADJUST_RIGHT, in GenerateText()
|
H A D | poolfmt.cxx | 277 long nRightMargin = lcl_GetRightMargin( *pDoc ); in lcl_SetRegister() local 279 aTStops.Insert( SvxTabStop( nRightMargin - nLeft, in lcl_SetRegister() 557 long nRightMargin = lcl_GetRightMargin( *this ); in GetTxtCollFromPool() local 560 aTStops.Insert( SvxTabStop( nRightMargin / 2, SVX_TAB_ADJUST_CENTER ) ); in GetTxtCollFromPool() 561 aTStops.Insert( SvxTabStop( nRightMargin, SVX_TAB_ADJUST_RIGHT ) ); in GetTxtCollFromPool()
|
/aoo41x/main/sc/source/filter/html/ |
H A D | htmlimp.cxx | 88 long nRightMargin = pLRItem->GetRight(); in ScHTMLImport() local 98 aPageSize.Width() -= nLeftMargin + nRightMargin; in ScHTMLImport()
|
/aoo41x/main/sc/source/core/data/ |
H A D | docpool.cxx | 720 sal_uInt16 nLeftMargin, nRightMargin; in lcl_HFPresentation() local 725 nRightMargin = nTmp < 0 ? 0 : sal_uInt16(nTmp); in lcl_HFPresentation() 752 aText += GetMetricText( (long)nRightMargin, in lcl_HFPresentation()
|