Home
last modified time | relevance | path

Searched refs:SfxObjectItem (Results 1 – 19 of 19) sorted by relevance

/trunk/main/sfx2/source/doc/
H A Dobjitem.cxx38 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 Dobjserv.cxx1200 rReq.SetReturnValue( SfxObjectItem( 0, pFrame ) ); in ExecView_Impl()
/trunk/main/sfx2/source/appl/
H A Dappbas.cxx236 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 Dappopen.cxx441 const SfxObjectItem *pObj = PTR_CAST( SfxObjectItem, pRet ); in LoadTemplate()
/trunk/main/svx/source/form/
H A Dfmshell.cxx967 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 Dtabwin.cxx329 FmFormShell* pShell = PTR_CAST(FmFormShell,((SfxObjectItem*)pState)->GetShell()); in StateChanged()
H A Dfmexpl.cxx620 FmFormShell* pShell = PTR_CAST( FmFormShell,((SfxObjectItem*)pState)->GetShell() ); in StateChanged()
H A DfmPropBrw.cxx673 FmFormShell* pShell = PTR_CAST(FmFormShell,((SfxObjectItem*)pState)->GetShell()); in StateChanged()
H A Dfiltnav.cxx1986 FmFormShell* pShell = PTR_CAST( FmFormShell,((SfxObjectItem*)pState)->GetShell() ); in StateChanged()
H A Ddatanavi.cxx2415 FmFormShell* pShell = PTR_CAST( FmFormShell,((SfxObjectItem*)pState)->GetShell() ); in StateChanged()
/trunk/main/sfx2/inc/sfx2/
H A Dobjitem.hxx34 class SFX2_DLLPUBLIC SfxObjectItem: public SfxPoolItem class
40 SfxObjectItem( sal_uInt16 nWhich=0, SfxShell *pSh=0 );
H A Dshell.hxx161 friend class SfxObjectItem;
/trunk/main/sc/sdi/
H A Dscalc.sdi99 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 …]
/trunk/main/sw/source/ui/app/
H A Dapphdl.cxx223 SfxObjectItem* pItem = (SfxObjectItem*)pView->GetViewFrame()->GetDispatcher()-> in lcl_LoadDoc()
/trunk/main/sfx2/sdi/
H A Dsfx.sdi183 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 Dsfxitems.sdi35 item String SfxObjectItem; //! Dummy
/trunk/main/sfx2/source/view/
H A Dviewfrm2.cxx315 rReq.SetReturnValue( SfxObjectItem( 0, this ) ); in Exec_Impl()
/trunk/main/sc/source/ui/view/
H A Dviewfun2.cxx2534 if ( pRetItem->ISA( SfxObjectItem ) ) in MoveTable()
2535 pDestShell = PTR_CAST( ScDocShell, ((const SfxObjectItem*)pRetItem)->GetShell() ); in MoveTable()
/trunk/main/svx/sdi/
H A Dsvx.sdi1167 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 163 milliseconds