Home
last modified time | relevance | path

Searched refs:pInArgs (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vcl/unx/generic/app/
H A Di18n_wrp.cxx66 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 …]
/trunk/main/sc/source/ui/drawfunc/
H A Dfusel.cxx223 uno::Sequence< uno::Any >* pInArgs = in MouseButtonDown() local
226 *pInArgs, aRet, aOutArgsIndex, aOutArgs); in MouseButtonDown()
/trunk/main/sd/source/ui/func/
H A Dfusel.cxx1478 uno::Sequence< uno::Any >* pInArgs = in AnimateObj() local
1482 *pInArgs, aRet, aOutArgsIndex, aOutArgs); in AnimateObj()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx1712 Sequence< Any >* pInArgs = new Sequence< Any >(0); in click() local
1713 mpDocSh->CallXScript( aMacro, *pInArgs, aRet, aOutArgsIndex, aOutArgs); in click()

Completed in 40 milliseconds