Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/docvw/
H A DPostItMgr.cxx536 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 …]
H A DSidebarWin.cxx843 void SwSidebarWin::SetSidebarPosition(sw::sidebarwindows::SidebarPosition eSidebarPosition) in SetSidebarPosition() argument
845 meSidebarPosition = eSidebarPosition; in SetSidebarPosition()
/trunk/main/sw/inc/
H A DSidebarWin.hxx131 void SetSidebarPosition(sw::sidebarwindows::SidebarPosition eSidebarPosition);
H A DPostItMgr.hxx78 sw::sidebarwindows::SidebarPosition eSidebarPosition; member