Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/appl/
H A Dnewhelp.cxx2920 sal_Int32 nOldWidth = bIndex ? nCollapseWidth : nExpandWidth; in MakeLayout()
2921 sal_Int32 nWidth = bIndex ? nExpandWidth : nCollapseWidth; in MakeLayout()
2966 nExpandWidth = aRect.Width; in InitSizes()
2967 nCollapseWidth = nExpandWidth * nTextSize / 100; in InitSizes()
2972 nExpandWidth = nCollapseWidth * 100 / nTextSize; in InitSizes()
3001 nExpandWidth = nWidth; in LoadConfig()
3002 nCollapseWidth = nExpandWidth * nTextSize / 100; in LoadConfig()
3007 nExpandWidth = nCollapseWidth * 100 / nTextSize; in LoadConfig()
3214 nExpandWidth ( 0 ), in SfxHelpWindow_Impl()
H A Dnewhelp.hxx523 sal_Int32 nExpandWidth; member in SfxHelpWindow_Impl

Completed in 36 milliseconds