Home
last modified time | relevance | path

Searched refs:ShowNote (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dviewfun6.cxx138 void ScViewFunc::ShowNote( bool bShow ) in ShowNote() function in ScViewFunc
145 rViewData.GetDocShell()->GetDocFunc().ShowNote( aPos, bShow ); in ShowNote()
H A Dcellsh1.cxx1875 pTabViewShell->ShowNote( bShow ); in ExecuteEdit()
/trunk/main/sc/source/ui/inc/
H A Ddocfunc.hxx94 bool ShowNote( const ScAddress& rPos, bool bShow = true );
95 inline bool HideNote( const ScAddress& rPos ) { return ShowNote( rPos, false ); } in HideNote()
H A Dviewfunc.hxx328 void ShowNote( bool bShow = true );
329 inline void HideNote() { ShowNote( false ); } in HideNote()
/trunk/main/sw/inc/
H A DSidebarWin.hxx126 void ShowNote();
/trunk/main/sc/source/ui/unoobj/
H A Dnotesuno.cxx228 pDocShell->GetDocFunc().ShowNote( aCellPos, bIsVisible ); in setIsVisible()
/trunk/main/sw/source/ui/docvw/
H A DPostItMgr.cxx743 (*i)->ShowNote(); in LayoutPostIts()
878 pPostIt->ShowNote(); in Scroll()
H A DSidebarWin.cxx906 void SwSidebarWin::ShowNote() in ShowNote() function in sw::sidebarwindows::SwSidebarWin
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx1073 bool ScDocFunc::ShowNote( const ScAddress& rPos, bool bShow ) in ShowNote() function in ScDocFunc

Completed in 69 milliseconds