Home
last modified time | relevance | path

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

/aoo4110/main/basegfx/source/workbench/
H A Dbezierclip.cxx116 line.c = -(line.a*c.p0.x + line.b*c.p0.y); in Impl_calcFatLine()
200 Point2D p0; in Impl_calcSafeParams() local
255 const double currTLow( (lowerYBound - p0.y) * r_x / r_y + p0.x ); in Impl_calcSafeParams()
373 part1.p0.x = part1.p1.x = part1.p2.x = part1.p3.x = input.p0.x; in Impl_deCasteljauAt()
374 part1.p0.y = part1.p1.y = part1.p2.y = part1.p3.y = input.p0.y; in Impl_deCasteljauAt()
386 part1.p0.x = input.p0.x; part1.p0.y = input.p0.y; in Impl_deCasteljauAt()
394 part1.p3.x = part2.p0.x; part1.p3.y = part2.p0.y; in Impl_deCasteljauAt()
759 res.p0.x = c.p0.x - 3*fRes[0]*(c.p1.y - c.p0.y); in Impl_calcFocus()
764 res.p0.y = c.p0.y + 3*fRes[0]*(c.p1.x - c.p0.x); in Impl_calcFocus()
1607 poly[0] = c.p0; in main()
[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
/aoo4110/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 …]
/aoo4110/main/tools/source/fsys/
H A Ddirent.cxx269 DirEntry* p0 = (DirEntry*)p; in ImpCheckDirEntry() local
271 if ( p0->pParent ) in ImpCheckDirEntry()
1219 while ( p1 >= p0 && *p1 != cSep ) in GetExtension()
1222 if ( p1 >= p0 ) in GetExtension()
1246 while ( p1 >= p0 && *p1 != cSep ) in GetBase()
1249 if ( p1 >= p0 ) in GetBase()
1679 while ( p1 >= p0 && *p1 != cSep ) in SetExtension()
1681 if ( p1 >= p0 ) in SetExtension()
1713 while ( p1 >= p0 && *p1 != cSep ) in CutExtension()
1716 if ( p1 >= p0 ) in CutExtension()
[all …]
/aoo4110/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 …]
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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
/aoo4110/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()
/aoo4110/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
/aoo4110/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
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/main/idlc/test/
H A Dservice.idl35 // [property] bla p0;
H A Dsingleton.idl35 // [property] bla p0;
/aoo4110/main/sc/source/ui/view/
H A Ddrawvie3.cxx100 Point p0; in GetAnchor() local
/aoo4110/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()
/aoo4110/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()
/aoo4110/extras/l10n/source/kid/
H A Dlocalize.sdf1482 cui source\dialogs\fmsearch.src 0 fixedline RID_SVXDLG_SEARCHFORM FL_OPTIONS 288 kid q7k+p0‖Setti…
1736 …ninfo.src 0 pushbutton RID_SVXDLG_WEBCONNECTION_INFO PB_REMOVE 0 kid gy-=p0‖Remove 20130829 2…
7283 helpcontent2 source\text\sbasic\shared\03101500.xhp 0 help par_id3148646 18 0 kid w7+5p0‖DefObj o…
15235 helpcontent2 source\text\scalc\01\04060183.xhp 0 help hd_id3153247 17 0 kid p0=ts]‖Example 201…
22681 helpcontent2 source\text\sdraw\guide\eyedropper.xhp 0 help par_id3154704 25 0 kid v-79p0‖Up to fo…
38938 helpcontent2 source\text\shared\optionen\01020200.xhp 0 help hd_id3154306 7 0 kid p0=tg1‖Search i…
42703 helpcontent2 source\text\simpress\guide\show.xhp 0 help par_id1502121 0 kid p0]s=n‖\<item type=\…
45026 helpcontent2 source\text\smath\guide\parentheses.xhp 0 help tit 0 kid p0+4i1‖Inserting Brackets …
62063 sd source\ui\accessibility\accessibility.src 0 string SID_SD_A11Y_I_DRAWVIEW_N 0 kid oob[p0‖Draw…
62618 sd source\ui\app\strings.src 0 string STR_AUTOLAYOUT_4CONTENT 0 kid yeb+p0‖Title, 4 Content 2…
[all …]

Completed in 1558 milliseconds