/trunk/main/svx/source/sdr/properties/ |
H A D | attributeproperties.cxx | 64 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 D | e3dproperties.cxx | 84 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 D | textproperties.cxx | 232 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 D | rectangleproperties.cxx | 66 …void RectangleProperties::SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAtt… in SetStyleSheet() argument 71 TextProperties::SetStyleSheet(pNewStyleSheet, bDontRemoveHardAttr); in SetStyleSheet()
|
H A D | connectorproperties.cxx | 89 …void ConnectorProperties::SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAtt… in SetStyleSheet() argument 94 TextProperties::SetStyleSheet(pNewStyleSheet, bDontRemoveHardAttr); in SetStyleSheet()
|
H A D | captionproperties.cxx | 89 void CaptionProperties::SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr) in SetStyleSheet() argument 94 RectangleProperties::SetStyleSheet(pNewStyleSheet, bDontRemoveHardAttr); in SetStyleSheet()
|
H A D | graphicproperties.cxx | 98 void GraphicProperties::SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr) in SetStyleSheet() argument 106 RectangleProperties::SetStyleSheet(pNewStyleSheet, bDontRemoveHardAttr); in SetStyleSheet()
|
H A D | circleproperties.cxx | 92 void CircleProperties::SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr) in SetStyleSheet() argument 100 RectangleProperties::SetStyleSheet(pNewStyleSheet, bDontRemoveHardAttr); in SetStyleSheet()
|
H A D | measureproperties.cxx | 96 void MeasureProperties::SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr) in SetStyleSheet() argument 104 TextProperties::SetStyleSheet(pNewStyleSheet, bDontRemoveHardAttr); in SetStyleSheet()
|
H A D | customshapeproperties.cxx | 180 …void CustomShapeProperties::SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardA… in SetStyleSheet() argument 183 TextProperties::SetStyleSheet( pNewStyleSheet, bDontRemoveHardAttr ); in SetStyleSheet()
|
H A D | groupproperties.cxx | 237 void GroupProperties::SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr) in SetStyleSheet() argument 244 pSub->GetObj(a)->SetStyleSheet(pNewStyleSheet, bDontRemoveHardAttr); in SetStyleSheet()
|
H A D | e3dsceneproperties.cxx | 245 …void E3dSceneProperties::SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr) in SetStyleSheet() argument 252 pSub->GetObj(a)->SetStyleSheet(pNewStyleSheet, bDontRemoveHardAttr); in SetStyleSheet()
|
/trunk/main/svx/inc/svx/sdr/properties/ |
H A D | attributeproperties.hxx | 40 void ImpAddStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr); 72 virtual void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr);
|
H A D | rectangleproperties.hxx | 56 virtual void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr);
|
H A D | connectorproperties.hxx | 58 virtual void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr);
|
H A D | captionproperties.hxx | 58 virtual void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr);
|
H A D | circleproperties.hxx | 58 virtual void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr);
|
H A D | e3dproperties.hxx | 59 virtual void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr);
|
H A D | graphicproperties.hxx | 58 virtual void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr);
|
H A D | measureproperties.hxx | 58 virtual void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr);
|
H A D | textproperties.hxx | 66 virtual void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr);
|
H A D | e3dsceneproperties.hxx | 74 virtual void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr);
|
H A D | customshapeproperties.hxx | 67 virtual void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr);
|
/trunk/main/svx/source/svdraw/ |
H A D | svdobj.cxx | 2281 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 D | cell.cxx | 137 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()
|