Home
last modified time | relevance | path

Searched refs:nDistance (Results 26 – 50 of 70) sorted by relevance

123

/aoo42x/main/vcl/inc/vcl/
H A Dhatch.hxx68 … Hatch( HatchStyle eStyle, const Color& rHatchColor, long nDistance, sal_uInt16 nAngle10 = 0 );
82 void SetDistance( long nDistance );
/aoo42x/main/sw/source/filter/xml/
H A Dxmlithlp.hxx62 sal_uInt16 nDistance );
75 sal_uInt16 nInWidth, sal_uInt16 nDistance );
/aoo42x/main/xmloff/source/draw/
H A Dshapeexport3.cxx321 sal_Int32 nDistance = 0; in export3DSceneAttributes() local
322 aAny >>= nDistance; in export3DSceneAttributes()
323 mrExport.GetMM100UnitConverter().convertMeasure(sStringBuffer, nDistance); in export3DSceneAttributes()
/aoo42x/main/filter/source/msfilter/
H A Dmsvbasic.cxx544 int nLen, nDistance, nShift, nClean=1; in DecompressVBA() local
591 nDistance = nToken >> nShift; in DecompressVBA()
599 c = aHistory[(nPos-nDistance-1) % nWINDOWLEN]; in DecompressVBA()
H A Descherex.cxx1052 sal_Int32 nDistance = pLineDash->Distance << 1; in CreateLineProperties() local
1067 if ( nLen >= nDistance ) in CreateLineProperties()
1078 if ( ( pLineDash->DashLen > nDistance ) || ( pLineDash->DotLen > nDistance ) ) in CreateLineProperties()
1085 if ( ( pLineDash->DashLen > nDistance ) || ( pLineDash->DotLen > nDistance ) ) in CreateLineProperties()
4679 sal_uInt32 nDistance = 0xffffffff; in GetConnectorRule() local
4694 nDistance = nDist; in GetConnectorRule()
4727 sal_uInt32 nDistance = 0xffffffff; in GetConnectorRule() local
4814 sal_uInt32 nDistance = 0xffffffff; in GetConnectorRule() local
4829 if ( nDist < nDistance ) in GetConnectorRule()
4832 nDistance = nDist; in GetConnectorRule()
[all …]
/aoo42x/main/sw/source/core/text/
H A Dtxtdrop.cxx131 nDistance(nDist), in SwDropPortion()
1084 nDistance = 0; in Format()
1091 nDistance = 0; in Format()
1093 Width( Width() + nDistance ); in Format()
/aoo42x/main/svtools/source/contnr/
H A Dsvimpicn.cxx3305 long nDistance = rRect.Top() - rRefRect.Top(); in SearchCol() local
3306 if( nDistance < 0 ) in SearchCol()
3307 nDistance *= -1; in SearchCol()
3308 if( nDistance && nDistance < nMinDistance ) in SearchCol()
3310 nMinDistance = nDistance; in SearchCol()
3381 long nDistance = rRect.Left() - rRefRect.Left(); in SearchRow() local
3382 if( nDistance < 0 ) in SearchRow()
3383 nDistance *= -1; in SearchRow()
3384 if( nDistance && nDistance < nMinDistance ) in SearchRow()
3386 nMinDistance = nDistance; in SearchRow()
H A Dsvimpbox.cxx1102 sal_uInt16 nDistance; in DrawNet() local
1123 nDistance = (sal_uInt16)(pView->GetVisiblePos(pChild) - in DrawNet()
1126 aPos2.Y() += nDistance * nEntryHeight; in DrawNet()
1605 sal_uInt16 nDistance = (sal_uInt16)nNewThumbPos; in EntryCollapsed() local
1606 if( nDistance ) in EntryCollapsed()
1608 nDistance)); in EntryCollapsed()
/aoo42x/main/chart2/source/view/axes/
H A DVCartesianAxis.cxx272 sal_Int32 nDistance=0; in lcl_getLabelsDistance() local
283 nDistance = ::std::max(nDistance,aSize.Width); in lcl_getLabelsDistance()
285 nDistance = ::std::max(nDistance,aSize.Height); in lcl_getLabelsDistance()
289 aRet = aStaggerDirection*nDistance; in lcl_getLabelsDistance()
/aoo42x/main/sw/source/core/table/
H A Dswnewtable.cxx265 long nDistance = bSingle ? 1 : 0; in lcl_ChangeRowSpan() local
278 if( nAbsSpan > nDistance ) in lcl_ChangeRowSpan()
295 if( nRowSpan - nDistance > -nDiff ) in lcl_ChangeRowSpan()
298 nRowSpan = nDistance + 1; in lcl_ChangeRowSpan()
302 if( nRowSpan + nDistance < nDiff ) in lcl_ChangeRowSpan()
305 nRowSpan = -nDistance - 1; in lcl_ChangeRowSpan()
312 ++nDistance; in lcl_ChangeRowSpan()
/aoo42x/main/sw/source/core/layout/
H A Dflycnt.cxx965 sal_uLong nDistance = ULONG_MAX; in lcl_FindCntDiff() local
991 if ( nDiff < nDistance ) in lcl_FindCntDiff()
993 nDistance = nNearest = nDiff; in lcl_FindCntDiff()
1009 if ( nDistance == ULONG_MAX ) in lcl_FindCntDiff()
1013 return nDistance; in lcl_FindCntDiff()
/aoo42x/main/svx/workben/msview/
H A Dmsview.cxx153 static Atom* findFirstEqualAtom( Atom* pCompare, Atom* pContainer, Atom* pSearch, int& nDistance );
385 Atom* Atom::findFirstEqualAtom( Atom* pCompare, Atom* pContainer, Atom* pSearch, int& nDistance ) in findFirstEqualAtom() argument
387 nDistance = 0; in findFirstEqualAtom()
396 nDistance++; in findFirstEqualAtom()
/aoo42x/main/sdext/source/presenter/
H A DPresenterNotesView.hxx179 void Scroll (const double nDistance);
182 void MoveCaret (const sal_Int32 nDistance);
H A DPresenterTextView.hxx153 const sal_Int32 nDistance);
277 const sal_Int32 nDistance,
/aoo42x/main/writerfilter/source/dmapper/
H A DDomainMapper.cxx2113 aSettings.nDistance = ConversionHelper::convertTwipToMM100( nIntValue ); in lcl_attribute()
2391 sal_Int16 nDistance = sal_Int16(nIntValue & 0xffff); in sprmWithProps() local
2396 aSpacing.Height = sal_Int16(sal_Int32(nDistance) * 100 /240); in sprmWithProps()
2400 if(nDistance < 0) in sprmWithProps()
2403 aSpacing.Height = sal_Int16(ConversionHelper::convertTwipToMM100(-nDistance)); in sprmWithProps()
2405 else if(nDistance >0) in sprmWithProps()
2408 aSpacing.Height = sal_Int16(ConversionHelper::convertTwipToMM100(nDistance)); in sprmWithProps()
3905 if( aSettings.nDistance ) in sprmWithProps()
3906 …pSet->setPropertyValue(rNameSupplier.GetName( PROP_DISTANCE ), uno::makeAny(aSettings.nDistance) ); in sprmWithProps()
H A DPropertyMap.cxx535 PropertyIds eMarginId, PropertyIds eDistId, sal_Int32 nDistance, sal_Int32 nOffsetFrom ) in SetBorderDistance() argument
539 sal_Int32 nDist = nDistance; in SetBorderDistance()
548 xStyle->setPropertyValue( sMarginName, uno::makeAny( nDistance ) ); in SetBorderDistance()
551 nDist = nMargin - nDistance; in SetBorderDistance()
/aoo42x/main/sc/source/ui/view/
H A Dprintfun.cxx804 rParam.nHeight = nMaxHeight + rParam.nDistance; in UpdateHFHeight()
866 aHdr.nDistance = ((const SvxULSpaceItem&) pHeaderSet->Get(ATTR_ULSPACE)).GetLower(); in InitParam()
882 aFtr.nDistance = ((const SvxULSpaceItem&) pFooterSet->Get(ATTR_ULSPACE)).GetUpper(); in InitParam()
1770 Size aPaperSize( nLineWidth, rParam.nHeight-rParam.nDistance ); in PrintHF()
1800 Size aBorderSize( nLineWidth, rParam.nHeight-rParam.nDistance ); in PrintHF()
1819 if (nMaxHeight < rParam.nManHeight-rParam.nDistance) in PrintHF()
1820 nMaxHeight = rParam.nManHeight-rParam.nDistance; // eingestelltes Minimum in PrintHF()
2021 long nFooterY = aPageRect.Bottom()+aFtr.nDistance; in PrintNotes()
2109 long nFooterY = aPageRect.Bottom()+aFtr.nDistance; in PrintPage()
/aoo42x/main/vcl/source/gdi/
H A Dlineinfo.cxx213 void LineInfo::SetDistance( long nDistance ) in SetDistance() argument
217 mpImplLineInfo->mnDistance = nDistance; in SetDistance()
/aoo42x/main/sw/source/ui/chrdlg/
H A Ddrpcps.cxx137 inline void SetValues( const String& rText, sal_uInt8 nLines, sal_uInt16 nDistance );
160 inline void SwDropCapsPict::SetValues( const String& rText, sal_uInt8 nLines, sal_uInt16 nDistance ) in SetValues() argument
164 mnDistance = nDistance; in SetValues()
/aoo42x/main/filter/source/graphicfilter/icgm/
H A Delements.cxx302 void CGMElements::ImplInsertHatch( sal_Int32 nKey, int nStyle, long nDistance, long nAngle ) in ImplInsertHatch() argument
308 pHatchEntry->HatchDistance = nDistance; in ImplInsertHatch()
/aoo42x/main/svx/source/dialog/
H A Ddlgctrl.cxx2226 const sal_Int32 nDistance(500L); in SvxXLinePreview() local
2227 const sal_Int32 nAvailableLength(aOutputSize.Width() - (4 * nDistance)); in SvxXLinePreview()
2231 const basegfx::B2DPoint aPointA1( nDistance, aYPosA); in SvxXLinePreview()
2242 const basegfx::B2DPoint aPointB1( aPointA2.getX() + nDistance, aYPosB1); in SvxXLinePreview()
2253 const basegfx::B2DPoint aPointC1( aPointB3.getX() + nDistance, aYPosB1); in SvxXLinePreview()
/aoo42x/main/drawinglayer/source/processor2d/
H A Dvclpixelprocessor2d.cxx752 const sal_uInt32 nDistance(basegfx::fround(aDiscreteDistance.getLength())); in processBasePrimitive2D() local
754 ::Hatch aVCLHatch(eHatchStyle, Color(rFillHatchAttributes.getColor()), nDistance, nAngle10); in processBasePrimitive2D()
/aoo42x/main/chart2/source/controller/dialogs/
H A Dtp_ChartType.cxx640 sal_Int32 nDistance = 10; in SplineResourceGroup() local
644 nDistance = 2*aDistanceSize.Width(); in SplineResourceGroup()
646 aButtonSize.Width() = aMinSize.Width() + nDistance; in SplineResourceGroup()
/aoo42x/main/svx/source/xoutdev/
H A Dxattr.cxx676 nDistance(nTheDistance) in XDash()
697 nDistance == rDash.nDistance ); in operator ==()
4233 nDistance(nTheDistance), in XHatch()
4252 nDistance == rHatch.nDistance && in operator ==()
/aoo42x/main/sc/source/core/tool/
H A Dcompiler.cxx3122 long nDistance = 0, nMax = 0; in IsColRowName() local
3161 if ( nD < nDistance ) in IsColRowName()
3168 nDistance = nD; in IsColRowName()
3178 nDistance = nD; in IsColRowName()
3185 nDistance = nC * nC + nR * nR; in IsColRowName()
3240 if ( nD < nDistance ) in IsColRowName()
3247 nDistance = nD; in IsColRowName()
3257 nDistance = nD; in IsColRowName()
3264 nDistance = nC * nC + nR * nR; in IsColRowName()

Completed in 380 milliseconds

123