Searched refs:aVals (Results 1 – 4 of 4) sorted by relevance
138 Sequence< beans::PropertyValue > aVals; in getRenderer() local146 aVals.realloc( 1 ); in getRenderer()147 aVals[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "PageSize" ) ); in getRenderer()151 aVals[0].Value <<= aSize; in getRenderer()154 appendPrintUIOptions( aVals ); in getRenderer()156 return aVals; in getRenderer()
1858 SbxValues aVals; in handleProcedureProperties() local1915 SbxValues aVals; in handleProcedureProperties() local2068 SbxValues aVals; in Call() local2075 Get( aVals ); in Call()2077 pRet->Put( aVals ); in Call()2469 SbxValues aVals; in triggerMethod() local2470 pMeth->Get( aVals ); in triggerMethod()2480 SbxValues aVals; in triggerMethod() local2481 pMeth->Get( aVals ); in triggerMethod()2595 SbxValues aVals; in Unload() local[all …]
815 SbxValues aVals; in triggerInitializeEvent() local816 pMeth->Get( aVals ); in triggerInitializeEvent()831 SbxValues aVals; in triggerTerminateEvent() local832 pMeth->Get( aVals ); in triggerTerminateEvent()
163 SbxValues aVals; in RTLFUNC() local164 aVals.eType = SbxVARIANT; in RTLFUNC()165 pFindVar->Get( aVals ); in RTLFUNC()168 refVar->Put( aVals ); in RTLFUNC()182 SbxValues aVals; in RTLFUNC() local183 aVals.eType = SbxVARIANT; in RTLFUNC()184 pValVar->Get( aVals ); in RTLFUNC()185 pFindVar->Put( aVals ); in RTLFUNC()436 SbxValues aVals( SbxVARIANT ); in RTLFUNC() local440 pSbxVariable->Get( aVals ); in RTLFUNC()[all …]
Completed in 76 milliseconds