Home
last modified time | relevance | path

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

/trunk/main/basctl/source/basicide/
H A Dbasicrenderable.cxx138 Sequence< beans::PropertyValue > aVals; in getRenderer() local
146 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()
/trunk/main/basic/source/classes/
H A Dsbxmod.cxx1858 SbxValues aVals; in handleProcedureProperties() local
1915 SbxValues aVals; in handleProcedureProperties() local
2068 SbxValues aVals; in Call() local
2075 Get( aVals ); in Call()
2077 pRet->Put( aVals ); in Call()
2469 SbxValues aVals; in triggerMethod() local
2470 pMeth->Get( aVals ); in triggerMethod()
2480 SbxValues aVals; in triggerMethod() local
2481 pMeth->Get( aVals ); in triggerMethod()
2595 SbxValues aVals; in Unload() local
[all …]
H A Dsb.cxx815 SbxValues aVals; in triggerInitializeEvent() local
816 pMeth->Get( aVals ); in triggerInitializeEvent()
831 SbxValues aVals; in triggerTerminateEvent() local
832 pMeth->Get( aVals ); in triggerTerminateEvent()
/trunk/main/basic/source/runtime/
H A Dmethods1.cxx163 SbxValues aVals; in RTLFUNC() local
164 aVals.eType = SbxVARIANT; in RTLFUNC()
165 pFindVar->Get( aVals ); in RTLFUNC()
168 refVar->Put( aVals ); in RTLFUNC()
182 SbxValues aVals; in RTLFUNC() local
183 aVals.eType = SbxVARIANT; in RTLFUNC()
184 pValVar->Get( aVals ); in RTLFUNC()
185 pFindVar->Put( aVals ); in RTLFUNC()
436 SbxValues aVals( SbxVARIANT ); in RTLFUNC() local
440 pSbxVariable->Get( aVals ); in RTLFUNC()
[all …]

Completed in 59 milliseconds