|
| | EditEngineItemPool () |
| |
| void | FillItemIdRanges_Impl (WhichRangesContainer &pWhichRanges) const |
| |
| const WhichRangesContainer & | GetFrozenIdRanges () const |
| |
| | SfxItemPool (const SfxItemPool &rPool, bool bCloneStaticDefaults=false) |
| |
| | SfxItemPool (const OUString &rName, sal_uInt16 nStart, sal_uInt16 nEnd, const SfxItemInfo *pItemInfos, std::vector< SfxPoolItem * > *pDefaults=nullptr) |
| |
| virtual | ~SfxItemPool () |
| |
| SfxBroadcaster & | BC () |
| |
| void | SetPoolDefaultItem (const SfxPoolItem &) |
| |
| const SfxPoolItem * | GetPoolDefaultItem (sal_uInt16 nWhich) const |
| |
| const T * | GetPoolDefaultItem (TypedWhichId< T > nWhich) const |
| |
| void | ResetPoolDefaultItem (sal_uInt16 nWhich) |
| |
| void | SetDefaults (std::vector< SfxPoolItem * > *pDefaults) |
| |
| void | ClearDefaults () |
| |
| void | ReleaseDefaults (bool bDelete=false) |
| |
| virtual MapUnit | GetMetric (sal_uInt16 nWhich) const |
| |
| void | SetDefaultMetric (MapUnit eNewMetric) |
| |
| MapUnit | GetDefaultMetric () const |
| |
| virtual bool | GetPresentation (const SfxPoolItem &rItem, MapUnit ePresentationMetric, OUString &rText, const IntlWrapper &rIntlWrapper) const |
| |
| virtual rtl::Reference< SfxItemPool > | Clone () const |
| |
| const OUString & | GetName () const |
| |
| const T & | Put (std::unique_ptr< T > xItem, sal_uInt16 nWhich=0) |
| |
| const T & | Put (const T &rItem, sal_uInt16 nWhich=0) |
| |
| void | Remove (const SfxPoolItem &) |
| |
| const SfxPoolItem & | GetDefaultItem (sal_uInt16 nWhich) const |
| |
| const T & | GetDefaultItem (TypedWhichId< T > nWhich) const |
| |
| bool | CheckItemInPool (const SfxPoolItem *) const |
| |
| const SfxPoolItem * | GetItem2Default (sal_uInt16 nWhich) const |
| |
| const T * | GetItem2Default (TypedWhichId< T > nWhich) const |
| |
| sal_uInt32 | GetItemCount2 (sal_uInt16 nWhich) const |
| |
| Item2Range | GetItemSurrogates (sal_uInt16 nWhich) const |
| |
| std::vector< const SfxPoolItem * > | FindItemSurrogate (sal_uInt16 nWhich, SfxPoolItem const &rNeedle) const |
| |
| sal_uInt16 | GetFirstWhich () const |
| |
| sal_uInt16 | GetLastWhich () const |
| |
| bool | IsInRange (sal_uInt16 nWhich) const |
| |
| void | SetSecondaryPool (SfxItemPool *pPool) |
| |
| SfxItemPool * | GetSecondaryPool () const |
| |
| SfxItemPool * | GetLastPoolInChain () |
| |
| SfxItemPool * | GetMasterPool () const |
| |
| void | FreezeIdRanges () |
| |
| void | Delete () |
| |
| bool | IsItemPoolable (sal_uInt16 nWhich) const |
| |
| bool | IsItemPoolable (const SfxPoolItem &rItem) const |
| |
| void | SetItemInfos (const SfxItemInfo *pInfos) |
| |
| sal_uInt16 | GetWhich (sal_uInt16 nSlot, bool bDeep=true) const |
| |
| TypedWhichId< T > | GetWhich (TypedWhichId< T > nSlot, bool bDeep=true) const |
| |
| sal_uInt16 | GetSlotId (sal_uInt16 nWhich) const |
| |
| sal_uInt16 | GetTrueWhich (sal_uInt16 nSlot, bool bDeep=true) const |
| |
| sal_uInt16 | GetTrueSlotId (sal_uInt16 nWhich) const |
| |
| void | dumpAsXml (xmlTextWriterPtr pWriter) const |
| |
Definition at line 848 of file editdoc.hxx.