Home
last modified time | relevance | path

Searched refs:p2 (Results 1 – 25 of 134) sorted by last modified time

123456

/trunk/extras/l10n/source/kid/
H A Dlocalize.sdf9876 helpcontent2 source\text\sbasic\shared\03090101.xhp 0 help par_id3146972 22 0 kid p2+[t]‖ElseIf s…
16822 helpcontent2 source\text\scalc\01\04060119.xhp 0 help hd_id3153373 76 0 kid 6p2]wy‖Example 201…
22944 helpcontent2 source\text\shared\main0400.xhp 0 help hd_id3149495 1 0 kid fg[2p2‖\<link href=\"tex…
25245 helpcontent2 source\text\shared\01\06140200.xhp 0 help par_id3150144 29 0 kid rw[p2+‖Avoid assign…
34754 …\shared\explorer\database\dabapropadd.xhp 0 help par_idN105BD 0 kid qdy+p2‖Field separator 2…
40384 helpcontent2 source\text\simpress\main0202.xhp 0 help hd_id3150048 7 0 kid p2-554‖\<link href=\"t…
49464 helpcontent2 source\text\swriter\04\01020000.xhp 0 help hd_id3149997 47 0 kid p2-lzv‖Shift+F11 …
50514 helpcontent2 source\text\swriter\guide\insert_line.xhp 0 help tit 0 kid zep]p2‖Inserting a Horiz…
54986 …ricCommands.UserInterface.Commands..uno:BasicShapes.ring Label 0 kid o0o[p2‖Ring 20130829 23:…
63914 sfx2 source\view\view.src 0 string STR_PRINT_OPTIONS 0 kid 5x[4p2‖Options... 20130829 23:02:48
[all …]
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx3868 Point p1, p2; in ImplDrawFloatwinBorder() local
3872 p2 = pItem->maRect.TopRight(); in ImplDrawFloatwinBorder()
3873 p2.X()--; in ImplDrawFloatwinBorder()
3874 DrawLine( p1, p2); in ImplDrawFloatwinBorder()
3878 p2.X()--; in ImplDrawFloatwinBorder()
3879 DrawLine( p1, p2); in ImplDrawFloatwinBorder()
3883 p2 = pItem->maRect.BottomLeft(); in ImplDrawFloatwinBorder()
3884 p2.Y()--; in ImplDrawFloatwinBorder()
3885 DrawLine( p1, p2); in ImplDrawFloatwinBorder()
3889 p2.Y()--; in ImplDrawFloatwinBorder()
[all …]
H A Dwindow.cxx7509 Point p2 = OutputToScreenPixel( rRect.BottomLeft() ); in ImplOutputToUnmirroredAbsoluteScreenPixel() local
7510 p2.X() = g.nX+g.nWidth-p2.X(); in ImplOutputToUnmirroredAbsoluteScreenPixel()
7511 p2.Y() += g.nY; in ImplOutputToUnmirroredAbsoluteScreenPixel()
7513 return Rectangle( p1, p2 ); in ImplOutputToUnmirroredAbsoluteScreenPixel()
/trunk/main/basic/source/comp/
H A Dsbcomp.cxx390 bool compareFunctionNetTime( FunctionItem* p1, FunctionItem* p2 ) in compareFunctionNetTime() argument
392 return (p1->m_dNetTime > p2->m_dNetTime); in compareFunctionNetTime()
/trunk/main/sd/source/core/
H A Dsdpage.cxx156 bool operator()( SdrObject* p1, SdrObject* p2 ) in operator ()()
158 return p1->GetOrdNum() < p2->GetOrdNum(); in operator ()()
H A DCustomAnimationEffect.cxx2947 bool operator()( const CustomAnimationEffectPtr& p1, const CustomAnimationEffectPtr& p2 );
2971 …oupSortHelper::operator()( const CustomAnimationEffectPtr& p1, const CustomAnimationEffectPtr& p2 ) in operator ()() argument
2975 return getTargetParagraph( p2 ) < getTargetParagraph( p1 ); in operator ()()
2979 return getTargetParagraph( p1 ) < getTargetParagraph( p2 ); in operator ()()
/trunk/main/i18npool/source/transliteration/
H A DtransliterationImpl.cxx477 const sal_Unicode *p2 = tmpStr2.getStr(); in equals() local
479 for (i = 0; i < nLen; ++i, ++p1, ++p2 ) { in equals()
480 if (*p1 != *p2) { in equals()
/trunk/main/vcl/source/fontsubset/
H A Dttcr.cxx832 sal_uInt8 *p1, *p2; in GetRawData_name() local
869 p2 = p1 + 12 * n; in GetRawData_name()
878 memcpy(p2, nr[i].sptr, nr[i].slen); in GetRawData_name()
880 p2 += nr[i].slen; in GetRawData_name()
1389 sal_uInt8 *p1, *p2; in ProcessTables() local
1453 p2 = locaPtr; in ProcessTables()
1496 PutUInt32(p1 - glyfPtr, p2, 0, 1); in ProcessTables()
1497 p2 += 4; in ProcessTables()
1500 p2 += 2; in ProcessTables()
1513 PutUInt32(p1 - glyfPtr, p2, 0, 1); in ProcessTables()
[all …]
/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx2654 long* p2 = new long[ nW ]; in ImplDitherFloyd() local
2656 long* p2T = p2; in ImplDitherFloyd()
2746 delete[] p2; in ImplDitherFloyd()
2956 extern "C" int __LOADONCALLAPI ImplPopularCmpFnc( const void* p1, const void* p2 ) in ImplPopularCmpFnc() argument
2960 if( ( (PopularColorCount*) p1 )->mnCount < ( (PopularColorCount*) p2 )->mnCount ) in ImplPopularCmpFnc()
2962 else if( ( (PopularColorCount*) p1 )->mnCount == ( (PopularColorCount*) p2 )->mnCount ) in ImplPopularCmpFnc()
H A Dbitmap4.cxx931 extern "C" int __LOADONCALLAPI ImplPopArtCmpFnc( const void* p1, const void* p2 ) in ImplPopArtCmpFnc() argument
935 if( ( (PopArtEntry*) p1 )->mnCount < ( (PopArtEntry*) p2 )->mnCount ) in ImplPopArtCmpFnc()
937 else if( ( (PopArtEntry*) p1 )->mnCount == ( (PopArtEntry*) p2 )->mnCount ) in ImplPopArtCmpFnc()
/trunk/main/svx/source/svdraw/
H A Dsvdglev.cxx54 …uePoints(PGlueDoFunc pDoFunc, sal_Bool bConst, const void* p1, const void* p2, const void* p3, con… in ImpDoMarkedGluePoints() argument
82 (*pDoFunc)(rGP,pObj,p1,p2,p3,p4,p5); in ImpDoMarkedGluePoints()
318 …TransformMarkedGluePoints(PGlueTrFunc pTrFunc, const void* p1, const void* p2, const void* p3, con… in ImpTransformMarkedGluePoints() argument
339 (*pTrFunc)(aPos,p1,p2,p3,p4,p5); in ImpTransformMarkedGluePoints()
371 static void ImpResize(Point& rPt, const void* p1, const void* p2, const void* p3, const void* /*p4*… in ImpResize() argument
373 ResizePoint(rPt,*(const Point*)p1,*(const Fraction*)p2,*(const Fraction*)p3); in ImpResize()
H A Dsvdhdl.cxx1853 const ImplHdlAndIndex* p2 = (ImplHdlAndIndex*)pVoid2; in ImplSortHdlFunc() local
1855 if(p1->mpHdl->GetObj() == p2->mpHdl->GetObj()) in ImplSortHdlFunc()
1861 && (p2->mpHdl->GetKind() == HDL_POLY || p2->mpHdl->GetKind() == HDL_BWGT)) in ImplSortHdlFunc()
1864 if(p1->mpHdl->GetPolyNum() == p2->mpHdl->GetPolyNum()) in ImplSortHdlFunc()
1866 if(p1->mpHdl->GetPointNum() < p2->mpHdl->GetPointNum()) in ImplSortHdlFunc()
1875 else if(p1->mpHdl->GetPolyNum() < p2->mpHdl->GetPolyNum()) in ImplSortHdlFunc()
1892 else if(!p2->mpHdl->GetObj()) in ImplSortHdlFunc()
1900 const sal_uInt32 nOrdNum2 = p2->mpHdl->GetObj()->GetOrdNum(); in ImplSortHdlFunc()
1914 if(p1->mnIndex < p2->mnIndex) in ImplSortHdlFunc()
H A Dsvddrgmt.cxx705 bool operator()(const SdrObject* p1, const SdrObject* p2) const in operator ()()
707 return (p1 < p2); in operator ()()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx754 Any* p2 = aValues.getArray(); in convertAnimationNode() local
756 convertAnimationValue( eAttribute, *p2++ ); in convertAnimationNode()
H A Dpptin.cxx1511 …:pair< SdrObject*, Ppt97AnimationPtr >& p1, const std::pair< SdrObject*, Ppt97AnimationPtr >& p2 );
1514 …::pair< SdrObject*, Ppt97AnimationPtr >& p1, const std::pair< SdrObject*, Ppt97AnimationPtr >& p2 ) in operator ()() argument
1516 if( !p1.second.get() || !p2.second.get() ) in operator ()()
1518 if( *p1.second < *p2.second ) in operator ()()
1520 if( *p1.second > *p2.second ) in operator ()()
1522 if( p1.first->GetOrdNum() < p2.first->GetOrdNum() ) in operator ()()
/trunk/main/ucb/source/ucp/webdav/
H A DCurlLockStore.hxx40 bool operator()( const CurlLock * p1, const CurlLock * p2 ) const in operator ()()
42 return p1 < p2; in operator ()()
/trunk/main/xmloff/source/transform/
H A DOOo2Oasis.cxx77 #define ENTRY3( n, l, a, p1, p2, p3 ) \ argument
78 { XML_NAMESPACE_##n, XML_##l, a, p1, p2, p3 }
83 #define ENTRY2( n, l, a, p1, p2 ) \ argument
84 ENTRY3( n, l, a, p1, p2, 0 )
88 #define ENTRY2QN( n, l, a, n1, l1, p2 ) \ argument
89 ENTRY2( n, l, a, XMLTransformerActionInit::QNameParam( n1, l1 ), p2 )
/trunk/main/nss/
H A Dnss_win.patch1016 + uint8_t *p2;
1036 - uint8_t *p2 = plain + (uint32_t)128U;
1042 + p2 = plain + (uint32_t)128U;
1048 Hacl_Impl_Chacha20_Vec128_xor_block(o2, p2, k2);
/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx2596 SwStartNode *const p2 = rNode.StartOfSectionNode(); in createTextCursorByRange() local
2598 if(p1 == p2) in createTextCursorByRange()
/trunk/main/svx/source/xoutdev/
H A Dxattr.cxx1370 sal_Bool XLineDashItem::CompareValueFunc( const NameOrIndex* p1, const NameOrIndex* p2 ) in CompareValueFunc() argument
1372 return ((XLineDashItem*)p1)->GetDashValue() == ((XLineDashItem*)p2)->GetDashValue(); in CompareValueFunc()
4017 sal_Bool XFillGradientItem::CompareValueFunc( const NameOrIndex* p1, const NameOrIndex* p2 ) in CompareValueFunc() argument
4019 …return ((XFillGradientItem*)p1)->GetGradientValue() == ((XFillGradientItem*)p2)->GetGradientValue(… in CompareValueFunc()
4175 sal_Bool XFillFloatTransparenceItem::CompareValueFunc( const NameOrIndex* p1, const NameOrIndex* p2 in CompareValueFunc() argument
4177 …return ((XFillFloatTransparenceItem*)p1)->IsEnabled() == ((XFillFloatTransparenceItem*)p2)->IsEnab… in CompareValueFunc()
4178 …((XFillFloatTransparenceItem*)p1)->GetGradientValue() == ((XFillFloatTransparenceItem*)p2)->GetGr… in CompareValueFunc()
4658 sal_Bool XFillHatchItem::CompareValueFunc( const NameOrIndex* p1, const NameOrIndex* p2 ) in CompareValueFunc() argument
4660 return ((XFillHatchItem*)p1)->GetHatchValue() == ((XFillHatchItem*)p2)->GetHatchValue(); in CompareValueFunc()
/trunk/main/sw/source/core/txtnode/
H A Dthints.cxx2742 const SwTxtAttr* p2 = (*aIter2).second; in MergePortions() local
2743 if ( *p1->End() < *p2->GetStart() || p1->Which() != p2->Which() || !(*p1 == *p2) ) in MergePortions()
2763 SwTxtAttr* p2 = (*aIter2).second; in MergePortions() local
2764 nNewPortionEnd = *p2->GetEnd(); in MergePortions()
2767 Delete( p2 ); in MergePortions()
2771 rNode.DestroyAttr( p2 ); in MergePortions()
/trunk/main/basic/source/runtime/
H A Dstep0.cxx57 SbxVariable* p2 = GetTOS(); in StepArith() local
69 && ( p2->GetType() == SbxOBJECT || p2->GetType() == SbxVARIANT ) in StepArith()
81 p2 = new SbxVariable( *pDflt ); in StepArith()
82 p2->SetFlag( SBX_READWRITE ); in StepArith()
87 p2->ResetFlag( SBX_FIXED ); in StepArith()
88 p2->Compute( eOp, *p1 ); in StepArith()
90 checkArithmeticOverflow( p2 ); in StepArith()
103 SbxVariableRef p2 = PopVar(); in StepCompare() local
129 pDflt = getDefaultProp( p2 ); in StepCompare()
132 p2 = pDflt; in StepCompare()
[all …]
/trunk/main/basegfx/source/workbench/
H A Dbezierclip.cxx124 const double dP3( calcLineDistance(line.a, line.b, line.c, c.p2.x, c.p2.y ) ); in Impl_calcFatLine()
391 …part2.p2.x = (1.0 - t)*input.p2.x + t*input.p3.x; part2.p2.y = (1.0 - t)*input.p2.y + t*input.… in Impl_deCasteljauAt()
427 << c1.p2.y << "," in printCurvesWithSafeRange()
435 << c2.p2.y << "," in printCurvesWithSafeRange()
500 << c1.p2.y << "," in printResultWithFinalCurves()
519 << c1.p2.y << "," in printResultWithFinalCurves()
531 << c1.p2.y << "," in printResultWithFinalCurves()
761 res.p2.x = c.p2.x - 2*fRes[1]*(c.p2.y - c.p1.y) - fRes[0]*(c.p3.y - c.p2.y); in Impl_calcFocus()
766 res.p2.y = c.p2.y + fRes[0]*(c.p3.x - c.p2.x) + 2*fRes[1]*(c.p2.x - c.p1.x); in Impl_calcFocus()
1609 poly[2] = c.p2; in main()
[all …]
/trunk/main/setup_native/source/win32/customactions/patch/
H A Dswappatchfiles.cxx105 static void Swap(char* p1, char* p2) in Swap() argument
108 *p1 = *p2; in Swap()
109 *p2 = tmp; in Swap()
/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dupgrade.cxx64 void Swap(char* p1, char* p2) in Swap() argument
67 *p1 = *p2; in Swap()
68 *p2 = tmp; in Swap()

Completed in 1864 milliseconds

123456