Searched refs:pInArgs (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/vcl/unx/generic/app/ |
H A D | i18n_wrp.cxx | 66 XvaCountArgs( XIMArg *pInArgs ) in XvaCountArgs() argument 71 while ( (pName = pInArgs->name) != NULL ) in XvaCountArgs() 73 pValue = pInArgs->value; in XvaCountArgs() 83 pInArgs++; in XvaCountArgs() 90 XvaCountArgs( va_list pInArgs ) in XvaCountArgs() argument 97 pValue = va_arg(pInArgs, char*); in XvaCountArgs() 113 XvaGetArgs( XIMArg *pInArgs, XIMArg *pOutArgs ) in XvaGetArgs() argument 117 while ( (pName = pInArgs->name) != NULL ) in XvaGetArgs() 119 pValue = pInArgs->value; in XvaGetArgs() 131 pInArgs++; in XvaGetArgs() [all …]
|
/aoo41x/main/sc/source/ui/drawfunc/ |
H A D | fusel.cxx | 223 uno::Sequence< uno::Any >* pInArgs = in MouseButtonDown() local 226 *pInArgs, aRet, aOutArgsIndex, aOutArgs); in MouseButtonDown()
|
/aoo41x/main/sd/source/ui/func/ |
H A D | fusel.cxx | 1478 uno::Sequence< uno::Any >* pInArgs = in AnimateObj() local 1482 *pInArgs, aRet, aOutArgsIndex, aOutArgs); in AnimateObj()
|
/aoo41x/main/sd/source/ui/slideshow/ |
H A D | slideshowimpl.cxx | 1712 Sequence< Any >* pInArgs = new Sequence< Any >(0); in click() local 1713 mpDocSh->CallXScript( aMacro, *pInArgs, aRet, aOutArgsIndex, aOutArgs); in click()
|
Completed in 112 milliseconds