/aoo4110/main/sw/source/ui/uiview/ |
H A D | viewtab.cxx | 160 pCol->SetRight( nRight ); in lcl_ConvertToCols() 208 rLRSpace.SetRight( rLRSpace.GetLeft() ); in SwapPageMargin() 249 pCol->SetRight((sal_uInt16) nVal); in ResizeFrameCols() 389 aLR.SetRight((sal_uInt16)aLongLR.GetRight()); in ExecTabWin() 417 aLRTmp.SetRight(aLRTmp.GetRight() + nRightDiff); in ExecTabWin() 434 aLR.SetRight((sal_uInt16)aLongLR.GetRight()); in ExecTabWin() 453 aLR.SetRight((sal_uInt16)aLongLR.GetRight()); in ExecTabWin() 530 aLR.SetRight(aLR.GetRight() + nRightDiff); in ExecTabWin() 854 aTabCols.SetRight( nBorder ); in ExecTabWin() 977 aTabCols.SetRight( nBorder ); in ExecTabWin() [all …]
|
/aoo4110/main/sw/source/ui/table/ |
H A D | swtablerep.cxx | 211 rTabCols.SetRight(nLeft + nTblWidth); in FillTabCols() 222 rTabCols.SetRight(nLeft + pTColumns[nAllCols - 1].nWidth + nPos); in FillTabCols() 231 rTabCols.SetRight(nOldRight); in FillTabCols() 235 rTabCols.SetRight(rTabCols.GetRightMax()); in FillTabCols()
|
/aoo4110/main/sc/source/ui/sidebar/ |
H A D | NumberFormatPropertyPanel.cxx | 408 Layouter::SetRight(*mpFtCategory, nRight); in Resize() 409 Layouter::SetRight(*mpFtLeadZeroes, nRight); in Resize() 410 Layouter::SetRight(*mpBtnNegRed, nRight); in Resize() 411 Layouter::SetRight(*mpBtnThousand, nRight); in Resize()
|
H A D | AlignmentPropertyPanel.cxx | 648 Layouter::SetRight(*mpFtRotate, nRight); in Resize() 649 Layouter::SetRight(*mpCBXWrapText, nRight); in Resize() 650 Layouter::SetRight(*mpCBXMergeCell, nRight); in Resize() 651 Layouter::SetRight(*mpCbStacked, nRight); in Resize()
|
H A D | CellAppearancePropertyPanel.cxx | 888 Layouter::SetRight(*mpFTFillColor, nRight); in Resize() 889 Layouter::SetRight(*mpFTCellBorder, nRight); in Resize() 890 Layouter::SetRight(*mpCBXShowGrid, nRight); in Resize()
|
/aoo4110/main/sw/source/core/layout/ |
H A D | colfrm.cxx | 412 aLR.SetRight( nRight ); in AdjustColumns() 418 aLR.SetRight( Max( nRight, nMin ) ); in AdjustColumns() 427 aLR.SetRight( Max( nRight, nMin ) ); in AdjustColumns()
|
H A D | atrfrm.cxx | 936 pCol->SetRight( nHalf ); in SetGutterWidth() 940 pCol->SetRight( 0 ); in SetGutterWidth() 1011 pCol->SetRight( nGutterHalf ); in Calc() 1024 pCol->SetRight( nGutterHalf ); in Calc() 1034 pCol->SetRight( 0 ); in Calc() 1094 pCol->SetRight( static_cast<sal_uInt16>(MM100_TO_TWIP(pArray[i].RightMargin)) ); in PutValue()
|
/aoo4110/main/editeng/inc/editeng/ |
H A D | lrspitem.hxx | 103 inline void SetRight( const long nR, const sal_uInt16 nProp = 100 ); 154 inline void SvxLRSpaceItem::SetRight( const long nR, const sal_uInt16 nProp ) in SetRight() function in SvxLRSpaceItem
|
/aoo4110/main/cui/source/tabpages/ |
H A D | grfpage.cxx | 181 aExampleWN.SetRight( pCrop->GetRight()); in Reset() 298 pNew->SetRight( lcl_GetValue( aRightMF, eUnit ) ); in FillItemSet() 509 aExampleWN.SetRight(nRight); in IMPL_LINK() 674 aExampleWN.SetRight(nVal); in GraphicHasChanged()
|
/aoo4110/main/sw/source/ui/frmdlg/ |
H A D | colex.cxx | 82 SetRight( rLRSpace.GetRight() ); in UpdateExample() 87 SetRight( 0 ); in UpdateExample() 455 pCol->SetRight((sal_uInt16)nRight); in SetColumns()
|
/aoo4110/main/sw/source/filter/rtf/ |
H A D | swparrtf.cxx | 572 pCol->SetRight( nSp - nHalfPrev ); in SetCols() 2797 pCol->SetRight( nSp - nHalfPrev ); in lcl_SetFmtCol() 3316 aLR.SetLeft( 0 ); aLR.SetRight( 0 ); in ReadPageDescTbl() 3318 aHLR.SetLeft( 0 ); aHLR.SetRight( 0 ); in ReadPageDescTbl() 3320 aFLR.SetLeft( 0 ); aFLR.SetRight( 0 ); in ReadPageDescTbl() 3364 aLR.SetLeft( 0 ); aLR.SetRight( 0 ); in ReadPageDescTbl() 3366 aHLR.SetLeft( 0 ); aHLR.SetRight( 0 ); in ReadPageDescTbl() 3368 aFLR.SetLeft( 0 ); aFLR.SetRight( 0 ); in ReadPageDescTbl() 3389 case RTF_RI: aLR.SetRight( (sal_uInt16)nTokenValue ); break; in ReadPageDescTbl() 3400 case RTF_HEADER_XR: aHLR.SetRight( (sal_uInt16)nTokenValue ); break; in ReadPageDescTbl() [all …]
|
H A D | rtffly.cxx | 645 aLR.SetLeft( nVal ); aLR.SetRight( nVal ); in ReadFly() 654 aLR.SetLeft( nVal ); aLR.SetRight( nVal ); in ReadFly() 830 case RTF_FLYOUTRIGHT: aLR.SetRight( nVal ); break; in ReadFly() 1457 aCrop.SetRight( pPicType->nCropR ); in _SetPictureSize()
|
/aoo4110/main/svx/inc/svx/ |
H A D | rulritem.hxx | 66 void SetRight(long lArgRight) {lRight=lArgRight;} in SetRight() function in SvxLongLRSpaceItem 234 void SetRight(long right) { nRight = right; } in SetRight() function in SvxColumnItem
|
H A D | grfcrop.hxx | 58 void SetRight( sal_Int32 nVal ) { nRight = nVal; } in SetRight() function in SvxGrfCrop
|
/aoo4110/main/svx/source/sidebar/paragraph/ |
H A D | ParaPropertyPanel.cxx | 869 aMargin.SetRight( (const long)GetCoreValue( *mpRightIndent.get(), m_eLRSpaceUnit ) ); 902 … aMargin.SetRight( (const long)GetCoreValue( *mpRightIndent.get(), m_eLRSpaceUnit ) ); in IMPL_LINK() 937 … aMargin.SetRight( (const long)GetCoreValue( *mpRightIndent.get(), m_eLRSpaceUnit ) ); in IMPL_LINK() 950 aMargin.SetRight( (const long)GetCoreValue( *mpRightIndent.get(), m_eLRSpaceUnit ) ); in IMPL_LINK() 979 aMargin.SetRight( (const long)GetCoreValue( *mpRightIndent.get(), m_eLRSpaceUnit ) ); in IMPL_LINK()
|
/aoo4110/main/svx/source/dialog/ |
H A D | svxruler.cxx | 2322 pLRSpaceItem->SetRight(GetPageWidth()-pRuler_Imp->lMaxRightLogic); in ApplyMargins() 2324 pLRSpaceItem->SetRight( in ApplyMargins() 2433 pParaItem->SetRight( PixelHAdjust( nConvert - lAppNullOffset, pParaItem->GetRight() ) ); in ApplyIndents() 2437 pParaItem->SetRight( in ApplyIndents() 2451 pParaItem->SetRight( PixelHAdjust( in ApplyIndents() 2459 pParaItem->SetRight( PixelHAdjust( in ApplyIndents() 2578 pColumnItem->SetRight( PixelHAdjust( nWidthOrHeight - in ApplyBorders()
|
H A D | hdft.cxx | 266 aLR.SetRight( (sal_uInt16)GetCoreValue( aRMEdit, eUnit ) ); in FillItemSet() 739 aBspWin.SetRight( rLRSpace.GetRight() ); in ActivatePage() 744 aBspWin.SetRight( 0 ); in ActivatePage()
|
/aoo4110/main/sw/source/ui/app/ |
H A D | applab.cxx | 259 aLRMargin.SetRight(MINLAY/2); in InsertLab() 316 aLR.SetRight( sal_uInt16(nMin) ); in InsertLab()
|
/aoo4110/main/sw/source/filter/ww1/ |
H A D | w1sprm.cxx | 147 aLR.SetRight(nPara); in Start() 670 aLR.SetRight( nFromText ); in Start()
|
/aoo4110/main/sfx2/inc/sfx2/sidebar/ |
H A D | Layouter.hxx | 48 static void SetRight (
|
/aoo4110/main/sfx2/source/sidebar/ |
H A D | Layouter.cxx | 57 void Layouter::SetRight ( in SetRight() function in sfx2::sidebar::Layouter
|
/aoo4110/main/sw/source/core/text/ |
H A D | frmpaint.cxx | 216 aDrawInf.SetRight( LONG_MAX ); in PaintExtra() 569 aDrawInf.SetRight( rRect.Right() ); in PaintEmpty()
|
/aoo4110/main/starmath/source/ |
H A D | rect.cxx | 282 void SmRect::SetRight(long nRight) in SetRight() function in SmRect 442 SetRight(nR); in Union()
|
/aoo4110/main/sw/inc/ |
H A D | tabcol.hxx | 96 void SetRight ( long nNew ) { nRight = nNew; } in SetRight() function in SwTabCols
|
/aoo4110/main/sw/source/filter/html/ |
H A D | svxcss1.cxx | 1037 aLRSpace.SetRight( rNewLRSpace.GetRight() ); in MergeStyles() 2191 aLRItem.SetRight( (sal_uInt16)nRight ); in ParseCSS1_margin_right() 2197 aLRItem.SetRight( (sal_uInt16)nRight ); in ParseCSS1_margin_right() 2419 aLRItem.SetRight( (sal_uInt16)nMargins[1] ); in ParseCSS1_margin() 2428 aLRItem.SetRight( (sal_uInt16)nMargins[1] ); in ParseCSS1_margin()
|