Searched refs:SfxObjectItem (Results 1 – 19 of 19) sorted by relevance
/aoo42x/main/sfx2/source/doc/ |
H A D | objitem.cxx | 38 TYPEINIT1_AUTOFACTORY(SfxObjectItem,SfxPoolItem) 113 SfxObjectItem::SfxObjectItem( sal_uInt16 nWhichId, SfxShell *pSh ) in SfxObjectItem() function in SfxObjectItem 120 int SfxObjectItem::operator==( const SfxPoolItem &rItem ) const in operator ==() 122 SfxObjectItem *pOther = PTR_CAST(SfxObjectItem, &rItem); in operator ==() 128 SfxPoolItem* SfxObjectItem::Clone( SfxItemPool *) const in Clone() 130 return new SfxObjectItem( Which(), _pSh ); in Clone()
|
H A D | objserv.cxx | 1200 rReq.SetReturnValue( SfxObjectItem( 0, pFrame ) ); in ExecView_Impl()
|
/aoo42x/main/sfx2/source/appl/ |
H A D | appbas.cxx | 236 SFX_REQUEST_ARG(rReq, pItem, SfxObjectItem, nSID, sal_False); in PropExec_Impl() 300 rSet.Put( SfxObjectItem( SID_ACTIVEDOCUMENT, SfxObjectShell::Current() ) ); in PropState_Impl() 304 rSet.Put( SfxObjectItem( SID_APPLICATION, this ) ); in PropState_Impl()
|
H A D | appopen.cxx | 441 const SfxObjectItem *pObj = PTR_CAST( SfxObjectItem, pRet ); in LoadTemplate()
|
/aoo42x/main/svx/source/form/ |
H A D | fmshell.cxx | 967 rSet.Put(SfxObjectItem(nWhich, this)); in GetState() 969 rSet.Put(SfxObjectItem(nWhich)); in GetState() 975 rSet.Put(SfxObjectItem(nWhich)); in GetState() 977 rSet.Put(SfxObjectItem(nWhich, this)); in GetState() 984 rSet.Put(SfxObjectItem(nWhich)); in GetState() 986 rSet.Put(SfxObjectItem(nWhich, this)); in GetState()
|
H A D | tabwin.cxx | 329 FmFormShell* pShell = PTR_CAST(FmFormShell,((SfxObjectItem*)pState)->GetShell()); in StateChanged()
|
H A D | fmexpl.cxx | 620 FmFormShell* pShell = PTR_CAST( FmFormShell,((SfxObjectItem*)pState)->GetShell() ); in StateChanged()
|
H A D | fmPropBrw.cxx | 673 FmFormShell* pShell = PTR_CAST(FmFormShell,((SfxObjectItem*)pState)->GetShell()); in StateChanged()
|
H A D | filtnav.cxx | 1986 FmFormShell* pShell = PTR_CAST( FmFormShell,((SfxObjectItem*)pState)->GetShell() ); in StateChanged()
|
H A D | datanavi.cxx | 2415 FmFormShell* pShell = PTR_CAST( FmFormShell,((SfxObjectItem*)pState)->GetShell() ); in StateChanged()
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | objitem.hxx | 34 class SFX2_DLLPUBLIC SfxObjectItem: public SfxPoolItem class 40 SfxObjectItem( sal_uInt16 nWhich=0, SfxShell *pSh=0 );
|
H A D | shell.hxx | 161 friend class SfxObjectItem;
|
/aoo42x/main/sc/sdi/ |
H A D | scalc.sdi | 99 SfxObjectItem ActiveCell SID_SC_ACTIVECELL 126 SfxObjectItem ActiveTable SID_SC_ACTIVETAB 764 SfxObjectItem Cells SID_SC_CELLS 1193 SfxObjectItem CurrentRegion SID_RANGE_REGION 1445 SfxObjectItem DataPilotCreate SID_PIVOT_CREATE 1495 SfxObjectItem DataPilotTables SID_PIVOT_GET 4803 SfxObjectItem Offset SID_RANGE_OFFSET 4828 SfxObjectItem OleObject SID_OLE_OBJECT 5059 SfxObjectItem Range SID_SC_RANGE 5718 SfxObjectItem Selection SID_SC_SELECTION [all …]
|
/aoo42x/main/sw/source/ui/app/ |
H A D | apphdl.cxx | 223 SfxObjectItem* pItem = (SfxObjectItem*)pView->GetViewFrame()->GetDispatcher()-> in lcl_LoadDoc()
|
/aoo42x/main/sfx2/sdi/ |
H A D | sfx.sdi | 183 SfxObjectItem Activate SID_ACTIVATE 262 SfxObjectItem NewDoc SID_NEWDOC 315 SfxObjectItem AddDirect SID_NEWDOCDIRECT 1961 SfxObjectItem GetFrameWindow SID_FILLFRAME 4059 SfxObjectItem NewObject SID_CREATE_BASICOBJECT 4213 SfxObjectItem Open SID_OPENDOC 4237 SfxObjectItem WebHtml SID_WEBHTML 4262 SfxObjectItem OpenHyperlink SID_OPENHYPERLINK 4314 SfxObjectItem OpenTemplate SID_OPENTEMPLATE 5001 (SfxObjectItem Object SID_DELETE_BASICOBJECT)
|
H A D | sfxitems.sdi | 35 item String SfxObjectItem; //! Dummy
|
/aoo42x/main/sfx2/source/view/ |
H A D | viewfrm2.cxx | 315 rReq.SetReturnValue( SfxObjectItem( 0, this ) ); in Exec_Impl()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | viewfun2.cxx | 2534 if ( pRetItem->ISA( SfxObjectItem ) ) in MoveTable() 2535 pDestShell = PTR_CAST( ScDocShell, ((const SfxObjectItem*)pRetItem)->GetShell() ); in MoveTable()
|
/aoo42x/main/svx/sdi/ |
H A D | svx.sdi | 1167 SfxObjectItem Border SID_BORDER_OBJECT 3513 SfxObjectItem FieldController SID_FM_FIELDS_CONTROL 3837 SfxObjectItem FmExplorerController SID_FM_FMEXPLORER_CONTROL 3864 SfxObjectItem FmFilterNavigatorController SID_FM_FILTER_NAVIGATOR_CONTROL 8665 SfxObjectItem PropertyController SID_FM_PROPERTY_CONTROL 14046 SfxObjectItem FmDataNavigatorController SID_FM_DATANAVIGATOR_CONTROL
|
Completed in 145 milliseconds