Home
last modified time | relevance | path

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

/trunk/main/sc/inc/
H A Dpostit.hxx143 inline bool IsCaptionShown() const { return maNoteData.mbShown; } in IsCaptionShown() function in ScPostIt
/trunk/main/sc/source/ui/unoobj/
H A Dnotesuno.cxx220 return pNote && pNote->IsCaptionShown(); in getIsVisible()
/trunk/main/sc/source/ui/view/
H A Dgridwin5.cxx199 if ( (aTrackText.Len() > 0) || (pNote && !pNote->IsCaptionShown()) ) in ShowNoteMarker()
H A Dcellsh.cxx899 rSet.Put( SfxBoolItem( nWhich, pNote->IsCaptionShown() ) ); in GetState()
H A Dcellsh1.cxx1873 bShow = !pNote->IsCaptionShown(); in ExecuteEdit()
/trunk/main/sc/source/core/data/
H A Dpostit.cxx797 if( pNote && !pNote->IsCaptionShown() ) in CreateTempCaption()
H A Dcolumn3.cxx1544 if(pCell->GetNote(aCellNote) && aCellNote.IsCaptionShown()) in GetFilterEntries()
/trunk/main/sc/source/filter/excel/
H A Dxeescher.cxx986 mbVisible( pScNote && pScNote->IsCaptionShown() ) in XclExpNote()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx1077 if( !pNote || (bShow == pNote->IsCaptionShown()) ) return false; in ShowNote()

Completed in 99 milliseconds