Home
last modified time | relevance | path

Searched refs:nRightSpace (Results 1 – 15 of 15) sorted by relevance

/trunk/main/sw/inc/
H A Dpvprtdat.hxx32 sal_uLong nLeftSpace, nRightSpace, nTopSpace, nBottomSpace, member in SwPagePreViewPrtData
39 : nLeftSpace(0), nRightSpace(0), nTopSpace(0), nBottomSpace(0), in SwPagePreViewPrtData()
47 sal_uLong GetRightSpace() const { return nRightSpace; } in GetRightSpace()
48 void SetRightSpace( sal_uLong n ) { nRightSpace = n; } in SetRightSpace()
/trunk/main/sw/source/ui/inc/
H A Dswtablerep.hxx40 SwTwips nRightSpace; member in SwTableRep
59 SwTwips GetRightSpace() const {return nRightSpace;} in GetRightSpace()
60 void SetRightSpace(SwTwips nSet) {nRightSpace = nSet;} in SetRightSpace()
/trunk/main/starmath/inc/
H A Drect.hxx129 void SetItalicSpaces(long nLeftSpace, long nRightSpace);
217 inline void SmRect::SetItalicSpaces(long nLeftSpace, long nRightSpace) in SetItalicSpaces() argument
222 nItalicRightSpace = nRightSpace; in SetItalicSpaces()
/trunk/main/sw/source/filter/html/
H A Dhtmldraw.cxx105 sal_uInt16 nLeftSpace = 0, nRightSpace = 0, nUpperSpace = 0, nLowerSpace = 0; in InsertDrawObject() local
112 nLeftSpace = nRightSpace = (sal_uInt16)aTwipSpc.Width(); in InsertDrawObject()
131 nRightSpace = static_cast< sal_uInt16 >(aLRItem.GetRight()); in InsertDrawObject()
136 if( nLeftSpace || nRightSpace ) in InsertDrawObject()
140 aLRItem.SetRight( nRightSpace ); in InsertDrawObject()
H A Dhtmlplug.cxx213 sal_Int32 nLeftSpace = 0, nRightSpace = 0; in SetSpace() local
221 nLeftSpace = nRightSpace = aTwipSpc.Width(); in SetSpace()
240 nRightSpace = aLRItem.GetRight(); in SetSpace()
245 if( nLeftSpace > 0 || nRightSpace > 0 ) in SetSpace()
249 aLRItem.SetRight( nRightSpace > 0 ? nRightSpace : 0 ); in SetSpace()
H A Dhtmlgrin.cxx210 sal_uInt16 nLeftSpace = 0, nRightSpace = 0; in SetAnchorAndAdjustment() local
212 GetMarginsFromContextWithNumBul( nLeftSpace, nRightSpace, nIndent ); in SetAnchorAndAdjustment()
224 eHoriRel = nRightSpace ? text::RelOrientation::PRINT_AREA : text::RelOrientation::FRAME; in SetAnchorAndAdjustment()
H A Dhtmlform.cxx957 sal_uInt16 nLeftSpace = 0, nRightSpace = 0, in InsertControl() local
997 nRightSpace = static_cast< sal_uInt16 >(TWIP_TO_MM100( aLRItem.GetRight() )); in InsertControl()
1002 if( nLeftSpace || nRightSpace ) in InsertControl()
1009 aAny2 <<= (sal_Int32)nRightSpace; in InsertControl()
H A Dhtmlcss1.cxx2136 sal_uInt16 nLeftSpace = 0, nRightSpace = 0; in SetAnchorAndAdjustment() local
2138 GetMarginsFromContextWithNumBul( nLeftSpace, nRightSpace, nIndent ); in SetAnchorAndAdjustment()
2143 eHoriRel = nRightSpace ? text::RelOrientation::PRINT_AREA : text::RelOrientation::FRAME; in SetAnchorAndAdjustment()
H A Dhtmltab.cxx3608 sal_uInt16 nRightSpace = 0; in BuildTableCell() local
3610 GetMarginsFromContextWithNumBul( nLeftSpace, nRightSpace, nIndent ); in BuildTableCell()
3893 nLeftSpace, nRightSpace, in BuildTableCell()
3926 pCurTable->SetTable( pStNd, pTCntxt, nLeftSpace, nRightSpace ); in BuildTableCell()
/trunk/main/starmath/source/
H A Drect.cxx628 nRightSpace = 0; in Draw() local
632 nRightSpace = GetItalicRightSpace(); in Draw()
636 nRight = GetRight() + nRightSpace; in Draw()
/trunk/main/sc/source/core/data/
H A Dpostit.cxx284 long nRightSpace = rVisRect.Right() - maCellRect.Right() + 1; in AutoPlaceCaption() local
294 …bool bFitsWidthRight = nNeededSpaceX <= nRightSpace; // text box width fits into the width righ… in AutoPlaceCaption()
316 if( bPreferLeft || (!bPreferRight && (nLeftSpace > nRightSpace)) ) in AutoPlaceCaption()
/trunk/main/vcl/source/control/
H A Dtabctrl.cxx527 int nRightSpace=nMaxWidth;// space left on the right by the tabs in ImplGetTabRect() local
531 nRightSpace-=it->maRect.Right()-it->maRect.Left(); in ImplGetTabRect()
536 it->maRect.Left()+=(int) (nRightSpace/2); in ImplGetTabRect()
537 it->maRect.Right()+=(int) (nRightSpace/2); in ImplGetTabRect()
/trunk/main/sw/source/ui/table/
H A Dswtablerep.cxx100 nRightSpace(0), in SwTableRep()
/trunk/main/sw/source/core/layout/
H A Dtabfrm.cxx5177 SwTwips nTopSpace, nBottomSpace, nLeftSpace, nRightSpace; in Format() local
5183 nRightSpace = rBoxItem.GetDistance( BOX_LINE_RIGHT ); in Format()
5192 nRightSpace = pAttrs->CalcRight( this ); in Format()
5196 (this->*fnRect->fnSetXMargins)( nLeftSpace, nRightSpace ); in Format()
/trunk/main/sc/source/ui/view/
H A Dtabview.cxx2006 long nRightSpace = aVisible.Right() - aSelection.Right(); in GetChartInsertPos() local
2011 bool bFitRight = ( nRightSpace >= nNeededWidth ); in GetChartInsertPos()

Completed in 130 milliseconds