LibreOffice Module sd (master) 1
|
#include <stlsheet.hxx>
Public Member Functions | |
SdStyleSheet (const OUString &rDisplayName, SfxStyleSheetBasePool &rPool, SfxStyleFamily eFamily, SfxStyleSearchBits nMask) | |
virtual bool | SetParent (const OUString &rParentName) override |
virtual SfxItemSet & | GetItemSet () override |
create if necessary and return ItemSets More... | |
virtual bool | IsUsed () const override |
A template is used when it is referenced by inserted object or by a used template. More... | |
virtual bool | HasFollowSupport () const override |
virtual bool | HasParentSupport () const override |
virtual bool | HasClearParentSupport () const override |
virtual void | SetHelpId (const OUString &r, sal_uLong nId) override |
bool | IsEditable () |
Checks if a cell style is used in two places at once. More... | |
void | AdjustToFontHeight (SfxItemSet &rSet, bool bOnlyMissingItems=true) |
Adjust the bullet width and the left text indent of the provided ItemSets to their font height. More... | |
SdStyleSheet * | GetRealStyleSheet () const |
Determine the style sheet for which this dummy is for. More... | |
SdStyleSheet * | GetPseudoStyleSheet () const |
Determine pseudo style sheet which stands for this style sheet. More... | |
void | SetApiName (const OUString &rApiName) |
OUString const & | GetApiName () const |
virtual bool | SetName (const OUString &rNewName, bool bReindexNow=true) override |
virtual void SAL_CALL | release () noexcept 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 |
virtual OUString SAL_CALL | getName () override |
virtual void SAL_CALL | setName (const OUString &aName) override |
virtual sal_Bool SAL_CALL | isUserDefined () override |
virtual sal_Bool SAL_CALL | isInUse () override |
virtual OUString SAL_CALL | getParentStyle () override |
virtual void SAL_CALL | setParentStyle (const OUString &aParentStyle) override |
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL | getPropertySetInfo () override |
virtual void SAL_CALL | setPropertyValue (const OUString &aPropertyName, const css::uno::Any &aValue) override |
virtual css::uno::Any SAL_CALL | getPropertyValue (const OUString &PropertyName) override |
virtual void SAL_CALL | addPropertyChangeListener (const OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &xListener) override |
virtual void SAL_CALL | removePropertyChangeListener (const OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &aListener) override |
virtual void SAL_CALL | addVetoableChangeListener (const OUString &PropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) override |
virtual void SAL_CALL | removeVetoableChangeListener (const OUString &PropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) override |
virtual void SAL_CALL | setPropertyValues (const css::uno::Sequence< OUString > &aPropertyNames, const css::uno::Sequence< css::uno::Any > &aValues) override |
virtual css::uno::Sequence< css::uno::Any > SAL_CALL | getPropertyValues (const css::uno::Sequence< OUString > &aPropertyNames) override |
virtual void SAL_CALL | addPropertiesChangeListener (const css::uno::Sequence< OUString > &aPropertyNames, const css::uno::Reference< css::beans::XPropertiesChangeListener > &xListener) override |
virtual void SAL_CALL | removePropertiesChangeListener (const css::uno::Reference< css::beans::XPropertiesChangeListener > &xListener) override |
virtual void SAL_CALL | firePropertiesChangeEvent (const css::uno::Sequence< OUString > &aPropertyNames, const css::uno::Reference< css::beans::XPropertiesChangeListener > &xListener) override |
virtual css::beans::PropertyState SAL_CALL | getPropertyState (const OUString &PropertyName) override |
virtual css::uno::Sequence< css::beans::PropertyState > SAL_CALL | getPropertyStates (const css::uno::Sequence< OUString > &aPropertyName) override |
virtual void SAL_CALL | setPropertyToDefault (const OUString &PropertyName) override |
virtual css::uno::Any SAL_CALL | getPropertyDefault (const OUString &aPropertyName) override |
virtual void SAL_CALL | addModifyListener (const css::uno::Reference< css::util::XModifyListener > &aListener) override |
virtual void SAL_CALL | removeModifyListener (const css::uno::Reference< css::util::XModifyListener > &aListener) override |
virtual void SAL_CALL | dispose () override |
virtual void SAL_CALL | addEventListener (const css::uno::Reference< css::lang::XEventListener > &xListener) override |
virtual void SAL_CALL | removeEventListener (const css::uno::Reference< css::lang::XEventListener > &aListener) override |
void | notifyModifyListener () |
Static Public Member Functions | |
static OUString | GetFamilyString (SfxStyleFamily eFamily) |
static rtl::Reference< SdStyleSheet > | CreateEmptyUserStyle (SfxStyleSheetBasePool &rPool, SfxStyleFamily eFamily) |
static void | BroadcastSdStyleSheetChange (SfxStyleSheetBase const *pStyleSheet, PresentationObjects ePO, SfxStyleSheetBasePool *pSSPool) |
Private Member Functions | |
void | setPropertyValue_Impl (const OUString &aPropertyName, const css::uno::Any &aValue) |
css::uno::Any | getPropertyValue_Impl (const OUString &PropertyName) |
virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) override |
virtual | ~SdStyleSheet () override |
void | throwIfDisposed () |
void | disposing () |
SdStyleSheet (const SdStyleSheet &)=delete | |
SdStyleSheet & | operator= (const SdStyleSheet &)=delete |
Static Private Member Functions | |
static const SfxItemPropertyMapEntry * | getPropertyMapEntry (std::u16string_view rPropertyName) |
this is used because our property map is not sorted yet More... | |
Private Attributes | |
std::mutex | m_aMutex |
bool | m_bDisposed = false |
bool | m_bInDispose = false |
comphelper::OInterfaceContainerHelper4< css::util::XModifyListener > | maModifyListeners |
comphelper::OInterfaceContainerHelper4< css::lang::XEventListener > | maEventListeners |
OUString | msApiName |
rtl::Reference< SfxStyleSheetBasePool > | mxPool |
std::unique_ptr< ModifyListenerForwarder > | mpModifyListenerForwarder |
Definition at line 54 of file stlsheet.hxx.
SdStyleSheet::SdStyleSheet | ( | const OUString & | rDisplayName, |
SfxStyleSheetBasePool & | rPool, | ||
SfxStyleFamily | eFamily, | ||
SfxStyleSearchBits | nMask | ||
) |
Definition at line 143 of file stlsheet.cxx.
Referenced by CreateEmptyUserStyle().
|
overrideprivatevirtual |
Definition at line 150 of file stlsheet.cxx.
|
privatedelete |
|
overridevirtual |
Definition at line 809 of file stlsheet.cxx.
References comphelper::OInterfaceContainerHelper4< class ListenerT >::addInterface(), m_aMutex, m_bDisposed, m_bInDispose, and maEventListeners.
|
overridevirtual |
Definition at line 832 of file stlsheet.cxx.
References comphelper::OInterfaceContainerHelper4< class ListenerT >::addInterface(), m_aMutex, m_bDisposed, m_bInDispose, maModifyListeners, and mpModifyListenerForwarder.
|
overridevirtual |
Definition at line 1279 of file stlsheet.cxx.
|
overridevirtual |
Definition at line 1227 of file stlsheet.cxx.
|
overridevirtual |
Definition at line 1229 of file stlsheet.cxx.
void SdStyleSheet::AdjustToFontHeight | ( | SfxItemSet & | rSet, |
bool | bOnlyMissingItems = true |
||
) |
Adjust the bullet width and the left text indent of the provided ItemSets to their font height.
The new values are calculated that the ratio to the font height is as in the style sheet.
bOnlyMissingItems | If sal_True, only not set items are completed. With sal_False, are items are overwritten. |
Definition at line 541 of file stlsheet.cxx.
References aName, EE_CHAR_FONTHEIGHT(), EE_PARA_BULLET(), EE_PARA_LRSPACE(), EE_PARA_ULSPACE(), SfxItemSet::Get(), SfxStyleSheetBase::GetFamily(), GetItemSet(), SfxItemSet::GetItemState(), SvxULSpaceItem::GetLower(), SfxStyleSheetBase::GetName(), GetRealStyleSheet(), SvxLRSpaceItem::GetTextFirstLineOffset(), SvxLRSpaceItem::GetTextLeft(), SvxULSpaceItem::GetUpper(), SvxBulletItem::GetWidth(), SfxItemSet::Put(), rSet, SvxULSpaceItem::SetLower(), SvxLRSpaceItem::SetTextFirstLineOffset(), SvxLRSpaceItem::SetTextLeft(), SvxULSpaceItem::SetUpper(), SvxBulletItem::SetWidth(), and STR_LAYOUT_OUTLINE.
Referenced by sd::FuPage::ExecuteDialog().
|
static |
Definition at line 1512 of file stlsheet.cxx.
References aName, SfxStyleSheetBasePool::Find(), GetRealStyleSheet(), n, Outline_1, Outline_8, and SdResId().
Referenced by sd::FuTemplate::DoExecute(), and sd::TextObjectBar::Execute().
|
static |
Definition at line 716 of file stlsheet.cxx.
References aName, SfxStyleSheetBasePool::Find(), nIndex, and SdStyleSheet().
Referenced by SdStyleFamily::createInstance().
|
overridevirtual |
Definition at line 753 of file stlsheet.cxx.
References comphelper::OInterfaceContainerHelper4< class ListenerT >::disposeAndClear(), disposing(), Exception, cppu::getCaughtException(), m_aMutex, m_bDisposed, m_bInDispose, maEventListeners, and maModifyListeners.
Referenced by release().
|
private |
|
overridevirtual |
Definition at line 1281 of file stlsheet.cxx.
OUString const & SdStyleSheet::GetApiName | ( | ) | const |
Definition at line 161 of file stlsheet.cxx.
References GetName(), and msApiName.
Referenced by SdStyleFamily::getElementNames(), getName(), getParentStyle(), SdStyleFamily::GetSheetByName(), SdStyleFamilyImpl::getStyleSheets(), SdStyleFamily::hasByName(), and sd::OutlineView::OnEndPasteOrDrop().
|
static |
Definition at line 696 of file stlsheet.cxx.
Referenced by SdStyleFamily::getName(), getPropertyDefault(), and getPropertyValue_Impl().
|
overridevirtual |
Definition at line 867 of file stlsheet.cxx.
|
overridevirtual |
create if necessary and return ItemSets
Definition at line 207 of file stlsheet.cxx.
References EE_CHAR_END(), EE_PARA_START(), GetItemSet(), GetRealStyleSheet(), SDRATTR_3D_FIRST(), SDRATTR_3D_LAST(), SDRATTR_EDGE_FIRST(), SDRATTR_MEASURE_LAST(), SDRATTR_SHADOW_FIRST(), SDRATTR_SHADOW_LAST(), SDRATTR_TABLE_FIRST(), SDRATTR_TABLE_LAST(), SDRATTR_TEXT_MINFRAMEHEIGHT(), SDRATTR_TEXT_WORDWRAP(), SDRATTR_XMLATTRIBUTES(), XATTR_FILL_FIRST(), XATTR_FILL_LAST(), XATTR_LINE_FIRST(), and XATTR_LINE_LAST().
Referenced by AdjustToFontHeight(), sd::FuPage::ExecuteDialog(), GetItemSet(), getPropertyState(), getPropertyValue_Impl(), sd::MergePageBackgroundFilling(), SetParent(), setPropertyToDefault(), and setPropertyValue_Impl().
|
overridevirtual |
Definition at line 904 of file stlsheet.cxx.
References GetApiName(), and throwIfDisposed().
|
overridevirtual |
Definition at line 934 of file stlsheet.cxx.
References GetApiName(), mxPool, and throwIfDisposed().
|
overridevirtual |
Definition at line 1471 of file stlsheet.cxx.
References Any, SfxItemPool::GetDefaultItem(), GetFamilyString(), getPropertyMapEntry(), SfxItemPropertyMapEntry::nWID, OWN_ATTR_FILLBMP_MODE, SfxItemSet::Put(), SDRATTR_TEXTDIRECTION(), SvxItemPropertySet_getPropertyValue(), throwIfDisposed(), and WID_STYLE_FAMILY.
|
staticprivate |
this is used because our property map is not sorted yet
css::uno::RuntimeException |
Definition at line 1504 of file stlsheet.cxx.
References SvxItemPropertySet::getPropertyMapEntry(), and GetStylePropertySet().
Referenced by getPropertyDefault(), getPropertyState(), getPropertyValue_Impl(), setPropertyToDefault(), and setPropertyValue_Impl().
|
overridevirtual |
Definition at line 1203 of file stlsheet.cxx.
References SvxItemPropertySet::getPropertySetInfo(), GetStylePropertySet(), and throwIfDisposed().
|
overridevirtual |
Definition at line 1285 of file stlsheet.cxx.
References XColorItem::getComplexColor(), SfxItemSet::GetItem(), GetItemSet(), SfxItemSet::GetItemState(), NameOrIndex::GetName(), getPropertyMapEntry(), model::ComplexColor::getSchemeType(), model::ComplexColor::getTransformations(), model::LumMod, model::LumOff, MID_COLOR_LUM_MOD, MID_COLOR_LUM_OFF, MID_COLOR_THEME_INDEX, MID_COMPLEX_COLOR, SfxItemPropertyMapEntry::nMemberId, SfxItemPropertyMapEntry::nWID, OWN_ATTR_FILLBMP_MODE, OWN_ATTR_TEXTCOLUMNS, rSet, SDRATTR_TEXTCOLUMNS_NUMBER(), SDRATTR_TEXTCOLUMNS_SPACING(), SDRATTR_TEXTDIRECTION(), throwIfDisposed(), model::Unknown, model::Unused, WID_STYLE_FAMILY, XATTR_FILLBITMAP(), XATTR_FILLBMP_STRETCH(), XATTR_FILLBMP_TILE(), XATTR_FILLCOLOR(), XATTR_FILLFLOATTRANSPARENCE(), XATTR_FILLGRADIENT(), XATTR_FILLHATCH(), XATTR_LINECOLOR(), XATTR_LINEDASH(), XATTR_LINEEND(), and XATTR_LINESTART().
|
overridevirtual |
Definition at line 1431 of file stlsheet.cxx.
References nCount, and throwIfDisposed().
|
overridevirtual |
Definition at line 1219 of file stlsheet.cxx.
References Any, getPropertyValue_Impl(), and throwIfDisposed().
|
private |
Definition at line 1088 of file stlsheet.cxx.
References Any, SfxItemPropertyMapEntry::aType, SfxItemSet::Count(), SfxItemSet::Get(), GetFamilyString(), SfxItemSet::GetItem(), GetItemSet(), SfxItemSet::GetItemState(), GetName(), getPropertyMapEntry(), GetPseudoStyleSheet(), IsHidden(), nValue, SfxItemPropertyMapEntry::nWID, OWN_ATTR_FILLBMP_MODE, OWN_ATTR_TEXTCOLUMNS, SfxItemSet::Put(), SD_LT_SEPARATOR, SDRATTR_TEXTCOLUMNS_NUMBER(), SDRATTR_TEXTCOLUMNS_SPACING(), SDRATTR_TEXTDIRECTION(), SvxItemPropertySet_getPropertyValue(), SvxXTextColumns_createInstance(), WID_STYLE_DISPNAME, WID_STYLE_FAMILY, WID_STYLE_HIDDEN, XATTR_FILLBMP_STRETCH(), and XATTR_FILLBMP_TILE().
Referenced by getPropertyValue(), and getPropertyValues().
|
overridevirtual |
Definition at line 1264 of file stlsheet.cxx.
References Any, getPropertyValue_Impl(), i, nCount, and throwIfDisposed().
SdStyleSheet * SdStyleSheet::GetPseudoStyleSheet | ( | ) | const |
Determine pseudo style sheet which stands for this style sheet.
Definition at line 466 of file stlsheet.cxx.
References aName, DBG_ASSERT, nPos, SD_LT_SEPARATOR, SdResId(), STR_LAYOUT_BACKGROUND, STR_LAYOUT_BACKGROUNDOBJECTS, STR_LAYOUT_NOTES, STR_LAYOUT_OUTLINE, STR_LAYOUT_SUBTITLE, and STR_LAYOUT_TITLE.
Referenced by getPropertyValue_Impl().
SdStyleSheet * SdStyleSheet::GetRealStyleSheet | ( | ) | const |
Determine the style sheet for which this dummy is for.
Definition at line 360 of file stlsheet.cxx.
References aName, SfxStyleSheetIterator::Count(), SfxViewShell::Current(), DBG_ASSERT, SfxStyleSheetIterator::First(), sd::DrawViewShell::getCurrentPage(), sd::ViewShell::GetDoc(), SdPage::GetLayoutName(), sd::ViewShellBase::GetMainViewShell(), SfxStyleSheetBase::GetName(), SdDrawDocument::GetSdPage(), nPos, SD_LT_SEPARATOR, SdResId(), Standard, STR_LAYOUT_BACKGROUND, STR_LAYOUT_BACKGROUNDOBJECTS, STR_LAYOUT_NOTES, STR_LAYOUT_OUTLINE, STR_LAYOUT_SUBTITLE, and STR_LAYOUT_TITLE.
Referenced by AdjustToFontHeight(), BroadcastSdStyleSheetChange(), GetItemSet(), and Notify().
|
overridevirtual |
Definition at line 877 of file stlsheet.cxx.
|
overridevirtual |
Definition at line 605 of file stlsheet.cxx.
|
overridevirtual |
Definition at line 595 of file stlsheet.cxx.
|
overridevirtual |
Definition at line 600 of file stlsheet.cxx.
bool SdStyleSheet::IsEditable | ( | ) |
Checks if a cell style is used in two places at once.
Typically we modify the formatting of a single place, so such style shouldn't be edited directly.
Definition at line 331 of file stlsheet.cxx.
References comphelper::OInterfaceContainerHelper4< class ListenerT >::getLength(), m_aMutex, and maModifyListeners.
|
overridevirtual |
Definition at line 927 of file stlsheet.cxx.
References IsUsed(), and throwIfDisposed().
|
overridevirtual |
A template is used when it is referenced by inserted object or by a used template.
Definition at line 282 of file stlsheet.cxx.
References Exception, comphelper::OInterfaceContainerHelper4< class ListenerT >::getElements(), comphelper::OInterfaceContainerHelper4< class ListenerT >::getLength(), m_aMutex, and maModifyListeners.
Referenced by isInUse().
|
overridevirtual |
Definition at line 920 of file stlsheet.cxx.
References throwIfDisposed().
|
overrideprivatevirtual |
Definition at line 515 of file stlsheet.cxx.
References SfxHint::GetId(), GetRealStyleSheet(), and SfxStyleSheet::Notify().
void SdStyleSheet::notifyModifyListener | ( | ) |
Definition at line 855 of file stlsheet.cxx.
References comphelper::OInterfaceContainerHelper4< class ListenerT >::getLength(), m_aMutex, maModifyListeners, and comphelper::OInterfaceContainerHelper4< class ListenerT >::notifyEach().
Referenced by ModifyListenerForwarder::Notify().
|
privatedelete |
|
overridevirtualnoexcept |
Definition at line 731 of file stlsheet.cxx.
References dispose(), m_bDisposed, m_refCount, and TOOLS_WARN_EXCEPTION.
|
overridevirtual |
Definition at line 824 of file stlsheet.cxx.
References m_aMutex, maEventListeners, and comphelper::OInterfaceContainerHelper4< class ListenerT >::removeInterface().
|
overridevirtual |
Definition at line 849 of file stlsheet.cxx.
References m_aMutex, maModifyListeners, and comphelper::OInterfaceContainerHelper4< class ListenerT >::removeInterface().
|
overridevirtual |
Definition at line 1280 of file stlsheet.cxx.
|
overridevirtual |
Definition at line 1228 of file stlsheet.cxx.
|
overridevirtual |
Definition at line 1230 of file stlsheet.cxx.
void SdStyleSheet::SetApiName | ( | const OUString & | rApiName | ) |
Definition at line 156 of file stlsheet.cxx.
References msApiName.
Referenced by SdStyleFamily::insertByName().
|
overridevirtual |
Definition at line 687 of file stlsheet.cxx.
References msApiName, nId, and SfxStyleSheetBase::SetHelpId().
|
overridevirtual |
Definition at line 911 of file stlsheet.cxx.
References SetName(), and throwIfDisposed().
|
overridevirtual |
Definition at line 891 of file stlsheet.cxx.
References msApiName.
Referenced by SdStyleFamily::insertByName(), and setName().
|
overridevirtual |
Definition at line 169 of file stlsheet.cxx.
References SfxStyleSheetBase::GetItemSet(), GetItemSet(), SfxStyleSheet::SetParent(), and SfxItemSet::SetParent().
Referenced by setParentStyle().
|
overridevirtual |
Definition at line 948 of file stlsheet.cxx.
References GetName(), master, msApiName, mxPool, name, SD_LT_SEPARATOR, SetParent(), and throwIfDisposed().
|
overridevirtual |
Definition at line 1447 of file stlsheet.cxx.
References SfxItemSet::ClearItem(), GetItemSet(), getPropertyMapEntry(), SfxItemPropertyMapEntry::nWID, OWN_ATTR_FILLBMP_MODE, throwIfDisposed(), XATTR_FILLBMP_STRETCH(), and XATTR_FILLBMP_TILE().
|
overridevirtual |
Definition at line 1210 of file stlsheet.cxx.
References setPropertyValue_Impl(), and throwIfDisposed().
|
private |
Definition at line 990 of file stlsheet.cxx.
References aStr, SfxItemSet::Count(), EE_PARA_NUMBULLET(), eMode, GetItemSet(), getPropertyMapEntry(), MID_NAME, SfxItemPropertyMapEntry::nMemberId, SfxItemPropertyMapEntry::nWID, OWN_ATTR_FILLBMP_MODE, OWN_ATTR_TEXTCOLUMNS, SfxItemSet::Put(), SdStyleSheetPool::PutNumBulletItem(), SDRATTR_TEXTCOLUMNS_NUMBER(), SDRATTR_TEXTCOLUMNS_SPACING(), SDRATTR_TEXTDIRECTION(), SvxShape::SetFillAttribute(), SvxItemPropertySet_setPropertyValue(), WID_STYLE_FAMILY, WID_STYLE_HIDDEN, XATTR_FILLBITMAP(), XATTR_FILLFLOATTRANSPARENCE(), XATTR_FILLGRADIENT(), XATTR_FILLHATCH(), XATTR_LINEDASH(), XATTR_LINEEND(), and XATTR_LINESTART().
Referenced by setPropertyValue(), and setPropertyValues().
|
overridevirtual |
Definition at line 1234 of file stlsheet.cxx.
References DBG_UNHANDLED_EXCEPTION, i, nCount, setPropertyValue_Impl(), and throwIfDisposed().
|
overridevirtual |
Definition at line 872 of file stlsheet.cxx.
References ServiceName, and cppu::supportsService().
|
private |
css::uno::RuntimeException |
Definition at line 710 of file stlsheet.cxx.
References mxPool.
Referenced by getName(), getParentStyle(), getPropertyDefault(), getPropertySetInfo(), getPropertyState(), getPropertyStates(), getPropertyValue(), getPropertyValues(), isInUse(), isUserDefined(), setName(), setParentStyle(), setPropertyToDefault(), setPropertyValue(), and setPropertyValues().
|
mutableprivate |
Definition at line 156 of file stlsheet.hxx.
Referenced by addEventListener(), addModifyListener(), dispose(), IsEditable(), IsUsed(), notifyModifyListener(), removeEventListener(), and removeModifyListener().
|
private |
Definition at line 157 of file stlsheet.hxx.
Referenced by addEventListener(), addModifyListener(), dispose(), and release().
|
private |
Definition at line 158 of file stlsheet.hxx.
Referenced by addEventListener(), addModifyListener(), and dispose().
|
private |
Definition at line 160 of file stlsheet.hxx.
Referenced by addEventListener(), dispose(), and removeEventListener().
|
private |
Definition at line 159 of file stlsheet.hxx.
Referenced by addModifyListener(), dispose(), IsEditable(), IsUsed(), notifyModifyListener(), and removeModifyListener().
|
private |
Definition at line 164 of file stlsheet.hxx.
Referenced by addModifyListener().
|
private |
Definition at line 161 of file stlsheet.hxx.
Referenced by GetApiName(), SetApiName(), SetHelpId(), SetName(), and setParentStyle().
|
private |
Definition at line 162 of file stlsheet.hxx.
Referenced by disposing(), getParentStyle(), setParentStyle(), and throwIfDisposed().