Home
last modified time | relevance | path

Searched refs:SwTbxAnchor (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/ui/ribbar/
H A Dtbxanchr.cxx47 SFX_IMPL_TOOLBOX_CONTROL(SwTbxAnchor, SfxUInt16Item);
53 SwTbxAnchor::SwTbxAnchor( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx ) : in SwTbxAnchor() function in SwTbxAnchor
64 SwTbxAnchor::~SwTbxAnchor() in ~SwTbxAnchor()
72 void SwTbxAnchor::StateChanged( sal_uInt16 /*nSID*/, SfxItemState eState, const SfxPoolItem* pStat… in StateChanged()
89 SfxPopupWindow* SwTbxAnchor::CreatePopupWindow() in CreatePopupWindow()
91 SwTbxAnchor::Click(); in CreatePopupWindow()
99 void SwTbxAnchor::Click() in Click()
/trunk/main/sw/source/ui/inc/
H A Dtbxanchr.hxx28 class SwTbxAnchor : public SfxToolBoxControl class
40 SwTbxAnchor( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
41 ~SwTbxAnchor();
/trunk/main/sw/source/ui/app/
H A Dswmodule.cxx360 SwTbxAnchor::RegisterControl(FN_TOOL_ANCHOR, pMod ); in RegisterControls()