Home
last modified time | relevance | path

Searched refs:xS (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/ucb/source/ucp/file/
H A Dshell.cxx76 xS( 0 ), in UnqPathData()
87 xS( a.xS ), in UnqPathData()
98 xS = a.xS; in operator =()
103 a.xS = 0; in operator =()
561 it->second.xS = 0; in deassociate()
869 if( !it->second.xS.is() ) in setv()
2215 if( ( ! it->second.xS.is() || in load()
2222 if( xS.is() ) in load()
2227 it->second.xS = xS; in load()
2242 xS->getPropertyValue( seq[i].Name ), in load()
[all …]
H A Dshell.hxx157 com::sun::star::uno::Reference< com::sun::star::ucb::XPersistentPropertySet > xS; member in fileaccess::shell::UnqPathData
/trunk/main/basic/source/runtime/
H A Diosys.cxx447 Reference< XStream > xS; member in UCBStream
452 UCBStream( Reference< XStream > & xS );
508 : xS( rStm ) in UCBStream()
522 else if( xS.is() ) in ~UCBStream()
524 Reference< XInputStream > xIS_ = xS->getInputStream(); in ~UCBStream()
547 else if( xS.is() && (xISFromS = xS->getInputStream()).is() ) in GetData()
575 else if( xS.is() && (xOSFromS = xS->getOutputStream()).is() ) in PutData()
620 else if( xS.is() && (xOSFromS = xS->getOutputStream()).is() ) in FlushData()

Completed in 42 milliseconds