Home
last modified time | relevance | path

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

/aoo4110/main/filter/source/msfilter/
H A Dsvxmsbas2.cxx40 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 Dsvxmsbas.cxx94 SvStorageRef xVBAStg(xRoot->OpenSotStorage(rStorageName, in ImportForms_Impl() local
96 if (!xVBAStg.Is() || xVBAStg->GetError()) in ImportForms_Impl()
101 xVBAStg->FillInfoList(&aContents); in ImportForms_Impl()
142 SvStorageRef xForm (xVBAStg->OpenSotStorage(*aIter, in ImportForms_Impl()
176 OCX_UserForm aForm(xVBAStg, *aIter, *aIter, xDialog, xSF ); in ImportForms_Impl()
199 SvStorageRef xVBAStg( xRoot->OpenSotStorage( rStorageName, in CopyStorage_Impl() local
202 if( xVBAStg.Is() && !xVBAStg->GetError() ) in CopyStorage_Impl()
204 SvStorageRef xVBASubStg( xVBAStg->OpenSotStorage( rSubStorageName, in CopyStorage_Impl()

Completed in 15 milliseconds