Searched refs:matchSpecialTarget (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/framework/source/loadenv/ |
H A D | targethelper.cxx | 45 sal_Bool TargetHelper::matchSpecialTarget(const ::rtl::OUString& sCheckTarget , in matchSpecialTarget() function in framework::TargetHelper 95 (TargetHelper::matchSpecialTarget(sName, E_HELPTASK)) || in isValidNameForFrame() 96 (TargetHelper::matchSpecialTarget(sName, E_BEAMER) ) in isValidNameForFrame()
|
H A D | loadenv.cxx | 1088 if (TargetHelper::matchSpecialTarget(sTarget, TargetHelper::E_DEFAULT)) in impl_loadContent() 1102 (TargetHelper::matchSpecialTarget(sTarget, TargetHelper::E_BLANK )) || in impl_loadContent() 1103 (TargetHelper::matchSpecialTarget(sTarget, TargetHelper::E_DEFAULT)) in impl_loadContent() 1334 …( ! TargetHelper::matchSpecialTarget(m_sTarget, TargetHelper::E_DEFAULT) … in impl_searchAlreadyLoaded()
|
/aoo42x/main/framework/source/classes/ |
H A D | taskcreator.cxx | 119 ( TargetHelper::matchSpecialTarget(sName, TargetHelper::E_BLANK ) ) || in createTask() 120 ( TargetHelper::matchSpecialTarget(sName, TargetHelper::E_DEFAULT) ) in createTask()
|
/aoo42x/main/framework/source/inc/loadenv/ |
H A D | targethelper.hxx | 91 static sal_Bool matchSpecialTarget(const ::rtl::OUString& sCheckTarget ,
|
Completed in 26 milliseconds