|
LibreOffice Module svx (master) 1
|
#include <xtable.hxx>
Public Member Functions | |
| XLineEndList (const OUString &rPath, const OUString &rReferer) | |
| virtual | ~XLineEndList () override |
| XLineEndEntry * | GetLineEnd (tools::Long nIndex) const |
| virtual css::uno::Reference< css::container::XNameContainer > | createInstance () override |
| virtual bool | Create () override |
Public Member Functions inherited from XPropertyList | |
| XPropertyList (const XPropertyList &)=delete | |
| XPropertyList & | operator= (const XPropertyList &)=delete |
| virtual | ~XPropertyList () override |
| XPropertyListType | Type () const |
| tools::Long | Count () const |
| void | Insert (std::unique_ptr< XPropertyEntry > pEntry, tools::Long nIndex=std::numeric_limits< tools::Long >::max()) |
| void | Replace (std::unique_ptr< XPropertyEntry > pEntry, tools::Long nIndex) |
| void | Remove (tools::Long nIndex) |
| XPropertyEntry * | Get (tools::Long nIndex) const |
| tools::Long | GetIndex (std::u16string_view rName) const |
| BitmapEx | GetUiBitmap (tools::Long nIndex) const |
| const OUString & | GetName () const |
| void | SetName (const OUString &rString) |
| const OUString & | GetPath () const |
| void | SetPath (const OUString &rString) |
| void | SetDirty (bool bDirty) |
| bool | IsEmbedInDocument () const |
| OUString | GetDefaultExt () const |
| virtual css::uno::Reference< css::container::XNameContainer > | createInstance ()=0 |
| bool | Load () |
| bool | LoadFrom (const css::uno::Reference< css::embed::XStorage > &xStorage, const OUString &rURL, const OUString &rReferer) |
| bool | Save () |
| bool | SaveTo (const css::uno::Reference< css::embed::XStorage > &xStorage, const OUString &rURL, OUString *pOptName) |
| virtual bool | Create ()=0 |
Public Member Functions inherited from cppu::OWeakObject | |
| OWeakObject () | |
| OWeakObject (const OWeakObject &) | |
| OWeakObject &SAL_CALL | operator= (const OWeakObject &) |
| virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &rType) SAL_OVERRIDE |
| virtual void SAL_CALL | acquire () SAL_NOEXCEPT SAL_OVERRIDE |
| virtual void SAL_CALL | release () SAL_NOEXCEPT SAL_OVERRIDE |
| virtual css::uno::Reference< css::uno::XAdapter > SAL_CALL | queryAdapter () SAL_OVERRIDE |
| SAL_CALL | operator css::uno::Reference< css::uno::XInterface > () |
Private Member Functions | |
| virtual BitmapEx | CreateBitmapForUI (tools::Long nIndex) override |
Definition at line 255 of file xtable.hxx.
| XLineEndList::XLineEndList | ( | const OUString & | rPath, |
| const OUString & | rReferer | ||
| ) |
Definition at line 40 of file xtablend.cxx.
|
overridevirtual |
Definition at line 45 of file xtablend.cxx.
|
overridevirtual |
Implements XPropertyList.
Definition at line 59 of file xtablend.cxx.
References basegfx::B2DPolygon::append(), basegfx::utils::createPolygonFromCircle(), XPropertyList::Insert(), basegfx::B2DPolygon::setClosed(), and SvxResId().
|
overrideprivatevirtual |
Implements XPropertyList.
Definition at line 82 of file xtablend.cxx.
References basegfx::B2DPolygon::append(), COL_WHITE(), XPropertyList::Count(), drawinglayer::processor2d::createPixelProcessor2DFromOutputDevice(), Color::getBColor(), StyleSettings::GetFieldColor(), StyleSettings::GetFieldTextColor(), StyleSettings::GetHighContrastMode(), GetLineEnd(), StyleSettings::GetListBoxPreviewDefaultLineWidth(), StyleSettings::GetListBoxPreviewDefaultPixelSize(), StyleSettings::GetPreviewUsesCheckeredBackground(), Application::GetSettings(), AllSettings::GetStyleSettings(), Size::Height(), nIndex, and Size::Width().
|
overridevirtual |
Implements XPropertyList.
Definition at line 54 of file xtablend.cxx.
References SvxUnoXLineEndTable_createInstance().
| XLineEndEntry * XLineEndList::GetLineEnd | ( | tools::Long | nIndex | ) | const |
Definition at line 49 of file xtablend.cxx.
References XPropertyList::Get(), and nIndex.
Referenced by CreateBitmapForUI().