Lines Matching refs:sal_uInt16

285 ByteString ImplCutPath( const ByteString& rStr, sal_uInt16 nMax, char cAccDel )  in ImplCutPath()
287 sal_uInt16 nMaxPathLen = nMax; in ImplCutPath()
290 sal_uInt16 nBegin = aCutPath.Search( cAccDel ); in ImplCutPath()
299 sal_uInt16 nEnd = aCutPath.Search( cAccDel, nBegin + 1 ); in ImplCutPath()
300 sal_uInt16 nCount; in ImplCutPath()
314 for ( sal_uInt16 n = nMaxPathLen; n > nMaxPathLen/2; --n ) in ImplCutPath()
358 sal_uInt16 nPos; in ImpParseOs2Name()
635 sal_uInt16 nPunktPos = aName.Search( '.' ); in ImpTrim()
1135 sal_uInt16 nMaxChars ) const in GetFull()
1775 sal_uInt16 nTokenCount = rPfad.GetTokenCount( cDelim ); in Find()
1776 sal_uInt16 nIndex = 0; in Find()
1779 for ( sal_uInt16 nToken = 0; nToken < nTokenCount; ++nToken ) in Find()
1827 sal_uInt16 nPos = aThisCompareStr.Match( aCurCompareStr ); in ImpToRel()
1873 sal_uInt16 DirEntry::CutRelParents() in CutRelParents()
1887 sal_uInt16 nParCount = 0; in CutRelParents()
2026 sal_uInt16 DirEntry::GetMaxNameLen( FSysPathStyle eFormatter ) in GetMaxNameLen()
2255 const DirEntry &DirEntry::operator[]( sal_uInt16 nParentLevel ) const in operator []()
2291 sal_uInt16 nPos; in ImpParseUnixName()
2317 for ( sal_uInt16 n = aHome.Level(); n; --n ) in ImpParseUnixName()
2318 aStack.Push( new DirEntry( aHome[ (sal_uInt16) n-1 ] ) ); in ImpParseUnixName()
2503 for ( sal_uInt16 n = aLongName.Len(); n; --n ) in MakeShortName()
2528 sal_uInt16 nMaxExt, nMaxLen; in MakeShortName()
2951 for ( sal_uInt16 n = 0; eError == FSYS_ERR_OK && n < aDir.Count(); ++n ) in Kill()
3058 sal_uInt16 nThisLevel = Level(); in Contains()
3059 sal_uInt16 nSubLevel = rSubEntry.Level(); in Contains()
3080 sal_uInt16 DirEntry::Level() const in Level()
3084 sal_uInt16 nLevel = 0; in Level()
3178 for( sal_uInt16 iLevel = this->Level(); iLevel > 0; iLevel-- ) in IsLongNameOnFAT()