Searched refs:uFileWidth (Results 1 – 1 of 1) sorted by relevance
38 sal_uInt32 uPathWidth, uFileWidth; in osl_abbreviateSystemPath() local59 uFileWidth = pfnCalcWidth( ustrFile ); in osl_abbreviateSystemPath()63 while ( uPathWidth + uFileWidth > uMaxWidth ) in osl_abbreviateSystemPath()81 while ( uPathWidth + uFileWidth > uMaxWidth ) in osl_abbreviateSystemPath()91 uFileWidth = pfnCalcWidth( ustrFile ); in osl_abbreviateSystemPath()101 uPathWidth += uFileWidth; in osl_abbreviateSystemPath()
Completed in 8 milliseconds