Lines Matching refs:pStyle

780 			SfxStyleSheetBase* pStyle = aIter[(sal_uInt16)nIndex];  in GetObjectByIndex_Impl()  local
781 if ( pStyle ) in GetObjectByIndex_Impl()
783 return new ScStyleObj( pDocShell, eFamily, String (pStyle->GetName()) ); in GetObjectByIndex_Impl()
876 SfxStyleSheetBase* pStyle = pStylePool->Find( aString, eFamily ); in removeByName() local
877 if (pStyle) in removeByName()
888 pDoc->StyleSheetChanged( pStyle, sal_False, &aVDev, nPPTX, nPPTY, aZoom, aZoom ); in removeByName()
892 pStylePool->Remove( pStyle ); in removeByName()
901 pStylePool->Remove( pStyle ); in removeByName()
987 SfxStyleSheetBase* pStyle = aIter.First(); in getElementNames() local
989 while (pStyle) in getElementNames()
994 pStyle->GetName(), sal::static_int_cast<sal_uInt16>(eFamily) ); in getElementNames()
995 pStyle = aIter.Next(); in getElementNames()
1190 SfxStyleSheetBase* pStyle = GetStyle_Impl(); in isUserDefined() local
1191 if (pStyle) in isUserDefined()
1192 return pStyle->IsUserDefined(); in isUserDefined()
1199 SfxStyleSheetBase* pStyle = GetStyle_Impl(); in isInUse() local
1200 if (pStyle) in isInUse()
1201 return pStyle->IsUsed(); in isInUse()
1208 SfxStyleSheetBase* pStyle = GetStyle_Impl(); in getParentStyle() local
1209 if (pStyle) in getParentStyle()
1210 …return ScStyleNameConversion::DisplayToProgrammaticName( pStyle->GetParent(), sal::static_int_cast… in getParentStyle()
1218 SfxStyleSheetBase* pStyle = GetStyle_Impl(); in setParentStyle() local
1219 if (pStyle) in setParentStyle()
1229 sal_Bool bOk = pStyle->SetParent( aString ); in setParentStyle()
1244 pDoc->StyleSheetChanged( pStyle, sal_False, &aVDev, nPPTX, nPPTY, aZoom, aZoom ); in setParentStyle()
1264 SfxStyleSheetBase* pStyle = GetStyle_Impl(); in getName() local
1265 if (pStyle) in getName()
1266 …return ScStyleNameConversion::DisplayToProgrammaticName( pStyle->GetName(), sal::static_int_cast<s… in getName()
1274 SfxStyleSheetBase* pStyle = GetStyle_Impl(); in setName() local
1275 if (pStyle) in setName()
1285 sal_Bool bOk = pStyle->SetName( aString ); in setName()
1321 SfxStyleSheetBase* pStyle = GetStyle_Impl(); in GetStyleItemSet_Impl() local
1322 if (pStyle) in GetStyleItemSet_Impl()
1331 … return &((const SvxSetItem&)pStyle->GetItemSet().Get(ATTR_PAGE_HEADERSET)).GetItemSet(); in GetStyleItemSet_Impl()
1337 … return &((const SvxSetItem&)pStyle->GetItemSet().Get(ATTR_PAGE_FOOTERSET)).GetItemSet(); in GetStyleItemSet_Impl()
1344 return &pStyle->GetItemSet(); in GetStyleItemSet_Impl()
1591 SfxStyleSheetBase* pStyle = GetStyle_Impl(); in setAllPropertiesToDefault() local
1592 if ( pStyle ) in setAllPropertiesToDefault()
1598 SfxItemSet& rSet = pStyle->GetItemSet(); in setAllPropertiesToDefault()
1613 pDoc->StyleSheetChanged( pStyle, sal_False, &aVDev, nPPTX, nPPTY, aZoom, aZoom ); in setAllPropertiesToDefault()
1706 SfxStyleSheetBase* pStyle = GetStyle_Impl(); in SetOnePropertyValueWithoutUpdate() local
1707 if ( pStyle && pEntry ) in SetOnePropertyValueWithoutUpdate()
1713 SfxItemSet& rSet = pStyle->GetItemSet(); // direkt im lebenden Style aendern... in SetOnePropertyValueWithoutUpdate()
1969 SfxStyleSheetBase* pStyle = GetStyle_Impl(); in StyleSheetChangedUpdate() local
1971 if(pStyle) in StyleSheetChangedUpdate()
1986 pDoc->StyleSheetChanged(pStyle, sal_False, &aVDev, nPPTX, nPPTY, aZoom, aZoom); in StyleSheetChangedUpdate()
2007 SfxStyleSheetBase* pStyle = GetStyle_Impl(); in getPropertyValue() local
2008 if (pStyle) in getPropertyValue()
2009 aAny <<= rtl::OUString( pStyle->GetName() ); in getPropertyValue()