Home
last modified time | relevance | path

Searched refs:SfxImageItem (Results 1 – 9 of 9) sorted by relevance

/trunk/main/svl/source/items/
H A Dimageitm.cxx30 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 …]
/trunk/main/svl/inc/svl/
H A Dimageitm.hxx33 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();
/trunk/main/sw/source/ui/uiview/
H A Dviewstat.cxx189SfxImageItem aImgItem(nWhich, bWeb ? SwView::nWebInsertCtrlState : SwView::nInsertCtrlState); in GetState()
211 SfxImageItem aImgItem(nWhich, SwView::nInsertObjectCtrlState); in GetState()
370 SfxImageItem aImageItem(nWhich); in GetState()
/trunk/main/sw/source/ui/ribbar/
H A Dworkctrl.cxx80 SFX_IMPL_TOOLBOX_CONTROL( SwTbxInsertCtrl, SfxImageItem);
132 const SfxImageItem* pItem = PTR_CAST( SfxImageItem, pState ); in StateChanged()
/trunk/main/sfx2/sdi/
H A Dsfxitems.sdi38 item String SfxImageItem; //! Dummy
H A Dsfx.sdi7106 SfxImageItem ImageOrientation SID_IMAGE_ORIENTATION
/trunk/main/sfx2/source/menu/
H A Dvirtmenu.cxx98 const SfxImageItem* pItem = PTR_CAST( SfxImageItem, pState ); in StateChanged()
/trunk/main/framework/source/uielement/
H A Dtoolbarmanager.cxx574 SfxImageItem aItem( 1, 0 ); in statusChanged()
/trunk/main/sw/sdi/
H A Dswriter.sdi3842 SfxImageItem InsertCtrl FN_INSERT_CTRL
4310 SfxImageItem InsertObjCtrl FN_INSERT_OBJ_CTRL

Completed in 88 milliseconds