Searched refs:xVBA (Results 1 – 6 of 6) sorted by relevance
364 xVBA = xMacros->OpenStorage(rSublevel); in Open()365 if( !xVBA.Is() || SVSTREAM_OK != xVBA->GetError() ) in Open()371 if (ReadVBAProject(xVBA)) in Open()385 xVBAStream = xVBA->OpenStream( pOffsets[nIndex].sName, in Decompress()
76 SvStorageRef xVBA; member in VBA_Impl
417 xVBA = xMacros->OpenSotStorage( rSublevel, in Open()420 if( !xVBA.Is() || SVSTREAM_OK != xVBA->GetError() ) in Open()426 if (ReadVBAProject(xVBA)) in Open()500 xVBAStream = xVBA->OpenSotStream( pOffsets[nIndex].sName, in Decompress()
93 SvStorageRef xVBA; member in VBA_Impl
2164 …SotStorageRef xVBA = SotStorage::OpenOLEStorage( xDoc, String( RTL_CONSTASCII_USTRINGPARAM( "_MS_V… in SeekOle() local2165 if ( xVBA.Is() && ( xVBA->GetError() == SVSTREAM_OK ) ) in SeekOle()2167 …SotStorageRef xSubVBA = xVBA->OpenSotStorage( String( RTL_CONSTASCII_USTRINGPARAM( "_MS_VBA_Overhe… in SeekOle()
5383 …com::sun::star::uno::Reference< com::sun::star::script::vba::XVBACompatibility > xVBA( pShell->Get… in IsInVBAMode() local5384 bResult = xVBA.is() && xVBA->getVBACompatibilityMode(); in IsInVBAMode()
Completed in 132 milliseconds