LibreOffice Module sw (master) 1
|
Public Member Functions | |
SwHTMLForm_Impl (SwDocShell *pDSh) | |
const uno::Reference< XMultiServiceFactory > & | GetServiceFactory () |
void | GetDrawPage () |
const uno::Reference< drawing::XShapes > & | GetShapes () |
const uno::Reference< script::XEventAttacherManager > & | GetControlEventManager () |
const uno::Reference< script::XEventAttacherManager > & | GetFormEventManager () |
const uno::Reference< container::XIndexContainer > & | GetForms () |
const uno::Reference< container::XIndexContainer > & | GetFormComps () const |
void | SetFormComps (const uno::Reference< container::XIndexContainer > &r) |
void | ReleaseFormComps () |
const uno::Reference< beans::XPropertySet > & | GetFCompPropSet () const |
void | SetFCompPropSet (const uno::Reference< beans::XPropertySet > &r) |
void | ReleaseFCompPropSet () |
const uno::Reference< drawing::XShape > & | GetShape () const |
void | SetShape (const uno::Reference< drawing::XShape > &r) |
OUString & | GetText () |
void | EraseText () |
std::vector< OUString > & | GetStringList () |
void | EraseStringList () |
std::vector< OUString > & | GetValueList () |
void | EraseValueList () |
std::vector< sal_uInt16 > & | GetSelectedList () |
void | EraseSelectedList () |
SvKeyValueIterator * | GetHeaderAttrs () const |
Private Attributes | |
SwDocShell * | m_pDocShell |
SvKeyValueIterator * | m_pHeaderAttrs |
uno::Reference< drawing::XDrawPage > | m_xDrawPage |
uno::Reference< container::XIndexContainer > | m_xForms |
uno::Reference< drawing::XShapes > | m_xShapes |
uno::Reference< XMultiServiceFactory > | m_xServiceFactory |
uno::Reference< script::XEventAttacherManager > | m_xControlEventManager |
uno::Reference< script::XEventAttacherManager > | m_xFormEventManager |
uno::Reference< container::XIndexContainer > | m_xFormComps |
uno::Reference< beans::XPropertySet > | m_xFCompPropertySet |
uno::Reference< drawing::XShape > | m_xShape |
OUString | m_sText |
std::vector< OUString > | m_aStringList |
std::vector< OUString > | m_aValueList |
std::vector< sal_uInt16 > | m_aSelectedList |
Definition at line 187 of file htmlform.cxx.
|
inlineexplicit |
Definition at line 213 of file htmlform.cxx.
References m_pDocShell.
|
inline |
Definition at line 270 of file htmlform.cxx.
References m_aSelectedList.
Referenced by SwHTMLParser::EndSelect().
|
inline |
Definition at line 258 of file htmlform.cxx.
References m_aStringList.
Referenced by SwHTMLParser::EndSelect().
|
inline |
Definition at line 255 of file htmlform.cxx.
References m_sText.
Referenced by SwHTMLParser::EndTextArea().
|
inline |
Definition at line 264 of file htmlform.cxx.
References m_aValueList.
Referenced by SwHTMLParser::EndSelect().
const uno::Reference< script::XEventAttacherManager > & SwHTMLForm_Impl::GetControlEventManager | ( | ) |
Definition at line 341 of file htmlform.cxx.
References m_xControlEventManager, and m_xFormComps.
Referenced by SwHTMLParser::InsertControl().
void SwHTMLForm_Impl::GetDrawPage | ( | ) |
Definition at line 291 of file htmlform.cxx.
References SfxObjectShell::GetBaseModel(), m_pDocShell, and m_xDrawPage.
Referenced by GetForms(), and GetShapes().
|
inline |
Definition at line 239 of file htmlform.cxx.
References m_xFCompPropertySet.
Referenced by SwHTMLParser::EndSelect(), SwHTMLParser::EndTextArea(), SwHTMLParser::InsertSelectOption(), SwHTMLParser::InsertSelectText(), SwHTMLParser::InsertTextAreaText(), SwHTMLParser::NewSelect(), and SwHTMLParser::NewTextArea().
|
inline |
Definition at line 227 of file htmlform.cxx.
References m_xFormComps.
Referenced by SwHTMLParser::EndForm(), SwHTMLParser::InsertControl(), SwHTMLParser::InsertInput(), SwHTMLParser::NewForm(), SwHTMLParser::NewSelect(), and SwHTMLParser::NewTextArea().
const uno::Reference< script::XEventAttacherManager > & SwHTMLForm_Impl::GetFormEventManager | ( | ) |
Definition at line 355 of file htmlform.cxx.
References GetForms(), m_xFormEventManager, and m_xForms.
Referenced by SwHTMLParser::NewForm().
const uno::Reference< container::XIndexContainer > & SwHTMLForm_Impl::GetForms | ( | ) |
Definition at line 304 of file htmlform.cxx.
References GetDrawPage(), m_xDrawPage, and m_xForms.
Referenced by GetFormEventManager(), and SwHTMLParser::NewForm().
|
inline |
Definition at line 275 of file htmlform.cxx.
References m_pHeaderAttrs.
Referenced by SwHTMLParser::InsertControl(), SwHTMLParser::InsertInput(), SwHTMLParser::NewForm(), SwHTMLParser::NewSelect(), and SwHTMLParser::NewTextArea().
|
inline |
Definition at line 269 of file htmlform.cxx.
References m_aSelectedList.
Referenced by SwHTMLParser::EndSelect(), and SwHTMLParser::InsertSelectOption().
const uno::Reference< XMultiServiceFactory > & SwHTMLForm_Impl::GetServiceFactory | ( | ) |
Definition at line 278 of file htmlform.cxx.
References SfxObjectShell::GetBaseModel(), m_pDocShell, and m_xServiceFactory.
Referenced by SwHTMLParser::InsertControl(), SwHTMLParser::InsertInput(), SwHTMLParser::NewForm(), SwHTMLParser::NewSelect(), and SwHTMLParser::NewTextArea().
|
inline |
Definition at line 251 of file htmlform.cxx.
References m_xShape.
Referenced by SwHTMLParser::EndSelect().
const uno::Reference< drawing::XShapes > & SwHTMLForm_Impl::GetShapes | ( | ) |
Definition at line 325 of file htmlform.cxx.
References GetDrawPage(), m_xDrawPage, and m_xShapes.
Referenced by SwHTMLParser::InsertControl().
|
inline |
Definition at line 257 of file htmlform.cxx.
References m_aStringList.
Referenced by SwHTMLParser::EndSelect(), SwHTMLParser::InsertSelectOption(), and SwHTMLParser::InsertSelectText().
|
inline |
Definition at line 254 of file htmlform.cxx.
References m_sText.
Referenced by SwHTMLParser::EndTextArea(), SwHTMLParser::InsertTextAreaText(), and SwHTMLParser::NewTextArea().
|
inline |
Definition at line 263 of file htmlform.cxx.
References m_aValueList.
Referenced by SwHTMLParser::EndSelect(), and SwHTMLParser::InsertSelectOption().
|
inline |
Definition at line 249 of file htmlform.cxx.
References m_xFCompPropertySet.
Referenced by SwHTMLParser::EndSelect(), and SwHTMLParser::EndTextArea().
|
inline |
Definition at line 237 of file htmlform.cxx.
References m_xControlEventManager, and m_xFormComps.
Referenced by SwHTMLParser::EndForm().
|
inline |
Definition at line 244 of file htmlform.cxx.
References m_xFCompPropertySet.
Referenced by SwHTMLParser::InsertControl().
|
inline |
Definition at line 232 of file htmlform.cxx.
References m_xFormComps.
Referenced by SwHTMLParser::NewForm().
|
inline |
Definition at line 252 of file htmlform.cxx.
References m_xShape.
Referenced by SwHTMLParser::NewSelect().
|
private |
Definition at line 210 of file htmlform.cxx.
Referenced by EraseSelectedList(), and GetSelectedList().
|
private |
Definition at line 208 of file htmlform.cxx.
Referenced by EraseStringList(), and GetStringList().
|
private |
Definition at line 209 of file htmlform.cxx.
Referenced by EraseValueList(), and GetValueList().
|
private |
Definition at line 189 of file htmlform.cxx.
Referenced by GetDrawPage(), GetServiceFactory(), and SwHTMLForm_Impl().
|
private |
Definition at line 191 of file htmlform.cxx.
Referenced by GetHeaderAttrs().
|
private |
Definition at line 207 of file htmlform.cxx.
Referenced by EraseText(), and GetText().
|
private |
Definition at line 199 of file htmlform.cxx.
Referenced by GetControlEventManager(), and ReleaseFormComps().
|
private |
Definition at line 194 of file htmlform.cxx.
Referenced by GetDrawPage(), GetForms(), and GetShapes().
|
private |
Definition at line 204 of file htmlform.cxx.
Referenced by GetFCompPropSet(), ReleaseFCompPropSet(), and SetFCompPropSet().
|
private |
Definition at line 203 of file htmlform.cxx.
Referenced by GetControlEventManager(), GetFormComps(), ReleaseFormComps(), and SetFormComps().
|
private |
Definition at line 200 of file htmlform.cxx.
Referenced by GetFormEventManager().
|
private |
Definition at line 195 of file htmlform.cxx.
Referenced by GetFormEventManager(), and GetForms().
|
private |
Definition at line 197 of file htmlform.cxx.
Referenced by GetServiceFactory().
|
private |
Definition at line 205 of file htmlform.cxx.
Referenced by GetShape(), and SetShape().
|
private |
Definition at line 196 of file htmlform.cxx.
Referenced by GetShapes().