/aoo42x/main/sw/inc/ |
H A D | PostItMgr.hxx | 56 namespace sw { namespace sidebarwindows { namespace 78 sw::sidebarwindows::SidebarPosition eSidebarPosition; 157 sw::sidebarwindows::SwSidebarWin* mpActivePostIt; 168 sw::sidebarwindows::SwFrmSidebarWinContainer* mpFrmSidebarWinContainer; 170 typedef std::list<sw::sidebarwindows::SwSidebarWin*>::iterator SwSidebarWin_iterator; 214 void MakeVisible( const sw::sidebarwindows::SwSidebarWin* pPostIt, 250 sw::sidebarwindows::SwSidebarWin* GetNextPostIt( sal_uInt16 aDirection, 254 sw::sidebarwindows::SwSidebarWin* GetActiveSidebarWin() { return mpActivePostIt; } in GetActiveSidebarWin() 255 void SetActiveSidebarWin( sw::sidebarwindows::SwSidebarWin* p); 291 sw::sidebarwindows::SwSidebarWin& rSidebarWin ); [all …]
|
H A D | SidebarWin.hxx | 55 namespace sw { namespace sidebarwindows { namespace 94 inline ::sw::sidebarwindows::AnchorOverlayObject* Anchor() { return mpAnchor;} in Anchor() 95 inline ::sw::sidebarwindows::ShadowOverlayObject* Shadow() { return mpShadow;} in Shadow() 131 void SetSidebarPosition(sw::sidebarwindows::SidebarPosition eSidebarPosition); 148 void SetViewState(::sw::sidebarwindows::ViewState bViewState); 217 sw::sidebarwindows::SidebarTxtControl* mpSidebarTxtControl; 223 sw::sidebarwindows::AnchorOverlayObject* mpAnchor; 224 sw::sidebarwindows::ShadowOverlayObject* mpShadow; 232 sw::sidebarwindows::SidebarPosition meSidebarPosition;
|
H A D | postithelper.hxx | 40 namespace sw { namespace sidebarwindows { namespace 61 sw::sidebarwindows::SidebarPosition meSidebarPosition; 73 , meSidebarPosition(sw::sidebarwindows::SIDEBAR_NONE) in SwLayoutInfo() 98 sw::sidebarwindows::SwSidebarWin* pPostIt; 123 virtual sw::sidebarwindows::SwSidebarWin* GetSidebarWindow( SwEditWin& rEditWin, 176 virtual sw::sidebarwindows::SwSidebarWin* GetSidebarWindow(
|
H A D | SidebarWindowsTypes.hxx | 27 namespace sw { namespace sidebarwindows { namespace
|
H A D | AnnotationWin.hxx | 34 class SwAnnotationWin : public sw::sidebarwindows::SwSidebarWin
|
/aoo42x/main/sw/source/ui/docvw/ |
H A D | PostItMgr.cxx | 95 using namespace sw::sidebarwindows; 631 if (mPages[n]->eSidebarPosition == sw::sidebarwindows::SIDEBAR_LEFT ) in LayoutPostIts() 641 else if (mPages[n]->eSidebarPosition == sw::sidebarwindows::SIDEBAR_RIGHT ) in LayoutPostIts() 884 if (mPages[aPage-1]->eSidebarPosition == sw::sidebarwindows::SIDEBAR_LEFT) in Scroll() 891 if (mPages[aPage-1]->eSidebarPosition == sw::sidebarwindows::SIDEBAR_LEFT) in Scroll() 1544 aRect = mPages[nPageNum-1]->eSidebarPosition == sw::sidebarwindows::SIDEBAR_LEFT in IsHit() 1563 Point aPointBottom = mPages[aPage-1]->eSidebarPosition == sw::sidebarwindows::SIDEBAR_LEFT in GetBottomScrollRect() 1574 Point aPointTop = mPages[aPage-1]->eSidebarPosition == sw::sidebarwindows::SIDEBAR_LEFT in GetTopScrollRect() 1586 Point aPointBottom = mPages[aPage-1]->eSidebarPosition == sw::sidebarwindows::SIDEBAR_LEFT in ScrollbarHit() 1590 Point aPointTop = mPages[aPage-1]->eSidebarPosition == sw::sidebarwindows::SIDEBAR_LEFT in ScrollbarHit() [all …]
|
H A D | AnnotationMenuButton.hxx | 29 namespace sw { namespace sidebarwindows { namespace 38 AnnotationMenuButton( sw::sidebarwindows::SwSidebarWin& rSidebarWin ); 50 sw::sidebarwindows::SwSidebarWin& mrSidebarWin;
|
H A D | AnnotationMenuButton.cxx | 54 AnnotationMenuButton::AnnotationMenuButton( sw::sidebarwindows::SwSidebarWin& rSidebarWin ) in AnnotationMenuButton() 58 … AddEventListener( LINK( &mrSidebarWin, sw::sidebarwindows::SwSidebarWin, WindowEventListener ) ); in AnnotationMenuButton() 67 …RemoveEventListener( LINK( &mrSidebarWin, sw::sidebarwindows::SwSidebarWin, WindowEventListener ) … in ~AnnotationMenuButton()
|
H A D | SidebarWin.cxx | 84 namespace sw { namespace sidebarwindows { namespace 122 , meSidebarPosition( sw::sidebarwindows::SIDEBAR_NONE ) in SwSidebarWin() 486 case sw::sidebarwindows::SIDEBAR_LEFT: in SetPosAndSize() 492 case sw::sidebarwindows::SIDEBAR_RIGHT: in SetPosAndSize() 845 void SwSidebarWin::SetSidebarPosition(sw::sidebarwindows::SidebarPosition eSidebarPosition) in SetSidebarPosition()
|
H A D | frmsidebarwincontainer.cxx | 58 …typedef ::std::map < SidebarWinKey, sw::sidebarwindows::SwSidebarWin*, SidebarWinOrder > SidebarWi… 86 namespace sw { namespace sidebarwindows { namespace
|
H A D | SidebarTxtControlAcc.hxx | 29 namespace sw { namespace sidebarwindows { namespace
|
H A D | SidebarWinAcc.hxx | 33 namespace sw { namespace sidebarwindows { namespace
|
H A D | frmsidebarwincontainer.hxx | 33 namespace sw { namespace sidebarwindows { namespace
|
H A D | ShadowOverlayObject.hxx | 31 namespace sw { namespace sidebarwindows { namespace
|
H A D | SidebarTxtControl.hxx | 34 namespace sw { namespace sidebarwindows { namespace
|
H A D | AnchorOverlayObject.hxx | 35 namespace sw { namespace sidebarwindows { namespace
|
H A D | SidebarWinAcc.cxx | 38 namespace sw { namespace sidebarwindows { namespace
|
H A D | ShadowOverlayObject.cxx | 38 namespace sw { namespace sidebarwindows { namespace
|
H A D | SidebarTxtControlAcc.cxx | 43 namespace sw { namespace sidebarwindows { namespace
|
/aoo42x/main/sw/source/core/layout/ |
H A D | pagechg.cxx | 301 const bool bRightSidebar = (SidebarPosition() == sw::sidebarwindows::SIDEBAR_RIGHT); in ~SwPageFrm() 670 const bool bRightSidebar = (SidebarPosition() == sw::sidebarwindows::SIDEBAR_RIGHT); in _UpdateAttr() 1406 sw::sidebarwindows::SidebarPosition SwPageFrm::SidebarPosition() const in SidebarPosition() 1411 return sw::sidebarwindows::SIDEBAR_RIGHT; in SidebarPosition() 1420 ? sw::sidebarwindows::SIDEBAR_RIGHT in SidebarPosition() 1421 : sw::sidebarwindows::SIDEBAR_LEFT; in SidebarPosition() 2341 … const bool bLeftSidebar = pPageToAdjust->SidebarPosition() == sw::sidebarwindows::SIDEBAR_LEFT; in CheckViewLayout()
|
H A D | layact.cxx | 1466 case sw::sidebarwindows::SIDEBAR_LEFT: in FormatLayout() 1472 case sw::sidebarwindows::SIDEBAR_RIGHT: in FormatLayout() 1478 case sw::sidebarwindows::SIDEBAR_NONE: in FormatLayout()
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | SidebarWindowsConsts.hxx | 27 namespace sw { namespace sidebarwindows { namespace
|
/aoo42x/main/sw/source/core/view/ |
H A D | viewsh.cxx | 1198 case sw::sidebarwindows::SIDEBAR_LEFT: in VisPortChgd() 1204 case sw::sidebarwindows::SIDEBAR_RIGHT: in VisPortChgd() 1210 case sw::sidebarwindows::SIDEBAR_NONE: in VisPortChgd() 1690 … static_cast<const SwPageFrm*>(pPage)->SidebarPosition() == sw::sidebarwindows::SIDEBAR_RIGHT; in PaintDesktop()
|
/aoo42x/main/sw/source/core/fields/ |
H A D | postithelper.cxx | 195 sw::sidebarwindows::SwSidebarWin* SwAnnotationItem::GetSidebarWindow( in GetSidebarWindow()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | pagefrm.hxx | 393 sw::sidebarwindows::SidebarPosition SidebarPosition() const;
|