Home
last modified time | relevance | path

Searched refs:pSet (Results 151 – 175 of 284) sorted by relevance

12345678910>>...12

/trunk/main/sw/source/ui/inc/
H A Dconttree.hxx311 static void SetShowShell(const SfxObjectShell*pSet) {pShowShell = pSet;} in SetShowShell() argument
/trunk/main/sc/source/core/data/
H A Dcolumn.cxx433 const SfxItemSet* pSet = &rPatAttr.GetItemSet(); in ApplyPattern() local
434 SfxItemPoolCache aCache( pDocument->GetPool(), pSet ); in ApplyPattern()
451 const SfxItemSet* pSet = &rPatAttr.GetItemSet(); in ApplyPatternArea() local
452 SfxItemPoolCache aCache( pDocument->GetPool(), pSet ); in ApplyPatternArea()
460 const SfxItemSet* pSet = &rPattern.GetItemSet(); in ApplyPatternIfNumberformatIncompatible() local
461 SfxItemPoolCache aCache( pDocument->GetPool(), pSet ); in ApplyPatternIfNumberformatIncompatible()
H A Ddocumen8.cxx129 SfxItemSet* pSet = in GetPrinter() local
143 pSet->Put( SfxFlagItem( SID_PRINTER_CHANGESTODOC, nFlags ) ); in GetPrinter()
144 pSet->Put( SfxBoolItem( SID_PRINTER_NOTFOUND_WARN, aMisc.IsNotFoundWarning() ) ); in GetPrinter()
146 pPrinter = new SfxPrinter( pSet ); in GetPrinter()
H A Ddocpool.cxx211 SfxItemSet* pSet = new SfxItemSet( *this, ATTR_PATTERN_START, ATTR_PATTERN_END ); in ScDocumentPool() local
291 …ppPoolDefaults[ ATTR_PATTERN - ATTR_STARTINDEX ] = new ScPatternAttr( pSet, ScGlobal::GetRscStrin… in ScDocumentPool()
293 ppPoolDefaults[ ATTR_PATTERN - ATTR_STARTINDEX ] = new ScPatternAttr( pSet, in ScDocumentPool()
/trunk/main/sw/source/core/unocore/
H A Dunoobj2.cxx387 SfxItemSet *pSet = &rSet; in GetCrsrAttr() local
418 *pSet, nStart, nEnd, bOnlyTxtAttr, bGetFromChrFmt); in GetCrsrAttr()
423 static_cast<SwCntntNode*>(pNd)->GetAttr( *pSet ); in GetCrsrAttr()
430 if (pSet != &rSet) in GetCrsrAttr()
436 pSet = &aSet; in GetCrsrAttr()
H A Dunocrsrhelper.cxx913 SfxItemSet* pSet = pMed->GetItemSet(); in InsertFile() local
914 pSet->Put(SfxBoolItem(FN_API_CALL, sal_True)); in InsertFile()
916 pSet->Put(SfxStringItem(SID_PASSWORD, sPassword)); in InsertFile()
/trunk/main/starmath/source/
H A Dview.cxx1730 const SfxItemSet *pSet = rReq.GetArgs(); in Execute() local
1731 if ( !pSet ) in Execute()
1744 pSet = pDlg->GetOutputItemSet(); in Execute()
1746 if ( pSet ) in Execute()
1748 const SvxZoomItem &rZoom = (const SvxZoomItem &)pSet->Get(SID_ATTR_ZOOM); in Execute()
/trunk/main/sw/source/ui/dialog/
H A Dascfldlg.cxx171 SfxItemSet* pSet = new SfxItemSet( rDocSh.GetPool(), in SwAsciiFilterDlg() local
175 pPrt = new SfxPrinter( pSet ); in SwAsciiFilterDlg()
/trunk/main/sd/source/ui/func/
H A Dfuediglu.cxx507 const SfxItemSet* pSet = rReq.GetArgs(); in ReceiveRequest() local
508 const SfxPoolItem& rItem = pSet->Get(SID_GLUE_PERCENT); in ReceiveRequest()
/trunk/main/svl/source/items/
H A Dstylepool.cxx380 ::rtl::OUString StylePool::nameOf( SfxItemSet_Pointer_t pSet ) in nameOf() argument
382 return ::rtl::OUString::valueOf( reinterpret_cast<sal_IntPtr>( pSet.get() ), 16 ); in nameOf()
/trunk/main/editeng/inc/editeng/
H A Dsvxrtf.hxx304 void ReadAttr( int nToken, SfxItemSet* pSet );
325 virtual void UnknownAttrToken( int nToken, SfxItemSet* pSet );
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx918 const SfxItemSet* pSet = pNd ? &((SwCntntNode*)pNd)->GetSwAttrSet() : 0; in MSWordSections() local
920 … sal_uLong nRstLnNum = pSet ? ((SwFmtLineNumber&)pSet->Get( RES_LINENUMBER )).GetStartValue() : 0; in MSWordSections()
926 pSet = &pTblNd->GetTable().GetFrmFmt()->GetAttrSet(); in MSWordSections()
948 if ( pSet && in MSWordSections()
949 SFX_ITEM_ON == pSet->GetItemState( RES_PAGEDESC, true, &pI ) && in MSWordSections()
H A Ddocxexport.cxx369 void DocxExport::PrepareNewPageDesc( const SfxItemSet* pSet, in PrepareNewPageDesc() argument
378 const sal_uLong nLnNm = GetSectionLineNo( pSet, rNd ); in PrepareNewPageDesc()
/trunk/main/sw/source/core/doc/
H A Ddocsort.cxx982 SfxItemSet* pSet = new SfxItemSet( pDoc->GetAttrPool(), in FillFlat() local
985 pSet->Put( pFmt->GetAttrSet() ); in FillFlat()
991 *(ppItemSets + nOff ) = pSet; in FillFlat()
H A Ddoclay.cxx131 SwFrmFmt *SwDoc::MakeLayoutFmt( RndStdIds eRequest, const SfxItemSet* pSet ) in MakeLayoutFmt() argument
173 if( pSet ) // noch ein paar Attribute setzen ? in MakeLayoutFmt()
174 pFmt->SetFmtAttr( *pSet ); in MakeLayoutFmt()
186 if( pSet ) // noch ein paar Attribute setzen ? in MakeLayoutFmt()
187 pFmt->SetFmtAttr( *pSet ); in MakeLayoutFmt()
/trunk/main/sw/source/filter/xml/
H A Dswxml.cxx676 SfxItemSet* pSet = pDocSh->GetMedium()->GetItemSet(); in Read() local
677 if (pSet) in Read()
680 pSet->GetItem(SID_PROGRESS_STATUSBAR_CONTROL) ); in Read()
/trunk/main/sfx2/inc/sfx2/
H A Dobjsh.hxx223 SAL_DLLPRIVATE sal_Bool SaveTo_Impl(SfxMedium &rMedium, const SfxItemSet* pSet );
771 SAL_DLLPRIVATE sal_Bool DoSave_Impl( const SfxItemSet* pSet=0 );
772 SAL_DLLPRIVATE sal_Bool Save_Impl( const SfxItemSet* pSet=0 );
H A Ddinfdlg.hxx307 virtual int DeactivatePage( SfxItemSet* pSet = 0 );
563 virtual int DeactivatePage( SfxItemSet* pSet = NULL );
/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx1256 SfxItemSet* pSet = mrMed.GetItemSet(); in Import() local
1257 if ( pSet ) in Import()
1258 pSet->Put( SfxUInt16Item( SID_VIEW_ID, 3 ) ); in Import()
1263 SfxItemSet* pSet = mrMed.GetItemSet(); in Import() local
1264 if ( pSet ) in Import()
1265 pSet->Put( SfxUInt16Item( SID_VIEW_ID, 2 ) ); in Import()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx627 SfxItemSet *pSet = pDocShell->GetMedium()->GetItemSet(); in close() local
628 pSet->Put( SfxBoolItem( SID_HIDDEN, sal_False ) ); in close()
3391 const SfxItemSet *pSet = dynamic_cast< const SfxItemSet * >(pStyle.get()); in getDocumentLanguages() local
3396 …nLang = dynamic_cast< const SvxLanguageItem & >(pSet->Get( RES_CHRATR_LANGUAGE, sal_False )).GetLa… in getDocumentLanguages()
3402 …nLang = dynamic_cast< const SvxLanguageItem & >(pSet->Get( RES_CHRATR_CJK_LANGUAGE, sal_False )).G… in getDocumentLanguages()
3408 …nLang = dynamic_cast< const SvxLanguageItem & >(pSet->Get( RES_CHRATR_CTL_LANGUAGE, sal_False )).G… in getDocumentLanguages()
3517 SfxItemSet *pSet = pDocShell->GetMedium()->GetItemSet(); in CleanUpRenderingData() local
3518 pSet->Put( SfxBoolItem( SID_HIDDEN, sal_False ) ); in CleanUpRenderingData()
/trunk/main/ucb/source/core/
H A Ducbstore.hxx118 void add ( PersistentPropertySet* pSet );
119 void remove( PersistentPropertySet* pSet );
/trunk/main/sd/source/core/
H A Dsdpage2.cxx473 SfxItemSet* pSet = getOrCreateItems(); in setAlienAttributes() local
478 pSet->Put( aAlienAttributes ); in setAlienAttributes()
/trunk/main/sc/source/ui/unoobj/
H A Dconfuno.cxx219 SfxItemSet* pSet = new SfxItemSet( *pDoc->GetPool(), in setPropertyValue() local
225 pDocShell->SetPrinter( SfxPrinter::Create( aStream, pSet ) ); in setPropertyValue()
/trunk/main/sc/source/ui/docshell/
H A Darealink.cxx263 SfxItemSet* pSet = new SfxAllItemSet( SFX_APP()->GetPool() ); in Refresh() local
265 pSet->Put( SfxStringItem( SID_FILE_FILTEROPTIONS, aOptions ) ); in Refresh()
/trunk/main/sd/source/filter/xml/
H A Dsdxmlwrp.cxx554 SfxItemSet* pSet = mrMedium.GetItemSet(); in Import() local
555 if(pSet) in Import()
558 pSet->GetItem(SID_PROGRESS_STATUSBAR_CONTROL) ); in Import()

Completed in 214 milliseconds

12345678910>>...12