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() local1859 aVals.eType = SbxVARIANT; in handleProcedureProperties()1874 pMeth->Get( aVals ); in handleProcedureProperties()1879 pMeth->Get( aVals ); in handleProcedureProperties()1882 pVar->Put( aVals ); in handleProcedureProperties()1915 SbxValues aVals; in handleProcedureProperties() local1916 pMeth->Get( aVals ); in handleProcedureProperties()2068 SbxValues aVals; in Call() local2069 aVals.eType = SbxVARIANT; in Call()2075 Get( aVals ); in Call()[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 …]