|
| WW8FlySet (SwWW8ImplReader &rReader, const WW8FlyPara *pFW, const WW8SwFlyPara *pFS, bool bGraf) |
|
| WW8FlySet (SwWW8ImplReader &rReader, const SwPaM *pPaM, const WW8_PIC &rPic, tools::Long nWidth, tools::Long nHeight) |
|
SfxPoolItem const ** | GetItems_Impl () const |
|
| SfxItemSet (const SfxItemSet &) |
|
| SfxItemSet (SfxItemSet &&) noexcept |
|
| SfxItemSet (SfxItemPool &) |
|
| SfxItemSet (typename std::enable_if< svl::detail::validRanges< WIDs... >(), SfxItemPool & >::type pool, svl::Items< WIDs... >) |
|
| SfxItemSet (SfxItemPool &, std::initializer_list< Pair > wids) |
|
| SfxItemSet (SfxItemPool &, const sal_uInt16 *nWhichPairTable) |
|
virtual | ~SfxItemSet () |
|
virtual std::unique_ptr< SfxItemSet > | Clone (bool bItems=true, SfxItemPool *pToPool=nullptr) const |
|
sal_uInt16 | Count () const |
|
sal_uInt16 | TotalCount () const |
|
const SfxPoolItem & | Get (sal_uInt16 nWhich, bool bSrchInParent=true) const |
|
const T & | Get (TypedWhichId< T > nWhich, bool bSrchInParent=true) const |
|
const SfxPoolItem * | GetItem (sal_uInt16 nWhich, bool bSearchInParent=true) const |
|
const T * | GetItem (sal_uInt16 nWhich, bool bSearchInParent=true) const |
|
const T * | GetItem (TypedWhichId< T > nWhich, bool bSearchInParent=true) const |
|
sal_uInt16 | GetWhichByPos (sal_uInt16 nPos) const |
|
SfxItemState | GetItemState (sal_uInt16 nWhich, bool bSrchInParent=true, const SfxPoolItem **ppItem=nullptr) const |
|
bool | HasItem (sal_uInt16 nWhich, const SfxPoolItem **ppItem=nullptr) const |
|
void | DisableItem (sal_uInt16 nWhich) |
|
void | InvalidateItem (sal_uInt16 nWhich) |
|
sal_uInt16 | ClearItem (sal_uInt16 nWhich=0) |
|
void | ClearInvalidItems () |
|
void | InvalidateAllItems () |
|
void | SetParent (const SfxItemSet *pNew) |
|
const SfxPoolItem * | Put (const SfxPoolItem &rItem, sal_uInt16 nWhich) |
|
const SfxPoolItem * | Put (std::unique_ptr< SfxPoolItem > xItem, sal_uInt16 nWhich) |
|
const SfxPoolItem * | Put (const SfxPoolItem &rItem) |
|
const SfxPoolItem * | Put (std::unique_ptr< SfxPoolItem > xItem) |
|
bool | Put (const SfxItemSet &, bool bInvalidAsDefault=true) |
|
void | PutExtended (const SfxItemSet &, SfxItemState eDontCareAs, SfxItemState eDefaultAs) |
|
bool | Set (const SfxItemSet &, bool bDeep=true) |
|
void | Intersect (const SfxItemSet &rSet) |
|
void | MergeValues (const SfxItemSet &rSet) |
|
void | Differentiate (const SfxItemSet &rSet) |
|
void | MergeValue (const SfxPoolItem &rItem, bool bOverwriteDefaults=false) |
|
SfxItemPool * | GetPool () const |
|
const sal_uInt16 * | GetRanges () const |
|
void | SetRanges (const sal_uInt16 *pRanges) |
|
void | MergeRange (sal_uInt16 nFrom, sal_uInt16 nTo) |
|
const SfxItemSet * | GetParent () const |
|
bool | operator== (const SfxItemSet &) const |
|
bool | Equals (const SfxItemSet &, bool bComparePool) const |
|
void | dumpAsXml (xmlTextWriterPtr pWriter) const |
|
Definition at line 135 of file ww8par2.hxx.