Home
last modified time | relevance | path

Searched refs:_pSet (Results 1 – 25 of 56) sorted by last modified time

123

/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx1454 int SwTOXSelectTabPage::DeactivatePage( SfxItemSet* _pSet ) in DeactivatePage() argument
1456 if(_pSet) in DeactivatePage()
1457 _pSet->Put(SfxUInt16Item(FN_PARAM_TOX_TYPE, in DeactivatePage()
/trunk/main/svx/source/sidebar/
H A Dnbdtmg.cxx1592 _pSet->bIsCustomized = sal_True; in RelplaceNumRule()
1599 if (_pSet->bIsCustomized) { in RelplaceNumRule()
1604 _pSet->sDescription = aStrFromRES; in RelplaceNumRule()
1895 _pSet->nNumberType = eNumType; in RelplaceNumRule()
1898 if (_pSet->pBrushItem) { in RelplaceNumRule()
1899 delete (_pSet->pBrushItem); in RelplaceNumRule()
1900 _pSet->pBrushItem=NULL; in RelplaceNumRule()
1905 _pSet->nNumberType = eNumType; in RelplaceNumRule()
1908 _pSet->sPrefix = aFmt.GetPrefix(); in RelplaceNumRule()
1909 _pSet->sSuffix = aFmt.GetSuffix(); in RelplaceNumRule()
[all …]
/trunk/main/svx/source/items/
H A Dpageitem.cxx293 SvxSetItem::SvxSetItem( const sal_uInt16 nId, SfxItemSet* _pSet ) : in SvxSetItem() argument
295 SfxSetItem( nId, _pSet ) in SvxSetItem()
320 SfxItemSet* _pSet = new SfxItemSet( *GetItemSet().GetPool(), in Create() local
323 _pSet->Load( rStrm ); in Create()
325 return new SvxSetItem( Which(), *_pSet ); in Create()
/trunk/main/editeng/source/uno/
H A Dunotext.cxx243 SvxUnoTextRangeBase::SvxUnoTextRangeBase( const SvxItemPropertySet* _pSet ) throw() in SvxUnoTextRangeBase() argument
244 : mpEditSource(NULL) , mpPropSet(_pSet) in SvxUnoTextRangeBase()
252 : mpPropSet(_pSet) in SvxUnoTextRangeBase()
1711 SvxUnoTextBase::SvxUnoTextBase( const SvxItemPropertySet* _pSet ) throw() in SvxUnoTextBase() argument
1712 : SvxUnoTextRangeBase( _pSet ) in SvxUnoTextBase()
1716 SvxUnoTextBase::SvxUnoTextBase( const SvxEditSource* pSource, const SvxItemPropertySet* _pSet ) th… in SvxUnoTextBase() argument
1717 : SvxUnoTextRangeBase( pSource, _pSet ) in SvxUnoTextBase()
1725 : SvxUnoTextRangeBase( pSource, _pSet ) in SvxUnoTextBase()
2388 SvxUnoText::SvxUnoText( const SvxItemPropertySet* _pSet ) throw() in SvxUnoText() argument
2389 : SvxUnoTextBase( _pSet ) in SvxUnoText()
[all …]
/trunk/main/editeng/inc/editeng/
H A Dunotext.hxx285 SvxUnoTextRangeBase( const SvxItemPropertySet* _pSet ) throw();
286 SvxUnoTextRangeBase( const SvxEditSource* pSource, const SvxItemPropertySet* _pSet ) throw();
406 SvxUnoTextBase( const SvxItemPropertySet* _pSet ) throw();
407 SvxUnoTextBase( const SvxEditSource* pSource, const SvxItemPropertySet* _pSet ) throw();
408 …SvxUnoTextBase( const SvxEditSource* pSource, const SvxItemPropertySet* _pSet, ::com::sun::star::u…
475 SvxUnoText( const SvxItemPropertySet* _pSet ) throw();
476 …SvxUnoText( const SvxEditSource* pSource, const SvxItemPropertySet* _pSet, ::com::sun::star::uno::…
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx1715 int SwFrmPage::DeactivatePage(SfxItemSet * _pSet) in DeactivatePage() argument
1717 if ( _pSet ) in DeactivatePage()
1719 FillItemSet( *_pSet ); in DeactivatePage()
1728 _pSet->Put( aAnc ); in DeactivatePage()
2603 int SwGrfExtPage::DeactivatePage(SfxItemSet *_pSet) in DeactivatePage() argument
2605 if( _pSet ) in DeactivatePage()
2606 FillItemSet( *_pSet ); in DeactivatePage()
H A Dcolumn.cxx1340 int SwColumnPage::DeactivatePage(SfxItemSet *_pSet) in DeactivatePage() argument
1342 if(_pSet) in DeactivatePage()
1343 FillItemSet(*_pSet); in DeactivatePage()
H A Dwrap.cxx643 int SwWrapTabPage::DeactivatePage(SfxItemSet* _pSet) in DeactivatePage() argument
645 if(_pSet) in DeactivatePage()
646 FillItemSet(*_pSet); in DeactivatePage()
/trunk/main/cui/source/options/
H A Doptcolor.cxx1643 int SvxColorOptionsTabPage::DeactivatePage( SfxItemSet* _pSet ) in DeactivatePage() argument
1645 if ( _pSet ) in DeactivatePage()
1646 FillItemSet( *_pSet ); in DeactivatePage()
/trunk/main/cui/source/tabpages/
H A Dpage.cxx1546 int SvxPageDescPage::DeactivatePage( SfxItemSet* _pSet ) in DeactivatePage() argument
1581 if ( _pSet ) in DeactivatePage()
1583 FillItemSet( *_pSet ); in DeactivatePage()
1592 const SvxSizeItem* pSize = (const SvxSizeItem*)GetItem( *_pSet, SID_ATTR_PAGE_SIZE ); in DeactivatePage()
1594 _pSet->Put( SvxSizeItem( nWh, aSize ) ); in DeactivatePage()
1623 const SfxItemSet* _pSet = &GetItemSet(); in IMPL_LINK() local
1626 if ( _pSet->GetItemState( GetWhich(SID_ATTR_BORDER_SHADOW) ) >= in IMPL_LINK()
1628 _pSet->GetItemState( GetWhich(SID_ATTR_BORDER_OUTER) ) >= in IMPL_LINK()
1632 (const SvxShadowItem&)_pSet->Get(GetWhich(SID_ATTR_BORDER_SHADOW)), in IMPL_LINK()
1633 (const SvxBoxItem&)_pSet->Get(GetWhich(SID_ATTR_BORDER_OUTER)))); in IMPL_LINK()
/trunk/main/dbaccess/source/ui/dlg/
H A Dtablespage.cxx485 int OTableSubscriptionPage::DeactivatePage(SfxItemSet* _pSet) in DeactivatePage() argument
487 int nResult = OGenericAdministrationPage::DeactivatePage(_pSet); in DeactivatePage()
/trunk/main/sw/source/ui/table/
H A Dtabledlg.cxx695 int SwFormatTablePage::DeactivatePage( SfxItemSet* _pSet ) in DeactivatePage() argument
708 if(_pSet) in DeactivatePage()
710 FillItemSet(*_pSet); in DeactivatePage()
807 _pSet->Put(SwPtrItem(FN_TABLE_REP, pTblData)); in DeactivatePage()
1289 int SwTableColumnPage::DeactivatePage( SfxItemSet* _pSet ) in DeactivatePage() argument
1291 if(_pSet) in DeactivatePage()
1293 FillItemSet(*_pSet); in DeactivatePage()
1349 _pSet->Put(SwPtrItem( FN_TABLE_REP, pTblData )); in DeactivatePage()
/trunk/main/sw/source/ui/misc/
H A Dnum.cxx482 int SwNumPositionTabPage::DeactivatePage(SfxItemSet *_pSet) in DeactivatePage() argument
485 if(_pSet) in DeactivatePage()
486 FillItemSet(*_pSet); in DeactivatePage()
H A Dpgfnote.cxx355 int SwFootNotePage::DeactivatePage( SfxItemSet* _pSet) in DeactivatePage() argument
357 if(_pSet) in DeactivatePage()
358 FillItemSet(*_pSet); in DeactivatePage()
/trunk/main/sw/source/ui/envelp/
H A Dlabprt.cxx162 int SwLabPrtPage::DeactivatePage(SfxItemSet* _pSet) in DeactivatePage() argument
164 if ( _pSet ) in DeactivatePage()
165 FillItemSet(*_pSet); in DeactivatePage()
H A Denvfmt.cxx557 int __EXPORT SwEnvFmtPage::DeactivatePage(SfxItemSet* _pSet) in DeactivatePage() argument
559 if( _pSet ) in DeactivatePage()
560 FillItemSet(*_pSet); in DeactivatePage()
H A Denvlop1.cxx394 int SwEnvPage::DeactivatePage(SfxItemSet* _pSet) in DeactivatePage() argument
397 if( _pSet ) in DeactivatePage()
398 FillItemSet(*_pSet); in DeactivatePage()
H A Denvprt.cxx193 int SwEnvPrtPage::DeactivatePage(SfxItemSet* _pSet) in DeactivatePage() argument
195 if( _pSet ) in DeactivatePage()
196 FillItemSet(*_pSet); in DeactivatePage()
H A Dlabel1.cxx604 int SwLabPage::DeactivatePage(SfxItemSet* _pSet) in DeactivatePage() argument
606 if (_pSet) in DeactivatePage()
607 FillItemSet(*_pSet); in DeactivatePage()
775 int SwVisitingCardPage::DeactivatePage(SfxItemSet* _pSet) in DeactivatePage() argument
777 if (_pSet) in DeactivatePage()
778 FillItemSet(*_pSet); in DeactivatePage()
941 int SwPrivateDataPage::DeactivatePage(SfxItemSet* _pSet) in DeactivatePage() argument
943 if (_pSet) in DeactivatePage()
944 FillItemSet(*_pSet); in DeactivatePage()
1061 if (_pSet) in DeactivatePage()
[all …]
H A Dlabfmt.cxx517 int SwLabFmtPage::DeactivatePage(SfxItemSet* _pSet) in DeactivatePage() argument
519 if (_pSet) in DeactivatePage()
520 FillItemSet(*_pSet); in DeactivatePage()
/trunk/main/sw/source/ui/chrdlg/
H A Ddrpcps.cxx627 int SwDropCapsPage::DeactivatePage(SfxItemSet * _pSet) in DeactivatePage() argument
629 if ( _pSet ) in DeactivatePage()
630 FillSet( *_pSet ); in DeactivatePage()
H A Dswuiccoll.cxx159 int __EXPORT SwCondCollPage::DeactivatePage(SfxItemSet * _pSet) in DeactivatePage() argument
161 if( _pSet ) in DeactivatePage()
162 FillItemSet(*_pSet); in DeactivatePage()
/trunk/main/svx/source/dialog/
H A Doptgrid.cxx369 int SvxGridTabPage::DeactivatePage( SfxItemSet* _pSet ) in DeactivatePage() argument
371 if ( _pSet ) in DeactivatePage()
372 FillItemSet( *_pSet ); in DeactivatePage()
H A Dhdft.cxx303 const SfxItemSet* _pSet; in FillItemSet() local
310 if(_pSet->GetItemState(nWBrush) == SFX_ITEM_SET) in FillItemSet()
312 aSet.Put(_pSet->Get(nWBrush)); in FillItemSet()
317 aSet.Put(_pSet->Get(nWBoxInfo)); in FillItemSet()
320 if(_pSet->GetItemState(nWBox) == SFX_ITEM_SET) in FillItemSet()
322 aSet.Put(_pSet->Get(nWBox)); in FillItemSet()
327 aSet.Put(_pSet->Get(nWShadow)); in FillItemSet()
335 aSet.Put(_pSet->Get(nFillStyleId)); in FillItemSet()
1049 int SvxHFPage::DeactivatePage( SfxItemSet* _pSet ) in DeactivatePage() argument
1051 if ( _pSet ) in DeactivatePage()
[all …]
/trunk/main/svtools/source/inc/
H A Dsvimpbox.hxx380 …Image* _pSet = ( BMP_COLOR_HIGHCONTRAST == _eMode ) ? m_aNodeAndEntryImages_HC : m_aNodeAndEntryIm… in implGetImageLocation() local
381 return *( _pSet + (sal_Int32)_eType ); in implGetImageLocation()

Completed in 217 milliseconds

123