Home
last modified time | relevance | path

Searched refs:GetItemPool (Results 1 – 25 of 126) sorted by relevance

123456

/aoo41x/main/chart2/source/controller/main/
H A DChartController_Properties.cxx119 xObjectProperties, rDrawModel.GetItemPool(), in createItemConverter()
130 … rDrawModel.GetItemPool(), rDrawModel, in createItemConverter()
142 … rDrawModel.GetItemPool(), rDrawModel, in createItemConverter()
154 xObjectProperties, rDrawModel.GetItemPool(), in createItemConverter()
179 xObjectProperties, rDrawModel.GetItemPool(), in createItemConverter()
255 xObjectProperties, rDrawModel.GetItemPool(), in createItemConverter()
262 xChartModel, xObjectProperties, rDrawModel.GetItemPool(), in createItemConverter()
270 rDrawModel.GetItemPool(), rDrawModel, in createItemConverter()
280 xObjectProperties, rDrawModel.GetItemPool(), rDrawModel, in createItemConverter()
296 xObjectProperties, rDrawModel.GetItemPool(), in createItemConverter()
[all …]
H A DDrawCommandDispatch.cxx154 SfxItemPool& rPool = aModel.GetItemPool(); in setAttributes()
162 … SfxItemSet aDest( pObj->GetModel()->GetItemPool(), // ranges from SdrAttrObj in setAttributes()
223 SfxItemSet aSet( pDrawViewWrapper->GetModel()->GetItemPool() ); in setLineEnds()
491 SfxItemSet aSet( pDrawModelWrapper->GetItemPool() ); in createDefaultObject()
530 SfxItemSet aSet( pDrawModelWrapper->GetItemPool() ); in createDefaultObject()
572 SfxItemSet aSet( pDrawModelWrapper->GetItemPool() ); in createDefaultObject()
H A DShapeController.cxx323 SfxItemPool& rItemPool = pDrawViewWrapper->GetModel()->GetItemPool(); in executeDispatch_FormatArea()
395 SfxItemSet aAttr( pDrawViewWrapper->GetModel()->GetItemPool() ); in executeDispatch_TransformDialog()
561 SfxItemSet aAttr( pDrawViewWrapper->GetModel()->GetItemPool() ); in executeDispatch_FontDialog()
583 SfxItemPool& rPool = pDrawViewWrapper->GetModel()->GetItemPool(); in executeDispatch_ParagraphDialog()
H A DChartController_Insert.cxx305 m_pDrawModelWrapper->GetItemPool(), in executeDispatch_InsertMenu_DataLabels()
358 getModel(), m_pDrawModelWrapper->GetItemPool() ); in executeDispatch_InsertMenu_YErrorBars()
441 getModel(), m_pDrawModelWrapper->GetItemPool() ); in executeDispatch_InsertMenu_Trendlines()
490 xCurveProp, xRegCurveCnt, m_pDrawModelWrapper->getSdrModel().GetItemPool(), in executeDispatch_InsertTrendline()
539 getModel(), xErrorBarProp, m_pDrawModelWrapper->getSdrModel().GetItemPool(), in executeDispatch_InsertYErrorBars()
/aoo41x/main/cui/source/tabpages/
H A Dtabarea.cxx133 mpDrawModel->GetItemPool().Put(aColorTableItem,SID_COLOR_TABLE); in SavePalettes()
145 mpDrawModel->GetItemPool().Put(aItem,SID_GRADIENT_LIST); in SavePalettes()
157 mpDrawModel->GetItemPool().Put(aItem,SID_HATCH_LIST); in SavePalettes()
169 mpDrawModel->GetItemPool().Put(aItem,SID_BITMAP_LIST); in SavePalettes()
189 mpDrawModel->GetItemPool().Put(aItem); in SavePalettes()
204 mpDrawModel->GetItemPool().Put(aItem); in SavePalettes()
219 mpDrawModel->GetItemPool().Put(aItem); in SavePalettes()
234 mpDrawModel->GetItemPool().Put(aItem); in SavePalettes()
/aoo41x/main/svx/source/engine3d/
H A Dview3d1.cxx121 pMod->GetItemPool(), in Get3DAttributes()
156 SfxItemSet aDefaultSet(pMod->GetItemPool(), SDRATTR_3D_FIRST, SDRATTR_3D_LAST); in Get3DAttributes()
210 SfxItemSet aDefaultSet(pMod->GetItemPool(), SDRATTR_3D_FIRST, SDRATTR_3D_LAST); in Set3DAttributes()
219 …return (double)((const SfxUInt32Item&)pMod->GetItemPool().GetDefaultItem(SDRATTR_3DSCENE_DISTANCE)… in GetDefaultCamPosZ()
224 …return (double)((const SfxUInt32Item&)pMod->GetItemPool().GetDefaultItem(SDRATTR_3DSCENE_FOCAL_LEN… in GetDefaultCamFocal()
/aoo41x/main/chart2/source/view/main/
H A DDrawModelWrapper.cxx132 SfxItemPool* pMasterPool = &GetItemPool(); in DrawModelWrapper()
193 SfxItemPool* pPool = &GetItemPool(); in ~DrawModelWrapper()
329 SfxItemPool& DrawModelWrapper::GetItemPool() in GetItemPool() function in chart::DrawModelWrapper
331 return this->SdrModel::GetItemPool(); in GetItemPool()
333 const SfxItemPool& DrawModelWrapper::GetItemPool() const in GetItemPool() function in chart::DrawModelWrapper
335 return this->SdrModel::GetItemPool(); in GetItemPool()
/aoo41x/main/svx/source/table/
H A Dcell.cxx367 if( pNewModel && pItemPool && pItemPool != &pNewModel->GetItemPool()) in SetModel()
368 mpProperties->MoveToItemPool(pItemPool, &pNewModel->GetItemPool(), pNewModel); in SetModel()
1086 SfxItemSet aSet( GetModel()->GetItemPool(), pMap->nWID, pMap->nWID); in setPropertyValue()
1122 if(GetModel()->GetItemPool().IsWhich(pMap->nWID)) in setPropertyValue()
1123 aSet.Put(GetModel()->GetItemPool().GetDefaultItem(pMap->nWID)); in setPropertyValue()
1208 SfxItemSet aSet( GetModel()->GetItemPool(), pMap->nWID, pMap->nWID); in getPropertyValue()
1217 if(GetModel()->GetItemPool().IsWhich(pMap->nWID)) in getPropertyValue()
1218 aSet.Put(GetModel()->GetItemPool().GetDefaultItem(pMap->nWID)); in getPropertyValue()
1564 if( GetModel()->GetItemPool().IsWhich(pMap->nWID) ) in getPropertyDefault()
1566 SfxItemSet aSet( GetModel()->GetItemPool(), pMap->nWID, pMap->nWID); in getPropertyDefault()
[all …]
/aoo41x/main/svx/source/dialog/
H A Ddlgctl3d.cxx95 mpModel->GetItemPool().FreezeIdRanges(); in Construct()
140 SfxItemSet aSet( mpModel->GetItemPool(), in Construct()
199 SfxItemSet aSet(mpModel->GetItemPool(), SDRATTR_START, SDRATTR_END, 0, 0); in SetObjectType()
331 SfxItemSet aSet(mpModel->GetItemPool()); in Construct2()
371 SfxItemSet aSet(mpModel->GetItemPool()); in Construct2()
437 SfxItemSet aSet(mpModel->GetItemPool()); in ConstructLightObjects()
453 SfxItemSet aSet(mpModel->GetItemPool()); in AdaptToSelectedLight()
465 SfxItemSet aSet(mpModel->GetItemPool()); in AdaptToSelectedLight()
804 SfxItemSet aSet(mpModel->GetItemPool()); in SetPosition()
/aoo41x/main/editeng/source/editeng/
H A Deditdoc.cxx1251 GetItemPool().Remove( *pAttr->GetItem() ); in RemoveItemsFromPool()
1330 SfxItemSet aTmpSet( GetItemPool(), EE_PARA_START, EE_CHAR_END ); in CreateDefFont()
1473 ContentNode* pNode = new ContentNode( GetItemPool() ); in Clear()
1503 ContentNode* pNode = new ContentNode( GetItemPool() ); in RemoveText()
1523 rPaM.GetNode()->ExpandAttribs( rPaM.GetIndex(), 1, GetItemPool() ); in InsertText()
1536 aPaM.GetNode()->ExpandAttribs( aPaM.GetIndex(), rStr.Len(), GetItemPool() ); in InsertText()
1575 pNode->CopyAndCutAttribs( aPaM.GetNode(), GetItemPool(), bKeepEndingAttribs ); in InsertParaBreak()
1591 aPaM.GetNode()->ExpandAttribs( aPaM.GetIndex(), 1, GetItemPool() ); in InsertFeature()
1628 aPaM.GetNode()->CollapsAttribs( aPaM.GetIndex(), nChars, GetItemPool() ); in RemoveChars()
1656 GetItemPool().Remove( *(pStartingAttrib->GetItem()) ); in InsertAttribInSelection()
[all …]
H A Dimpedit4.cxx177 SfxItemPool* pPool = &aEditDoc.GetItemPool(); in ReadRTF()
397 SvxFontItem* pFontItem = (SvxFontItem*)aEditDoc.GetItemPool().GetItem2( nWhich, i ); in WriteRTF()
410 pFontItem = (SvxFontItem*)aEditDoc.GetItemPool().GetItem2( nWhich, ++i ); in WriteRTF()
467 SvxColorItem* pColorItem = (SvxColorItem*)aEditDoc.GetItemPool().GetItem2( EE_CHAR_COLOR, i ); in WriteRTF()
474 pColorItem = (SvxColorItem*)aEditDoc.GetItemPool().GetItem2( EE_CHAR_COLOR, ++i ); in WriteRTF()
556 const SfxPoolItem& rItem = aEditDoc.GetItemPool().GetDefaultItem( nPoolDefItem ); in WriteRTF()
1054 MapUnit eMapUnit = (MapUnit)aEditDoc.GetItemPool().GetMetric( DEF_METRIC ); in CreateBinTextObject()
1262 eDestUnit = (MapUnit)aEditDoc.GetItemPool().GetMetric( DEF_METRIC ); in InsertBinTextObject()
2248 SfxItemSet aSet( aEditDoc.GetItemPool(), nLangWhichId, nLangWhichId); in ApplyChangedSentence()
2256 SfxItemSet aSet( aEditDoc.GetItemPool(), nLangWhichId, nLangWhichId); in ApplyChangedSentence()
[all …]
H A Dimpedit5.cxx212 if ( rSet.GetPool() != &aEditDoc.GetItemPool() ) in CreateAttribUndo()
429 aCurSet.Put( aEditDoc.GetItemPool().GetDefaultItem( nWhich ) ); in GetAttribs()
471 … pNode->GetCharAttribs().OptimizeRanges( ((ImpEditEngine*)this)->GetEditDoc().GetItemPool() ); in GetAttribs()
755 if ( rSet.GetPool() != &aEditDoc.GetItemPool() ) in SetParaAttribs()
818 pNode->GetCharAttribs().DeleteEmptyAttribs( GetEditDoc().GetItemPool() ); in ParaAttribsToCharAttribs()
/aoo41x/main/sc/source/ui/drawfunc/
H A Ddrtxtob.cxx477 SfxItemSet aAttrs( pView->GetModel()->GetItemPool() ); in GetState()
596 SfxItemSet aViewAttr(pView->GetModel()->GetItemPool()); in ExecuteToggle()
710 SfxItemSet aEditAttr(pView->GetModel()->GetItemPool()); in ExecuteAttr()
940 SfxItemSet aEditAttr(pView->GetModel()->GetItemPool()); in ExecuteAttr()
957 SfxItemSet aEditAttr(pView->GetModel()->GetItemPool()); in ExecuteAttr()
983 SfxItemSet aEditAttr(pView->GetModel()->GetItemPool()); in ExecuteAttr()
991 SfxItemSet aEditAttr(pView->GetModel()->GetItemPool()); in ExecuteAttr()
1032 SfxItemSet aAttrSet(pView->GetModel()->GetItemPool()); in GetAttrState()
1261 SfxItemSet aEditAttr(pView->GetModel()->GetItemPool()); in GetStatePropPanelAttr()
H A Ddrtxtob2.cxx103 …SfxItemSet aAttr( pView->GetModel()->GetItemPool(), SDRATTR_TEXTDIRECTION, SDRATTR_TEXTDIRECTION, … in ExecuteGlobal()
174 SfxItemSet aAttr( pView->GetModel()->GetItemPool(), in ExecuteExtra()
272 SfxItemSet aViewAttr(pDrView->GetModel()->GetItemPool()); in GetFormTextState()
H A Dfutext.cxx442 SfxItemSet aItemSet( pDrDoc->GetItemPool(), in MouseButtonUp()
468 SfxItemSet aSet(pDrDoc->GetItemPool()); in MouseButtonUp()
853 SfxItemSet aSet(pDrDoc->GetItemPool()); in CreateDefaultObject()
865 SfxItemSet aSet(pDrDoc->GetItemPool(), SDRATTR_MISC_FIRST, SDRATTR_MISC_LAST); in CreateDefaultObject()
H A Dfuconcustomshape.cxx230 SfxItemPool& rPool = aFormModel.GetItemPool(); in SetAttributes()
238 SfxItemSet aDest( pObj->GetModel()->GetItemPool(), // ranges from SdrAttrObj in SetAttributes()
/aoo41x/main/svx/source/svdraw/
H A Dsvdfmtf.cxx120 mpLineAttr = new SfxItemSet(rModel.GetItemPool(), XATTR_LINE_FIRST, XATTR_LINE_LAST, 0, 0); in ImpSdrGDIMetaFileImport()
121 mpFillAttr = new SfxItemSet(rModel.GetItemPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST, 0, 0); in ImpSdrGDIMetaFileImport()
122 mpTextAttr = new SfxItemSet(rModel.GetItemPool(), EE_ITEMS_START, EE_ITEMS_END, 0, 0); in ImpSdrGDIMetaFileImport()
1162 …SfxItemSet aHatchAttr(mpModel->GetItemPool(), XATTR_FILLSTYLE, XATTR_FILLSTYLE, XATTR_FILLHATCH, X… in DoAction()
1188 …aHatchAttr.Put(XFillHatchItem(&mpModel->GetItemPool(), XHatch(rHatch.GetColor(), eStyle, rHatch.Ge… in DoAction()
1253 …SfxItemSet aGradAttr(mpModel->GetItemPool(), XATTR_FILLSTYLE, XATTR_FILLSTYLE, XATTR_FILLGRADIENT,… in DoAction()
1277 aGradAttr.Put(XFillGradientItem(&mpModel->GetItemPool(), aXGradient)); in DoAction()
1425 …SfxItemSet aGradientAttr(mpModel->GetItemPool(), XATTR_FILLSTYLE, XATTR_FILLSTYLE, XATTR_FILLGRADI… in DoAction()
1428 &mpModel->GetItemPool(), in DoAction()
1495 …SfxItemSet aGradientAttr(mpModel->GetItemPool(), XATTR_FILLSTYLE, XATTR_FILLSTYLE, XATTR_FILLGRADI… in DoAction()
[all …]
H A Dsvdoattr.cxx121 if(pNewModel && GetObjectItemPool() && GetObjectItemPool() != &pNewModel->GetItemPool()) in SetModel()
123 MigrateItemPool(GetObjectItemPool(), &pNewModel->GetItemPool(), pNewModel); in SetModel()
/aoo41x/main/chart2/source/controller/itemsetwrapper/
H A DItemConverter.cxx74 SfxItemPool & ItemConverter::GetItemPool() const in GetItemPool() function in comphelper::ItemConverter
81 return SfxItemSet( GetItemPool(), GetWhichPairs() ); in CreateEmptyItemSet()
101 SfxItemPool & rPool = GetItemPool(); in FillItemSet()
/aoo41x/main/svx/source/unodraw/
H A Dunoshape.cxx557 SfxMapUnit eMapUnit = mpModel->GetItemPool().GetMetric(0); in ForceMetricToItemPoolMetric()
584 SfxMapUnit eMapUnit = mpModel->GetItemPool().GetMetric(0); in ForceMetricToItemPoolMetric()
615 eMapUnit = mpModel->GetItemPool().GetMetric(0); in ForceMetricTo100th_mm()
643 eMapUnit = mpModel->GetItemPool().GetMetric(0); in ForceMetricTo100th_mm()
1827 if(mpModel->GetItemPool().IsWhich(pMap->nWID)) in _setPropertyValue()
1828 pSet->Put(mpModel->GetItemPool().GetDefaultItem(pMap->nWID)); in _setPropertyValue()
1923 if(mpModel->GetItemPool().IsWhich(pMap->nWID)) in _getPropertyValue()
1924 aSet.Put(mpModel->GetItemPool().GetDefaultItem(pMap->nWID)); in _getPropertyValue()
3223 if(!mpModel->GetItemPool().IsWhich(pMap->nWID)) in _getPropertyDefault()
3226 SfxItemSet aSet( mpModel->GetItemPool(), pMap->nWID, pMap->nWID); in _getPropertyDefault()
[all …]
/aoo41x/main/sd/source/ui/dlg/
H A Dunchss.cxx125 SfxItemSet aNewSet( mpDoc->GetItemPool(), pOldSet->GetRanges() ); in Undo()
143 SfxItemSet aNewSet( mpDoc->GetItemPool(), pOldSet->GetRanges() ); in Redo()
/aoo41x/main/chart2/source/inc/chartview/
H A DDrawModelWrapper.hxx85 SfxItemPool& GetItemPool();
86 SAL_DLLPRIVATE const SfxItemPool& GetItemPool() const;
/aoo41x/main/sw/source/ui/ribbar/
H A Dconrect.cxx113 SfxItemSet aItemSet( pSdrView->GetModel()->GetItemPool(), in MouseButtonUp()
131 SfxItemSet aSet(pSdrView->GetModel()->GetItemPool()); in MouseButtonUp()
H A Dconcustomshape.cxx178 SfxItemPool& rPool = aFormModel.GetItemPool(); in SetAttributes()
186 SfxItemSet aDest( pObj->GetModel()->GetItemPool(), // ranges from SdrAttrObj in SetAttributes()
/aoo41x/main/sc/source/core/data/
H A Ddocumen9.cxx197 SfxItemPool& rDrawPool = pDrawLayer->GetItemPool(); in InitDrawLayer()
217 SfxItemPool& rDrawPool = pDrawLayer->GetItemPool(); in UpdateDrawLanguages()
715 SfxItemPool& rDrawPool = pDrawLayer->GetItemPool(); in UpdateFontCharSet()

Completed in 183 milliseconds

123456