Home
last modified time | relevance | path

Searched refs:pNewStyleSheet (Results 1 – 25 of 32) sorted by last modified time

12

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx3201 void SdrObjCustomShape::NbcSetStyleSheet( SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAt… in NbcSetStyleSheet() argument
3205 SdrObject::NbcSetStyleSheet( pNewStyleSheet, bDontRemoveHardAttr ); in NbcSetStyleSheet()
H A Dsvdobj.cxx2281 void SdrObject::SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr) in SetStyleSheet() argument
2289 NbcSetStyleSheet(pNewStyleSheet, bDontRemoveHardAttr); in SetStyleSheet()
2295 void SdrObject::NbcSetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr) in NbcSetStyleSheet() argument
2298 …if( pNewStyleSheet && (pNewStyleSheet->GetFamily() == SFX_STYLE_FAMILY_PARA) && (pNewStyleSheet->G… in NbcSetStyleSheet()
2301 GetProperties().SetStyleSheet(pNewStyleSheet, bDontRemoveHardAttr); in NbcSetStyleSheet()
/trunk/main/svx/source/table/
H A Dcell.cxx137 void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr);
279 … void CellProperties::SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr) in SetStyleSheet() argument
281 TextProperties::SetStyleSheet( pNewStyleSheet, bDontRemoveHardAttr ); in SetStyleSheet()
/trunk/main/svx/inc/svx/
H A Dsvdobj.hxx865 void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr);
866 virtual void NbcSetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr);
H A Dsvdoashp.hxx203 virtual void NbcSetStyleSheet( SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr );
/trunk/main/svx/source/sdr/properties/
H A Dtextproperties.cxx232 void TextProperties::SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr) in SetStyleSheet() argument
237 AttributeProperties::SetStyleSheet(pNewStyleSheet, bDontRemoveHardAttr); in SetStyleSheet()
313 if(pNewStyleSheet) in SetStyleSheet()
318 SfxItemIter aIter(pNewStyleSheet->GetItemSet()); in SetStyleSheet()
H A Dattributeproperties.cxx64 if(pNewStyleSheet) in ImpAddStyleSheet()
66 mpStyleSheet = pNewStyleSheet; in ImpAddStyleSheet()
72 StartListening(pNewStyleSheet->GetPool()); in ImpAddStyleSheet()
73 StartListening(*pNewStyleSheet); in ImpAddStyleSheet()
78 const SfxItemSet& rStyle = pNewStyleSheet->GetItemSet(); in ImpAddStyleSheet()
94 mpItemSet->SetParent(&pNewStyleSheet->GetItemSet()); in ImpAddStyleSheet()
244 ImpAddStyleSheet(pNewStyleSheet, bDontRemoveHardAttr); in SetStyleSheet()
302 if (pNewStyleSheet == NULL in MoveToItemPool()
303 || &pNewStyleSheet->GetPool().GetPool() != pDestPool) in MoveToItemPool()
307 pNewStyleSheet = pNewModel->GetDefaultStyleSheet(); in MoveToItemPool()
[all …]
H A Dcaptionproperties.cxx89 void CaptionProperties::SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr) in SetStyleSheet() argument
94 RectangleProperties::SetStyleSheet(pNewStyleSheet, bDontRemoveHardAttr); in SetStyleSheet()
H A Dcircleproperties.cxx92 void CircleProperties::SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr) in SetStyleSheet() argument
100 RectangleProperties::SetStyleSheet(pNewStyleSheet, bDontRemoveHardAttr); in SetStyleSheet()
H A Dconnectorproperties.cxx89 …void ConnectorProperties::SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAtt… in SetStyleSheet() argument
94 TextProperties::SetStyleSheet(pNewStyleSheet, bDontRemoveHardAttr); in SetStyleSheet()
H A Dcustomshapeproperties.cxx180 …void CustomShapeProperties::SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardA… in SetStyleSheet() argument
183 TextProperties::SetStyleSheet( pNewStyleSheet, bDontRemoveHardAttr ); in SetStyleSheet()
H A De3dproperties.cxx84 void E3dProperties::SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr) in SetStyleSheet() argument
87 AttributeProperties::SetStyleSheet(pNewStyleSheet, bDontRemoveHardAttr); in SetStyleSheet()
95 pSub->GetObj(a)->GetProperties().SetStyleSheet(pNewStyleSheet, bDontRemoveHardAttr); in SetStyleSheet()
H A De3dsceneproperties.cxx245 …void E3dSceneProperties::SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr) in SetStyleSheet() argument
252 pSub->GetObj(a)->SetStyleSheet(pNewStyleSheet, bDontRemoveHardAttr); in SetStyleSheet()
H A Dgraphicproperties.cxx98 void GraphicProperties::SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr) in SetStyleSheet() argument
106 RectangleProperties::SetStyleSheet(pNewStyleSheet, bDontRemoveHardAttr); in SetStyleSheet()
H A Dgroupproperties.cxx237 void GroupProperties::SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr) in SetStyleSheet() argument
244 pSub->GetObj(a)->SetStyleSheet(pNewStyleSheet, bDontRemoveHardAttr); in SetStyleSheet()
H A Dmeasureproperties.cxx96 void MeasureProperties::SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr) in SetStyleSheet() argument
104 TextProperties::SetStyleSheet(pNewStyleSheet, bDontRemoveHardAttr); in SetStyleSheet()
H A Drectangleproperties.cxx66 …void RectangleProperties::SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAtt… in SetStyleSheet() argument
71 TextProperties::SetStyleSheet(pNewStyleSheet, bDontRemoveHardAttr); in SetStyleSheet()
/trunk/main/svx/inc/svx/sdr/properties/
H A De3dproperties.hxx59 virtual void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr);
H A De3dsceneproperties.hxx74 virtual void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr);
H A Demptyproperties.hxx90 virtual void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr);
H A Dgraphicproperties.hxx58 virtual void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr);
H A Dgroupproperties.hxx102 virtual void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr);
H A Dmeasureproperties.hxx58 virtual void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr);
H A Dproperties.hxx146 virtual void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr) = 0;
H A Drectangleproperties.hxx56 virtual void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr);

Completed in 115 milliseconds

12