Searched refs:SfxImageItem (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/svl/source/items/ |
H A D | imageitm.cxx | 30 TYPEINIT1( SfxImageItem, SfxInt16Item ); 43 SfxImageItem::SfxImageItem( sal_uInt16 which, sal_uInt16 nImage ) in SfxImageItem() function in SfxImageItem 51 SfxImageItem::SfxImageItem( sal_uInt16 which, const String& rURL ) in SfxImageItem() function in SfxImageItem 60 SfxImageItem::SfxImageItem( const SfxImageItem& rItem ) in SfxImageItem() function in SfxImageItem 67 SfxImageItem::~SfxImageItem() in ~SfxImageItem() 76 return new SfxImageItem( *this ); in Clone() 83 …return( ((SfxImageItem&) rItem).GetValue() == GetValue() && (*pImp == *(((SfxImageItem&)rItem).pIm… in operator ==() 117 void SfxImageItem::SetRotation( long nValue ) in SetRotation() 122 long SfxImageItem::GetRotation() const in GetRotation() 132 sal_Bool SfxImageItem::IsMirrored() const in IsMirrored() [all …]
|
/aoo41x/main/svl/inc/svl/ |
H A D | imageitm.hxx | 33 class SVL_DLLPUBLIC SfxImageItem : public SfxInt16Item class 38 SfxImageItem( sal_uInt16 nWhich = 0, sal_uInt16 nImage = 0 ); 39 SfxImageItem( sal_uInt16 nWhich, const String& rURL ); 40 SfxImageItem( const SfxImageItem& ); 41 virtual ~SfxImageItem();
|
/aoo41x/main/sw/source/ui/uiview/ |
H A D | viewstat.cxx | 182 … SfxImageItem aImgItem(nWhich, bWeb ? SwView::nWebInsertCtrlState : SwView::nInsertCtrlState); in GetState() 204 SfxImageItem aImgItem(nWhich, SwView::nInsertObjectCtrlState); in GetState() 363 SfxImageItem aImageItem(nWhich); in GetState()
|
/aoo41x/main/sw/source/ui/ribbar/ |
H A D | workctrl.cxx | 80 SFX_IMPL_TOOLBOX_CONTROL( SwTbxInsertCtrl, SfxImageItem); 132 const SfxImageItem* pItem = PTR_CAST( SfxImageItem, pState ); in StateChanged()
|
/aoo41x/main/sfx2/sdi/ |
H A D | sfxitems.sdi | 38 item String SfxImageItem; //! Dummy
|
H A D | sfx.sdi | 7104 SfxImageItem ImageOrientation SID_IMAGE_ORIENTATION
|
/aoo41x/main/sfx2/source/menu/ |
H A D | virtmenu.cxx | 98 const SfxImageItem* pItem = PTR_CAST( SfxImageItem, pState ); in StateChanged()
|
/aoo41x/main/framework/source/uielement/ |
H A D | toolbarmanager.cxx | 574 SfxImageItem aItem( 1, 0 ); in statusChanged()
|
/aoo41x/main/sw/sdi/ |
H A D | swriter.sdi | 3842 SfxImageItem InsertCtrl FN_INSERT_CTRL 4310 SfxImageItem InsertObjCtrl FN_INSERT_OBJ_CTRL
|
Completed in 83 milliseconds