Home
last modified time | relevance | path

Searched refs:pPool (Results 126 – 150 of 403) sorted by relevance

12345678910>>...17

/aoo42x/main/cui/source/tabpages/
H A Dpage.cxx491 SfxItemPool* pPool = rSet.GetPool(); in Reset() local
492 DBG_ASSERT( pPool, "Wo ist der Pool" ); in Reset()
493 SfxMapUnit eUnit = pPool->GetMetric( GetWhich( SID_ATTR_LRSPACE ) ); in Reset()
757 SfxItemPool* pPool = rOldSet.GetPool(); in FillItemSet() local
758 DBG_ASSERT( pPool, "Wo ist der Pool" ); in FillItemSet()
760 SfxMapUnit eUnit = pPool->GetMetric( nWhich ); in FillItemSet()
H A Dtphatch.cxx127 SfxItemPool* pPool = rOutAttrs.GetPool(); in SvxHatchTabPage() local
128 DBG_ASSERT( pPool, "Wo ist der Pool?" ); in SvxHatchTabPage()
129 ePoolUnit = pPool->GetMetric( SID_ATTR_FILL_HATCH ); in SvxHatchTabPage()
H A Dtplnedef.cxx140 SfxItemPool* pPool = rOutAttrs.GetPool(); in SvxLineDefTabPage() local
141 DBG_ASSERT( pPool, "Wo ist der Pool?" ); in SvxLineDefTabPage()
142 ePoolUnit = pPool->GetMetric( SID_ATTR_LINE_WIDTH ); in SvxLineDefTabPage()
/aoo42x/main/svx/workben/
H A Dedittest.cxx194 MyEditEngine( SfxItemPool* pPool ) : EditEngine( pPool ) { ; } in MyEditEngine() argument
1422 SfxItemPool* pPool = EditEngine::CreatePool(); in EditViewWindow() local
1428pPool->SetPoolDefaultItem( SvxFontItem( aFont.GetFamily(), aFont.GetName(), String(),aFont.GetPitc… in EditViewWindow()
1429 pPool->SetPoolDefaultItem( SvxFontHeightItem( aSz.Width(), 100, EE_CHAR_FONTHEIGHT ) ); in EditViewWindow()
1430 pEditEngine = new MyEditEngine( pPool ); in EditViewWindow()
/aoo42x/main/svl/inc/svl/
H A Ditempool.hxx173 static void Free(SfxItemPool* pPool);
230 void SetSecondaryPool( SfxItemPool *pPool );
/aoo42x/main/sfx2/source/appl/
H A Dappinit.cxx292 pAppData_Impl->pPool = NoChaos::GetItemPool(); in Initialize_Impl()
293 SetPool( pAppData_Impl->pPool ); in Initialize_Impl()
/aoo42x/main/stoc/source/implementationregistration/
H A Dimplreg.cxx123 static StringPool *pPool = 0; in spool() local
124 if( ! pPool ) in spool()
127 if( ! pPool ) in spool()
130 pPool = &pool; in spool()
133 return *pPool; in spool()
/aoo42x/main/svx/source/unodraw/
H A Dunoshtxt.cxx676 SfxStyleSheetPool* pPool = (SfxStyleSheetPool*)mpObject->GetModel()->GetStyleSheetPool(); in GetBackgroundTextForwarder() local
677 if( pPool ) in GetBackgroundTextForwarder()
678 mpOutliner->SetStyleSheetPool( pPool ); in GetBackgroundTextForwarder()
/aoo42x/main/sc/source/core/data/
H A Ddocument.cxx4313 ScDocumentPool* pPool = xPoolHelper->GetDocPool(); in HasAttrib() local
4316 sal_uInt32 nRotCount = pPool->GetItemCount2( ATTR_ROTATE_VALUE ); in HasAttrib()
4341 ScDocumentPool* pPool = xPoolHelper->GetDocPool(); in HasAttrib() local
4344 sal_uInt32 nDirCount = pPool->GetItemCount2( ATTR_WRITINGDIR ); in HasAttrib()
5056 ScDocumentPool* pPool = xPoolHelper->GetDocPool(); in UpdStlShtPtrsFrmNms() local
5058 sal_uInt32 nCount = pPool->GetItemCount2(ATTR_PATTERN); in UpdStlShtPtrsFrmNms()
5062 pPattern = (ScPatternAttr*)pPool->GetItem2(ATTR_PATTERN, i); in UpdStlShtPtrsFrmNms()
5074 ScDocumentPool* pPool = xPoolHelper->GetDocPool(); in StylesToNames() local
5076 sal_uInt32 nCount = pPool->GetItemCount2(ATTR_PATTERN); in StylesToNames()
5080 pPattern = (ScPatternAttr*)pPool->GetItem2(ATTR_PATTERN, i); in StylesToNames()
[all …]
/aoo42x/main/xmloff/source/style/
H A Dxmlnume.cxx890 XMLTextListAutoStylePool *pPool, in exportStyles() argument
926 if( pPool ) in exportStyles()
927 pPool->RegisterName( xStyle->getName() ); in exportStyles()
/aoo42x/main/sfx2/inc/sfx2/
H A Dviewfrm.hxx321 virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
340 virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
/aoo42x/main/svx/source/table/
H A Dtablertfimporter.cxx64 RTFCellDefault( SfxItemPool* pPool ) : maItemSet( *pPool ), mnCol(0), mnTwips(0 ), mnColSpan(1) {} in RTFCellDefault()
/aoo42x/main/dbaccess/source/ui/dlg/
H A DDbAdminImpl.cxx107 SfxItemPool* pPool = _rSet.GetPool(); in implCheckItemType() local
108 DBG_ASSERT( pPool, "implCheckItemType: invalid item pool!" ); in implCheckItemType()
109 if ( pPool ) in implCheckItemType()
111 const SfxPoolItem& rDefItem = pPool->GetDefaultItem( _nId ); in implCheckItemType()
/aoo42x/main/sd/source/ui/dlg/
H A Dtpoption.cxx329 SfxItemPool* pPool = rInAttrs.GetPool(); in SdTpOptionsMisc() local
330 DBG_ASSERT( pPool, "Wo ist der Pool?" ); in SdTpOptionsMisc()
331 ePoolUnit = pPool->GetMetric( SID_ATTR_FILL_HATCH ); in SdTpOptionsMisc()
/aoo42x/main/svx/source/svdraw/
H A Dsvdetc.cxx630 SfxItemPool* pPool = &pModel->GetItemPool(); in SdrMakeOutliner() local
631 SdrOutliner* pOutl = new SdrOutliner( pPool, nOutlinerMode ); in SdrMakeOutliner()
632 pOutl->SetEditTextObjectPool( pPool ); in SdrMakeOutliner()
/aoo42x/main/dbaccess/source/ui/misc/
H A DUITools.cxx1147 …SfxItemPool* pPool = new SfxItemPool(String::CreateFromAscii("GridBrowserProperties"), SBA_DEF_RAN… in callColumnFormatDialog() local
1148 pPool->SetDefaultMetric( SFX_MAPUNIT_TWIP ); // ripped, don't understand why in callColumnFormatDialog()
1149 pPool->FreezeIdRanges(); // the same in callColumnFormatDialog()
1151 SfxItemSet* pFormatDescriptor = new SfxItemSet(*pPool, aAttrMap); in callColumnFormatDialog()
1218 SfxItemPool::Free(pPool); in callColumnFormatDialog()
/aoo42x/main/reportdesign/source/ui/misc/
H A DUITools.cxx712 …SfxItemPool* pPool( new SfxItemPool(String::CreateFromAscii("ReportCharProperties"), ITEMID_FONT,I… in openCharDialog() local
714 pPool->FreezeIdRanges(); // the same in openCharDialog()
718 ::std::auto_ptr<SfxItemSet> pDescriptor( new SfxItemSet( *pPool, pRanges ) ); in openCharDialog()
740 SfxItemPool::Free(pPool); in openCharDialog()
/aoo42x/main/cui/source/dialogs/
H A Diconcdlg.cxx856 SfxItemPool* pPool = pPage->GetItemSet().GetPool(); in DeActivatePageImpl() local
858 new SfxItemSet( *pPool, GetInputRanges( *pPool ) ); in DeActivatePageImpl()
/aoo42x/main/reportdesign/source/ui/report/
H A DReportController.cxx2430 …SfxItemPool* pPool( new SfxItemPool(String::CreateFromAscii("ReportPageProperties"), RPTUI_ID_LRSP… in openPageDialog() local
2431 pPool->SetDefaultMetric( SFX_MAPUNIT_100TH_MM ); // ripped, don't understand why in openPageDialog()
2432 pPool->FreezeIdRanges(); // the same in openPageDialog()
2436 ::std::auto_ptr<SfxItemSet> pDescriptor(new SfxItemSet(*pPool, pRanges)); in openPageDialog()
2529 SfxItemPool::Free(pPool); in openPageDialog()
4266 …SfxItemPool* pPool( new SfxItemPool(String::CreateFromAscii("ZoomProperties"), SID_ATTR_ZOOM,SID_A… in openZoomDialog() local
4267 pPool->SetDefaultMetric( SFX_MAPUNIT_100TH_MM ); // ripped, don't understand why in openZoomDialog()
4268 pPool->FreezeIdRanges(); // the same in openZoomDialog()
4271 ::std::auto_ptr<SfxItemSet> pDescriptor(new SfxItemSet(*pPool, pRanges)); in openZoomDialog()
4296 SfxItemPool::Free(pPool); in openZoomDialog()
/aoo42x/main/svx/source/sidebar/area/
H A DAreaTransparencyGradientControl.cxx299 SfxItemPool* pPool = NULL; in ExecuteValueModify() local
301 XFillFloatTransparenceItem aGradientItem(pPool,aTmpGradient, bEnable ); in ExecuteValueModify()
/aoo42x/main/sw/source/core/text/
H A Dtxtfld.cxx327 SwAttrPool* pPool = pChFmt->GetAttrSet().GetPool(); in NewFldPortion() local
328 SfxItemSet aSet( *pPool, RES_CHRATR_BEGIN, RES_CHRATR_END ); in NewFldPortion()
/aoo42x/main/sw/source/core/unocore/
H A Dunocrsrhelper.cxx653 SfxStyleSheetBasePool* pPool = pDoc->GetDocShell()->GetStyleSheetPool(); in setNumberingProperty() local
655 pBase = pPool->Find(pNewCharStyles[i], SFX_STYLE_FAMILY_CHAR); in setNumberingProperty()
658 pBase = &pPool->Make(pNewCharStyles[i], SFX_STYLE_FAMILY_PAGE); in setNumberingProperty()
/aoo42x/main/forms/source/richtext/
H A Drichtextmodel.cxx229 SfxItemPool* pPool = m_pEngine->getPool(); in ~ORichTextModel() local
231 SfxItemPool::Free(pPool); in ~ORichTextModel()
/aoo42x/main/sw/source/core/crsr/
H A Dfindattr.cxx1260 SfxItemPool* pPool = pReplSet->GetPool(); in Find()
1261 SfxItemSet aSet( *pPool, pReplSet->GetRanges() ); in Find()
1270 aSet.Put( pPool->GetDefaultItem( pItem->Which() )); in Find()
/aoo42x/main/sfx2/source/control/
H A Ddispatch.cxx1060 const SfxItemPool *pPool = rSet.GetPool(); in MappedPut_Impl() local
1063 if ( pPool->IsSlot(nWhich) ) in MappedPut_Impl()
1065 if ( pPool->HasMap() && pPool->IsSlot(nWhich) ) in MappedPut_Impl()
1067 nWhich = pPool->GetWhich(nWhich); in MappedPut_Impl()

Completed in 330 milliseconds

12345678910>>...17