Home
last modified time | relevance | path

Searched refs:myName (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/migrationanalysis/src/driver_docs/sources/excel/
H A DMigrationAnalyser.cls400 Private Sub SetChartIssueComplex(myChart As Chart, myName As String)
441 .SubLocation = myName
473 .SubLocation = myName
546 Private Sub SetChartIssueMinor(myChart As Chart, myName As String, BorderIssue As Boolean)
583 .SubLocation = myName
679 Sub SetChartIssue(myChart As Chart, myName As String, strSubType As String, _
695 .SubLocation = myName
1281 Sub CheckAllCellFormatting(CurrRange As Range, myName As String)
1300 WriteDebug currentFunctionName & " : [" & myName & _
1308 ReportCellFormattingIssue myName, myCellAttri
[all …]
/AOO41X/main/icc/source/create_sRGB_profile/
H A Dcreate_sRGB_profile.cpp266 const char* myName = path_tail(argv[0]); in main() local
544 cout << myName << ": error: " << e.what() << endl; in main()