Home
last modified time | relevance | path

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

/trunk/main/shell/source/backends/kde4be/
H A Dkde4access.cxx58 QString aClientProgram; in getValue() local
61 aClientProgram = aEmailSettings.getSetting( KEMailSettings::ClientProgram ); in getValue()
62 if ( aClientProgram.isEmpty() ) in getValue()
63 aClientProgram = "kmail"; in getValue()
65 aClientProgram = aClientProgram.section(SPACE, 0, 0); in getValue()
66 sClientProgram = (const sal_Unicode *) aClientProgram.utf16(); in getValue()
/trunk/main/shell/source/backends/kdebe/
H A Dkdeaccess.cxx54 QString aClientProgram; in getValue() local
57 aClientProgram = aEmailSettings.getSetting( KEMailSettings::ClientProgram ); in getValue()
58 if ( aClientProgram.isEmpty() ) in getValue()
59 aClientProgram = "kmail"; in getValue()
61 aClientProgram = aClientProgram.section(SPACE, 0, 0); in getValue()
62 sClientProgram = (const sal_Unicode *) aClientProgram.ucs2(); in getValue()

Completed in 14 milliseconds