Lines Matching refs:mxStrg
2076 mxStrg( rxStrg ) in StorageIterator()
2078 if( mxStrg.get() ) in StorageIterator()
2079 mxStrg->getElementNames( maNames ); in StorageIterator()
2109 return isValid() && mxStrg->openInputStream( *maIt ).is(); in isStream()
2116 StorageRef xStrg = mxStrg->openSubStorage( *maIt, false ); in isStorage()
2122 return mxStrg.get() && mxStrg->isStorage() && (maIt != maNames.end()); in implIsValid()
2169 mxStrg = rxStrg; in construct()
2178 mxStrg = cfg().getRootStorage(); in construct()
2185 return mxStrg.get() && (maSysPath.getLength() > 0) && ObjectBase::implIsValid(); in implIsValid()
2190 bool bIsStrg = mxStrg->isStorage(); in implDump()
2191 bool bIsRoot = mxStrg->isRootStorage(); in implDump()
2194 xBaseStrm = mxStrg->openInputStream( OUString() ); in implDump()
2210 extractStorage( mxStrg, OUString(), aSysOutPath ); in implDump()