Searched refs:xVBAStg (Results 1 – 2 of 2) sorted by relevance
/trunk/main/filter/source/msfilter/ |
H A D | svxmsbas2.cxx | 40 SotStorageRef xVBAStg( SotStorage::OpenOLEStorage( xSrcRoot, aDstStgName, in SaveOrDelMSVBAStorage() local 42 if( xVBAStg.Is() && !xVBAStg->GetError() ) in SaveOrDelMSVBAStorage() 44 xVBAStg = 0; in SaveOrDelMSVBAStorage() 71 SvStorageRef xVBAStg( SotStorage::OpenOLEStorage( xSrcRoot, GetMSBasicStorageName(), in GetSaveWarningOfMSVBAStorage() local 73 return ( xVBAStg.Is() && !xVBAStg->GetError() ) in GetSaveWarningOfMSVBAStorage()
|
H A D | svxmsbas.cxx | 93 SvStorageRef xVBAStg(xRoot->OpenSotStorage(rStorageName, in ImportForms_Impl() local 95 if (!xVBAStg.Is() || xVBAStg->GetError()) in ImportForms_Impl() 100 xVBAStg->FillInfoList(&aContents); in ImportForms_Impl() 141 SvStorageRef xForm (xVBAStg->OpenSotStorage(*aIter, in ImportForms_Impl() 175 OCX_UserForm aForm(xVBAStg, *aIter, *aIter, xDialog, xSF ); in ImportForms_Impl() 198 SvStorageRef xVBAStg( xRoot->OpenSotStorage( rStorageName, in CopyStorage_Impl() local 201 if( xVBAStg.Is() && !xVBAStg->GetError() ) in CopyStorage_Impl() 203 SvStorageRef xVBASubStg( xVBAStg->OpenSotStorage( rSubStorageName, in CopyStorage_Impl()
|
Completed in 9 milliseconds