Home
last modified time | relevance | path

Searched refs:nDist (Results 26 – 50 of 74) sorted by relevance

123

/aoo41x/main/wizards/com/sun/star/wizards/form/
H A DFormControlArranger.java234 private int getCorrWidth(int StartIndex, int EndIndex, int nDist, int Widthfactor) in getCorrWidth() argument
247 return (nDist) / ShapeCount; in getCorrWidth()
257 private void adjustLineWidth(int StartIndex, int EndIndex, int nDist, int WidthFactor) in adjustLineWidth() argument
259 int CorrWidth = getCorrWidth(StartIndex, EndIndex, nDist, WidthFactor); in adjustLineWidth()
/aoo41x/main/sw/source/core/layout/
H A Dpagechg.cxx1434 SwTwips SwRootFrm::GrowFrm( SwTwips nDist, sal_Bool bTst, sal_Bool ) in GrowFrm() argument
1437 Frm().SSize().Height() += nDist; in GrowFrm()
1438 return nDist; in GrowFrm()
1448 SwTwips SwRootFrm::ShrinkFrm( SwTwips nDist, sal_Bool bTst, sal_Bool ) in ShrinkFrm() argument
1450 ASSERT( nDist >= 0, "nDist < 0." ); in ShrinkFrm()
1451 ASSERT( nDist <= Frm().Height(), "nDist > als aktuelle Groesse." ); in ShrinkFrm()
1454 Frm().SSize().Height() -= nDist; in ShrinkFrm()
1455 return nDist; in ShrinkFrm()
/aoo41x/main/sw/source/core/text/
H A Ditrform2.cxx630 sal_uInt16 nDist = (sal_uInt16)(rInf.GetFont()->GetHeight()/5); in BuildPortions() local
632 if( nDist ) in BuildPortions()
641 if ( rInf.X() + pPor->Width() + nDist <= rInf.Width() ) in BuildPortions()
642 new SwKernPortion( *pPor, nDist ); in BuildPortions()
1914 SwTwips nDist = pFrm->Frm().Height() - pFrm->Prt().Height() in CalcBottomLine() local
1916 if( nRet + nDist < nMin ) in CalcBottomLine()
1920 nRet = nMin - nDist; in CalcBottomLine()
/aoo41x/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 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);
/aoo41x/main/sw/source/ui/utlui/
H A Dnavipi.cxx736 long nDist = aPos.X(); in Resize() local
737 aNewSize.Height() -= (aPos.Y() + aPos.X() + nDocLBIniHeight + nDist); in Resize()
738 aNewSize.Width() -= 2 * nDist; in Resize()
739 aLBPos.Y() = aPos.Y() + aNewSize.Height() + nDist; in Resize()
750 aNewSize.Height() += (nDist + nDocLBIniHeight + aPos.Y() - aGlobalTree.GetPosPixel().Y()); in Resize()
/aoo41x/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()
/aoo41x/main/sw/source/filter/ww8/
H A Dww8par6.cxx478 sal_uInt16 nDist; in SetPageBorder() local
481 nDist = aBox.GetDistance(BOX_LINE_LEFT); in SetPageBorder()
482 …stance(lcl_MakeSafeNegativeSpacing(static_cast<sal_uInt16>(aLR.GetLeft() - nDist)), BOX_LINE_LEFT); in SetPageBorder()
484 aSizeArray[WW8_LEFT] - nDist + aBox.GetDistance(BOX_LINE_LEFT); in SetPageBorder()
489 nDist = aBox.GetDistance(BOX_LINE_RIGHT); in SetPageBorder()
492 aSizeArray[WW8_RIGHT] - nDist + aBox.GetDistance(BOX_LINE_RIGHT); in SetPageBorder()
497 nDist = aBox.GetDistance(BOX_LINE_TOP); in SetPageBorder()
498 …stance(lcl_MakeSafeNegativeSpacing(static_cast<sal_uInt16>(aUL.GetUpper() - nDist)), BOX_LINE_TOP); in SetPageBorder()
500 aSizeArray[WW8_TOP] - nDist + aBox.GetDistance(BOX_LINE_TOP); in SetPageBorder()
505 nDist = aBox.GetDistance(BOX_LINE_BOTTOM); in SetPageBorder()
[all …]
H A Drtfattributeoutput.cxx391 const sal_Char* pStr, sal_uInt16 nDist) in OutBorderLine() argument
396 aRet.append((sal_Int32)nDist); in OutBorderLine()
3094 sal_uInt16 nDist = rBox.GetDistance(); in FormatBox() local
3104 nDist == rBox.GetDistance( BOX_LINE_TOP ) && in FormatBox()
3105 nDist == rBox.GetDistance( BOX_LINE_LEFT ) && in FormatBox()
3106 nDist == rBox.GetDistance( BOX_LINE_BOTTOM ) && in FormatBox()
3107 nDist == rBox.GetDistance( BOX_LINE_RIGHT )) in FormatBox()
3108 …SectionBreaks.append(OutBorderLine( m_rExport, rBox.GetTop(), OOO_STRING_SVTOOLS_RTF_BOX, nDist )); in FormatBox()
/aoo41x/main/cui/source/tabpages/
H A Dpage.cxx1377 long nDist = rUL.GetLower(); in InitHeadFoot_Impl() local
1378 aBspWin.SetHdHeight( rSize.GetSize().Height() - nDist ); in InitHeadFoot_Impl()
1379 aBspWin.SetHdDist( nDist ); in InitHeadFoot_Impl()
1424 long nDist = rUL.GetUpper(); in InitHeadFoot_Impl() local
1425 aBspWin.SetFtHeight( rSize.GetSize().Height() - nDist ); in InitHeadFoot_Impl()
1426 aBspWin.SetFtDist( nDist ); in InitHeadFoot_Impl()
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()
/aoo41x/main/starmath/source/
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()
/aoo41x/main/sw/source/filter/ww1/
H A Dfltshell.cxx1674 void SwFltOutDoc::SetCellSpace(sal_uInt16 nDist) in SetCellSpace() argument
1688 if (nDist > 42) // max. 0.7 mm in SetCellSpace()
1689 nDist = 42; in SetCellSpace()
1691 if (nDist < MIN_BORDER_DIST) in SetCellSpace()
1692 nDist = MIN_BORDER_DIST; in SetCellSpace()
1693 aFmtBox.SetDistance(nDist); in SetCellSpace()
/aoo41x/main/svx/source/svdraw/
H A Dsvdmrkv.cxx1940 sal_uIntPtr nDist=0; in PickMarkedObj() local
1941 if (aPt.X()<aRect.Left()) nDist+=aRect.Left()-aPt.X(); in PickMarkedObj()
1942 if (aPt.X()>aRect.Right()) nDist+=aPt.X()-aRect.Right(); in PickMarkedObj()
1943 if (aPt.Y()<aRect.Top()) nDist+=aRect.Top()-aPt.Y(); in PickMarkedObj()
1944 if (aPt.Y()>aRect.Bottom()) nDist+=aPt.Y()-aRect.Bottom(); in PickMarkedObj()
1945 if (nDist<nBestDist) { in PickMarkedObj()
H A Dsvdotext.cxx666 const long nDist(GetTextLeftDistance() + GetTextRightDistance()); in AdaptTextMinSize() local
667 const long nW(std::max(long(0), (long)(aRect.GetWidth() - 1 - nDist))); in AdaptTextMinSize()
680 const long nDist(GetTextUpperDistance() + GetTextLowerDistance()); in AdaptTextMinSize() local
681 const long nH(std::max(long(0), (long)(aRect.GetHeight() - 1 - nDist))); in AdaptTextMinSize()
H A Dsvdoedge.cxx1911 sal_Int32 nDist(pEdgeHdl->IsHorzDrag() ? aDist.X() : aDist.Y()); in applySpecialDrag() local
1913 nDist += aEdgeInfo.ImpGetLineVersatz(eLineCode, *pEdgeTrack); in applySpecialDrag()
1914 aEdgeInfo.ImpSetLineVersatz(eLineCode, *pEdgeTrack, nDist); in applySpecialDrag()
2181 sal_uIntPtr nDist=(sal_uIntPtr)Abs(aConPos.X()-rPt.X())+(sal_uIntPtr)Abs(aConPos.Y()-rPt.Y()); in ImpFindConnector() local
2182 if (nDist<nBestDist) { in ImpFindConnector()
2183 nBestDist=nDist; in ImpFindConnector()
/aoo41x/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()
H A Dframelink.cxx1232 sal_uInt16 nDist = rBorder.GetDistance(); in Set() local
1242 Set( SCALEVALUE( nPrim ), SCALEVALUE( nDist ), SCALEVALUE( nSecn ) ); in Set()
1245 sal_uInt16 nPixWidth = SCALEVALUE( nPrim + nDist + nSecn ); in Set()
/aoo41x/main/editeng/source/items/
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()
/aoo41x/main/sw/source/core/unocore/
H A Dunosett.cxx2613 sal_Int32 nDist = nAutoDistance / 2; in setColumnCount() local
2617 pCols[i].LeftMargin = i == 0 ? 0 : nDist; in setColumnCount()
2618 pCols[i].RightMargin = i == nColumns - 1 ? 0 : nDist; in setColumnCount()
2718 sal_Int32 nDist = nAutoDistance / 2; in setPropertyValue() local
2721 pCols[i].LeftMargin = i == 0 ? 0 : nDist; in setPropertyValue()
2722 pCols[i].RightMargin = i == nColumns - 1 ? 0 : nDist; in setPropertyValue()
/aoo41x/main/writerfilter/source/dmapper/
H A DConversionHelper.cxx283 sal_Int16 nDist; in MakeBorderLine() member
321 rToFill.LineDistance = aLineTab[eCodeIdx].nDist; in MakeBorderLine()
H A DPropertyMap.cxx536 sal_Int32 nDist = nDistance; in SetBorderDistance() local
548 nDist = nMargin - nDistance; in SetBorderDistance()
551 xStyle->setPropertyValue( sBorderDistanceName, uno::makeAny( nDist )); in SetBorderDistance()
/aoo41x/main/sw/source/core/frmedt/
H A Dfetab.cxx1867 const double nDist = lcl_DistancePoint2Segment( aS1, aS2, rPoint ); in lcl_ProjectOntoClosestTableFrm() local
1869 if ( nDist < nMin || -1 == nMin ) in lcl_ProjectOntoClosestTableFrm()
1873 nMin = nDist; in lcl_ProjectOntoClosestTableFrm()
2130 if ((nMaxOffset >= 0 && aCntntAtPos.nDist <= nMaxOffset) || in IsNumLabel()
/aoo41x/main/editeng/inc/editeng/
H A Dborderline.hxx98 …SvxBorderLine( const Color *pCol = 0, sal_uInt16 nOut = 0, sal_uInt16 nIn = 0, sal_uInt16 nDist = …

Completed in 393 milliseconds

123