/trunk/main/sw/source/filter/ww1/ |
H A D | w1sprm.cxx | 331 short nSpace = SVBT16ToShort(pSprm); in STOP1() local 332 if(nSpace < 0) in STOP1() 333 nSpace = -nSpace; in STOP1() 337 long n = nSpace * 100 / 240; // W1: 240 = 100%, SW: 100 = 100% in STOP1() 345 aLSpc.SetLineHeight((sal_uInt16)nSpace); in STOP1() 467 short nSpace = SVBT16ToShort(pSprm); in Start() local 468 rOut.SetCellSpace(nSpace); in Start() 562 short nSpace = SVBT16ToShort(pSprm); in Start() local 563 rOut.SetCellHeight(nSpace); in Start()
|
/trunk/main/sw/source/ui/vba/ |
H A D | vbaparagraphformat.cxx | 243 sal_Int32 nSpace = 0; in getSpaceBefore() local 244 …rops->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ParaTopMargin") ) ) >>= nSpace; in getSpaceBefore() 245 return (float)( Millimeter::getInPoints( nSpace ) ); in getSpaceBefore() 250 sal_Int32 nSpace = Millimeter::getInHundredthsOfOneMillimeter( _space ); in setSpaceBefore() local 251 …ertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ParaTopMargin") ), uno::makeAny( nSpace ) ); in setSpaceBefore() 256 sal_Int32 nSpace = 0; in getSpaceAfter() local 257 …s->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ParaBottomMargin") ) ) >>= nSpace; in getSpaceAfter() 258 return (float)( Millimeter::getInPoints( nSpace ) ); in getSpaceAfter() 263 sal_Int32 nSpace = Millimeter::getInHundredthsOfOneMillimeter( _space ); in setSpaceAfter() local 264 …yValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ParaBottomMargin") ), uno::makeAny( nSpace ) ); in setSpaceAfter()
|
/trunk/main/sw/source/core/doc/ |
H A D | htmltbl.cxx | 259 nSpace = nSpace + nBorder; in GetLeftCellSpace() 262 nSpace = nLeftBorderWidth; in GetLeftCellSpace() 268 if( nSpace < nBorderWidth ) in GetLeftCellSpace() 269 nSpace = nBorderWidth; in GetLeftCellSpace() 272 nSpace < MIN_BORDER_DIST ) in GetLeftCellSpace() 279 nSpace = MIN_BORDER_DIST; in GetLeftCellSpace() 283 return nSpace; in GetLeftCellSpace() 295 nSpace = nRightBorderWidth; in GetRightCellSpace() 298 nSpace < MIN_BORDER_DIST ) in GetRightCellSpace() 305 nSpace = MIN_BORDER_DIST; in GetRightCellSpace() [all …]
|
/trunk/main/sw/source/core/layout/ |
H A D | hffrm.cxx | 169 SwTwips nSpace, nLine; in FormatPrt() local 173 nSpace = pAttrs->CalcBottom(); in FormatPrt() 178 nSpace = pAttrs->CalcTop(); in FormatPrt() 184 if (nOverlap < nSpace - nLine) in FormatPrt() 185 nSpace -= nOverlap; in FormatPrt() 187 nSpace = nLine; in FormatPrt() 191 nUL = pAttrs->CalcTop() + nSpace; in FormatPrt() 193 nUL = pAttrs->CalcBottom() + nSpace; in FormatPrt() 204 aPrt.Top(nSpace); in FormatPrt()
|
H A D | calcmove.cxx | 135 SwTwips nSpace = 0; in ShouldBwdMoved() local 178 nSpace = (aRect.*fnRectX->fnGetHeight)(); in ShouldBwdMoved() 187 nSpace += pNewUpper->Grow( LONG_MAX, sal_True ); in ShouldBwdMoved() 191 if ( nSpace ) in ShouldBwdMoved() 227 if ( nSpace ) in ShouldBwdMoved() 1884 sal_Bool SwCntntFrm::_WouldFit( SwTwips nSpace, in _WouldFit() argument 1914 SwTwips nOldSpace = nSpace; in _WouldFit() 2012 nSpace -= nUpper; in _WouldFit() 2014 if ( nSpace < 0 ) in _WouldFit() 2045 nSpace -= rAttrs.GetULSpace().GetLower(); in _WouldFit() [all …]
|
/trunk/main/sw/source/filter/writer/ |
H A D | wrtswtbl.cxx | 316 sal_uInt16 nSpace = nCellPadding + nCellSpacing; in GetLeftSpace() local 321 nSpace = nSpace + nLeftSub; in GetLeftSpace() 325 nSpace = nSpace + nBorder; in GetLeftSpace() 328 return nSpace; in GetLeftSpace() 333 sal_uInt16 nSpace = nCellPadding; in GetRightSpace() local 339 nSpace += (nCellSpacing + nRightSub); in GetRightSpace() 343 nSpace = nSpace + nBorder; in GetRightSpace() 346 return nSpace; in GetRightSpace()
|
/trunk/main/framework/source/layoutmanager/ |
H A D | toolbarlayoutmanager.cxx | 2112 rRowColumnsWindowData[nIndex].nSpace += nSpace; in implts_getDockingAreaElementInfos() 2117 nSpace = 0; in implts_getDockingAreaElementInfos() 2170 rRowColumnsWindowData[nIndex].nSpace += nSpace; in implts_getDockingAreaElementInfos() 2175 nSpace = 0; in implts_getDockingAreaElementInfos() 2267 sal_Int32 nSpace; in implts_getDockingAreaElementInfoOnSingleRowCol() local 2274 rRowColumnWindowData.nSpace += nSpace; in implts_getDockingAreaElementInfoOnSingleRowCol() 2276 nSpace = 0; in implts_getDockingAreaElementInfoOnSingleRowCol() 2293 rRowColumnWindowData.nSpace += nSpace; in implts_getDockingAreaElementInfoOnSingleRowCol() 2295 nSpace = 0; in implts_getDockingAreaElementInfoOnSingleRowCol() 2377 sal_Int32 nSpace( 0 ); in implts_determineFrontDockingRect() local [all …]
|
/trunk/main/svtools/source/control/ |
H A D | valueset.cxx | 362 long nSpace; in Format() local 391 nSpace = mnSpacing; in Format() 412 nNoneSpace = nSpace; in Format() 438 mnCols = (sal_uInt16)((aWinSize.Width()-nScrBarWidth+nSpace) / (mnUserItemWidth+nSpace)); in Format() 461 mnVisLines = (nCalcHeight-nNoneSpace+nSpace) / (mnUserItemHeight+nSpace); in Format() 637 y += nItemHeight+nSpace; in Format() 640 x += nItemWidth+nSpace; in Format() 665 aSize.Height() = ((nItemHeight+nSpace)*mnVisLines)-2-nSpace; in Format() 2623 long nSpace; in CalcWindowSizePixel() local 2641 nSpace = mnSpacing; in CalcWindowSizePixel() [all …]
|
/trunk/main/writerfilter/source/dmapper/ |
H A D | SectionColumnHandler.cxx | 43 nSpace( 0 ), in SectionColumnHandler() 69 nSpace = ConversionHelper::convertTwipToMM100( nIntValue ); in lcl_attribute() 86 aTempColumn.nSpace = ConversionHelper::convertTwipToMM100( nIntValue ); in lcl_attribute() 103 aTempColumn.nWidth = aTempColumn.nSpace = 0; in lcl_sprm()
|
H A D | SectionColumnHandler.hxx | 39 sal_Int32 nSpace; member 46 sal_Int32 nSpace; member in writerfilter::dmapper::SectionColumnHandler 62 sal_Int32 GetSpace() const { return nSpace; } in GetSpace()
|
/trunk/main/sw/inc/ |
H A D | htmltbl.hxx | 432 sal_uInt16 nSpace = 0; in GetInhCellSpace() local 434 nSpace = nSpace + sal::static_int_cast< sal_uInt16 >(nInhAbsLeftSpace); in GetInhCellSpace() 436 nSpace = nSpace + sal::static_int_cast< sal_uInt16 >(nInhAbsRightSpace); in GetInhCellSpace() 438 return nSpace; in GetInhCellSpace()
|
/trunk/main/sw/source/core/inc/ |
H A D | drawfont.hxx | 72 long nSpace; member in SwDrawTextInfo 152 nSpace = 0; in SwDrawTextInfo() 315 return nSpace; in GetSpace() 499 nSpace = 0; in SetSpace() 503 nSpace = nNew; in SetSpace()
|
/trunk/main/sfx2/source/dialog/ |
H A D | alienwarn.cxx | 103 long nSpace = aNextPoint.X() - aNewPoint.X(); in InitSize() local 104 nSpace += 2; in InitSize() 105 nDelta -= nSpace; in InitSize() 106 aNewPoint.X() += nSpace; in InitSize()
|
/trunk/main/sw/source/filter/html/ |
H A D | htmltab.cxx | 1334 nSpace = nTopBorderWidth; in GetTopCellSpace() 1338 nSpace < MIN_BORDER_DIST ) in GetTopCellSpace() 1345 nSpace = MIN_BORDER_DIST; in GetTopCellSpace() 1348 return nSpace; in GetTopCellSpace() 1358 nSpace = nSpace + nBorder; in GetBottomCellSpace() 1374 nSpace = nBorderWidth; in GetBottomCellSpace() 1385 nSpace = MIN_BORDER_DIST; in GetBottomCellSpace() 1389 return nSpace; in GetBottomCellSpace() 3797 if( nSpace ) in BuildTableCell() 3800 if( nSpace ) in BuildTableCell() [all …]
|
H A D | htmlsect.cxx | 443 sal_uInt16 nSpace = 0; in FixHeaderFooterDistance() local 453 nSpace = rULSpace.GetLower(); in FixHeaderFooterDistance() 487 if( rULSpace.GetUpper() > nSpace ) in FixHeaderFooterDistance() 488 nSpace = rULSpace.GetUpper(); in FixHeaderFooterDistance() 503 aULSpace.SetLower( nSpace ); in FixHeaderFooterDistance() 505 aULSpace.SetUpper( nSpace ); in FixHeaderFooterDistance()
|
/trunk/main/sw/source/core/text/ |
H A D | frmcrsr.cxx | 1537 SwTwips nSpace = 0; in FillCrsrPos() local 1544 nSpace = pFnt->_GetTxtSize( aDrawInf ).Width()/2; in FillCrsrPos() 1565 if( nIndent >= 0 && nSpace ) in FillCrsrPos() 1567 nIndent /= nSpace; in FillCrsrPos() 1568 nIndent *= nSpace; in FillCrsrPos() 1629 if( nSpace > 0 ) in FillCrsrPos() 1635 nLeftTab += nSpace; in FillCrsrPos() 1640 nLeftTab -= nSpace; in FillCrsrPos() 1651 if( rFill.X() - nLeftTab > nSpace/2 ) in FillCrsrPos() 1654 rRect.Left( nLeftTab + nSpace ); in FillCrsrPos()
|
/trunk/main/extensions/source/abpilot/ |
H A D | fieldmappingpage.cxx | 55 sal_Int32 nSpace = m_aInvokeDialog.GetOutputSizePixel().Width() - 2 * nBorderSpace; in FieldMappingPage() local 57 if ( nSpace < nTextWidth ) in FieldMappingPage() 60 aButtonSize.Width() += nTextWidth - nSpace; in FieldMappingPage()
|
/trunk/main/sw/source/ui/inc/ |
H A D | swtablerep.hxx | 38 SwTwips nSpace; member in SwTableRep 84 SwTwips GetSpace() const { return nSpace;} in GetSpace() 85 void SetSpace(SwTwips nSet) {nSpace = nSet;} in SetSpace()
|
/trunk/main/sw/source/filter/rtf/ |
H A D | rtffly.cxx | 739 sal_uInt16 nWidth = sal_uInt16( nTokenValue ), nSpace = 0; in ReadFly() local 741 nSpace = sal_uInt16( nTokenValue ); in ReadFly() 747 aColumns.Insert( nWidth + nSpace, aColumns.Count() ); in ReadFly() 748 aColumns.Insert( nSpace, aColumns.Count() ); in ReadFly() 857 sal_uInt16 nWidth = sal_uInt16( nTokenValue ), nSpace = 0; in ReadFly() local 859 nSpace = sal_uInt16( nTokenValue ); in ReadFly() 865 aColumns.Insert( nWidth + nSpace, aColumns.Count() ); in ReadFly() 866 aColumns.Insert( nSpace, aColumns.Count() ); in ReadFly()
|
/trunk/main/sw/source/filter/ww8/ |
H A D | ww8par6.cxx | 1485 pSize[nWWIndex] = nLineThickness+nSpace; in GetLineIndex() 1488 rBox.SetDistance(nSpace, nOOIndex); in GetLineIndex() 1496 short nSpace, nIdx; in Set1Border() local 4220 short nSpace = SVBT16ToShort( pData ); in Read_LineSpace() local 4225 if( 0 > nSpace ) in Read_LineSpace() 4227 nSpace = -nSpace; in Read_LineSpace() 4270 nSpaceTw = (sal_uInt16)nSpace; in Read_LineSpace() 4273 nSwPre = nSpace; in Read_LineSpace() 4277 nWwPre = (sal_uInt16)( 8L * nSpace / 10 ); in Read_LineSpace() 4278 nWwPost = (sal_uInt16)( 2L * nSpace / 10 ); in Read_LineSpace() [all …]
|
/trunk/main/vcl/source/control/ |
H A D | scrbar.cxx | 247 const long nSpace = maTrackRect.Right() - maTrackRect.Left(); in ImplUpdateRects() local 248 if ( nSpace > 0 ) in ImplUpdateRects() 251 maPage1Rect.Right() = maTrackRect.Left() + (nSpace/2); in ImplUpdateRects() 258 const long nSpace = maTrackRect.Bottom() - maTrackRect.Top(); in ImplUpdateRects() local 259 if ( nSpace > 0 ) in ImplUpdateRects() 262 maPage1Rect.Bottom() = maTrackRect.Top() + (nSpace/2); in ImplUpdateRects()
|
/trunk/main/sw/source/core/txtnode/ |
H A D | swfont.cxx | 933 long nSpace = 0; in _DrawText() local 949 ++nSpace; in _DrawText() 954 if ( nSpace && rInf.IsSpaceStop() && bAsianFont ) in _DrawText() 955 --nSpace; in _DrawText() 957 nSpace *= rInf.GetSpace() / SPACING_PRECISION_FACTOR; in _DrawText() 960 rInf.SetWidth( sal_uInt16(aFontSize.Width() + nSpace) ); in _DrawText()
|
/trunk/main/editeng/inc/editeng/ |
H A D | lspcitem.hxx | 84 inline void SetInterLineSpace( const short nSpace ) in SetInterLineSpace() argument 86 nInterLineSpace = nSpace; in SetInterLineSpace()
|
/trunk/main/tools/source/generic/ |
H A D | poly.cxx | 239 void ImplPolygon::ImplSplit( sal_uInt16 nPos, sal_uInt16 nSpace, ImplPolygon* pInitPoly ) in ImplSplit() argument 241 const sal_uIntPtr nSpaceSize = nSpace * sizeof( Point ); in ImplSplit() 244 if (mnPoints + nSpace > USHRT_MAX) in ImplSplit() 247 const sal_uInt16 nNewSize = mnPoints + nSpace; in ImplSplit() 260 memcpy( mpFlagAry + nPos, pInitPoly->mpFlagAry, nSpace ); in ImplSplit() 266 const sal_uInt16 nSecPos = nPos + nSpace; in ImplSplit() 289 memcpy( pNewFlagAry + nPos, pInitPoly->mpFlagAry, nSpace ); in ImplSplit() 291 memset( pNewFlagAry + nPos, 0, nSpace ); in ImplSplit()
|
/trunk/main/registry/source/ |
H A D | regimpl.hxx | 160 sal_Int16 nSpace) const; 164 sal_Int16 nSpace) const;
|