Lines Matching refs:pLeft
121 if( pLeft ) in Enum()
123 ((StgDirEntry*) pLeft)->Enum( n ); nLeft = ((StgDirEntry*) pLeft)->nEntry; in Enum()
143 if( pLeft ) in DelTemp()
144 ((StgDirEntry*) pLeft)->DelTemp( sal_False ); in DelTemp()
165 pLeft = pRight = pDown = 0; in DelTemp()
181 if( pLeft ) in Store()
182 if( !((StgDirEntry*) pLeft)->Store( rStrm ) ) in Store()
221 if( pLeft ) in StoreStreams()
222 if( !((StgDirEntry*) pLeft)->StoreStreams( rIo ) ) in StoreStreams()
238 if( pLeft ) in RevertAll()
239 ((StgDirEntry*) pLeft)->RevertAll(); in RevertAll()
252 if( pLeft && ((StgDirEntry*) pLeft)->IsDirty() ) in IsDirty()