LibreOffice Module sw (master)
1
|
#include <unostyle.hxx>
Public Member Functions | |
SwXStyleFamilies (SwDocShell &rDocShell) | |
virtual css::uno::Any SAL_CALL | getByName (const OUString &Name) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getElementNames () override |
virtual sal_Bool SAL_CALL | hasByName (const OUString &Name) override |
virtual sal_Int32 SAL_CALL | getCount () override |
virtual css::uno::Any SAL_CALL | getByIndex (sal_Int32 nIndex) override |
virtual css::uno::Type SAL_CALL | getElementType () override |
virtual sal_Bool SAL_CALL | hasElements () override |
virtual void SAL_CALL | loadStylesFromURL (const OUString &rURL, const css::uno::Sequence< css::beans::PropertyValue > &aOptions) override |
virtual css::uno::Sequence< css::beans::PropertyValue > SAL_CALL | getStyleLoaderOptions () override |
virtual OUString SAL_CALL | getImplementationName () override |
virtual sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
![]() | |
SwUnoCollection (SwDoc *p) | |
virtual | ~SwUnoCollection () |
virtual void | Invalidate () |
bool | IsValid () const |
SwDoc * | GetDoc () const |
Static Public Member Functions | |
static css::uno::Reference< css::style::XStyle > | CreateStyle (SfxStyleFamily eFamily, SwDoc &rDoc) |
static css::uno::Reference< css::style::XStyle > | CreateStyleCondParagraph (SwDoc &rDoc) |
Private Member Functions | |
virtual | ~SwXStyleFamilies () override |
Private Attributes | |
SwDocShell * | m_pDocShell |
std::map< SfxStyleFamily, css::uno::Reference< css::container::XNameContainer > > | m_vFamilies |
Definition at line 47 of file unostyle.hxx.
|
overrideprivatevirtual |
Definition at line 490 of file unostyle.cxx.
SwXStyleFamilies::SwXStyleFamilies | ( | SwDocShell & | rDocShell | ) |
Definition at line 485 of file unostyle.cxx.
|
static |
Definition at line 802 of file unostyle.cxx.
References SwDoc::GetDocShell(), and lcl_GetStyleFamilyEntries().
Referenced by SwXServiceProvider::MakeInstance().
|
static |
Definition at line 811 of file unostyle.cxx.
Referenced by SwXServiceProvider::MakeInstance().
|
overridevirtual |
Definition at line 527 of file unostyle.cxx.
References assert(), SwUnoCollection::IsValid(), lcl_GetStyleFamilyEntries(), and m_vFamilies.
Referenced by getByName().
|
overridevirtual |
Definition at line 493 of file unostyle.cxx.
References getByIndex(), SwUnoCollection::IsValid(), and lcl_GetStyleFamilyEntries().
|
overridevirtual |
Definition at line 522 of file unostyle.cxx.
References lcl_GetStyleFamilyEntries().
|
overridevirtual |
Definition at line 506 of file unostyle.cxx.
References lcl_GetStyleFamilyEntries().
|
overridevirtual |
Definition at line 543 of file unostyle.cxx.
References cppu::UnoType< class >::get().
|
overridevirtual |
Definition at line 474 of file unostyle.cxx.
|
overridevirtual |
Definition at line 596 of file unostyle.cxx.
References aSeq, UNO_NAME_LOAD_FRAME_STYLES, UNO_NAME_LOAD_NUMBERING_STYLES, UNO_NAME_LOAD_PAGE_STYLES, UNO_NAME_LOAD_TEXT_STYLES, and UNO_NAME_OVERWRITE_STYLES.
|
overridevirtual |
Definition at line 482 of file unostyle.cxx.
|
overridevirtual |
Definition at line 515 of file unostyle.cxx.
References lcl_GetStyleFamilyEntries().
|
overridevirtual |
Definition at line 548 of file unostyle.cxx.
|
overridevirtual |
Definition at line 551 of file unostyle.cxx.
References cppu::UnoType< class >::get(), SwUnoCollection::IsValid(), SwDocShell::LoadStylesFromFile(), SwgReaderOption::SetFrameFormats(), SwgReaderOption::SetInputStream(), SwgReaderOption::SetMerge(), SwgReaderOption::SetNumRules(), SwgReaderOption::SetPageDescs(), SwgReaderOption::SetTextFormats(), UNO_NAME_LOAD_FRAME_STYLES, UNO_NAME_LOAD_NUMBERING_STYLES, UNO_NAME_LOAD_PAGE_STYLES, UNO_NAME_LOAD_TEXT_STYLES, and UNO_NAME_OVERWRITE_STYLES.
|
overridevirtual |
Definition at line 477 of file unostyle.cxx.
References cppu::supportsService().
|
private |
Definition at line 56 of file unostyle.hxx.
|
private |
Definition at line 58 of file unostyle.hxx.
Referenced by getByIndex().