/aoo41x/main/sw/inc/ |
H A D | pvprtdat.hxx | 32 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()
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | swtablerep.hxx | 40 SwTwips nRightSpace; member in SwTableRep 59 SwTwips GetRightSpace() const {return nRightSpace;} in GetRightSpace() 60 void SetRightSpace(SwTwips nSet) {nRightSpace = nSet;} in SetRightSpace()
|
/aoo41x/main/starmath/inc/ |
H A D | rect.hxx | 129 void SetItalicSpaces(long nLeftSpace, long nRightSpace); 217 inline void SmRect::SetItalicSpaces(long nLeftSpace, long nRightSpace) in SetItalicSpaces() argument 222 nItalicRightSpace = nRightSpace; in SetItalicSpaces()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | htmldraw.cxx | 111 sal_uInt16 nLeftSpace = 0, nRightSpace = 0, nUpperSpace = 0, nLowerSpace = 0; in InsertDrawObject() local 118 nLeftSpace = nRightSpace = (sal_uInt16)aTwipSpc.Width(); in InsertDrawObject() 137 nRightSpace = static_cast< sal_uInt16 >(aLRItem.GetRight()); in InsertDrawObject() 142 if( nLeftSpace || nRightSpace ) in InsertDrawObject() 146 aLRItem.SetRight( nRightSpace ); in InsertDrawObject()
|
H A D | htmlplug.cxx | 213 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 D | htmlgrin.cxx | 210 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 D | htmlform.cxx | 957 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 D | htmlcss1.cxx | 2136 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 D | htmltab.cxx | 3608 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()
|
/aoo41x/main/starmath/source/ |
H A D | rect.cxx | 628 nRightSpace = 0; in Draw() local 632 nRightSpace = GetItalicRightSpace(); in Draw() 636 nRight = GetRight() + nRightSpace; in Draw()
|
/aoo41x/main/sc/source/core/data/ |
H A D | postit.cxx | 284 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()
|
/aoo41x/main/vcl/source/control/ |
H A D | tabctrl.cxx | 529 int nRightSpace=nMaxWidth;//space left on the right by the tabs in ImplGetTabRect() local 533 nRightSpace-=it->maRect.Right()-it->maRect.Left(); in ImplGetTabRect() 538 it->maRect.Left()+=(int) (nRightSpace/2); in ImplGetTabRect() 539 it->maRect.Right()+=(int) (nRightSpace/2); in ImplGetTabRect()
|
/aoo41x/main/sw/source/ui/table/ |
H A D | swtablerep.cxx | 100 nRightSpace(0), in SwTableRep()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | tabfrm.cxx | 5177 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()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | tabview.cxx | 2006 long nRightSpace = aVisible.Right() - aSelection.Right(); in GetChartInsertPos() local 2011 bool bFitRight = ( nRightSpace >= nNeededWidth ); in GetChartInsertPos()
|