Searched refs:ToRun (Results 1 – 3 of 3) sorted by relevance
168 std::string ToRun = Cmd + " > " + Log + " 2>&1\n"; in WorkerThread() local170 Printf("%s", ToRun.c_str()); in WorkerThread()171 int ExitCode = ExecuteCommand(ToRun.c_str()); in WorkerThread()
388 FX_BOOL ToRun(XFA_LPCTEXTPIECE pPiece, FX_RTFTEXTOBJ& tr);
1999 if (!ToRun(pPiece, tr)) { in GetDisplayPos()2004 FX_BOOL CXFA_TextLayout::ToRun(XFA_LPCTEXTPIECE pPiece, FX_RTFTEXTOBJ& tr) { in ToRun() function in CXFA_TextLayout