| /trunk/main/cppuhelper/inc/cppuhelper/ |
| H A D | queryinterface.hxx | 117 Interface1 * p1, Interface2 * p2, Interface3 * p3, Interface4 * p4 ) in queryInterface() argument 127 return ::com::sun::star::uno::Any( &p4, rType ); in queryInterface() 149 Interface1 * p1, Interface2 * p2, Interface3 * p3, Interface4 * p4, Interface5 * p5 ) in queryInterface() argument 159 return ::com::sun::star::uno::Any( &p4, rType ); in queryInterface() 186 Interface1 * p1, Interface2 * p2, Interface3 * p3, Interface4 * p4, Interface5 * p5, in queryInterface() argument 197 return ::com::sun::star::uno::Any( &p4, rType ); in queryInterface() 228 Interface1 * p1, Interface2 * p2, Interface3 * p3, Interface4 * p4, Interface5 * p5, in queryInterface() argument 239 return ::com::sun::star::uno::Any( &p4, rType ); in queryInterface() 274 Interface1 * p1, Interface2 * p2, Interface3 * p3, Interface4 * p4, Interface5 * p5, in queryInterface() argument 285 return ::com::sun::star::uno::Any( &p4, rType ); in queryInterface() [all …]
|
| /trunk/main/unotools/inc/unotools/ |
| H A D | querydeep.hxx | 139 Interface1 * p1, Interface2 * p2, Interface3 * p3, Interface4 * p4 ) in queryDeepInterface() argument 148 return ::com::sun::star::uno::Any( &p4, rType ); in queryDeepInterface() 165 Interface1 * p1, Interface2 * p2, Interface3 * p3, Interface4 * p4, Interface5 * p5 ) in queryDeepInterface() argument 174 return ::com::sun::star::uno::Any( &p4, rType ); in queryDeepInterface() 195 Interface1 * p1, Interface2 * p2, Interface3 * p3, Interface4 * p4, Interface5 * p5, in queryDeepInterface() argument 205 return ::com::sun::star::uno::Any( &p4, rType ); in queryDeepInterface() 229 Interface1 * p1, Interface2 * p2, Interface3 * p3, Interface4 * p4, Interface5 * p5, in queryDeepInterface() argument 239 return ::com::sun::star::uno::Any( &p4, rType ); in queryDeepInterface() 266 Interface1 * p1, Interface2 * p2, Interface3 * p3, Interface4 * p4, Interface5 * p5, in queryDeepInterface() argument 276 return ::com::sun::star::uno::Any( &p4, rType ); in queryDeepInterface() [all …]
|
| /trunk/main/svx/source/svdraw/ |
| H A D | svdglev.cxx | 54 …c, sal_Bool bConst, const void* p1, const void* p2, const void* p3, const void* p4, const void* p5) in ImpDoMarkedGluePoints() argument 82 (*pDoFunc)(rGP,pObj,p1,p2,p3,p4,p5); in ImpDoMarkedGluePoints() 318 …GlueTrFunc pTrFunc, const void* p1, const void* p2, const void* p3, const void* p4, const void* p5) in ImpTransformMarkedGluePoints() argument 339 (*pTrFunc)(aPos,p1,p2,p3,p4,p5); in ImpTransformMarkedGluePoints() 389 …Point& rPt, const void* p1, const void* /*p2*/, const void* p3, const void* p4, const void* /*p5*/) in ImpRotate() argument 391 RotatePoint(rPt,*(const Point*)p1,*(const double*)p3,*(const double*)p4); in ImpRotate()
|
| H A D | svdpoev.cxx | 598 …PolyTrFunc pTrFunc, const void* p1, const void* p2, const void* p3, const void* p4, const void* p5) in ImpTransformMarkedPoints() argument 649 (*pTrFunc)(aPos,&aC1,&aC2,p1,p2,p3,p4,p5); in ImpTransformMarkedPoints() 717 …Point* pC2, const void* p1, const void* /*p2*/, const void* p3, const void* p4, const void* /*p5*/) in ImpRotate() argument 719 RotatePoint(rPt,*(const Point*)p1,*(const double*)p3,*(const double*)p4); in ImpRotate() 720 if (pC1!=NULL) RotatePoint(*pC1,*(const Point*)p1,*(const double*)p3,*(const double*)p4); in ImpRotate() 721 if (pC2!=NULL) RotatePoint(*pC2,*(const Point*)p1,*(const double*)p3,*(const double*)p4); in ImpRotate()
|
| /trunk/main/svx/inc/svx/ |
| H A D | svdglev.hxx | 60 …const void* p1=NULL, const void* p2=NULL, const void* p3=NULL, const void* p4=NULL, const void* p5… 61 …const void* p1=NULL, const void* p2=NULL, const void* p3=NULL, const void* p4=NULL, const void* p5…
|
| H A D | svdpoev.hxx | 66 …const void* p1=NULL, const void* p2=NULL, const void* p3=NULL, const void* p4=NULL, const void* p5…
|
| /trunk/main/vcl/source/gdi/ |
| H A D | pngwrite.cxx | 614 sal_uInt8* p4 = p3 - mnBBP; // upperleft Pixel; in ImplGetFilter() local 622 nc = *p4; in ImplGetFilter() 641 p4++; in ImplGetFilter()
|
| H A D | pngread.cxx | 1140 const sal_uInt8* p4 = p2; in ImplApplyFilter() local 1151 int nc = *(p4++); in ImplApplyFilter()
|
| /trunk/main/codemaker/test/javamaker/src/test/java/test/codemaker/javamaker/ |
| H A D | Javamaker_Test.java | 138 assertTrue(s.p4 == 0); in testEmptyStruct2() 255 assertTrue(s.p4 == 3); in testFullStruct2()
|
| /trunk/main/idlc/test/ |
| H A D | service.idl | 40 [bound, property] unsigned long p4;
|
| H A D | singleton.idl | 40 [bound, property] unsigned long p4;
|
| /trunk/main/cli_ure/qa/climaker/ |
| H A D | types.idl | 194 unsigned short p4; 331 [in] unsigned short p4,
|
| H A D | climaker.cs | 242 l.assure(s.p4 == 0); in testEmptyStruct2() 358 l.assure(s.p4 == 3); in testFullStruct2()
|
| /trunk/main/codemaker/test/javamaker/src/test/idl/test/codemaker/javamaker/ |
| H A D | types.idl | 103 unsigned short p4; 214 [in] unsigned short p4,
|
| /trunk/main/sw/source/filter/ww8/dump/ |
| H A D | ww8scan.cxx | 3307 sal_uInt8*& p1, sal_uInt8*& p2, sal_uInt8*& p3, sal_uInt8*& p4) const in Find4Sprms() 3316 p4 = 0; in Find4Sprms() 3332 p4 = pSp + maSprmParser.DistanceToData(nId4); in Find4Sprms()
|
| H A D | ww8scan.hxx | 514 sal_uInt8*& p1, sal_uInt8*& p2, sal_uInt8*& p3, sal_uInt8*& p4 ) const;
|
| /trunk/main/sw/source/filter/ww8/ |
| H A D | ww8scan.hxx | 656 sal_uInt8*& p1, sal_uInt8*& p2, sal_uInt8*& p3, sal_uInt8*& p4 ) const;
|
| H A D | ww8scan.cxx | 3668 sal_uInt8*& p1, sal_uInt8*& p2, sal_uInt8*& p3, sal_uInt8*& p4) const in Find4Sprms() 3677 p4 = 0; in Find4Sprms() 3693 p4 = pSp + maSprmParser.DistanceToData(nId4); in Find4Sprms()
|
| /trunk/main/codemaker/test/cppumaker/ |
| H A D | types.idl | 117 [in] unsigned short p4,
|
| /trunk/extras/l10n/source/kid/ |
| H A D | localize.sdf | 5452 …hdl.src 0 string RID_UPDATE_STR_CANCEL_DOWNLOAD 0 kid 3p4[9x‖Do you really wan… 8966 …basic\shared\03104300.xhp 0 help par_id3159414 8 0 kid p4]=[5‖\<emph\>Argument… 11287 …basic\shared\03010304.xhp 0 help hd_id3148406 27 0 kid p4=-qq‖Example: … 14229 …xt\scalc\01\04060110.xhp 0 help hd_id3152964 124 0 kid p4[aff‖Syntax … 17155 …calc\01\04060185.xhp 0 help bm_id3157986 0 kid ipa-p4‖\<bookmark_value\>NO… 23174 …d\3dsettings_toolbar.xhp 0 help par_idN10632 0 kid p4]rs9‖\<ahelp hid=\".\… 31511 …hared\02\12080000.xhp 0 help par_id3149205 0 kid nn5+p4‖\<image id=\"img_id3… 31626 …xt\shared\02\24020000.xhp 0 help hd_id3155262 4 0 kid p4+g8l‖Default … 32136 …\shared\02\01170101.xhp 0 help par_id3153287 210 0 kid 8[p4=q‖For URL type butto… 35959 …d\guide\scripting.xhp 0 help par_idN10A65 0 kid u]a+p4‖Open any scripting l… [all …]
|