Searched refs:eSidebarPosition (Results 1 – 4 of 4) sorted by relevance
538 mPages[aPageNum-1]->eSidebarPosition = pItem->maLayoutInfo.meSidebarPosition; in CalcRects()631 if (mPages[n]->eSidebarPosition == sw::sidebarwindows::SIDEBAR_LEFT ) in LayoutPostIts()641 else if (mPages[n]->eSidebarPosition == sw::sidebarwindows::SIDEBAR_RIGHT ) in LayoutPostIts()677 pPostIt->SetSidebarPosition(mPages[n]->eSidebarPosition); in LayoutPostIts()749 … if ( mPages[n]->eSidebarPosition == sw::sidebarwindows::SIDEBAR_LEFT ) in LayoutPostIts()752 … else if ( mPages[n]->eSidebarPosition == sw::sidebarwindows::SIDEBAR_RIGHT ) in LayoutPostIts()758 … if ( mPages[n]->eSidebarPosition == sw::sidebarwindows::SIDEBAR_LEFT ) in LayoutPostIts()761 … else if ( mPages[n]->eSidebarPosition == sw::sidebarwindows::SIDEBAR_RIGHT ) in LayoutPostIts()884 if (mPages[aPage-1]->eSidebarPosition == sw::sidebarwindows::SIDEBAR_LEFT) in Scroll()886 else if (mPages[aPage-1]->eSidebarPosition == sw::sidebarwindows::SIDEBAR_RIGHT) in Scroll()[all …]
845 void SwSidebarWin::SetSidebarPosition(sw::sidebarwindows::SidebarPosition eSidebarPosition) in SetSidebarPosition() argument847 meSidebarPosition = eSidebarPosition; in SetSidebarPosition()
131 void SetSidebarPosition(sw::sidebarwindows::SidebarPosition eSidebarPosition);
78 sw::sidebarwindows::SidebarPosition eSidebarPosition; member