Home
last modified time | relevance | path

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

/AOO41X/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()
/AOO41X/main/svx/inc/svx/
H A Dsvdoole2.hxx125 void SetProgName(const String& rNam) { aProgName=rNam; } in SetProgName() function in SdrOle2Obj
/AOO41X/main/sd/source/core/
H A Dsdpage.cxx331 … ( (SdrOle2Obj*) pSdrObj)->SetProgName( String( RTL_CONSTASCII_USTRINGPARAM( "StarChart" ))); in CreatePresObj()
341 … ( (SdrOle2Obj*) pSdrObj)->SetProgName( String( RTL_CONSTASCII_USTRINGPARAM( "StarOrg" ))); in CreatePresObj()
351 … ( (SdrOle2Obj*) pSdrObj)->SetProgName( String( RTL_CONSTASCII_USTRINGPARAM( "StarCalc" ))); in CreatePresObj()