| /AOO41X/main/sfx2/source/toolbox/ |
| H A D | tbxitem.cxx | 123 SFX_IMPL_TOOLBOX_CONTROL_ARG(SfxToolBoxControl, SfxStringItem, sal_True); 195 return SfxToolBoxControl::CreateControl( nSlotId, nID, pToolbox, pModule ); in SfxToolBoxControllerFactory() 237 SfxToolBoxControl::SfxToolBoxControl( in SfxToolBoxControl() function in SfxToolBoxControl 258 SfxToolBoxControl::~SfxToolBoxControl() in ~SfxToolBoxControl() 271 ToolBox& SfxToolBoxControl::GetToolBox() const in GetToolBox() 275 unsigned short SfxToolBoxControl::GetId() const in GetId() 279 unsigned short SfxToolBoxControl::GetSlotId() const in GetSlotId() 286 void SAL_CALL SfxToolBoxControl::dispose() throw (::com::sun::star::uno::RuntimeException) in dispose() 320 void SfxToolBoxControl::RegisterToolBoxControl( SfxModule* pMod, SfxTbxCtrlFactory* pFact) in RegisterToolBoxControl() 325 SfxToolBoxControl* SfxToolBoxControl::CreateControl( sal_uInt16 nSlotId, sal_uInt16 nTbxId, ToolBox… in CreateControl() [all …]
|
| /AOO41X/main/sfx2/inc/sfx2/ |
| H A D | tbxctrl.hxx | 53 class SfxToolBoxControl; 61 typedef SfxToolBoxControl* (*SfxToolBoxControlCtor)( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& r… 189 static SfxToolBoxControl* CreateImpl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox &rTbx ); \ 203 class SFX2_DLLPUBLIC SfxToolBoxControl: class 287 …SfxToolBoxControl( sal_uInt16 nSlotID, sal_uInt16 nId, ToolBox& rBox, sal_Bool bShowStrings = sal_… 288 virtual ~SfxToolBoxControl(); 301 …static SfxToolBoxControl* CreateControl( sal_uInt16 nSlotId, sal_uInt16 nTbxId, ToolBox *pBox, Sf… 306 …SfxToolBoxControl* __EXPORT Class::CreateImpl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox &rTbx )… 309 { SfxToolBoxControl::RegisterToolBoxControl( pMod, new SfxTbxCtrlFactory( \ 313 …SfxToolBoxControl* __EXPORT Class::CreateImpl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox &rTbx )… [all …]
|
| /AOO41X/main/svx/inc/svx/ |
| H A D | tbcontrl.hxx | 179 class SVX_DLLPUBLIC SvxStyleToolBoxControl : public SfxToolBoxControl 234 class SVX_DLLPUBLIC SvxFontNameToolBoxControl : public SfxToolBoxControl 282 class SVX_DLLPUBLIC SvxFontColorToolBoxControl : public SfxToolBoxControl 305 class SVX_DLLPUBLIC SvxFontColorExtToolBoxControl : public SfxToolBoxControl 307 using SfxToolBoxControl::StateChanged; 308 using SfxToolBoxControl::Select; 333 class SVX_DLLPUBLIC SvxColorToolBoxControl : public SfxToolBoxControl 354 class SVX_DLLPUBLIC SvxFrameToolBoxControl : public SfxToolBoxControl 374 class SVX_DLLPUBLIC SvxFrameLineStyleToolBoxControl : public SfxToolBoxControl 393 class SVX_DLLPUBLIC SvxFrameLineColorToolBoxControl : public SfxToolBoxControl [all …]
|
| H A D | linectrl.hxx | 44 class SVX_DLLPUBLIC SvxLineStyleToolBoxControl : public SfxToolBoxControl 68 class SVX_DLLPUBLIC SvxLineWidthToolBoxControl : public SfxToolBoxControl 85 class SVX_DLLPUBLIC SvxLineColorToolBoxControl : public SfxToolBoxControl 156 class SVX_DLLPUBLIC SvxLineEndToolBoxControl : public SfxToolBoxControl
|
| H A D | grafctrl.hxx | 50 class SVX_DLLPUBLIC SvxGrafFilterToolBoxControl : public SfxToolBoxControl 68 class SvxGrafToolBoxControl : public SfxToolBoxControl 161 class SVX_DLLPUBLIC SvxGrafModeToolBoxControl : public SfxToolBoxControl, public SfxListener
|
| H A D | tbxctl.hxx | 35 class SVX_DLLPUBLIC SvxTbxCtlDraw : public SfxToolBoxControl 43 using SfxToolBoxControl::Select;
|
| H A D | formatpaintbrushctrl.hxx | 42 class SVX_DLLPUBLIC FormatPaintBrushToolBoxControl : public SfxToolBoxControl 44 using SfxToolBoxControl::Select;
|
| H A D | layctrl.hxx | 34 class SVX_DLLPUBLIC SvxTableToolBoxControl : public SfxToolBoxControl 55 class SVX_DLLPUBLIC SvxColumnsToolBoxControl : public SfxToolBoxControl
|
| H A D | tbxcustomshapes.hxx | 35 class SVX_DLLPUBLIC SvxTbxCtlCustomShapes : public SfxToolBoxControl 38 using SfxToolBoxControl::Select;
|
| H A D | fontworkgallery.hxx | 56 class SVX_DLLPUBLIC FontWorkShapeTypeControl : public SfxToolBoxControl 58 using SfxToolBoxControl::Select;
|
| /AOO41X/main/svx/source/inc/ |
| H A D | tbxform.hxx | 37 SfxToolBoxControl* m_pController; 40 SvxFmAbsRecWin( Window* _pParent, SfxToolBoxControl* _pController ); 67 class SvxFmTbxCtlConfig : public SfxToolBoxControl 73 using SfxToolBoxControl::Select; 90 class SvxFmTbxCtlAbsRec : public SfxToolBoxControl 105 class SvxFmTbxCtlRecText : public SfxToolBoxControl 117 class SvxFmTbxCtlRecFromText : public SfxToolBoxControl 129 class SvxFmTbxCtlRecTotal : public SfxToolBoxControl 145 class SvxFmTbxNextRec : public SfxToolBoxControl 153 class SvxFmTbxPrevRec : public SfxToolBoxControl
|
| /AOO41X/main/svx/source/form/ |
| H A D | tbxform.cxx | 70 SvxFmAbsRecWin::SvxFmAbsRecWin( Window* _pParent, SfxToolBoxControl* _pController ) in SvxFmAbsRecWin() 170 : SfxToolBoxControl( nSlotId, nId, rTbx ) in SvxFmTbxCtlConfig() 223 SfxToolBoxControl::StateChanged( nSID, eState,pState ); in StateChanged() 276 :SfxToolBoxControl( nSlotId, nId, rTbx ) in SvxFmTbxCtlAbsRec() 310 SfxToolBoxControl::StateChanged( nSID, eState,pState ); in StateChanged() 330 :SfxToolBoxControl( nSlotId, nId, rTbx ) in SvxFmTbxCtlRecText() 364 :SfxToolBoxControl( nSlotId, nId, rTbx ) in SvxFmTbxCtlRecFromText() 397 :SfxToolBoxControl( nSlotId, nId, rTbx ) in SvxFmTbxCtlRecTotal() 440 SfxToolBoxControl::StateChanged( nSID, eState,pState ); in StateChanged() 450 :SfxToolBoxControl( nSlotId, nId, rTbx ) in SvxFmTbxNextRec() [all …]
|
| /AOO41X/main/svx/source/tbxctrls/ |
| H A D | tbcontrl.cxx | 400 … SfxToolBoxControl::Dispatch( m_xDispatchProvider, String::CreateFromAscii(".uno:ResetAttributes"), in Select() 441 …SfxToolBoxControl::Dispatch( m_xDispatchProvider, String::CreateFromAscii(".uno:StyleNewByExample"… in Select() 446 SfxToolBoxControl::Dispatch( m_xDispatchProvider, m_aCommand, aArgs ); in Select() 802 SfxToolBoxControl::Dispatch( m_xDispatchProvider, in Select() 923 …SfxToolBoxControl::Dispatch( Reference< XDispatchProvider >( GetFrame()->getController(), UNO_QUER… in IMPL_LINK() 937 …SfxToolBoxControl::Dispatch( Reference< XDispatchProvider >( GetFrame()->getController(), UNO_QUER… in IMPL_LINK() 950 …SfxToolBoxControl::Dispatch( Reference< XDispatchProvider >( GetFrame()->getController(), UNO_QUER… in IMPL_LINK() 1215 …SfxToolBoxControl::Dispatch( Reference< XDispatchProvider >( GetFrame()->getController(), UNO_QUER… in IMPL_LINK() 1575 …SfxToolBoxControl::Dispatch( Reference< XDispatchProvider >( GetFrame()->getController(), UNO_QUER… in IMPL_LINK() 1812 : SfxToolBoxControl ( nSlotId, nId, rTbx ), in SvxStyleToolBoxControl() [all …]
|
| H A D | linectrl.cxx | 90 SfxToolBoxControl( nSlotId, nId, rTbx ), in SvxLineStyleToolBoxControl() 232 SfxToolBoxControl( nSlotId, nId, rTbx ) in SvxLineWidthToolBoxControl() 299 SfxToolBoxControl( nSlotId, nId, rTbx ) in SvxLineColorToolBoxControl() 511 …SfxToolBoxControl::Dispatch( Reference< XDispatchProvider >( mxFrame->getController(), UNO_QUERY ), in IMPL_LINK() 739 SfxToolBoxControl( nSlotId, nId, rTbx ) in SvxLineEndToolBoxControl()
|
| H A D | itemwin.cxx | 145 …SfxToolBoxControl::Dispatch( Reference< XDispatchProvider >( mxFrame->getController(), UNO_QUERY ), in Select() 160 …SfxToolBoxControl::Dispatch( Reference< XDispatchProvider >( mxFrame->getController(), UNO_QUERY ), in Select() 366 …SfxToolBoxControl::Dispatch( Reference< XDispatchProvider >( mxFrame->getController(), UNO_QUERY ), in Select() 525 …SfxToolBoxControl::Dispatch( Reference< XDispatchProvider >( mxFrame->getController(), UNO_QUERY ), in Modify()
|
| H A D | lboxctrl.cxx | 150 … rToolBox.EnableItem( nTbxId, ( SfxToolBoxControl::GetItemState( pState ) != SFX_ITEM_DISABLED) ); in StateChanged() 173 :SfxToolBoxControl( nSlotId, nId, rTbx ), in SvxListBoxControl() 219 SfxToolBoxControl::Dispatch( m_aCommandURL, aArgs ); in IMPL_LINK()
|
| H A D | grafctrl.cxx | 216 SfxToolBoxControl::Dispatch( in IMPL_LINK() 429 SfxToolBoxControl::Dispatch( in Select() 615 SfxToolBoxControl( nSlotId, nId, rTbx ) in SvxGrafFilterToolBoxControl() 661 SfxToolBoxControl( nSlotId, nId, rTbx ) in SvxGrafToolBoxControl() 804 SfxToolBoxControl( nSlotId, nId, rTbx ) in SvxGrafModeToolBoxControl()
|
| H A D | formatpaintbrushctrl.cxx | 49 : SfxToolBoxControl( nSlotId, nId, rTbx ) in FormatPaintBrushToolBoxControl() 111 SfxToolBoxControl::StateChanged( nSID, eState, pState ); in StateChanged()
|
| H A D | tbxdrctl.cxx | 56 SfxToolBoxControl( nSlotId, nId, rTbx ), in SvxTbxCtlDraw() 71 SfxToolBoxControl::StateChanged( nSID, eState, pState ); in StateChanged()
|
| H A D | verttexttbxctrl.cxx | 57 SfxToolBoxControl( nSlotId, nId, rTbx ), in SvxVertCTLTextTbxCtrl() 86 SfxToolBoxControl::StateChanged(nSID, eState, pState); in StateChanged()
|
| /AOO41X/main/sw/source/ui/inc/ |
| H A D | workctrl.hxx | 67 class SwTbxInsertCtrl : public SfxToolBoxControl 71 using SfxToolBoxControl::Select; 93 class SwTbxAutoTextCtrl : public SfxToolBoxControl 204 class SwPreviewZoomControl : public SfxToolBoxControl
|
| /AOO41X/main/sw/source/ui/ribbar/ |
| H A D | workctrl.cxx | 90 SfxToolBoxControl( nSlotId, nId, rTbx ), in SwTbxInsertCtrl() 115 SfxToolBoxControl::update(); in update() 218 SfxToolBoxControl( nSlotId, nId, rTbx ), in SwTbxAutoTextCtrl() 619 …SfxToolBoxControl::Dispatch( Reference< XDispatchProvider >( GetFrame()->getController(), UNO_QUER… in IMPL_LINK() 834 SfxToolBoxControl::Dispatch( in Select() 912 SfxToolBoxControl( nSlotId, nId, rTbx ) in SwPreviewZoomControl()
|
| /AOO41X/main/sd/source/ui/dlg/ |
| H A D | gluectrl.cxx | 116 …SfxToolBoxControl::Dispatch( Reference< XDispatchProvider >( m_xFrame->getController(), UNO_QUERY … in Select() 158 SfxToolBoxControl( nSlotId, nId, rTbx ) in SdTbxCtlGlueEscDir() 198 SfxToolBoxControl::StateChanged( nSId, eState, pState ); in StateChanged()
|
| /AOO41X/main/sc/source/ui/inc/ |
| H A D | tbinsert.hxx | 33 class ScTbxInsertCtrl : public SfxToolBoxControl 37 using SfxToolBoxControl::Select;
|
| /AOO41X/main/basctl/source/basicide/ |
| H A D | tbxctl.hxx | 59 class TbxControls : public SfxToolBoxControl 83 using SfxToolBoxControl::Select;
|