Lines Matching refs:SwPostItMgr

102 SwPostItMgr::SwPostItMgr(SwView* pView)  in SwPostItMgr()  function in SwPostItMgr
138 mnEventId = Application::PostUserEvent( LINK( this, SwPostItMgr, CalcHdl), 0 ); in SwPostItMgr()
142 SwPostItMgr::~SwPostItMgr() in ~SwPostItMgr()
158 void SwPostItMgr::CheckForRemovedPostIts() in CheckForRemovedPostIts()
193 void SwPostItMgr::InsertItem(SfxBroadcaster* pItem, bool bCheckExistance, bool bFocus) in InsertItem()
215 void SwPostItMgr::RemoveItem( SfxBroadcaster* pBroadcast ) in RemoveItem()
235 void SwPostItMgr::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) in Notify()
245 mnEventId = Application::PostUserEvent( LINK( this, SwPostItMgr, CalcHdl), 0 ); in Notify()
271 mnEventId = Application::PostUserEvent( LINK( this, SwPostItMgr, CalcHdl), 0 ); in Notify()
418 void SwPostItMgr::Focus(SfxBroadcaster& rBC) in Focus()
445 bool SwPostItMgr::CalcRects() in CalcRects()
563 bool SwPostItMgr::HasScrollbars() const in HasScrollbars()
573 void SwPostItMgr::PreparePageContainer() in PreparePageContainer()
603 void SwPostItMgr::LayoutPostIts() in LayoutPostIts()
832 bool SwPostItMgr::BorderOverPageBorder(unsigned long aPage) const in BorderOverPageBorder()
853 void SwPostItMgr::Scroll(const long lScroll,const unsigned long aPage) in Scroll()
905 void SwPostItMgr::AutoScroll(const SwSidebarWin* pPostIt,const unsigned long aPage ) in AutoScroll()
925 void SwPostItMgr::MakeVisible(const SwSidebarWin* pPostIt,long aPage ) in MakeVisible()
952 bool SwPostItMgr::ArrowEnabled(sal_uInt16 aDirection,unsigned long aPage) const in ArrowEnabled()
968 Color SwPostItMgr::GetArrowColor(sal_uInt16 aDirection,unsigned long aPage) const in GetArrowColor()
983 bool SwPostItMgr::LayoutByPage(std::list<SwSidebarWin*> &aVisiblePostItList,const Rectangle aBorder… in LayoutByPage()
1173 void SwPostItMgr::AddPostIts(bool bCheckExistance, bool bFocus) in AddPostIts()
1194 void SwPostItMgr::RemoveSidebarWin() in RemoveSidebarWin()
1215 void SwPostItMgr::Delete(String aAuthor) in Delete()
1248 void SwPostItMgr::Delete() in Delete()
1293 void SwPostItMgr::Hide(SwPostItField* pPostItField )
1312 void SwPostItMgr::Hide( const String& rAuthor ) in Hide()
1326 void SwPostItMgr::Hide() in Hide()
1336 void SwPostItMgr::Show() in Show()
1345 void SwPostItMgr::Sort(const short aType) in Sort()
1366 SwSidebarWin* SwPostItMgr::GetSidebarWin( const SfxBroadcaster* pBroadcaster) const in GetSidebarWin()
1376 sw::annotation::SwAnnotationWin* SwPostItMgr::GetAnnotationWin(const SwPostItField* pFld) const in GetAnnotationWin()
1386 SwSidebarWin* SwPostItMgr::GetNextPostIt( sal_uInt16 aDirection, in GetNextPostIt()
1424 long SwPostItMgr::GetNextBorder() in GetNextBorder()
1455 void SwPostItMgr::SetShadowState(const SwPostItField* pFld,bool bCursor) in SetShadowState()
1508 void SwPostItMgr::PrepareView(bool bIgnoreCount) in PrepareView()
1522 bool SwPostItMgr::ShowScrollbar(const unsigned long aPage) const in ShowScrollbar()
1530 bool SwPostItMgr::IsHit(const Point &aPointPixel) in IsHit()
1558 Rectangle SwPostItMgr::GetBottomScrollRect(const unsigned long aPage) const in GetBottomScrollRect()
1569 Rectangle SwPostItMgr::GetTopScrollRect(const unsigned long aPage) const in GetTopScrollRect()
1581 bool SwPostItMgr::ScrollbarHit(const unsigned long aPage,const Point &aPoint) in ScrollbarHit()
1615 void SwPostItMgr::CorrectPositions() in CorrectPositions()
1664 bool SwPostItMgr::ShowNotes() const in ShowNotes()
1670 bool SwPostItMgr::HasNotes() const in HasNotes()
1675 unsigned long SwPostItMgr::GetSidebarWidth(bool bPx) const in GetSidebarWidth()
1684 unsigned long SwPostItMgr::GetSidebarBorderWidth(bool bPx) const in GetSidebarBorderWidth()
1692 unsigned long SwPostItMgr::GetNoteWidth() in GetNoteWidth()
1697 Color SwPostItMgr::GetColorDark(sal_uInt16 aAuthorIndex) in GetColorDark()
1712 Color SwPostItMgr::GetColorLight(sal_uInt16 aAuthorIndex) in GetColorLight()
1727 Color SwPostItMgr::GetColorAnchor(sal_uInt16 aAuthorIndex) in GetColorAnchor()
1742 void SwPostItMgr::SetActiveSidebarWin( SwSidebarWin* p) in SetActiveSidebarWin()
1765 IMPL_LINK( SwPostItMgr, CalcHdl, void*, /* pVoid*/ )
1784 void SwPostItMgr::Rescale() in Rescale()
1791 sal_Int32 SwPostItMgr::GetInitialAnchorDistance() const in GetInitialAnchorDistance()
1797 sal_Int32 SwPostItMgr::GetSpaceBetween() const in GetSpaceBetween()
1803 sal_Int32 SwPostItMgr::GetScrollSize() const in GetScrollSize()
1809 sal_Int32 SwPostItMgr::GetMinimumSizeWithMeta() const in GetMinimumSizeWithMeta()
1815 sal_Int32 SwPostItMgr::GetSidebarScrollerHeight() const in GetSidebarScrollerHeight()
1821 void SwPostItMgr::SetSpellChecking() in SetSpellChecking()
1828 void SwPostItMgr::SetReadOnlyState() in SetReadOnlyState()
1835 void SwPostItMgr::CheckMetaText() in CheckMetaText()
1843 sal_uInt16 SwPostItMgr::Replace(SvxSearchItem* pItem) in Replace()
1852 sal_uInt16 SwPostItMgr::FinishSearchReplace(const ::com::sun::star::util::SearchOptions& rSearchOpt… in FinishSearchReplace()
1864 sal_uInt16 SwPostItMgr::SearchReplace(const SwFmtFld &pFld, const ::com::sun::star::util::SearchOpt… in SearchReplace()
1890 void SwPostItMgr::AssureStdModeAtShell() in AssureStdModeAtShell()
1915 bool SwPostItMgr::HasActiveSidebarWin() const in HasActiveSidebarWin()
1920 bool SwPostItMgr::HasActiveAnnotationWin() const in HasActiveAnnotationWin()
1926 void SwPostItMgr::GrabFocusOnActiveSidebarWin() in GrabFocusOnActiveSidebarWin()
1934 void SwPostItMgr::UpdateDataOnActiveSidebarWin() in UpdateDataOnActiveSidebarWin()
1942 void SwPostItMgr::DeleteActiveSidebarWin() in DeleteActiveSidebarWin()
1950 void SwPostItMgr::HideActiveSidebarWin() in HideActiveSidebarWin()
1958 void SwPostItMgr::ToggleInsModeOnActiveSidebarWin() in ToggleInsModeOnActiveSidebarWin()
1966 void SwPostItMgr::ConnectSidebarWinToFrm( const SwFrm& rFrm, in ConnectSidebarWinToFrm()
1983 void SwPostItMgr::DisconnectSidebarWinFromFrm( const SwFrm& rFrm, in DisconnectSidebarWinFromFrm()
1997 bool SwPostItMgr::HasFrmConnectedSidebarWins( const SwFrm& rFrm ) in HasFrmConnectedSidebarWins()
2009 Window* SwPostItMgr::GetSidebarWinForFrmByIndex( const SwFrm& rFrm, in GetSidebarWinForFrmByIndex()
2022 void SwPostItMgr::GetAllSidebarWinForFrm( const SwFrm& rFrm, in GetAllSidebarWinForFrm()