Home
last modified time | relevance | path

Searched refs:nPt (Results 1 – 7 of 7) sorted by path

/trunk/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx583 sal_uInt32 ScalePt( sal_uInt32 nPt ) const;
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx662 sal_uInt32 k, nPt = nC; in SolveSolver() local
669 for ( nPt = 0, k = 1; nC && ( k < (sal_uInt32)aSegments.getLength() ); k++ ) in SolveSolver()
684 nPt++; in SolveSolver()
694 nPt += 3; in SolveSolver()
702 nPt += 3; in SolveSolver()
711 nPt += 4; in SolveSolver()
725 if ( nPt < (sal_uInt32)aCoordinates.getLength() ) in SolveSolver()
728 com::sun::star::drawing::EnhancedCustomShapeParameterPair& rPara = aCoordinates[ nPt ]; in SolveSolver()
H A Dsvdfppt.cxx1515 sal_uInt32 nPt; in SdrPowerPointImport() local
1516 rStCtrl >> nPt; in SdrPowerPointImport()
1519 pPersistPtr[ nOfs ] = nPt; in SdrPowerPointImport()
/trunk/main/svx/source/svdraw/
H A Dsvdoedge.cxx1757 sal_Int32 nPt(0L); in GetHdl() local
1760 nPt=nNum+1L; in GetHdl()
1766 nPt=nPntAnz-3-nNum; in GetHdl()
1772 nPt=aEdgeInfo.nMiddleLine; in GetHdl()
1777 if (nPt>0) { in GetHdl()
1778 Point aPos((*pEdgeTrack)[(sal_uInt16)nPt]); in GetHdl()
1779 aPos+=(*pEdgeTrack)[(sal_uInt16)nPt+1]; in GetHdl()
H A Dsvdpoev.cxx621 sal_uInt32 nPt(pPts->GetObject(nPtNum)); in ImpTransformMarkedPoints() local
624 if(PolyPolygonEditor::GetRelativePolyPoint(aXPP, nPt, nPolyNum, nPointNum)) in ImpTransformMarkedPoints()
/trunk/main/sw/source/core/doc/
H A Ddocredln.cxx1533 sal_uLong nPt = pTmp->GetPoint()->nNode.GetIndex(), in GetRedlinePos() local
1535 if( nPt < nMk ) { long nTmp = nMk; nMk = nPt; nPt = nTmp; } in GetRedlinePos()
1538 nMk <= nNdIdx && nNdIdx <= nPt ) in GetRedlinePos()
H A Dextinput.cxx266 sal_uLong nPt = pTmp->GetPoint()->nNode.GetIndex(), in GetExtTextInput() local
271 if( nPt < nMk || ( nPt == nMk && nPtCnt < nMkCnt )) in GetExtTextInput()
273 sal_uLong nTmp = nMk; nMk = nPt; nPt = nTmp; in GetExtTextInput()
277 if( nMk <= nNdIdx && nNdIdx <= nPt && in GetExtTextInput()

Completed in 214 milliseconds