Searched refs:SwPtrItem (Results 1 – 13 of 13) sorted by relevance
/trunk/main/sw/source/ui/utlui/ |
H A D | uiitems.cxx | 214 SwPtrItem::SwPtrItem( const sal_uInt16 nId, void* pPtr ) : in SwPtrItem() function in SwPtrItem 225 SwPtrItem::SwPtrItem( const SwPtrItem& rItem ) : SfxPoolItem( rItem ) in SwPtrItem() function in SwPtrItem 235 SfxPoolItem* SwPtrItem::Clone( SfxItemPool * /*pPool*/ ) const in Clone() 237 return new SwPtrItem( *this ); in Clone() 245 int SwPtrItem::operator==( const SfxPoolItem& rAttr ) const in operator ==() 248 const SwPtrItem& rItem = (SwPtrItem&)rAttr; in operator ==()
|
H A D | content.cxx | 3282 SwPtrItem aPtrItem( FN_INSERT_MULTI_TOX, (void*)pBase); in EditEntry()
|
/trunk/main/sw/source/ui/inc/ |
H A D | uiitems.hxx | 65 class SW_DLLPUBLIC SwPtrItem : public SfxPoolItem class 70 SwPtrItem( const sal_uInt16 nId = FN_PARAM_GRF_DIALOG, void* pPtr = 0); 71 SwPtrItem( const SwPtrItem& rItem );
|
/trunk/main/sw/source/ui/app/ |
H A D | appopt.cxx | 148 pRet->Put(SwPtrItem(FN_PARAM_PRINTER, pPrt)); in CreateItemSet() 149 pRet->Put(SwPtrItem(FN_PARAM_WRTSHELL, &rWrtShell)); in CreateItemSet() 193 pRet->Put(SwPtrItem(FN_PARAM_STDFONTS, GetStdFontConfig())); in CreateItemSet()
|
H A D | docst.cxx | 415 pActShell = pShell = (SwWrtShell*)((SwPtrItem*)pItem)->GetValue(); in ExecStyleSheet()
|
/trunk/main/sw/source/ui/table/ |
H A D | tabledlg.cxx | 548 pTblData = (SwTableRep*)((const SwPtrItem*) pItem)->GetValue(); in Reset() 807 _pSet->Put(SwPtrItem(FN_TABLE_REP, pTblData)); in DeactivatePage() 899 pTblData = (SwTableRep*)((const SwPtrItem*) pItem)->GetValue(); in Reset() 1349 _pSet->Put(SwPtrItem( FN_TABLE_REP, pTblData )); in DeactivatePage()
|
/trunk/main/sw/source/ui/uiview/ |
H A D | viewcoll.cxx | 71 SwPtrItem aShell(FN_PARAM_WRTSHELL, GetWrtShellPtr()); in ExecColl()
|
/trunk/main/sw/source/ui/shells/ |
H A D | textidx.cxx | 142 pCurTOX = (const SwTOXBase* )((SwPtrItem*)pItem)->GetValue(); in ExecIdx()
|
H A D | tabsh.cxx | 299 rSet.Put(SwPtrItem(FN_TABLE_REP, pRep)); in lcl_TableParamToItemSet() 401 pRep = (SwTableRep*)((const SwPtrItem*)pItem)->GetValue(); in ItemSetToTableParam()
|
/trunk/main/sw/source/ui/config/ |
H A D | optpage.cxx | 907 pPrt = (SfxPrinter*)((const SwPtrItem*)pItem)->GetValue(); in Reset() 944 pFontConfig = (SwStdFontConfig*)((const SwPtrItem*)pItem)->GetValue(); in Reset() 949 pWrtShell = (SwWrtShell*)((const SwPtrItem*)pItem)->GetValue(); in Reset()
|
H A D | optcomp.cxx | 280 m_pWrtShell = (SwWrtShell*)( (const SwPtrItem*)pItem )->GetValue(); in InitControls()
|
H A D | optload.cxx | 237 pWrtShell = (SwWrtShell*)((const SwPtrItem*)pItem)->GetValue(); in Reset()
|
/trunk/main/sw/source/ui/dbui/ |
H A D | dbinsdlg.cxx | 762 pTblSet->Put( SwPtrItem( FN_TABLE_REP, pRep )); in IMPL_LINK() 789 pTblSet->Put( SwPtrItem( FN_TABLE_REP, pRep )); in IMPL_LINK()
|
Completed in 85 milliseconds