Home
last modified time | relevance | path

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

/trunk/main/cui/source/options/
H A Doptcolor.cxx1072 ColorConfigWindow_Impl aScrollWindow; member in ColorConfigCtrl_Impl
1115 aScrollWindow(this, ResId(WN_SCROLL, *rResId.GetResMgr())), in ColorConfigCtrl_Impl()
1124 aScrollWindow.SetBackground(Wallpaper(rStyleSettings.GetFieldColor())); in ColorConfigCtrl_Impl()
1125 aScrollWindow.SetHelpId( HID_OPTIONS_COLORCONFIG_COLORLIST_WIN ); in ColorConfigCtrl_Impl()
1131 sal_Int32 nFirstWidth = aScrollWindow.aGeneralFT.GetPosPixel().X(); in ColorConfigCtrl_Impl()
1132 sal_Int32 nSecondWidth = aScrollWindow.aColorBoxes[0]->GetPosPixel().X() - nFirstWidth; in ColorConfigCtrl_Impl()
1133 … sal_Int32 nThirdWidth = aScrollWindow.aWindows[0]->GetPosPixel().X() - nFirstWidth - nSecondWidth; in ColorConfigCtrl_Impl()
1144 …sal_Int32 nScrollOffset = aScrollWindow.aColorBoxes[1]->GetPosPixel().Y() - aScrollWindow.aColorBo… in ColorConfigCtrl_Impl()
1145 sal_Int32 nVisibleEntries = aScrollWindow.GetSizePixel().Height() / nScrollOffset; in ColorConfigCtrl_Impl()
1147 aVScroll.SetRangeMax(aScrollWindow.aCheckBoxes.size() + aScrollWindow.aChapters.size() ); in ColorConfigCtrl_Impl()
[all …]