#include "common.h"#include <windows.h>#include "text.h"Include dependency graph for text.cpp:

Go to the source code of this file.
Functions | |
| UniStr | uniCopy (UniStr dest, CUniStr src, int maxLen) |
| AnsiStr | ansiCopy (AnsiStr dest, CAnsiStr src, int maxLen) |
| UniStr | uniCat (UniStr dest, CUniStr src, int maxLen) |
| AnsiStr | ansiCat (AnsiStr dest, CAnsiStr src, int maxLen) |
| int | ansiToUniLen (CAnsiStr s) |
| int | uniToAnsiLen (CUniStr s) |
| UniStr | ansiToUniCopy (UniStr dest, CAnsiStr src, int maxLen) |
| AnsiStr | uniToAnsiCopy (AnsiStr dest, CUniStr src, int maxLen) |
| UniStr | ansiToUniCat (UniStr dest, CAnsiStr src, int maxLen) |
| AnsiStr | uniToAnsiCat (AnsiStr dest, CUniStr src, int maxLen) |
| UniStr | ansiToUniDup (CAnsiStr s) |
| AnsiStr | uniToAnsiDup (CUniStr s) |
| void | bstrFree (BSTR &bstr) |
| BSTR | bstrCopy (BSTR &bstr, COleStr src, int maxLen) |
| BSTR | bstrCat (BSTR &bstr, COleStr ostr, int maxLen) |
|
||||||||||||||||
|
|
Here is the call graph for this function:

|
||||||||||||||||
|
|
Here is the call graph for this function:

|
||||||||||||||||
|
|
Here is the call graph for this function:

|
||||||||||||||||
|
|
Here is the call graph for this function:

|
|
Definition at line 68 of file text.cpp. References CAnsiStr. Referenced by ansiToUniDup(). |
|
|
Definition at line 75 of file text.cpp. References CUniStr. Referenced by uniToAnsiDup(). |
|
||||||||||||||||
|
Definition at line 82 of file text.cpp. References CAnsiStr, UNI, and UniStr. Referenced by ansiToUniCat(), and ansiToUniDup(). |
|
||||||||||||||||
|
Definition at line 93 of file text.cpp. References AnsiStr, and CUniStr. Referenced by uniToAnsiCat(), and uniToAnsiDup(). |
|
||||||||||||||||
|
Definition at line 104 of file text.cpp. References ansiToUniCopy(), CAnsiStr, uniLen(), and UniStr. |
Here is the call graph for this function:

|
||||||||||||||||
|
Definition at line 114 of file text.cpp. References ansiLen(), AnsiStr, CUniStr, and uniToAnsiCopy(). |
Here is the call graph for this function:

|
|
Definition at line 125 of file text.cpp. References ansiToUniCopy(), ansiToUniLen(), CAnsiStr, UniChar, and UniStr. |
Here is the call graph for this function:

|
|
Definition at line 135 of file text.cpp. References AnsiChar, AnsiStr, CUniStr, uniToAnsiCopy(), and uniToAnsiLen(). |
Here is the call graph for this function:

|
|
Definition at line 147 of file text.cpp. Referenced by StdService::addScope(), StdService::addScopeText(), bstrCat(), and StdService::GetColorInfo(). |
|
||||||||||||||||
|
|
|
||||||||||||||||
|
Definition at line 162 of file text.cpp. References bstrFree(), bstrLen(), COleStr, oleCat, oleCopy, and oleLen. |
Here is the call graph for this function:

1.3.6