Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/vba/
H A Dvbahelper.cxx243 SbxObject* basicChosen = pBasic ; in getCurrentDocument() local
244 if ( basicChosen == NULL) in getCurrentDocument()
255 basicChosen = pParentParent; in getCurrentDocument()
259 basicChosen = pParent; in getCurrentDocument()
264 …SbxVariable *pCompVar = basicChosen->Find( UniString(RTL_CONSTASCII_USTRINGPARAM("ThisComponent")… in getCurrentDocument()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx379 SbxObject* basicChosen = pBasic ; in getCurrentDoc() local
380 if ( basicChosen == NULL) in getCurrentDoc()
391 basicChosen = pParentParent; in getCurrentDoc()
395 basicChosen = pParent; in getCurrentDoc()
400 SbxVariable *pCompVar = basicChosen->Find( sKey, SbxCLASS_OBJECT ); in getCurrentDoc()

Completed in 44 milliseconds