Home
last modified time | relevance | path

Searched refs:xVBA (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/filter/ww8/dump/
H A Dmsvbasic.cxx364 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()
H A Dmsvbasic.hxx76 SvStorageRef xVBA; member in VBA_Impl
/trunk/main/filter/source/msfilter/
H A Dmsvbasic.cxx417 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()
H A Dmsvbasic.hxx93 SvStorageRef xVBA; member in VBA_Impl
H A Dsvdfppt.cxx2164 …SotStorageRef xVBA = SotStorage::OpenOLEStorage( xDoc, String( RTL_CONSTASCII_USTRINGPARAM( "_MS_V… in SeekOle() local
2165 if ( xVBA.Is() && ( xVBA->GetError() == SVSTREAM_OK ) ) in SeekOle()
2167 …SotStorageRef xSubVBA = xVBA->OpenSotStorage( String( RTL_CONSTASCII_USTRINGPARAM( "_MS_VBA_Overhe… in SeekOle()
/trunk/main/sc/source/core/data/
H A Ddocument.cxx5383 …com::sun::star::uno::Reference< com::sun::star::script::vba::XVBACompatibility > xVBA( pShell->Get… in IsInVBAMode() local
5384 bResult = xVBA.is() && xVBA->getVBACompatibilityMode(); in IsInVBAMode()

Completed in 72 milliseconds