Searched refs:uPathWidth (Results 1 – 1 of 1) sorted by relevance
38 sal_uInt32 uPathWidth, uFileWidth; in osl_abbreviateSystemPath() local58 uPathWidth = pfnCalcWidth( ustrPath ); in osl_abbreviateSystemPath()63 while ( uPathWidth + uFileWidth > uMaxWidth ) in osl_abbreviateSystemPath()73 uPathWidth = pfnCalcWidth( ustrPath ); in osl_abbreviateSystemPath()81 while ( uPathWidth + uFileWidth > uMaxWidth ) in osl_abbreviateSystemPath()101 uPathWidth += uFileWidth; in osl_abbreviateSystemPath()103 while ( uPathWidth > uMaxWidth ) in osl_abbreviateSystemPath()107 uPathWidth = pfnCalcWidth( *pustrCompacted ); in osl_abbreviateSystemPath()
Completed in 4 milliseconds