Home
last modified time | relevance | path

Searched refs:rPool (Results 51 – 75 of 162) sorted by relevance

1234567

/trunk/main/sfx2/source/dialog/
H A Dbasedlgs.cxx214 void SfxModalDialog::CreateOutputItemSet( SfxItemPool& rPool ) in CreateOutputItemSet() argument
218 pOutputSet = new SfxAllItemSet( rPool ); in CreateOutputItemSet()
1018 const sal_uInt16* SfxSingleTabDialog::GetInputRanges( const SfxItemPool& rPool ) in GetInputRanges() argument
1044 aUS[i] = rPool.GetWhich( aUS[i]) ; in GetInputRanges()
/trunk/main/basic/source/comp/
H A Dparser.cxx824 void addStringConst( SbiSymPool& rPool, const char* pSym, const String& rStr ) in addStringConst() argument
829 rPool.Add( pConst ); in addStringConst()
832 inline void addStringConst( SbiSymPool& rPool, const char* pSym, const char* pStr ) in addStringConst() argument
834 addStringConst( rPool, pSym, String::CreateFromAscii( pStr ) ); in addStringConst()
/trunk/main/svx/source/sdr/properties/
H A Demptyproperties.cxx40 SfxItemSet& EmptyProperties::CreateObjectSpecificItemSet(SfxItemPool& rPool) in CreateObjectSpecificItemSet() argument
44 return *(new SfxItemSet(rPool)); in CreateObjectSpecificItemSet()
H A Dgraphicproperties.cxx41 SfxItemSet& GraphicProperties::CreateObjectSpecificItemSet(SfxItemPool& rPool) in CreateObjectSpecificItemSet() argument
43 return *(new SfxItemSet(rPool, in CreateObjectSpecificItemSet()
H A Dcircleproperties.cxx43 SfxItemSet& CircleProperties::CreateObjectSpecificItemSet(SfxItemPool& rPool) in CreateObjectSpecificItemSet() argument
45 return *(new SfxItemSet(rPool, in CreateObjectSpecificItemSet()
H A Dmeasureproperties.cxx47 SfxItemSet& MeasureProperties::CreateObjectSpecificItemSet(SfxItemPool& rPool) in CreateObjectSpecificItemSet() argument
49 return *(new SfxItemSet(rPool, in CreateObjectSpecificItemSet()
H A Dcustomshapeproperties.cxx70 SfxItemSet& CustomShapeProperties::CreateObjectSpecificItemSet(SfxItemPool& rPool) in CreateObjectSpecificItemSet() argument
72 return *(new SfxItemSet(rPool, in CreateObjectSpecificItemSet()
H A Ddefaultproperties.cxx43 SfxItemSet& DefaultProperties::CreateObjectSpecificItemSet(SfxItemPool& rPool) in CreateObjectSpecificItemSet() argument
46 return *(new SfxItemSet(rPool)); in CreateObjectSpecificItemSet()
H A Dgroupproperties.cxx42 SfxItemSet& GroupProperties::CreateObjectSpecificItemSet(SfxItemPool& rPool) in CreateObjectSpecificItemSet() argument
47 return *(new SfxItemSet(rPool)); in CreateObjectSpecificItemSet()
/trunk/main/sw/source/filter/writer/
H A Dwrt_fn.cxx54 const SfxItemPool& rPool = *rSet.GetPool(); in Out_SfxItemSet() local
85 *pItem != rPool.GetDefaultItem( nWhich ) in Out_SfxItemSet()
/trunk/main/sw/source/core/edit/
H A Dacorrect.cxx254 SfxItemPool& rPool = rEditSh.GetDoc()->GetAttrPool(); in SetAttr() local
255 sal_uInt16 nWhich = rPool.GetWhich( nSlotId, sal_False ); in SetAttr()
260 SfxItemSet aSet( rPool, aCharFmtSetRange ); in SetAttr()
/trunk/main/sfx2/inc/sfx2/
H A Drequest.hxx73 SfxRequest( sal_uInt16 nSlot, sal_uInt16 nCallMode, SfxItemPool &rPool );
75 sal_uInt16 nCallMode, SfxItemPool &rPool );
H A Dbasedlgs.hxx86 void CreateOutputItemSet( SfxItemPool& rPool );
200 const sal_uInt16* GetInputRanges( const SfxItemPool& rPool );
/trunk/main/sw/source/filter/xml/
H A Dxmlexp.cxx226 const SfxItemPool& rPool = pDoc->GetAttrPool(); in exportDoc() local
233 sal_uInt16 nWhichIds = rPool.GetSecondaryPool() ? 5 : 2; in exportDoc()
237 sal_uInt32 i=0, nItems = rPool.GetItemCount2( nWhichId ); in exportDoc()
240 if( 0 != (pItem = rPool.GetItem2( nWhichId , i ) ) ) in exportDoc()
/trunk/main/sd/source/ui/view/
H A Ddrtxtob1.cxx597 SfxItemPool& rPool = mpView->GetDoc()->GetPool(); in Execute() local
598 SvxScriptSetItem aSvxScriptSetItem( nSlot, rPool ); in Execute()
599 … aSvxScriptSetItem.PutItemForScriptType( nScriptType, pArgs->Get( rPool.GetWhich( nSlot ) ) ); in Execute()
/trunk/main/sw/source/ui/ribbar/
H A Dconcustomshape.cxx165 SfxItemPool& rPool = aFormModel.GetItemPool(); in SetAttributes() local
166 rPool.FreezeIdRanges(); in SetAttributes()
/trunk/main/sw/source/filter/html/
H A DSwAppletImpl.cxx123 SwApplet_Impl::SwApplet_Impl( SfxItemPool& rPool, sal_uInt16 nWhich1, sal_uInt16 nWhich2 ) : in SwApplet_Impl() argument
124 aItemSet( rPool, nWhich1, nWhich2 ) in SwApplet_Impl()
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DItemConverter.cxx101 SfxItemPool & rPool = GetItemPool(); in FillItemSet() local
120 SfxPoolItem * pItem = rPool.GetDefaultItem( nWhich ).Clone(); in FillItemSet()
/trunk/main/sc/source/core/data/
H A Ddrwlayer.cxx237 SfxItemPool& rPool = GetItemPool(); in ScDrawLayer() local
238 rPool.SetDefaultMetric(SFX_MAPUNIT_100TH_MM); in ScDrawLayer()
240 rPool.SetPoolDefaultItem( aModeItem ); in ScDrawLayer()
244 rPool.SetPoolDefaultItem(SdrShadowXDistItem(300)); in ScDrawLayer()
245 rPool.SetPoolDefaultItem(SdrShadowYDistItem(300)); in ScDrawLayer()
253rPool.GetSecondaryPool()->SetPoolDefaultItem( SvxScriptSpaceItem( sal_False, EE_PARA_ASIANCJKSPACI… in ScDrawLayer()
256 rPool.FreezeIdRanges(); // the pool is also used directly in ScDrawLayer()
/trunk/main/sc/source/ui/view/
H A Dviewutil.cxx73 SfxItemPool& rPool = *rShellSet.GetPool(); in PutItemScript() local
74 SvxScriptSetItem aSetItem( rPool.GetSlotId(nWhichId), rPool ); in PutItemScript()
/trunk/main/chart2/source/controller/main/
H A DShapeController.cxx582 SfxItemPool& rPool = pDrawViewWrapper->GetModel()->GetItemPool(); in executeDispatch_ParagraphDialog() local
583 SfxItemSet aAttr( rPool ); in executeDispatch_ParagraphDialog()
586 SfxItemSet aNewAttr( rPool, in executeDispatch_ParagraphDialog()
/trunk/main/sw/source/core/unocore/
H A Dunostyle.cxx1406 SwXStyle::SwXStyle(SfxStyleSheetBasePool& rPool, SfxStyleFamily eFam, in SwXStyle() argument
1410 pBasePool(&rPool), in SwXStyle()
1416 StartListening(rPool); in SwXStyle()
1860 const SfxItemPool& rPool = pDoc->GetAttrPool(); in lcl_SetStyleProperty() local
1861 const SfxMapUnit eMapUnit(rPool.GetMetric(rEntry.nWID)); in lcl_SetStyleProperty()
2769 const SfxItemPool& rPool = pDoc->GetAttrPool(); in lcl_GetStyleProperty() local
2770 const SfxMapUnit eMapUnit(rPool.GetMetric(rEntry.nWID)); in lcl_GetStyleProperty()
3554 SfxStyleSheetBasePool& rPool, in SwXPageStyle() argument
3557 : SwXStyle(rPool, eFam, pDocSh->GetDoc(), rStyleName), in SwXPageStyle()
4492 const SfxMapUnit eMapUnit(rPool.GetMetric(pEntry->nWID)); in insertStyle()
[all …]
/trunk/main/sc/source/ui/drawfunc/
H A Dfuconcustomshape.cxx230 SfxItemPool& rPool = aFormModel.GetItemPool(); in SetAttributes() local
231 rPool.FreezeIdRanges(); in SetAttributes()
/trunk/main/cui/source/dialogs/
H A Dhlmailtp.cxx306 SfxItemPool &rPool = pViewFrame->GetPool(); in IMPL_LINK() local
307 SfxRequest aReq(SID_VIEW_DATA_SOURCE_BROWSER, 0, rPool); in IMPL_LINK()
/trunk/main/sd/source/ui/func/
H A Dfuconcs.cxx250 SfxItemPool& rPool = aFormModel.GetItemPool(); in SetAttributes() local
251 rPool.FreezeIdRanges(); in SetAttributes()

Completed in 139 milliseconds

1234567