Home
last modified time | relevance | path

Searched refs:p0 (Results 1 – 25 of 25) sorted by relevance

/AOO41X/main/basegfx/source/workbench/
H A Dbezierclip.cxx105 line.a = -(c.p0.y - c.p3.y); in Impl_calcFatLine()
106 line.b = (c.p0.x - c.p3.x); in Impl_calcFatLine()
116 line.c = -(line.a*c.p0.x + line.b*c.p0.y); in Impl_calcFatLine()
145 leftTop.x = ::std::min( c1.p0.x, ::std::min( c1.p1.x, ::std::min( c1.p2.x, c1.p3.x ) ) ); in Impl_calcBounds()
146 leftTop.y = ::std::min( c1.p0.y, ::std::min( c1.p1.y, ::std::min( c1.p2.y, c1.p3.y ) ) ); in Impl_calcBounds()
147 rightBottom.x = ::std::max( c1.p0.x, ::std::max( c1.p1.x, ::std::max( c1.p2.x, c1.p3.x ) ) ); in Impl_calcBounds()
148 rightBottom.y = ::std::max( c1.p0.y, ::std::max( c1.p1.y, ::std::max( c1.p2.y, c1.p3.y ) ) ); in Impl_calcBounds()
200 Point2D p0; in Impl_calcSafeParams() local
213 p0 = convHull[i]; in Impl_calcSafeParams()
218 p0 = convHull[i]; in Impl_calcSafeParams()
[all …]
H A Dconvexhull.cxx76 …pe, class CmpFunctor> typename PointType::value_type ccw( const PointType& p0, const PointType& p1… in ccw() argument
79 typename PointType::value_type theta0( thetaCmp(p0) ); in ccw()
94 dx1 = p1.x - p0.x; dy1 = p1.y - p0.y; in ccw()
95 dx2 = p2.x - p0.x; dy2 = p2.y - p0.y; in ccw()
H A Dbezierclip.hxx40 Point2D p0; member
/AOO41X/main/odk/examples/DevelopersGuide/UCB/
H A DMyInputStream.java79 public synchronized void seek(long p0) in seek() argument
83 p0 +=offset; in seek()
84 read = ( int ) p0; in seek()
122 public synchronized int readBytes(byte[][] p0, int p1) in readBytes() argument
135 p0[0] = new byte[p1]; in readBytes()
137 p0[0][i++] = bigbuffer[read++]; in readBytes()
142 p0[0] = new byte[0]; in readBytes()
155 public synchronized int readSomeBytes(byte[][] p0, int p1) in readSomeBytes() argument
160 return readBytes( p0,p1 ); in readSomeBytes()
169 public synchronized void skipBytes(int p0) in skipBytes() argument
[all …]
/AOO41X/main/tools/source/fsys/
H A Ddirent.cxx269 DirEntry* p0 = (DirEntry*)p; in ImpCheckDirEntry() local
271 if ( p0->pParent ) in ImpCheckDirEntry()
272 DBG_CHKOBJ( p0->pParent, DirEntry, ImpCheckDirEntry ); in ImpCheckDirEntry()
1217 const char *p0 = ( aName.GetBuffer() ); in GetExtension() local
1218 const char *p1 = p0 + aName.Len() - 1; in GetExtension()
1219 while ( p1 >= p0 && *p1 != cSep ) in GetExtension()
1222 if ( p1 >= p0 ) in GetExtension()
1225 aName.Copy( static_cast< xub_StrLen >(p1 - p0 + 1) ), in GetExtension()
1244 const char *p0 = ( aName.GetBuffer() ); in GetBase() local
1245 const char *p1 = p0 + aName.Len() - 1; in GetBase()
[all …]
/AOO41X/main/sal/rtl/source/
H A Dmath.cxx712 CharT const * p0 = pBegin; in stringToDouble() local
713 while (p0 != pEnd && (*p0 == CharT(' ') || *p0 == CharT('\t'))) in stringToDouble()
714 ++p0; in stringToDouble()
716 if (p0 != pEnd && *p0 == CharT('-')) in stringToDouble()
719 ++p0; in stringToDouble()
724 if (p0 != pEnd && *p0 == CharT('+')) in stringToDouble()
725 ++p0; in stringToDouble()
727 CharT const * p = p0; in stringToDouble()
810 if (p != p0 && p != pEnd && (*p == CharT('E') || *p == CharT('e'))) in stringToDouble()
872 else if (p - p0 == 2 && p != pEnd && p[0] == CharT('#') in stringToDouble()
[all …]
/AOO41X/main/qadevOOo/runner/basicrunner/basichelper/
H A DAttributeList.java104 public void initialize(Object[] p0) throws com.sun.star.uno.Exception { in initialize() argument
105 for(int i = 0; i + 2 < p0.length; i += 3) { in initialize()
106 add((String)p0[i], (String)p0[i + 1], (String)p0[i + 2]); in initialize()
/AOO41X/main/canvas/source/tools/
H A Dsurface.cxx178 … const ::basegfx::B2DPoint& p0(aTransform * ::basegfx::B2DPoint(maSize.getX(),maSize.getY())); in draw() local
199 vertex.x=static_cast<float>(p0.getX()); vertex.y=static_cast<float>(p0.getY()); in draw()
304 const ::basegfx::B2DPoint& p0(aTransform * ::basegfx::B2DPoint(aSize.getX(),aSize.getY())); in drawRectangularArea() local
325 vertex.x=static_cast<float>(p0.getX()); vertex.y=static_cast<float>(p0.getY()); in drawRectangularArea()
/AOO41X/main/sc/source/ui/docshell/
H A Dimpex.cxx625 const sal_Unicode* p0 = p; in lcl_ScanString() local
645 if ( p0+1 < p ) in lcl_ScanString()
646 … rString.Append( p0, sal::static_int_cast<xub_StrLen>( (p-1) - p0 ) ); // first part in lcl_ScanString()
647 p0 = ++p; // text of next part starts here in lcl_ScanString()
659 if ( p0 < p ) in lcl_ScanString()
660 … rString.Append( p0, sal::static_int_cast<xub_StrLen>( ((*p || *(p-1) == cStr) ? p-1 : p) - p0 ) ); in lcl_ScanString()
1402 const sal_Unicode* p0 = p; in ScanNextFieldFromString() local
1405 rField.Append( p0, sal::static_int_cast<xub_StrLen>( p - p0 ) ); in ScanNextFieldFromString()
1705 const sal_Unicode* p0 = p; in Sylk2Doc() local
1708 String aNumber( p0, sal::static_int_cast<xub_StrLen>( p - p0 ) ); in Sylk2Doc()
/AOO41X/main/qadevOOo/tests/java/ifc/frame/
H A D_XDispatchRecorderSupplier.java68 public void startRecording(XFrame p0) {} in startRecording() argument
69 public void recordDispatch(URL p0, PropertyValue[] p1) {} in recordDispatch() argument
70 public void recordDispatchAsComment(URL p0, PropertyValue[] p1) {} in recordDispatchAsComment() argument
/AOO41X/main/qadevOOo/tests/java/ifc/sheet/
H A D_XDocumentAuditing.java149 Point p0 = pos; in _refreshArrows() local
164 boolean res = (p0.X == p1.X && p0.Y == p1.Y); in _refreshArrows()
/AOO41X/main/solenv/inc/
H A Dunxaixp.mk64 LINKFLAGSSHLCUI= makeC++SharedLib_r -G -bsymbolic -bdynamic -bnolibpath -p0
65 LINKFLAGSSHLGUI= makeC++SharedLib_r -G -bsymbolic -bdynamic -bnolibpath -p0
/AOO41X/main/external/mingwheaders/
H A Dmakefile.mk155 patch -bd $(MISC)$/mingw -p0 -N -f -Z <mingw_headers.patch
160 patch -bd $(MISC)$/mingw -p0 -N -f -Z <mingw_atl_headers.patch
/AOO41X/main/sc/source/ui/app/
H A Dinputhdl.cxx371 const sal_Unicode* p0 = rStr.GetBuffer(); in lcl_MatchParenthesis() local
377 p = p0; in lcl_MatchParenthesis()
378 p1 = p0 + nPos; in lcl_MatchParenthesis()
382 p = p0 + nPos; in lcl_MatchParenthesis()
383 p1 = p0 + nLen; in lcl_MatchParenthesis()
393 p = p0 + nPos; in lcl_MatchParenthesis()
394 p1 = (nDir < 0 ? p0 : p0 + nLen) ; in lcl_MatchParenthesis()
415 return (xub_StrLen) (p - p0); in lcl_MatchParenthesis()
/AOO41X/main/svl/source/numbers/
H A Dzformat.cxx4545 register const sal_Unicode* p0 = rStr.GetBuffer(); in IsInQuote() local
4546 register const sal_Unicode* p = p0; in IsInQuote()
4547 register const sal_Unicode* p1 = p0 + nPos; in IsInQuote()
4553 if ( p == p0 ) in IsInQuote()
4585 register const sal_Unicode* p0 = rStr.GetBuffer(); in GetQuoteEnd() local
4586 register const sal_Unicode* p = p0 + nPos; in GetQuoteEnd()
4587 register const sal_Unicode* p1 = p0 + nLen; in GetQuoteEnd()
4590 if ( *p == cQuote && p > p0 && *(p-1) != cEscIn ) in GetQuoteEnd()
4591 return sal::static_int_cast< xub_StrLen >(p - p0); in GetQuoteEnd()
/AOO41X/main/i18npool/source/localedata/
H A Dlocaledata.cxx1095 sal_Unicode*** p0 = func( nStyles, nAttributes ); in getContinuousNumberingLevels() local
1103 sal_Unicode*** pStyle = p0; in getContinuousNumberingLevels()
1225 sal_Unicode**** p0 = func( nStyles, nLevels, nAttributes ); in getOutlineNumberingLevels() local
1231 sal_Unicode**** pStyle = p0; in getOutlineNumberingLevels()
/AOO41X/main/fpicker/source/office/
H A Diodlg.cxx194 const sal_Unicode* p0 = rFile.GetBuffer(); in SetFsysExtension_Impl() local
195 const sal_Unicode* p1 = p0 + rFile.Len() - 1; in SetFsysExtension_Impl()
196 while ( p1 >= p0 && *p1 != sal_Unicode( '.' ) ) in SetFsysExtension_Impl()
198 if ( p1 >= p0 ) in SetFsysExtension_Impl()
202 p1 - p0 + 1 - ( rExtension.Len() > 0 ? 0 : 1 ) ) ); in SetFsysExtension_Impl()
/AOO41X/main/idlc/test/
H A Dsingleton.idl35 // [property] bla p0;
H A Dservice.idl35 // [property] bla p0;
/AOO41X/main/sc/source/ui/view/
H A Ddrawvie3.cxx100 Point p0; in GetAnchor() local
/AOO41X/main/
H A Dbootstrap.1124 patch -p0 < $SOLARSRC/solenv/src/dmake-cygwin64.patch
/AOO41X/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx2237 static int FT_move_to( FT_Vector_CPtr p0, void* vpPolyArgs ) in FT_move_to() argument
2244 rA.AddPoint( p0->x, p0->y, POLY_NORMAL ); in FT_move_to()
/AOO41X/main/unoxml/source/rdf/
H A Dlibrdf_repository.cxx1099 const boost::shared_ptr<librdf_node> p0( in exportGraph() local
1107 if (!pWriteBaseURI || !pRelativeURI || !p0 || !p1) { in exportGraph()
1123 pWriteBaseURI.get(), p0.get())) in exportGraph()
/AOO41X/main/nss/
H A Dnss_win.patch1014 + uint8_t *p0;
1034 - uint8_t *p0 = plain;
1040 + p0 = plain;
1046 Hacl_Impl_Chacha20_Vec128_xor_block(o0, p0, k0);
/AOO41X/extras/l10n/source/kid/
H A Dlocalize.sdf1482 …rc 0 fixedline RID_SVXDLG_SEARCHFORM FL_OPTIONS 288 kid q7k+p0‖Settings …
1736 …ushbutton RID_SVXDLG_WEBCONNECTION_INFO PB_REMOVE 0 kid gy-=p0‖Remove …
7283 …c\shared\03101500.xhp 0 help par_id3148646 18 0 kid w7+5p0‖DefObj o …
11118 …basic\shared\00000003.xhp 0 help par_id31455982 0 kid p0-c7s‖\<variable id=\"…
14479 …calc\01\04050100.xhp 0 help par_idN10609 0 kid etc+p0‖In the \<link href=\…
14790 …\scalc\01\04060182.xhp 0 help par_id3157972 72 0 kid 6[p0=6‖ \<emph…
15235 …xt\scalc\01\04060183.xhp 0 help hd_id3153247 17 0 kid p0=ts]‖Example …
20262 …de\cellreferences.xhp 0 help par_id1879329 0 kid fwi+p0‖In the same way, a r…
21806 …xt\schart\01\05020000.xhp 0 help hd_id3150791 1 0 kid p0[6vs‖\<link href=\"te…
22681 …\guide\eyedropper.xhp 0 help par_id3154704 25 0 kid v-79p0‖Up to four colors ca…
[all …]