Searched refs:IsCaptionShown (Results 1 – 9 of 9) sorted by relevance
143 inline bool IsCaptionShown() const { return maNoteData.mbShown; } in IsCaptionShown() function in ScPostIt
220 return pNote && pNote->IsCaptionShown(); in getIsVisible()
199 if ( (aTrackText.Len() > 0) || (pNote && !pNote->IsCaptionShown()) ) in ShowNoteMarker()
899 rSet.Put( SfxBoolItem( nWhich, pNote->IsCaptionShown() ) ); in GetState()
1873 bShow = !pNote->IsCaptionShown(); in ExecuteEdit()
797 if( pNote && !pNote->IsCaptionShown() ) in CreateTempCaption()
1544 if(pCell->GetNote(aCellNote) && aCellNote.IsCaptionShown()) in GetFilterEntries()
986 mbVisible( pScNote && pScNote->IsCaptionShown() ) in XclExpNote()
1077 if( !pNote || (bShow == pNote->IsCaptionShown()) ) return false; in ShowNote()
Completed in 69 milliseconds