LibreOffice Module sfx2 (master) 1
|
#include <frame.hxx>
Public Member Functions | |
SfxUnoAnyItem (sal_uInt16 nWhich, const css::uno::Any &rAny) | |
const css::uno::Any & | GetValue () const |
virtual bool | operator== (const SfxPoolItem &) const override |
virtual SfxUnoAnyItem * | Clone (SfxItemPool *pPool=nullptr) const override |
virtual bool | QueryValue (css::uno::Any &rVal, sal_uInt8 nMemberId=0) const override |
virtual bool | PutValue (const css::uno::Any &rVal, sal_uInt8 nMemberId) override |
![]() | |
void | AddRef (sal_uInt32 n=1) const |
virtual | ~SfxPoolItem () |
void | SetWhich (sal_uInt16 nId) |
sal_uInt16 | Which () const |
T & | StaticWhichCast (TypedWhichId< T > nId) |
const T & | StaticWhichCast (TypedWhichId< T > nId) const |
T * | DynamicWhichCast (TypedWhichId< T > nId) |
const T * | DynamicWhichCast (TypedWhichId< T > nId) const |
virtual bool | operator== (const SfxPoolItem &) const=0 |
bool | operator!= (const SfxPoolItem &rItem) const |
virtual bool | operator< (const SfxPoolItem &) const |
virtual bool | IsSortable () const |
virtual bool | HasLookup () const |
virtual lookup_iterator | Lookup (lookup_iterator, lookup_iterator end) const |
virtual bool | GetPresentation (SfxItemPresentation ePresentation, MapUnit eCoreMetric, MapUnit ePresentationMetric, OUString &rText, const IntlWrapper &rIntlWrapper) const |
virtual void | ScaleMetrics (tools::Long lMult, tools::Long lDiv) |
virtual bool | HasMetrics () const |
virtual bool | QueryValue (css::uno::Any &rVal, sal_uInt8 nMemberId=0) const |
virtual bool | PutValue (const css::uno::Any &rVal, sal_uInt8 nMemberId) |
virtual SfxPoolItem * | Clone (SfxItemPool *pPool=nullptr) const=0 |
std::unique_ptr< SfxPoolItem > | CloneSetWhich (sal_uInt16 nNewWhich) const |
std::unique_ptr< T > | CloneSetWhich (TypedWhichId< T > nId) const |
sal_uInt32 | GetRefCount () const |
SfxItemKind | GetKind () const |
virtual void | dumpAsXml (xmlTextWriterPtr pWriter) const |
virtual boost::property_tree::ptree | dumpAsJSON () const |
virtual bool | IsVoidItem () const |
Static Public Member Functions | |
static SfxPoolItem * | CreateDefault () |
Private Attributes | |
css::uno::Any | aValue |
Additional Inherited Members | |
![]() | |
typedef std::vector< SfxPoolItem * >::const_iterator | lookup_iterator |
![]() | |
SfxPoolItem (sal_uInt16 nWhich=0) | |
SfxPoolItem (const SfxPoolItem &rCopy) | |
SfxUnoAnyItem::SfxUnoAnyItem | ( | sal_uInt16 | nWhich, |
const css::uno::Any & | rAny | ||
) |
Definition at line 446 of file frame.cxx.
References aValue.
Referenced by Clone(), and CreateDefault().
|
overridevirtual |
|
static |
Definition at line 61 of file frame.cxx.
References SfxUnoAnyItem().
|
inline |
Definition at line 175 of file frame.hxx.
Referenced by CheckPasswd_Impl(), SfxObjectShell::DoSave_Impl(), sfx2::FileDialogHelper_Impl::execute(), SfxMedium::GetContent(), GetEncryptionData_Impl(), SfxRequest::GetFrameWeld(), SfxMedium::GetInteractionHandler(), SfxMedium::GetLockingStream_Impl(), SfxMedium::GetMedium_Impl(), SfxMedium::GetStorage(), SfxBaseModel::impl_store(), SfxDocumentPage::ImplCheckPasswordState(), SfxMedium::Init_Impl(), SfxViewShell::Notify(), SfxApplication::OpenDocExec_Impl(), SfxObjectShell::PreDoSaveAs_Impl(), SfxProgress::SetState(), and SfxMedium::Transfer_Impl().
|
overridevirtual |
Implements SfxPoolItem.
|
overridevirtual |
|
overridevirtual |
|
private |
Definition at line 171 of file frame.hxx.
Referenced by PutValue(), QueryValue(), and SfxUnoAnyItem().