Searched refs:nP2 (Results 1 – 7 of 7) sorted by relevance
| /AOO42X/main/svx/source/customshapes/ |
| H A D | EnhancedCustomShape2d.cxx | 92 …dCustomShape2d::GetEquation( const sal_uInt16 nFlags, sal_Int32 nP1, sal_Int32 nP2, sal_Int32 nP3 ) in GetEquation() argument 106 if ( nP2 ) in GetEquation() 124 … EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP2, b2Special ); in GetEquation() 130 … 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() [all …]
|
| /AOO42X/main/svtools/source/control/ |
| H A D | ruler.cxx | 1245 long nP2; // Pixel-Position von Page2 in ImplFormat() local 1309 nP2 = nVirRight; in ImplFormat() 1311 nP2++; in ImplFormat() 1314 nP2 = nNullVirOff-mpData->nNullOff+mpData->nPageWidth; in ImplFormat() 1315 if ( nM2 > nP2 ) in ImplFormat() 1316 nM2 = nP2; in ImplFormat() 1321 nP2 = nM2; in ImplFormat() 1330 ImplVDrawLine( nM2 +1, nVirTop, nP2 -1, nVirTop ); //top right line in ImplFormat() 1344 if ( nM2 < nP2 ) in ImplFormat() 1345 ImplVDrawRect( nM2+1, nVirTop, nP2, nVirBottom ); //right gray rectangle 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 | 1998 sal_Int16 nP1, nP2, nP3; in ApplyCustomShapeGeometryAttributes() local 2004 rIn >> nFlags >> nP1 >> nP2 >> nP3; in ApplyCustomShapeGeometryAttributes() 2005 aEquations[ i ] = EnhancedCustomShape2d::GetEquation( nFlags, nP1, nP2, nP3 ); in ApplyCustomShapeGeometryAttributes()
|