Home
last modified time | relevance | path

Searched refs:p4 (Results 1 – 20 of 20) sorted by relevance

/trunk/main/cppuhelper/inc/cppuhelper/
H A Dqueryinterface.hxx117 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 Dquerydeep.hxx139 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 Dsvdglev.cxx54 …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 Dsvdpoev.cxx598 …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 Dsvdglev.hxx60 …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 Dsvdpoev.hxx66 …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 Dpngwrite.cxx614 sal_uInt8* p4 = p3 - mnBBP; // upperleft Pixel; in ImplGetFilter() local
622 nc = *p4; in ImplGetFilter()
641 p4++; in ImplGetFilter()
H A Dpngread.cxx1140 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 DJavamaker_Test.java138 assertTrue(s.p4 == 0); in testEmptyStruct2()
255 assertTrue(s.p4 == 3); in testFullStruct2()
/trunk/main/idlc/test/
H A Dservice.idl40 [bound, property] unsigned long p4;
H A Dsingleton.idl40 [bound, property] unsigned long p4;
/trunk/main/cli_ure/qa/climaker/
H A Dtypes.idl194 unsigned short p4;
331 [in] unsigned short p4,
H A Dclimaker.cs242 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 Dtypes.idl103 unsigned short p4;
214 [in] unsigned short p4,
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx3307 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 Dww8scan.hxx514 sal_uInt8*& p1, sal_uInt8*& p2, sal_uInt8*& p3, sal_uInt8*& p4 ) const;
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.hxx656 sal_uInt8*& p1, sal_uInt8*& p2, sal_uInt8*& p3, sal_uInt8*& p4 ) const;
H A Dww8scan.cxx3668 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 Dtypes.idl117 [in] unsigned short p4,
/trunk/extras/l10n/source/kid/
H A Dlocalize.sdf5452 …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 …]