Searched refs:ScDrawTextObjectBar (Results 1 – 9 of 9) sorted by relevance
| /AOO41X/main/sc/source/ui/drawfunc/ |
| H A D | drtxtob.cxx | 88 #define ScDrawTextObjectBar macro 95 SFX_IMPL_INTERFACE( ScDrawTextObjectBar, SfxShell, ScResId(SCSTR_DRAWTEXTSHELL) ) in SFX_IMPL_INTERFACE() argument 103 TYPEINIT1( ScDrawTextObjectBar, SfxShell ); 109 void ScDrawTextObjectBar::StateDisableItems( SfxItemSet &rSet ) in StateDisableItems() 121 ScDrawTextObjectBar::ScDrawTextObjectBar(ScViewData* pData) : in ScDrawTextObjectBar() function in ScDrawTextObjectBar 142 __EXPORT ScDrawTextObjectBar::~ScDrawTextObjectBar() in ~ScDrawTextObjectBar() 162 void __EXPORT ScDrawTextObjectBar::Execute( SfxRequest &rReq ) in Execute() 397 void __EXPORT ScDrawTextObjectBar::GetState( SfxItemSet& rSet ) in GetState() 511 IMPL_LINK( ScDrawTextObjectBar, ClipboardChanged, TransferableDataHelper*, pDataHelper ) in IMPL_LINK() argument 525 void __EXPORT ScDrawTextObjectBar::GetClipState( SfxItemSet& rSet ) in GetClipState() [all …]
|
| H A D | drtxtob2.cxx | 61 sal_Bool ScDrawTextObjectBar::IsNoteEdit() in IsNoteEdit() 68 void __EXPORT ScDrawTextObjectBar::ExecuteGlobal( SfxRequest &rReq ) in ExecuteGlobal() 130 void ScDrawTextObjectBar::GetGlobalClipState( SfxItemSet& rSet ) in GetGlobalClipState() 145 void __EXPORT ScDrawTextObjectBar::ExecuteExtra( SfxRequest &rReq ) in ExecuteExtra() 194 void ScDrawTextObjectBar::ExecFormText(SfxRequest& rReq) in ExecFormText() 211 void ScDrawTextObjectBar::GetFormTextState(SfxItemSet& rSet) in GetFormTextState()
|
| H A D | drtxtob1.cxx | 55 sal_Bool ScDrawTextObjectBar::ExecuteCharDlg( const SfxItemSet& rArgs, in ExecuteCharDlg() 85 sal_Bool ScDrawTextObjectBar::ExecuteParaDlg( const SfxItemSet& rArgs, in ExecuteParaDlg() 130 void ScDrawTextObjectBar::ExecutePasteContents( SfxRequest & /* rReq */ ) in ExecutePasteContents()
|
| /AOO41X/main/sc/source/ui/inc/ |
| H A D | drtxtob.hxx | 42 class ScDrawTextObjectBar : public SfxShell class 54 ScDrawTextObjectBar(ScViewData* pData); 55 ~ScDrawTextObjectBar();
|
| H A D | tabvwsh.hxx | 52 class ScDrawTextObjectBar; 110 ScDrawTextObjectBar* pDrawTextShell;
|
| /AOO41X/main/sc/source/ui/unoobj/ |
| H A D | viewuno.cxx | 2326 …ScDrawTextObjectBar* pTextShell = PTR_CAST( ScDrawTextObjectBar, GetViewShell()->GetViewFrame()->G… in getTransferable() 2353 …ScDrawTextObjectBar* pTextShell = PTR_CAST( ScDrawTextObjectBar, GetViewShell()->GetViewFrame()->G… in insertTransferable()
|
| /AOO41X/main/sc/source/ui/app/ |
| H A D | scdll.cxx | 198 ScDrawTextObjectBar ::RegisterInterface(pMod); in Init()
|
| /AOO41X/main/sc/sdi/ |
| H A D | drtxtob.sdi | 155 shell ScDrawTextObjectBar
|
| /AOO41X/main/sc/source/ui/view/ |
| H A D | tabvwsh4.cxx | 902 pDrawTextShell = new ScDrawTextObjectBar( GetViewData() ); in SetCurSubShell()
|