Home
last modified time | relevance | path

Searched refs:nDirPos (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/automation/source/server/
H A Dstatemnt.hxx358 static sal_uInt16 nDirPos; member in StatementCommand
H A Dstatemnt.cxx111 sal_uInt16 StatementCommand::nDirPos = 0; member in StatementCommand
3020 nDirPos = 0; in Execute()
3029 if( nDirPos >= pDir->Count() ) in Execute()
3036 DirEntry aNextEntry=(*(pDir))[nDirPos++]; in Execute()