Searched refs:eSidebarPosition (Results 1 – 4 of 4) sorted by relevance
536 mPages[aPageNum-1]->eSidebarPosition = pItem->maLayoutInfo.meSidebarPosition; in CalcRects()629 if (mPages[n]->eSidebarPosition == sw::sidebarwindows::SIDEBAR_LEFT ) in LayoutPostIts()639 else if (mPages[n]->eSidebarPosition == sw::sidebarwindows::SIDEBAR_RIGHT ) in LayoutPostIts()675 pPostIt->SetSidebarPosition(mPages[n]->eSidebarPosition); in LayoutPostIts()747 … if ( mPages[n]->eSidebarPosition == sw::sidebarwindows::SIDEBAR_LEFT ) in LayoutPostIts()750 … else if ( mPages[n]->eSidebarPosition == sw::sidebarwindows::SIDEBAR_RIGHT ) in LayoutPostIts()756 … if ( mPages[n]->eSidebarPosition == sw::sidebarwindows::SIDEBAR_LEFT ) in LayoutPostIts()759 … else if ( mPages[n]->eSidebarPosition == sw::sidebarwindows::SIDEBAR_RIGHT ) in LayoutPostIts()882 if (mPages[aPage-1]->eSidebarPosition == sw::sidebarwindows::SIDEBAR_LEFT) in Scroll()884 else if (mPages[aPage-1]->eSidebarPosition == sw::sidebarwindows::SIDEBAR_RIGHT) in Scroll()[all …]
843 void SwSidebarWin::SetSidebarPosition(sw::sidebarwindows::SidebarPosition eSidebarPosition) in SetSidebarPosition() argument845 meSidebarPosition = eSidebarPosition; in SetSidebarPosition()
131 void SetSidebarPosition(sw::sidebarwindows::SidebarPosition eSidebarPosition);
78 sw::sidebarwindows::SidebarPosition eSidebarPosition; member