Home
last modified time | relevance | path

Searched refs:pCompVar (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/vba/
H A Dvbahelper.cxx264 …SbxVariable *pCompVar = basicChosen->Find( UniString(RTL_CONSTASCII_USTRINGPARAM("ThisComponent")… in getCurrentDocument() local
266 if ( pCompVar ) in getCurrentDocument()
268 aModel = sbxToUnoValue( pCompVar ); in getCurrentDocument()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx400 SbxVariable *pCompVar = basicChosen->Find( sKey, SbxCLASS_OBJECT ); in getCurrentDoc() local
402 if ( pCompVar ) in getCurrentDoc()
404 aModel = sbxToUnoValue( pCompVar ); in getCurrentDoc()

Completed in 23 milliseconds