/aoo42x/main/basegfx/source/workbench/ |
H A D | bezierclip.cxx | 116 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 D | convexhull.cxx | 76 …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 D | bezierclip.hxx | 40 Point2D p0; member
|
/aoo42x/main/odk/examples/DevelopersGuide/UCB/ |
H A D | MyInputStream.java | 79 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 …]
|
/aoo42x/main/tools/source/fsys/ |
H A D | dirent.cxx | 266 DirEntry* p0 = (DirEntry*)p; in ImpCheckDirEntry() local 268 if ( p0->pParent ) in ImpCheckDirEntry() 1216 while ( p1 >= p0 && *p1 != cSep ) in GetExtension() 1219 if ( p1 >= p0 ) in GetExtension() 1243 while ( p1 >= p0 && *p1 != cSep ) in GetBase() 1246 if ( p1 >= p0 ) in GetBase() 1676 while ( p1 >= p0 && *p1 != cSep ) in SetExtension() 1678 if ( p1 >= p0 ) in SetExtension() 1710 while ( p1 >= p0 && *p1 != cSep ) in CutExtension() 1713 if ( p1 >= p0 ) in CutExtension() [all …]
|
/aoo42x/main/sal/rtl/source/ |
H A D | math.cxx | 712 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 …]
|
/aoo42x/main/qadevOOo/runner/basicrunner/basichelper/ |
H A D | AttributeList.java | 104 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()
|
/aoo42x/main/canvas/source/tools/ |
H A D | surface.cxx | 178 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()
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | impex.cxx | 625 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()
|
/aoo42x/main/qadevOOo/tests/java/ifc/frame/ |
H A D | _XDispatchRecorderSupplier.java | 68 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
|
/aoo42x/main/qadevOOo/tests/java/ifc/sheet/ |
H A D | _XDocumentAuditing.java | 149 Point p0 = pos; in _refreshArrows() local 164 boolean res = (p0.X == p1.X && p0.Y == p1.Y); in _refreshArrows()
|
/aoo42x/main/solenv/inc/ |
H A D | unxaixp.mk | 64 LINKFLAGSSHLCUI= makeC++SharedLib_r -G -bsymbolic -bdynamic -bnolibpath -p0 65 LINKFLAGSSHLGUI= makeC++SharedLib_r -G -bsymbolic -bdynamic -bnolibpath -p0
|
/aoo42x/main/sc/source/ui/app/ |
H A D | inputhdl.cxx | 371 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()
|
/aoo42x/main/external/mingwheaders/ |
H A D | makefile.mk | 155 patch -bd $(MISC)$/mingw -p0 -N -f -Z <mingw_headers.patch 160 patch -bd $(MISC)$/mingw -p0 -N -f -Z <mingw_atl_headers.patch
|
/aoo42x/main/svl/source/numbers/ |
H A D | zformat.cxx | 4545 const sal_Unicode* p0 = rStr.GetBuffer(); in IsInQuote() local 4546 const sal_Unicode* p = p0; in IsInQuote() 4547 const sal_Unicode* p1 = p0 + nPos; in IsInQuote() 4553 if ( p == p0 ) in IsInQuote() 4585 const sal_Unicode* p0 = rStr.GetBuffer(); in GetQuoteEnd() local 4586 const sal_Unicode* p = p0 + nPos; in GetQuoteEnd() 4587 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()
|
/aoo42x/main/i18npool/source/localedata/ |
H A D | localedata.cxx | 1097 sal_Unicode*** p0 = func( nStyles, nAttributes ); in getContinuousNumberingLevels() local 1105 sal_Unicode*** pStyle = p0; in getContinuousNumberingLevels() 1227 sal_Unicode**** p0 = func( nStyles, nLevels, nAttributes ); in getOutlineNumberingLevels() local 1233 sal_Unicode**** pStyle = p0; in getOutlineNumberingLevels()
|
/aoo42x/main/fpicker/source/office/ |
H A D | iodlg.cxx | 196 const sal_Unicode* p0 = rFile.GetBuffer(); in SetFsysExtension_Impl() local 197 const sal_Unicode* p1 = p0 + rFile.Len() - 1; in SetFsysExtension_Impl() 198 while ( p1 >= p0 && *p1 != sal_Unicode( '.' ) ) in SetFsysExtension_Impl() 200 if ( p1 >= p0 ) in SetFsysExtension_Impl() 204 p1 - p0 + 1 - ( rExtension.Len() > 0 ? 0 : 1 ) ) ); in SetFsysExtension_Impl()
|
/aoo42x/main/idlc/test/ |
H A D | service.idl | 35 // [property] bla p0;
|
H A D | singleton.idl | 35 // [property] bla p0;
|
/aoo42x/main/sc/source/ui/view/ |
H A D | drawvie3.cxx | 100 Point p0; in GetAnchor() local
|
/aoo42x/main/vcl/source/glyphs/ |
H A D | gcach_ftyp.cxx | 2237 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()
|
/aoo42x/main/unoxml/source/rdf/ |
H A D | librdf_repository.cxx | 1099 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()
|
/aoo42x/main/nss/ |
H A D | nss_win.patch | 1014 + uint8_t *p0; 1034 - uint8_t *p0 = plain; 1040 + p0 = plain; 1046 Hacl_Impl_Chacha20_Vec128_xor_block(o0, p0, k0);
|
/aoo42x/extras/l10n/source/kid/ |
H A D | localize.sdf | 1482 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 …]
|