LibreOffice Module svx (master)
1
|
#include <xtable.hxx>
Public Member Functions | |
XDashList (const OUString &rPath, const OUString &rReferer) | |
virtual | ~XDashList () override |
void | Replace (std::unique_ptr< XDashEntry > pEntry, tools::Long nIndex) |
XDashEntry * | GetDash (tools::Long nIndex) const |
virtual css::uno::Reference< css::container::XNameContainer > | createInstance () override |
virtual bool | Create () override |
BitmapEx const & | GetBitmapForUISolidLine () const |
OUString const & | GetStringForUiSolidLine () const |
OUString const & | GetStringForUiNoLine () const |
![]() | |
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 |
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) |
![]() | |
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_OVERRIDE |
virtual void SAL_CALL | release () SAL_OVERRIDE |
virtual css::uno::Reference< css::uno::XAdapter > SAL_CALL | queryAdapter () SAL_OVERRIDE |
SAL_CALL | operator css::uno::Reference< css::uno::XInterface > () |
Protected Member Functions | |
virtual BitmapEx | CreateBitmapForUI (tools::Long nIndex) override |
![]() | |
XPropertyList (XPropertyListType t, const OUString &rPath, const OUString &rReferer) | |
bool | isValidIdx (tools::Long nIndex) const |
![]() | |
virtual | ~OWeakObject () COVERITY_NOEXCEPT_FALSE |
void | disposeWeakConnectionPoint () |
Static Protected Member Functions | |
static BitmapEx | ImpCreateBitmapForXDash (const XDash *pDash) |
Private Attributes | |
BitmapEx | maBitmapSolidLine |
OUString | maStringSolidLine |
OUString | maStringNoLine |
Definition at line 271 of file xtable.hxx.
XDashList::XDashList | ( | const OUString & | rPath, |
const OUString & | rReferer | ||
) |
Definition at line 41 of file xtabdash.cxx.
References Dash.
|
overridevirtual |
Definition at line 49 of file xtabdash.cxx.
|
overridevirtual |
Implements XPropertyList.
Definition at line 69 of file xtabdash.cxx.
References aStr, XPropertyList::Insert(), and SvxResId().
|
overrideprotectedvirtual |
Implements XPropertyList.
Definition at line 183 of file xtabdash.cxx.
References XDashEntry::GetDash(), GetDash(), and ImpCreateBitmapForXDash().
|
overridevirtual |
Implements XPropertyList.
Definition at line 63 of file xtabdash.cxx.
References SvxUnoXDashTable_createInstance().
BitmapEx const & XDashList::GetBitmapForUISolidLine | ( | ) | const |
Definition at line 190 of file xtabdash.cxx.
References ImpCreateBitmapForXDash(), BitmapEx::IsEmpty(), and maBitmapSolidLine.
XDashEntry * XDashList::GetDash | ( | tools::Long | nIndex | ) | const |
Definition at line 58 of file xtabdash.cxx.
References XPropertyList::Get().
Referenced by CreateBitmapForUI().
OUString const & XDashList::GetStringForUiNoLine | ( | ) | const |
Definition at line 210 of file xtabdash.cxx.
References comphelper::LibreOfficeKit::isActive(), maStringNoLine, and SvxResId().
OUString const & XDashList::GetStringForUiSolidLine | ( | ) | const |
Definition at line 200 of file xtabdash.cxx.
References maStringSolidLine, and SvxResId().
Definition at line 80 of file xtabdash.cxx.
References a, basegfx::B2DPolygon::append(), COL_WHITE, XDash::CreateDotDashArray(), drawinglayer::processor2d::createPixelProcessor2DFromOutputDevice(), Color::getBColor(), XDash::GetDashes(), XDash::GetDots(), StyleSettings::GetFieldColor(), StyleSettings::GetFieldTextColor(), StyleSettings::GetHighContrastMode(), basegfx::B2DVector::getLength(), StyleSettings::GetListBoxPreviewDefaultLineWidth(), StyleSettings::GetListBoxPreviewDefaultPixelSize(), StyleSettings::GetPreviewUsesCheckeredBackground(), Application::GetSettings(), AllSettings::GetStyleSettings(), Size::Height(), OutputDevice::LogicToLogic(), Point, BitmapEx::Scale(), and Size::Width().
Referenced by CreateBitmapForUI(), and GetBitmapForUISolidLine().
void XDashList::Replace | ( | std::unique_ptr< XDashEntry > | pEntry, |
tools::Long | nIndex | ||
) |
Definition at line 53 of file xtabdash.cxx.
References XPropertyList::Replace().
|
private |
Definition at line 274 of file xtable.hxx.
Referenced by GetBitmapForUISolidLine().
|
private |
Definition at line 276 of file xtable.hxx.
Referenced by GetStringForUiNoLine().
|
private |
Definition at line 275 of file xtable.hxx.
Referenced by GetStringForUiSolidLine().