Home
last modified time | relevance | path

Searched refs:aComStr (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dviewutil.cxx181 String aComStr=rAction.GetComment(); in IsActionShown() local
182 aComStr.AppendAscii(RTL_CONSTASCII_STRINGPARAM( " (" )); in IsActionShown()
183 rAction.GetDescription( aComStr, &rDocument ); in IsActionShown()
184 aComStr+=')'; in IsActionShown()
186 if(!rSettings.IsValidComment(&aComStr)) in IsActionShown()
H A Dgridwin5.cxx183 String aComStr=pFound->GetComment(); in ShowNoteMarker() local
184 if(aComStr.Len()>0) in ShowNoteMarker()
186 aTrackText += aComStr; in ShowNoteMarker()
190 if(aComStr.Len()>0) in ShowNoteMarker()
/trunk/main/sc/source/core/data/
H A Ddocumen2.cxx1445 String aComStr=pFound->GetComment(); in GetCellChangeTrackNote() local
1446 if(aComStr.Len()>0) in GetCellChangeTrackNote()
1448 aTrackText += aComStr; in GetCellChangeTrackNote()
1452 if(aComStr.Len()>0) in GetCellChangeTrackNote()

Completed in 20 milliseconds