Searched refs:nP2 (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShape2d.cxx | 106 if ( nP2 ) in GetEquation() 124 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP2, b2Special ); in GetEquation() 144 if ( b2Special || ( nP2 != 1 ) ) in GetEquation() 147 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP2, b2Special ); in GetEquation() 161 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP2, b2Special ); in GetEquation() 177 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP2, b2Special ); in GetEquation() 186 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP2, b2Special ); in GetEquation() 195 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP2, b2Special ); in GetEquation() 208 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP2, b2Special ); in GetEquation() 210 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP2, b2Special ); in GetEquation() [all …]
|
/aoo42x/main/svtools/source/control/ |
H A D | ruler.cxx | 1309 nP2 = nVirRight; in ImplFormat() 1311 nP2++; in ImplFormat() 1315 if ( nM2 > nP2 ) in ImplFormat() 1316 nM2 = nP2; in ImplFormat() 1321 nP2 = nM2; in ImplFormat() 1344 if ( nM2 < nP2 ) in ImplFormat() 1364 if ( nM2 < nP2 ) in ImplFormat() 1379 if ( nM2 < nP2 ) in ImplFormat() 1382 ImplVDrawLine( nP2, nVirTop, nP2, nVirBottom+1 ); in ImplFormat() 1389 long nMax = nP2; in ImplFormat() [all …]
|
/aoo42x/main/cui/source/customize/ |
H A D | acccfg.cxx | 1126 sal_uInt16 nP2 = LISTBOX_ENTRY_NOTFOUND; in IMPL_LINK() local 1133 nP2 = MapKeyCodeToPos(pU2->m_aKey); in IMPL_LINK() 1134 if (nP2 != LISTBOX_ENTRY_NOTFOUND) in IMPL_LINK() 1135 pE3 = aEntriesBox.GetEntry( 0, nP2 ); in IMPL_LINK()
|
/aoo42x/main/svx/inc/svx/ |
H A D | xpoly.hxx | 116 double CalcDistance(sal_uInt16 nP1, sal_uInt16 nP2);
|
/aoo42x/main/tools/source/generic/ |
H A D | poly.cxx | 860 double Polygon::CalcDistance( sal_uInt16 nP1, sal_uInt16 nP2 ) in CalcDistance() argument 864 DBG_ASSERT( nP2 < mpImplPolygon->mnPoints, in CalcDistance() 868 const Point& rP2 = mpImplPolygon->mpPointAry[ nP2 ]; in CalcDistance()
|
/aoo42x/main/svx/source/xoutdev/ |
H A D | _xpoly.cxx | 886 double XPolygon::CalcDistance(sal_uInt16 nP1, sal_uInt16 nP2) in CalcDistance() argument 889 const Point& rP2 = pImpXPolygon->pPointAry[nP2]; in CalcDistance()
|
/aoo42x/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 2001 sal_Int16 nP1, nP2, nP3; in ApplyCustomShapeGeometryAttributes() local 2007 rIn >> nFlags >> nP1 >> nP2 >> nP3; in ApplyCustomShapeGeometryAttributes() 2008 aEquations[ i ] = EnhancedCustomShape2d::GetEquation( nFlags, nP1, nP2, nP3 ); in ApplyCustomShapeGeometryAttributes()
|
Completed in 82 milliseconds