Home
last modified time | relevance | path

Searched refs:SetProgName (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sd/source/ui/func/
H A Dfuinsert.cxx401 … pOleObj->SetProgName( UniString::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( "StarChart" ) ) ); in DoExecute()
405 … pOleObj->SetProgName( UniString::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( "StarCalc" ) ) ); in DoExecute()
409 … pOleObj->SetProgName( UniString::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( "StarMath" ) ) ); in DoExecute()
/trunk/main/svx/inc/svx/
H A Dsvdoole2.hxx125 void SetProgName(const String& rNam) { aProgName=rNam; } in SetProgName() function in SdrOle2Obj
/trunk/main/sd/source/core/
H A Dsdpage.cxx327 … ( (SdrOle2Obj*) pSdrObj)->SetProgName( String( RTL_CONSTASCII_USTRINGPARAM( "StarChart" ))); in CreatePresObj()
337 … ( (SdrOle2Obj*) pSdrObj)->SetProgName( String( RTL_CONSTASCII_USTRINGPARAM( "StarOrg" ))); in CreatePresObj()
347 … ( (SdrOle2Obj*) pSdrObj)->SetProgName( String( RTL_CONSTASCII_USTRINGPARAM( "StarCalc" ))); in CreatePresObj()