Lines Matching refs:SwForm
357 class SW_DLLPUBLIC SwForm class
372 SwForm( TOXTypes eTOXType = TOX_CONTENT );
373 SwForm( const SwForm& rForm );
375 SwForm& operator=( const SwForm& rForm );
479 SwForm aForm; // description of the lines
512 SwTOXBase( const SwTOXType* pTyp, const SwForm& rForm,
538 const SwForm& GetTOXForm() const; // description of the lines
542 void SetTOXForm(const SwForm& rForm);
707 inline void SwForm::SetTemplate(sal_uInt16 nLevel, const String& rTemplate) in SetTemplate()
713 inline const String& SwForm::GetTemplate(sal_uInt16 nLevel) const in GetTemplate()
719 inline TOXTypes SwForm::GetTOXType() const in GetTOXType()
724 inline sal_uInt16 SwForm::GetFormMax() const in GetFormMax()
754 inline const SwForm& SwTOXBase::GetTOXForm() const in GetTOXForm()
765 inline void SwTOXBase::SetTOXForm(const SwForm& rForm) in SetTOXForm()