Lines Matching refs:aHelpURLBuffer
2956 ::rtl::OUStringBuffer aHelpURLBuffer; in OpenClients()
2959 aHelpURLBuffer.appendAscii("vnd.sun.star.help://swriter/start"); in OpenClients()
2962 aHelpURLBuffer.appendAscii("vnd.sun.star.help://scalc/start"); in OpenClients()
2965 aHelpURLBuffer.appendAscii("vnd.sun.star.help://sdraw/start"); in OpenClients()
2968 aHelpURLBuffer.appendAscii("vnd.sun.star.help://simpress/start"); in OpenClients()
2971 aHelpURLBuffer.appendAscii("vnd.sun.star.help://sdatabase/start"); in OpenClients()
2974 aHelpURLBuffer.appendAscii("vnd.sun.star.help://sbasic/start"); in OpenClients()
2977 aHelpURLBuffer.appendAscii("vnd.sun.star.help://smath/start"); in OpenClients()
2985 aHelpURLBuffer.appendAscii("?Language="); in OpenClients()
2986 aHelpURLBuffer.append(aTmp); in OpenClients()
2988 aHelpURLBuffer.appendAscii("&System=UNX"); in OpenClients()
2990 aHelpURLBuffer.appendAscii("&System=WIN"); in OpenClients()
2992 aHelpURLBuffer.appendAscii("&System=OS2"); in OpenClients()
2994 pHelp->Start(aHelpURLBuffer.makeStringAndClear(), NULL); in OpenClients()