Home
last modified time | relevance | path

Searched refs:nDist (Results 1 – 25 of 74) sorted by path

123

/trunk/main/cui/source/tabpages/
H A Dborder.cxx552 sal_uInt16 nPrim, nDist, nSecn; in Reset() local
553 bool bWidthEq = aFrameSel.GetVisibleWidth( nPrim, nDist, nSecn ); in Reset()
555 aLbLineStyle.SelectEntry( nPrim * 100, nSecn * 100, nDist * 100 ); in Reset()
H A Dpage.cxx1425 long nDist = rUL.GetLower(); in InitHeadFoot_Impl() local
1426 aBspWin.SetHdHeight( rSize.GetSize().Height() - nDist ); in InitHeadFoot_Impl()
1427 aBspWin.SetHdDist( nDist ); in InitHeadFoot_Impl()
1487 long nDist = rUL.GetUpper(); in InitHeadFoot_Impl() local
1488 aBspWin.SetFtHeight( rSize.GetSize().Height() - nDist ); in InitHeadFoot_Impl()
1489 aBspWin.SetFtDist( nDist ); in InitHeadFoot_Impl()
/trunk/main/dbaccess/source/core/api/
H A DRowSetCache.cxx418 ptrdiff_t nDist = (aCacheIter->second.aIterator - m_pMatrix->begin()); in setFetchSize() local
419 aPositions.push_back(nDist); in setFetchSize()
889 ptrdiff_t nDist = (aCacheIter->second.aIterator - m_pMatrix->begin()); in moveWindow() local
890 if ( nDist >= nNewDist ) in moveWindow()
1457 ptrdiff_t nDist = (aCacheIter->second.aIterator - m_pMatrix->begin()); in rotateCacheIterator() local
1458 if(nDist < _nDist) in rotateCacheIterator()
/trunk/main/editeng/inc/editeng/
H A Dborderline.hxx98 …SvxBorderLine( const Color *pCol = 0, sal_uInt16 nOut = 0, sal_uInt16 nIn = 0, sal_uInt16 nDist = …
H A Dtstpitem.hxx124 const sal_uInt16 nDist,
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx2008 nDist = MM100_TO_TWIP(nDist); in PutValue()
2055 if(nDist >= 0) in PutValue()
2058 nDist = MM100_TO_TWIP(nDist); in PutValue()
2378 rStrm >> nDist; in Create()
2453 if( nBottomDist && (!nDist || nBottomDist < nDist) ) in GetDistance()
2455 if( nLeftDist && (!nDist || nLeftDist < nDist) ) in GetDistance()
2457 if( nRightDist && (!nDist || nRightDist < nDist) ) in GetDistance()
2460 return nDist; in GetDistance()
2486 return nDist; in GetDistance()
2545 nDist = 0; in CalcLineSpace()
[all …]
H A Dparaitem.cxx930 const sal_uInt16 nTabs = SVX_TAB_DEFCOUNT, nDist = SVX_TAB_DEFDIST; in SvxTabStopItem() local
935 SvxTabStop aTab( (i + 1) * nDist, eAdjst ); in SvxTabStopItem()
943 const sal_uInt16 nDist, in SvxTabStopItem() argument
951 SvxTabStop aTab( (i + 1) * nDist, eAdjst ); in SvxTabStopItem()
/trunk/main/editeng/source/rtf/
H A Drtfitem.cxx1214 sal_uInt16 nDist = sal_uInt16( nTokenValue ); in ReadAttr() local
1233 &aColor, nDist, eSL ) ); in ReadAttr()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx4690 … sal_uInt32 nDist = (sal_uInt32)hypot( aRefPoint.X - pArray->X, aRefPoint.Y - pArray->Y ); in GetConnectorRule() local
4691 if ( nDist < nDistance ) in GetConnectorRule()
4694 nDistance = nDist; in GetConnectorRule()
4744 … sal_uInt32 nDist = (sal_uInt32)hypot( aRefPoint.X - pArray->X, aRefPoint.Y - pArray->Y ); in GetConnectorRule() local
4745 if ( nDist < nDistance ) in GetConnectorRule()
4748 nDistance = nDist; in GetConnectorRule()
4828 … sal_uInt32 nDist = (sal_uInt32)hypot( aRefPoint.X - rPt.X(), aRefPoint.Y - rPt.Y() ); in GetConnectorRule() local
4829 if ( nDist < nDistance ) in GetConnectorRule()
4832 nDistance = nDist; in GetConnectorRule()
H A Dmsdffimp.cxx1120 sal_Int32 nDist; in GetShadeColors() local
1122 rIn >> nColor >> nDist; in GetShadeColors()
1123 … ShadeColor( rManager.MSO_CLR_ToColor( nColor, DFF_Prop_fillColor ), 1.0 - ( nDist / 65536.0 ) ) ); in GetShadeColors()
2705 sal_uInt32 nDist = rManager.pSdrModel->GetScaleUnit() == MAP_TWIP ? 173: 302; in ApplyAttributes() local
2706 rSet.Put( SdrShadowXDistItem( nDist ) ); in ApplyAttributes()
2707 rSet.Put( SdrShadowYDistItem( nDist ) ); in ApplyAttributes()
/trunk/main/linguistic/source/
H A Dmisc.cxx258 sal_Int32 nDist = aData.Value(nLen1, nLen2); in LevDistance() local
259 return nDist; in LevDistance()
/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx1596 sal_Int16 nOuter, sal_Int16 nDist = API_LINE_NONE, sal_Int16 nInner = API_LINE_NONE ) in lclSetBorderLineWidth() argument
1599 rBorderLine.LineDistance = nDist; in lclSetBorderLineWidth()
/trunk/main/sc/source/core/data/
H A Dattarray.cxx1148 sal_uInt16 nDist = rLine.GetDistance(); in lcl_LineSize() local
1149 if (nDist) in lcl_LineSize()
1155 nTotal += ( nDist > 20 ) ? nDist : 20; in lcl_LineSize()
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx786 size_t nDist = ::std::distance(itrBeg, itr); in lcl_getLastTabName() local
787 if (nDist + static_cast<size_t>(nTabSpan) >= nCount) in lcl_getLastTabName()
793 rTabName2 = rTabNames[nDist+nTabSpan]; in lcl_getLastTabName()
/trunk/main/sc/source/filter/excel/
H A Dxestyle.cxx84 nDist *= nDist * 77; in lclGetColorDistance()
86 nDist += nDummy * nDummy * 151; in lclGetColorDistance()
88 nDist += nDummy * nDummy * 28; in lclGetColorDistance()
89 return nDist; in lclGetColorDistance()
454 if( nDist < nMinDist ) in GetMixedColors()
456 nMinDist = nDist; in GetMixedColors()
687 if( nDist < nMinD ) in GetNearestListColor()
690 nMinD = nDist; in GetNearestListColor()
716 if( nCurrDist < nDist ) in GetNearestPaletteColor()
719 nDist = nCurrDist; in GetNearestPaletteColor()
[all …]
H A Dxiescher.cxx655 sal_uLong nDist = 2 * nDotLen; in ConvertLineStyle() local
665 …etMergedItem( XLineDashItem( EMPTY_STRING, XDash( XDASH_RECT, 0, nDotLen, 1, nDashLen, nDist ) ) ); in ConvertLineStyle()
669 …etMergedItem( XLineDashItem( EMPTY_STRING, XDash( XDASH_RECT, 1, nDotLen, 0, nDashLen, nDist ) ) ); in ConvertLineStyle()
673 …etMergedItem( XLineDashItem( EMPTY_STRING, XDash( XDASH_RECT, 1, nDotLen, 1, nDashLen, nDist ) ) ); in ConvertLineStyle()
677 …etMergedItem( XLineDashItem( EMPTY_STRING, XDash( XDASH_RECT, 2, nDotLen, 1, nDashLen, nDist ) ) ); in ConvertLineStyle()
/trunk/main/starmath/source/
H A Dnode.cxx519 { nDist = nTmp; in FindRectClosestTo()
780 aPos.Y() += nDist; in Arrange()
865 nDist = 0; in Arrange()
878 aPos.X() += nDist; in Arrange()
1065 aPos.X() += nDist; in Arrange()
1070 aPos.X() += nDist; in Arrange()
1479 nDist = 0; in Arrange()
1709 aPos.X() -= nDist; in Arrange()
1713 aPos.X() += nDist; in Arrange()
1911 aPos.X() -= nDist; in Arrange()
[all …]
H A Drect.cxx203 long nDist = 0; in BuildRect() local
205 nDist = (rDev.GetFont().GetSize().Height() in BuildRect()
208 nHiAttrFence = aGlyphRect.TopLeft().Y() - 1 - nBorderWidth - nDist; in BuildRect()
/trunk/main/svtools/source/control/
H A Dctrlbox.cxx311 long nDist = nDistance / 100; in ImpGetLine() local
316 nDist += nPix-1; in ImpGetLine()
317 nDist -= nDist%nPix; in ImpGetLine()
321 long nVirHeight = n1+nDist+n2; in ImpGetLine()
337 aVirDev.DrawRect( Rectangle( 0, n1+nDist, in ImpGetLine()
338 aSize.Width(), n1+nDist+n2-nPix ) ); in ImpGetLine()
340 rBmp = aVirDev.GetBitmap( Point(), Size( aSize.Width(), n1+nDist+n2 ) ); in ImpGetLine()
/trunk/main/svx/inc/svx/
H A Ddlgctrl.hxx305 …const XHatchListSharedPtr aList, const String& rStr, const XHatch& rXHatch, sal_uInt16 nDist = 0 );
327 …adientListSharedPtr aList, const String& rStr, const XGradient& rXGradient, sal_uInt16 nDist = 0 );
422 …List(const XDashListSharedPtr aList, const String& rStr, const XDash& rDash, sal_uInt16 nDist = 0);
H A Dfrmsel.hxx158 void SetStyleToSelection( sal_uInt16 nPrim, sal_uInt16 nDist, sal_uInt16 nSec );
H A Dsdsxyitm.hxx34 SdrShadowXDistItem(long nDist=0) : SdrMetricItem(SDRATTR_SHADOWXDIST,nDist) {} in SdrShadowXDistItem() argument
43 SdrShadowYDistItem(long nDist=0) : SdrMetricItem(SDRATTR_SHADOWYDIST,nDist) {} in SdrShadowYDistItem() argument
H A Dsvddrag.hxx134 void SetMinMove(sal_uInt16 nDist) { nMinMov=nDist; if (nMinMov<1) nMinMov=1; } in SetMinMove() argument
H A Dxftdiit.hxx40 XFormTextDistanceItem(long nDist = 0);
/trunk/main/svx/source/dialog/
H A Ddlgctrl.cxx1439 …List( const XHatchListSharedPtr aList, const String& rStr, const XHatch& rHatch, sal_uInt16 nDist ) in SelectEntryByList() argument
1457 SelectEntryPos( (sal_uInt16) ( i - 1 + nDist ) ); in SelectEntryByList()
1559 …st XGradientListSharedPtr aList, const String& rStr, const XGradient& rGradient, sal_uInt16 nDist ) in SelectEntryByList() argument
1577 SelectEntryPos( (sal_uInt16) ( i - 1 + nDist ) ); in SelectEntryByList()
1951 …yByList( const XDashListSharedPtr aList, const String& rStr, const XDash& rDash, sal_uInt16 nDist ) in SelectEntryByList() argument
1971 SelectEntryPos( (sal_uInt16) ( i - 1 + nDist ) ); in SelectEntryByList()

Completed in 401 milliseconds

123