Lines Matching refs:aHelpURLBuffer
2944 ::rtl::OUStringBuffer aHelpURLBuffer; in OpenClients()
2947 aHelpURLBuffer.appendAscii("vnd.sun.star.help://swriter/start"); in OpenClients()
2950 aHelpURLBuffer.appendAscii("vnd.sun.star.help://scalc/start"); in OpenClients()
2953 aHelpURLBuffer.appendAscii("vnd.sun.star.help://sdraw/start"); in OpenClients()
2956 aHelpURLBuffer.appendAscii("vnd.sun.star.help://simpress/start"); in OpenClients()
2959 aHelpURLBuffer.appendAscii("vnd.sun.star.help://sdatabase/start"); in OpenClients()
2962 aHelpURLBuffer.appendAscii("vnd.sun.star.help://sbasic/start"); in OpenClients()
2965 aHelpURLBuffer.appendAscii("vnd.sun.star.help://smath/start"); in OpenClients()
2973 aHelpURLBuffer.appendAscii("?Language="); in OpenClients()
2974 aHelpURLBuffer.append(aTmp); in OpenClients()
2976 aHelpURLBuffer.appendAscii("&System=UNX"); in OpenClients()
2978 aHelpURLBuffer.appendAscii("&System=WIN"); in OpenClients()
2980 aHelpURLBuffer.appendAscii("&System=OS2"); in OpenClients()
2982 pHelp->Start(aHelpURLBuffer.makeStringAndClear(), NULL); in OpenClients()