Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/document/
H A DFormHandler.java257 public boolean hasFormByName(String _FormName) in hasFormByName() argument
261 return xNamedForms.hasByName(_FormName); in hasFormByName()
264 public void removeFormByName(String _FormName) in removeFormByName() argument
268 if (hasFormByName(_FormName)) in removeFormByName()
270 removeControlsofForm(_FormName); in removeFormByName()
271 xNamedFormContainer.removeByName(_FormName); in removeFormByName()
280 public void removeControlsofForm(String _FormName) in removeControlsofForm() argument
286 if (belongsToForm(xDrawPage.getByIndex(i), _FormName)) in removeControlsofForm()
315 public boolean belongsToForm(Object _oDrawPageElement, String _FormName) in belongsToForm() argument
328 return _FormName.equals(sName); in belongsToForm()
[all …]