Lines Matching refs:Push
208 inline void Push( DirEntry *pEntry );
214 inline void DirEntryStack::Push( DirEntry *pEntry ) in Push() function in DirEntryStack
378 aStack.Push( new DirEntry( aName, FSYS_FLAG_ABSROOT, eStyle ) ); in ImpParseOs2Name()
385 aStack.Push( new DirEntry( FSYS_FLAG_ABSROOT ) ); in ImpParseOs2Name()
406 aStack.Push( new DirEntry( aName, FSYS_FLAG_ABSROOT, eStyle ) ); in ImpParseOs2Name()
417 aStack.Push( new DirEntry( aName, FSYS_FLAG_RELROOT, eStyle ) ); in ImpParseOs2Name()
440 aStack.Push( new DirEntry( FSYS_FLAG_PARENT ) ); in ImpParseOs2Name()
486 aStack.Push( pNew ); in ImpParseOs2Name()
2304 aStack.Push( new DirEntry( FSYS_FLAG_ABSROOT ) ); in ImpParseUnixName()
2321 aStack.Push( new DirEntry( aHome[ (sal_uInt16) n-1 ] ) ); in ImpParseUnixName()
2333 aStack.Push( new DirEntry( ByteString(), FSYS_FLAG_PARENT, eStyle ) ); in ImpParseUnixName()
2356 aStack.Push( pNew ); in ImpParseUnixName()