Home
last modified time | relevance | path

Searched refs:p1 (Results 26 – 50 of 139) sorted by relevance

123456

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/io/
H A D_XObjectInputStream.java127 Property[] p1 = props1.getPropertySetInfo().getProperties() ; in compareProperties() local
130 if (p1.length != p2.length) { in compareProperties()
137 for (int i = 0; i < p1.length; i++) { in compareProperties()
138 String propName = p1[i].Name ; in compareProperties()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/
H A D_XTransliteration.java326 private boolean testSubstring(String str1, int p1, int len1, in testSubstring() argument
333 res = oObj.compareSubstring(str1, p1, len1, str2, p2, len2); in testSubstring()
345 log.println("('" + str1 + "', " + p1 + ", " + len1 + ", '" + in testSubstring()
350 res = oObj.compareSubstring(str2, p2, len2, str1, p1, len1); in testSubstring()
363 str1 + "', " + p1 + ", " + len1 + ")"); in testSubstring()
/trunk/main/autodoc/source/display/toolkit/
H A Dout_position.cxx138 Node * p1 = pDirectory; in Get_LinkTo() local
148 move_ToParent(p1,pathLength1); in Get_LinkTo()
156 while ( p1 != p2 ) in Get_LinkTo()
158 move_ToParent(p1); in Get_LinkTo()
/trunk/main/basic/source/runtime/
H A Dstep0.cxx55 SbxVariableRef p1 = PopVar(); in StepArith() local
88 p2->Compute( eOp, *p1 ); in StepArith()
102 SbxVariableRef p1 = PopVar(); in StepCompare() local
107 SbxDataType p1Type = p1->GetType(); in StepCompare()
113 p1->Broadcast( SBX_HINT_DATAWANTED ); in StepCompare()
123 SbxVariable* pDflt = getDefaultProp( p1 ); in StepCompare()
126 p1 = pDflt; in StepCompare()
127 p1->Broadcast( SBX_HINT_DATAWANTED ); in StepCompare()
141 if( p2->Compare( eOp, *p1 ) ) in StepCompare()
H A Dstep1.cxx553 SbxVariable* p1 = new SbxVariable; in StepBASED() local
559 p1->PutInteger( uBase ); in StepBASED()
561 x2->Compute( SbxPLUS, *p1 ); in StepBASED()
563 PushVar( p1 ); // dann die Base in StepBASED()
/trunk/main/dbaccess/source/ui/querydesign/
H A DConnectionLine.cxx341 double dist_Euklid(const Point &p1, const Point& p2,const Point& pM, Point& q) in dist_Euklid() argument
343 Point v(p2 - p1); in dist_Euklid()
344 Point w(pM - p1); in dist_Euklid()
349 q.X() = long(p1.X() + a * v.X()); in dist_Euklid()
350 q.Y() = long(p1.Y() + a * v.Y()); in dist_Euklid()
/trunk/main/sc/source/core/inc/
H A Dbcaslot.hxx89 bool operator()( const ScBroadcastArea* p1, const ScBroadcastArea* p2) const in operator ()()
91 return *p1 == *p2; in operator ()()
109 bool operator()( const ScBroadcastArea* p1, const ScBroadcastArea* p2) const in operator ()()
111 return p1 == p2; in operator ()()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx2089 const CPair p1 = aCmap.equal_range( it->mnChar1 ); in GetKernPairs() local
2091 for( Cmap::const_iterator i1 = p1.first; i1 != p1.second; ++i1 ) in GetKernPairs()
2248 static int FT_line_to( FT_Vector_CPtr p1, void* vpPolyArgs ) in FT_line_to() argument
2251 rA.AddPoint( p1->x, p1->y, POLY_NORMAL ); in FT_line_to()
2255 static int FT_conic_to( FT_Vector_CPtr p1, FT_Vector_CPtr p2, void* vpPolyArgs ) in FT_conic_to() argument
2260 const long nX1 = (2 * rA.GetPosX() + 4 * p1->x + 3) / 6; in FT_conic_to()
2261 const long nY1 = (2 * rA.GetPosY() + 4 * p1->y + 3) / 6; in FT_conic_to()
2264 const long nX2 = (2 * p2->x + 4 * p1->x + 3) / 6; in FT_conic_to()
2265 const long nY2 = (2 * p2->y + 4 * p1->y + 3) / 6; in FT_conic_to()
2272 static int FT_cubic_to( FT_Vector_CPtr p1, FT_Vector_CPtr p2, FT_Vector_CPtr p3, void* vpPolyArgs ) in FT_cubic_to() argument
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdhdl.cxx1852 const ImplHdlAndIndex* p1 = (ImplHdlAndIndex*)pVoid1; in ImplSortHdlFunc() local
1855 if(p1->mpHdl->GetObj() == p2->mpHdl->GetObj()) in ImplSortHdlFunc()
1857 if(p1->mpHdl->GetObj() && p1->mpHdl->GetObj()->ISA(SdrPathObj)) in ImplSortHdlFunc()
1860 if((p1->mpHdl->GetKind() == HDL_POLY || p1->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()
1888 if(!p1->mpHdl->GetObj()) in ImplSortHdlFunc()
1899 const sal_uInt32 nOrdNum1 = p1->mpHdl->GetObj()->GetOrdNum(); in ImplSortHdlFunc()
1914 if(p1->mnIndex < p2->mnIndex) in ImplSortHdlFunc()
/trunk/main/filter/source/config/cache/
H A Dcacheitem.cxx214 css::beans::PropertyValue p1; in isSubSet() local
218 (aSubSet >>= p1) && in isSubSet()
223 (p1.Name.equals(p2.Name) ) && in isSubSet()
224 (isSubSet(p1.Value, p2.Value)) in isSubSet()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpintreq.cxx154 : p1( new XInteractionApproveImpl ), in XInteractionRequestImpl()
159 m_aSeq[0] = Reference<XInteractionContinuation>(p1); in XInteractionRequestImpl()
224 return p1->isSelected(); in approved()
/trunk/main/sd/source/ui/func/
H A Dfupage.cxx96 sal_uInt16 p1, p2; in mergeItemSetsImpl() local
99 p1 = pPtr[0]; in mergeItemSetsImpl()
108 rTarget.MergeRange( p1, p2 ); in mergeItemSetsImpl()
248 sal_uInt16 p1 = pPtr[0], p2 = pPtr[1]; in ExecuteDialog() local
255 SfxItemSet aMergedAttr( *aNewAttr.GetPool(), p1, p2 ); in ExecuteDialog()
/trunk/main/vcl/source/gdi/
H A Dpngwrite.cxx611 sal_uInt8* p1 = mpCurrentScan + 1; // Current Pixel in ImplGetFilter() local
612 sal_uInt8* p2 = p1 - mnBBP; // left pixel in ImplGetFilter()
638 if ( ( npa <= npb ) && ( npa <= npc ) ) *pDest++ = *p1++ - (sal_uInt8)na; in ImplGetFilter()
639 else if ( npb <= npc ) *pDest++ = *p1++ - (sal_uInt8)nb; in ImplGetFilter()
640 else *pDest++ = *p1++ - (sal_uInt8)nc; in ImplGetFilter()
/trunk/main/cppu/source/typelib/
H A Dtypelib.cxx1778 typelib_TypeDescriptionReference * p1, typelib_TypeDescriptionReference * p2 ) in type_equals() argument
1781 return (p1 == p2 || in type_equals()
1782 (p1->eTypeClass == p2->eTypeClass && in type_equals()
1783 p1->pTypeName->length == p2->pTypeName->length && in type_equals()
1784 rtl_ustr_compare( p1->pTypeName->buffer, p2->pTypeName->buffer ) == 0)); in type_equals()
1787 const typelib_TypeDescription * p1, const typelib_TypeDescription * p2 ) in typelib_typedescription_equals() argument
2490 const typelib_TypeDescriptionReference * p1, in typelib_typedescriptionreference_equals() argument
2494 return (p1 == p2 || in typelib_typedescriptionreference_equals()
2495 (p1->eTypeClass == p2->eTypeClass && in typelib_typedescriptionreference_equals()
2496 p1->pTypeName->length == p2->pTypeName->length && in typelib_typedescriptionreference_equals()
[all …]
/trunk/main/ucb/source/ucp/file/
H A Dfilinsreq.hxx212 if( p1->isSelected() ) in newName()
213 return p1->getName(); in newName()
220 XInteractionSupplyNameImpl* p1; member in fileaccess::XInteractionRequestImpl
/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dupgrade.cxx64 void Swap(char* p1, char* p2) in Swap() argument
66 char tmp = *p1; in Swap()
67 *p1 = *p2; in Swap()
/trunk/main/i18npool/source/textconversion/
H A Dgenconv_dict.cxx342 Index *p1 = (Index*)s1, *p2 = (Index*)s2; in Index_comp() local
343 int result = p1->len - p2->len; in Index_comp()
344 for (int i = 0; result == 0 && i < p1->len; i++) in Index_comp()
345 result = *(p1->data+i) - *(p2->data+i); in Index_comp()
/trunk/main/cppuhelper/source/
H A Dbootstrap.cxx516 char const * p1 = cppuhelper_detail_findSofficePath(); in bootstrap() local
517 if (p1 == NULL) { in bootstrap()
523 &p2.pData, p1, strlen(p1), osl_getThreadTextEncoding(), in bootstrap()
/trunk/main/sd/source/ui/dlg/
H A Dprltempl.cxx84 sal_uInt16 p1, p2; in SdPresLayoutTemplateDlg() local
87 p1 = pPtr[0]; in SdPresLayoutTemplateDlg()
96 aInputSet.MergeRange( p1, p2 ); in SdPresLayoutTemplateDlg()
/trunk/main/sfx2/qa/gtest/
H A Dtest_metadatable.cxx79 static bool operator==(beans::StringPair p1, beans::StringPair p2) in operator ==() argument
81 return p1.First == p2.First && p1.Second == p2.Second; in operator ==()
/trunk/main/idlc/test/parser/
H A Dconstructor.tests77 f([in] long p1, [in] any... p2);
84 f([in] any... p2, [in] long p1);
91 f([in] long p1, [in] long... p2);
/trunk/main/ucb/source/ucp/webdav/
H A DPropertyMap.hxx36 bool operator()( const ::com::sun::star::beans::Property & p1, in operator ()()
39 return !!( p1.Name == p2.Name ); in operator ()()
H A DCurlLockStore.hxx40 bool operator()( const CurlLock * p1, const CurlLock * p2 ) const in operator ()()
42 return p1 < p2; in operator ()()
/trunk/main/x11_extensions/inc/
H A DXrender.h139 XPointFixed p1, p2; member
143 XPointFixed p1, p2, p3; member
187 XPointFixed p1; member
/trunk/main/svl/source/numbers/
H A Dzformat.cxx3570 while ( p1 < p-- ) in ImpGetNumberOutput()
3737 const sal_Unicode* p1 = rStr.GetBuffer(); in ImpNumberFillWithThousands() local
3738 const sal_Unicode* p = p1 + rStr.Len(); in ImpNumberFillWithThousands()
3739 while ( p1 < p-- ) in ImpNumberFillWithThousands()
3860 const sal_Unicode* p1 = rStr.GetBuffer(); in ImpNumberFill() local
3861 const sal_Unicode* p = p1 + rStr.Len(); in ImpNumberFill()
3862 while ( p1 < p-- ) in ImpNumberFill()
4547 const sal_Unicode* p1 = p0 + nPos; in IsInQuote() local
4549 while ( p <= p1 ) in IsInQuote()
4587 const sal_Unicode* p1 = p0 + nLen; in GetQuoteEnd() local
[all …]

Completed in 289 milliseconds

123456