Home
last modified time | relevance | path

Searched refs:pSet (Results 51 – 75 of 284) sorted by relevance

12345678910>>...12

/trunk/main/sd/source/core/
H A Dstlsheet.cxx157 delete pSet; in ~SdStyleSheet()
158 pSet = NULL; // damit nachfolgende Destruktoren eine Chance haben in ~SdStyleSheet()
251 if (!pSet) in GetItemSet()
271 pSet = new SfxItemSet(GetPool().GetPool(), nWhichPairTable); in GetItemSet()
274 return *pSet; in GetItemSet()
279 if (!pSet) in GetItemSet()
296 pSet = new SfxItemSet(GetPool().GetPool(), nWhichPairTable); in GetItemSet()
299 return *pSet; in GetItemSet()
316 if (!pSet) in GetItemSet()
336 pSet = new SfxItemSet(GetPool().GetPool(), nWhichPairTable); in GetItemSet()
[all …]
/trunk/main/sd/source/ui/dlg/
H A Ddlgass.cxx206 void RestorePassword( SfxItemSet* pSet, const String& rPath );
1572 SfxItemSet* pSet = new SfxAllItemSet( pSfxApp->GetPool() ); in UpdatePreview() local
1575 pSet->Put( SfxBoolItem( SID_TEMPLATE, sal_True ) ); in UpdatePreview()
1577 pSet->Put( SfxBoolItem( SID_PREVIEW, sal_True ) ); in UpdatePreview()
1578 RestorePassword( pSet, aDocFile ); in UpdatePreview()
1615 SfxItemSet* pSet = new SfxAllItemSet( pSfxApp->GetPool() ); in UpdatePreview() local
1622 pSet->Put( SfxBoolItem( SID_TEMPLATE, sal_True ) ); in UpdatePreview()
1623 pSet->Put( SfxBoolItem( SID_PREVIEW, sal_True ) ); in UpdatePreview()
1625 RestorePassword( pSet, aLayoutFile ); in UpdatePreview()
1675 SfxItemSet * pSet = pMedium->GetItemSet(); in SavePassword() local
[all …]
/trunk/main/extensions/source/preload/
H A Doemwiz.cxx61 SfxItemSet* pSet; member
72 delete pSet; in ~OEMPreloadDialog_Impl()
82 pSet = new SfxItemSet(rPool, SID_FIELD_GRABFOCUS, SID_FIELD_GRABFOCUS); in OEMPreloadDialog_Impl()
87 pUserDataPage = (*pFunc)(pDialog, *pSet); in OEMPreloadDialog_Impl()
88 ((SfxTabPage*)pUserDataPage)->Reset(*pSet); in OEMPreloadDialog_Impl()
101 ((SfxTabPage*)pUserDataPage)->FillItemSet(*pSet); in WriteUserData()
/trunk/main/cui/source/inc/
H A Dnumpages.hxx103 virtual int DeactivatePage(SfxItemSet *pSet);
141 virtual int DeactivatePage(SfxItemSet *pSet);
187 virtual int DeactivatePage(SfxItemSet *pSet);
235 virtual int DeactivatePage(SfxItemSet *pSet);
346 virtual int DeactivatePage(SfxItemSet *pSet);
449 virtual int DeactivatePage(SfxItemSet *pSet);
H A Dcuitabarea.hxx171 virtual int DeactivatePage(SfxItemSet* pSet);
306 virtual int DeactivatePage( SfxItemSet* pSet );
384 virtual int DeactivatePage( SfxItemSet* pSet );
476 virtual int DeactivatePage( SfxItemSet* pSet );
563 virtual int DeactivatePage( SfxItemSet* pSet );
656 virtual int DeactivatePage( SfxItemSet* pSet );
780 virtual int DeactivatePage( SfxItemSet* pSet );
/trunk/main/sc/source/filter/starcalc/
H A Dscflt.cxx742 SfxItemSet* pSet = &pSheet->GetItemSet(); in PutToDoc() local
805 pSet->Put( aHeaderItem ); in PutToDoc()
891 pSet->Put( SvxULSpaceItem( 0, 0, ATTR_ULSPACE ) ); in PutToDoc()
910 pSet->Put(aPageItem); in PutToDoc()
915 pSet->Put(SfxBoolItem( ATTR_PAGE_HORCENTER, pPage->HorCenter )); in PutToDoc()
916 pSet->Put(SfxBoolItem( ATTR_PAGE_VERCENTER, pPage->VerCenter )); in PutToDoc()
950 pSet->Put( SfxBoolItem( ATTR_PAGE_NOTES, pPage->PrintNote ) ); in PutToDoc()
951 pSet->Put( SfxBoolItem( ATTR_PAGE_GRID, pPage->PrintGrid ) ); in PutToDoc()
952 pSet->Put( SfxBoolItem( ATTR_PAGE_HEADERS, pPage->PrintColRow ) ); in PutToDoc()
957 pSet->Put( SfxUInt16Item( ATTR_PAGE_SCALE, in PutToDoc()
[all …]
/trunk/main/writerfilter/source/doctok/
H A DWW8ListTable.cxx118 WW8PropertySet::Pointer_t pSet in resolveNoAuto() local
121 WW8PropertiesReference aRef(pSet); in resolveNoAuto()
128 WW8PropertySet::Pointer_t pSet in resolveNoAuto() local
131 WW8PropertiesReference aRef(pSet); in resolveNoAuto()
/trunk/main/sw/source/ui/inc/
H A Dtoxmgr.hxx114 void SetTitle(const String& pSet) {delete pTitle; pTitle = new String(pSet);} in SetTitle() argument
117 void SetTOUName(const String& pSet) {delete pTOUName; pTOUName = new String(pSet);} in SetTOUName() argument
301 …dateOrInsertTOX(const SwTOXDescription& rDesc, SwTOXBase** ppBase = 0, const SfxItemSet* pSet = 0);
/trunk/main/sc/source/ui/app/
H A Dinputwin.cxx1103 SfxItemSet* pSet = new SfxItemSet( pEditEngine->GetEmptyItemSet() ); in StartEditEngine() local
1104 pEditEngine->SetFontInfoInItemSet( *pSet, aTextFont ); in StartEditEngine()
1105 lcl_ExtendEditFontAttribs( *pSet ); in StartEditEngine()
1107 pSet->Put( SvxScriptSpaceItem( sal_False, EE_PARA_ASIANCJKSPACING ) ); in StartEditEngine()
1109 lcl_ModifyRTLDefaults( *pSet ); in StartEditEngine()
1110 pEditEngine->SetDefaults( pSet ); in StartEditEngine()
1334 SfxItemSet* pSet = new SfxItemSet( pEditEngine->GetEmptyItemSet() ); in MakeDialogEditView() local
1335 pEditEngine->SetFontInfoInItemSet( *pSet, aTextFont ); in MakeDialogEditView()
1336 lcl_ExtendEditFontAttribs( *pSet ); in MakeDialogEditView()
1338 lcl_ModifyRTLDefaults( *pSet ); in MakeDialogEditView()
[all …]
/trunk/main/sw/source/ui/app/
H A Ddocsh.cxx195 const SfxItemSet* pSet = rMedium.GetItemSet(); in StartConvertFrom() local
197 if(pSet && SFX_ITEM_SET == pSet->GetItemState(SID_PASSWORD, sal_True, &pPassItem)) in StartConvertFrom()
220 const SfxItemSet* pSet; in StartConvertFrom() local
222 if( 0 != ( pSet = rMedium.GetItemSet() ) && SFX_ITEM_SET == in StartConvertFrom()
223 pSet->GetItemState( SID_FILE_FILTEROPTIONS, sal_True, &pItem ) ) in StartConvertFrom()
735 const SfxItemSet* pSet; in ConvertTo() local
737 if( 0 != ( pSet = rMedium.GetItemSet() ) ) in ConvertTo()
739 if( SFX_ITEM_SET == pSet->GetItemState( SID_FILE_FILTEROPTIONS, in ConvertTo()
/trunk/main/sw/source/filter/xml/
H A Dxmliteme.cxx88 const SfxItemSet *pSet = NULL ) const;
131 const SfxItemSet *pSet ) const in handleSpecialItem()
138 if( pSet && in handleSpecialItem()
139 SFX_ITEM_SET == pSet->GetItemState( RES_HORI_ORIENT, sal_True, in handleSpecialItem()
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh2.cxx239 void SwWrtShell::InsertTableOf(const SwTOXBase& rTOX, const SfxItemSet* pSet) in InsertTableOf() argument
247 SwEditShell::InsertTableOf(rTOX, pSet); in InsertTableOf()
255 sal_Bool SwWrtShell::UpdateTableOf(const SwTOXBase& rTOX, const SfxItemSet* pSet) in UpdateTableOf() argument
261 bResult = SwEditShell::UpdateTableOf(rTOX, pSet); in UpdateTableOf()
263 if (pSet == NULL) in UpdateTableOf()
/trunk/main/sc/source/core/tool/
H A Deditutil.cxx349 void ScEditEngineDefaulter::SetDefaults( SfxItemSet* pSet, sal_Bool bTakeOwnership ) in SetDefaults() argument
353 pDefaults = pSet; in SetDefaults()
406 SfxItemSet* pSet, sal_Bool bTakeOwnership ) in SetTextNewDefaults() argument
412 SetDefaults( pSet, bTakeOwnership ); in SetTextNewDefaults()
443 SfxItemSet* pSet, sal_Bool bTakeOwnership ) in SetTextNewDefaults() argument
449 SetDefaults( pSet, bTakeOwnership ); in SetTextNewDefaults()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx504 SfxWhichIter aIter( *pSet ); in OutAttr()
2538 bool MSWordExportBase::NoPageBreakSection( const SfxItemSet* pSet ) in NoPageBreakSection() argument
2542 if( pSet) in NoPageBreakSection()
2545 if ( SFX_ITEM_ON != pSet->GetItemState(RES_PAGEDESC, true, &pI) in NoPageBreakSection()
2589 const SfxItemSet* pSet; in OutputSectionNode() local
2594 pSet = &rNd.GetCntntNode()->GetSwAttrSet(); in OutputSectionNode()
2595 nRstLnNum = ((SwFmtLineNumber&)pSet->Get( in OutputSectionNode()
2599 pSet = 0; in OutputSectionNode()
2601 if ( pSet && NoPageBreakSection( pSet ) ) in OutputSectionNode()
2602 pSet = 0; in OutputSectionNode()
[all …]
H A Drtfexport.cxx575 const SfxItemSet* pSet = 0; in ExportDocument_Impl() local
578 pSet = &rSttNd.GetCntntNode()->GetSwAttrSet(); in ExportDocument_Impl()
580 pSet = &rSttNd.GetTableNode()->GetTable(). in ExportDocument_Impl()
583 pSet = &rSttNd.GetSectionNode()->GetSection(). in ExportDocument_Impl()
586 if( pSet ) in ExportDocument_Impl()
589 pSttPgDsc = (SwFmtPageDesc*)&pSet->Get( RES_PAGEDESC ); in ExportDocument_Impl()
726 void RtfExport::PrepareNewPageDesc( const SfxItemSet* pSet, in PrepareNewPageDesc() argument
732 const sal_uLong nLnNm = GetSectionLineNo( pSet, rNd ); in PrepareNewPageDesc()
/trunk/main/sw/source/ui/envelp/
H A Dswuilabimp.hxx81 virtual int DeactivatePage(SfxItemSet* pSet = 0);
141 virtual int DeactivatePage(SfxItemSet* pSet = 0);
193 virtual int DeactivatePage(SfxItemSet* pSet = 0);
243 virtual int DeactivatePage(SfxItemSet* pSet = 0);
/trunk/main/sd/source/ui/sidebar/
H A DMasterPageContainerProviders.cxx299 SfxItemSet* pSet = new SfxAllItemSet (pSfxApp->GetPool()); in LoadDocument() local
300 pSet->Put (SfxBoolItem (SID_TEMPLATE, sal_True)); in LoadDocument()
301 pSet->Put (SfxBoolItem (SID_PREVIEW, sal_True)); in LoadDocument()
302 if (pSfxApp->LoadTemplate (mxDocumentShell, sFileName, sal_True, pSet)) in LoadDocument()
/trunk/main/sw/source/core/frmedt/
H A Dfefly1.cxx1233 sal_Bool SwFEShell::ResetFlyFrmAttr( sal_uInt16 nWhich, const SfxItemSet* pSet ) in ResetFlyFrmAttr() argument
1253 if( pSet ) in ResetFlyFrmAttr()
1255 SfxItemIter aIter( *pSet ); in ResetFlyFrmAttr()
1323 SfxItemSet* pSet = 0; in SetFrmFmt() local
1327 pSet = new SfxItemSet( GetDoc()->GetAttrPool(), aFrmFmtSetRange ); in SetFrmFmt()
1328 pSet->Put( *pItem ); in SetFrmFmt()
1329 if( !::lcl_ChkAndSetNewAnchor( *this, *pFly, *pSet )) in SetFrmFmt()
1330 delete pSet, pSet = 0; in SetFrmFmt()
1333 if( GetDoc()->SetFrmFmtToFly( *pFlyFmt, *pNewFmt, pSet, bKeepOrient )) in SetFrmFmt()
1341 if( pSet ) in SetFrmFmt()
[all …]
/trunk/main/sfx2/inc/sfx2/
H A Ddocfile.hxx93 SfxItemSet* pSet; member in SfxMedium
122 SfxItemSet *pSet = 0 );
126 const SfxItemSet* pSet=0,
132 const SfxItemSet* pSet=0,
161 void SetItemSet(SfxItemSet *pSet);
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLPropertySetImpl.cxx494 OOXMLPropertySetImpl * pSet = in add() local
497 if (pSet != NULL) in add()
499 mProperties.resize(mProperties.size() + pSet->mProperties.size()); in add()
500 for (OOXMLProperties_t::iterator aIt = pSet->mProperties.begin(); in add()
501 aIt != pSet->mProperties.end(); aIt++) in add()
/trunk/main/svx/source/xoutdev/
H A Dxpool.cxx125 SfxItemSet* pSet=new SfxItemSet(*_pMaster, XATTR_LINE_FIRST, XATTR_LINE_LAST); in XOutdevItemPool() local
126 mppLocalPoolDefaults[XATTRSET_LINE - XATTR_START] = new XLineAttrSetItem(pSet); in XOutdevItemPool()
127 pSet=new SfxItemSet(*_pMaster, XATTR_FILL_FIRST, XATTR_FILL_LAST); in XOutdevItemPool()
128 mppLocalPoolDefaults[XATTRSET_FILL - XATTR_START] = new XFillAttrSetItem(pSet); in XOutdevItemPool()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx726 SfxItemSet* pSet = new SfxAllItemSet( pApp->GetPool() ); in Execute() local
728 pSet->Put( SfxStringItem( SID_FILE_FILTEROPTIONS, aOptions ) ); in Execute()
730 pSet->Put( SfxInt16Item( SID_VERSION, nVersion ) ); in Execute()
731 pMed = new SfxMedium( aFileName, STREAM_STD_READ, sal_False, pFilter, pSet ); in Execute()
2002 const SfxItemSet* pSet = NULL; in GetPageOnFromPageStyleSet() local
2005 pSet = &pSetItem->GetItemSet(); in GetPageOnFromPageStyleSet()
2006 rbHeader = ((const SfxBoolItem&)pSet->Get(ATTR_PAGE_ON)).GetValue(); in GetPageOnFromPageStyleSet()
2009 pSet = &pSetItem->GetItemSet(); in GetPageOnFromPageStyleSet()
2010 rbFooter = ((const SfxBoolItem&)pSet->Get(ATTR_PAGE_ON)).GetValue(); in GetPageOnFromPageStyleSet()
2236 SfxItemSet* pSet = pMed->GetItemSet(); in IMPL_LINK() local
[all …]
/trunk/main/sd/source/filter/grf/
H A Dsdgrffilter.cxx307 SfxItemSet* pSet = mrMedium.GetItemSet(); in Export() local
309 if ( pSet && pGraphicFilter && xSource.is() ) in Export()
318 TransformItems( SID_SAVEASDOC, *pSet, aArgs ); in Export()
353 if( ( SFX_ITEM_SET == pSet->GetItemState( SID_SELECTION ) ) in Export()
354 && static_cast< const SfxBoolItem& >( pSet->Get( SID_SELECTION ) ).GetValue() in Export()
/trunk/main/sw/source/filter/ww1/
H A Dfltshell.cxx601 const SfxItemSet* pSet = pNd->GetpSwAttrSet(); in SetAttrInDoc() local
603 if( pSet ) in SetAttrInDoc()
606 && SFX_ITEM_SET == pSet->GetItemState( RES_BREAK, sal_False, &pItem ) ) in SetAttrInDoc()
612 && SFX_ITEM_SET == pSet->GetItemState( RES_PAGEDESC, sal_False, &pItem ) ) in SetAttrInDoc()
1848 SwFrmFmt* SwFltOutDoc::MakeFly( RndStdIds eAnchor, SfxItemSet* pSet ) in MakeFly() argument
1851 pSet ); in MakeFly()
1861 SfxItemSet* pSet = NewFlyDefaults(); in BeginFly() local
1877 pSet->Put(*pMoreAttrs); in BeginFly()
1884 pSet->Put( aAnchor ); in BeginFly()
1885 SwFrmFmt* pF = MakeFly( eAnchor, pSet ); in BeginFly()
[all …]
/trunk/main/svl/inc/svl/
H A Dpoolitem.hxx381 SfxItemSet *pSet; member in SfxSetItem
387 SfxSetItem( sal_uInt16 nWhich, SfxItemSet *pSet );
406 { return *pSet; } in GetItemSet()
408 { return *pSet; } in GetItemSet()

Completed in 214 milliseconds

12345678910>>...12