Lines Matching refs:SwPostItMgr

104 SwPostItMgr::SwPostItMgr(SwView* pView)  in SwPostItMgr()  function in SwPostItMgr
140 mnEventId = Application::PostUserEvent( LINK( this, SwPostItMgr, CalcHdl), 0 ); in SwPostItMgr()
144 SwPostItMgr::~SwPostItMgr() in ~SwPostItMgr()
160 void SwPostItMgr::CheckForRemovedPostIts() in CheckForRemovedPostIts()
195 void SwPostItMgr::InsertItem(SfxBroadcaster* pItem, bool bCheckExistance, bool bFocus) in InsertItem()
217 void SwPostItMgr::RemoveItem( SfxBroadcaster* pBroadcast ) in RemoveItem()
237 void SwPostItMgr::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) in Notify()
247 mnEventId = Application::PostUserEvent( LINK( this, SwPostItMgr, CalcHdl), 0 ); in Notify()
273 mnEventId = Application::PostUserEvent( LINK( this, SwPostItMgr, CalcHdl), 0 ); in Notify()
420 void SwPostItMgr::Focus(SfxBroadcaster& rBC) in Focus()
447 bool SwPostItMgr::CalcRects() in CalcRects()
565 bool SwPostItMgr::HasScrollbars() const in HasScrollbars()
575 void SwPostItMgr::PreparePageContainer() in PreparePageContainer()
605 void SwPostItMgr::LayoutPostIts() in LayoutPostIts()
834 bool SwPostItMgr::BorderOverPageBorder(unsigned long aPage) const in BorderOverPageBorder()
855 void SwPostItMgr::Scroll(const long lScroll,const unsigned long aPage) in Scroll()
907 void SwPostItMgr::AutoScroll(const SwSidebarWin* pPostIt,const unsigned long aPage ) in AutoScroll()
927 void SwPostItMgr::MakeVisible(const SwSidebarWin* pPostIt,long aPage ) in MakeVisible()
954 bool SwPostItMgr::ArrowEnabled(sal_uInt16 aDirection,unsigned long aPage) const in ArrowEnabled()
970 Color SwPostItMgr::GetArrowColor(sal_uInt16 aDirection,unsigned long aPage) const in GetArrowColor()
985 bool SwPostItMgr::LayoutByPage(std::list<SwSidebarWin*> &aVisiblePostItList,const Rectangle aBorder… in LayoutByPage()
1175 void SwPostItMgr::AddPostIts(bool bCheckExistance, bool bFocus) in AddPostIts()
1196 void SwPostItMgr::RemoveSidebarWin() in RemoveSidebarWin()
1217 void SwPostItMgr::Delete(String aAuthor) in Delete()
1250 void SwPostItMgr::Delete() in Delete()
1295 void SwPostItMgr::Hide(SwPostItField* pPostItField )
1314 void SwPostItMgr::Hide( const String& rAuthor ) in Hide()
1328 void SwPostItMgr::Hide() in Hide()
1338 void SwPostItMgr::Show() in Show()
1347 void SwPostItMgr::Sort(const short aType) in Sort()
1368 SwSidebarWin* SwPostItMgr::GetSidebarWin( const SfxBroadcaster* pBroadcaster) const in GetSidebarWin()
1378 sw::annotation::SwAnnotationWin* SwPostItMgr::GetAnnotationWin(const SwPostItField* pFld) const in GetAnnotationWin()
1388 SwSidebarWin* SwPostItMgr::GetNextPostIt( sal_uInt16 aDirection, in GetNextPostIt()
1426 long SwPostItMgr::GetNextBorder() in GetNextBorder()
1457 void SwPostItMgr::SetShadowState(const SwPostItField* pFld,bool bCursor) in SetShadowState()
1510 void SwPostItMgr::PrepareView(bool bIgnoreCount) in PrepareView()
1524 bool SwPostItMgr::ShowScrollbar(const unsigned long aPage) const in ShowScrollbar()
1532 bool SwPostItMgr::IsHit(const Point &aPointPixel) in IsHit()
1560 Rectangle SwPostItMgr::GetBottomScrollRect(const unsigned long aPage) const in GetBottomScrollRect()
1571 Rectangle SwPostItMgr::GetTopScrollRect(const unsigned long aPage) const in GetTopScrollRect()
1583 bool SwPostItMgr::ScrollbarHit(const unsigned long aPage,const Point &aPoint) in ScrollbarHit()
1617 void SwPostItMgr::CorrectPositions() in CorrectPositions()
1666 bool SwPostItMgr::ShowNotes() const in ShowNotes()
1672 bool SwPostItMgr::HasNotes() const in HasNotes()
1677 unsigned long SwPostItMgr::GetSidebarWidth(bool bPx) const in GetSidebarWidth()
1686 unsigned long SwPostItMgr::GetSidebarBorderWidth(bool bPx) const in GetSidebarBorderWidth()
1694 unsigned long SwPostItMgr::GetNoteWidth() in GetNoteWidth()
1699 Color SwPostItMgr::GetColorDark(sal_uInt16 aAuthorIndex) in GetColorDark()
1714 Color SwPostItMgr::GetColorLight(sal_uInt16 aAuthorIndex) in GetColorLight()
1729 Color SwPostItMgr::GetColorAnchor(sal_uInt16 aAuthorIndex) in GetColorAnchor()
1744 void SwPostItMgr::SetActiveSidebarWin( SwSidebarWin* p) in SetActiveSidebarWin()
1767 IMPL_LINK( SwPostItMgr, CalcHdl, void*, /* pVoid*/ )
1786 void SwPostItMgr::Rescale() in Rescale()
1793 sal_Int32 SwPostItMgr::GetInitialAnchorDistance() const in GetInitialAnchorDistance()
1799 sal_Int32 SwPostItMgr::GetSpaceBetween() const in GetSpaceBetween()
1805 sal_Int32 SwPostItMgr::GetScrollSize() const in GetScrollSize()
1811 sal_Int32 SwPostItMgr::GetMinimumSizeWithMeta() const in GetMinimumSizeWithMeta()
1817 sal_Int32 SwPostItMgr::GetSidebarScrollerHeight() const in GetSidebarScrollerHeight()
1823 void SwPostItMgr::SetSpellChecking() in SetSpellChecking()
1830 void SwPostItMgr::SetReadOnlyState() in SetReadOnlyState()
1837 void SwPostItMgr::CheckMetaText() in CheckMetaText()
1845 sal_uInt16 SwPostItMgr::Replace(SvxSearchItem* pItem) in Replace()
1854 sal_uInt16 SwPostItMgr::FinishSearchReplace(const ::com::sun::star::util::SearchOptions& rSearchOpt… in FinishSearchReplace()
1866 sal_uInt16 SwPostItMgr::SearchReplace(const SwFmtFld &pFld, const ::com::sun::star::util::SearchOpt… in SearchReplace()
1892 void SwPostItMgr::AssureStdModeAtShell() in AssureStdModeAtShell()
1917 bool SwPostItMgr::HasActiveSidebarWin() const in HasActiveSidebarWin()
1922 bool SwPostItMgr::HasActiveAnnotationWin() const in HasActiveAnnotationWin()
1928 void SwPostItMgr::GrabFocusOnActiveSidebarWin() in GrabFocusOnActiveSidebarWin()
1936 void SwPostItMgr::UpdateDataOnActiveSidebarWin() in UpdateDataOnActiveSidebarWin()
1944 void SwPostItMgr::DeleteActiveSidebarWin() in DeleteActiveSidebarWin()
1952 void SwPostItMgr::HideActiveSidebarWin() in HideActiveSidebarWin()
1960 void SwPostItMgr::ToggleInsModeOnActiveSidebarWin() in ToggleInsModeOnActiveSidebarWin()
1968 void SwPostItMgr::ConnectSidebarWinToFrm( const SwFrm& rFrm, in ConnectSidebarWinToFrm()
1985 void SwPostItMgr::DisconnectSidebarWinFromFrm( const SwFrm& rFrm, in DisconnectSidebarWinFromFrm()
1999 bool SwPostItMgr::HasFrmConnectedSidebarWins( const SwFrm& rFrm ) in HasFrmConnectedSidebarWins()
2011 Window* SwPostItMgr::GetSidebarWinForFrmByIndex( const SwFrm& rFrm, in GetSidebarWinForFrmByIndex()
2024 void SwPostItMgr::GetAllSidebarWinForFrm( const SwFrm& rFrm, in GetAllSidebarWinForFrm()