Home
last modified time | relevance | path

Searched refs:pAutoStyle (Results 1 – 9 of 9) sorted by relevance

/trunk/main/dbaccess/source/filter/xml/
H A DxmlColumn.cxx172 …OTableStyleContext* pAutoStyle = PTR_CAST(OTableStyleContext,pAutoStyles->FindStyleChildContext(XM… in EndElement() local
173 if ( pAutoStyle ) in EndElement()
175 pAutoStyle->FillPropertySet(xProp); in EndElement()
184 …OTableStyleContext* pAutoStyle = PTR_CAST(OTableStyleContext,pAutoStyles->FindStyleChildContext(XM… in EndElement() local
185 if ( pAutoStyle ) in EndElement()
187 pAutoStyle->FillPropertySet(xProp); in EndElement()
189 pAutoStyle->FillPropertySet(m_xTable); in EndElement()
201 …OTableStyleContext* pAutoStyle = PTR_CAST(OTableStyleContext,pAutoStyles->FindStyleChildContext(XM… in EndElement() local
202 if ( pAutoStyle ) in EndElement()
205 pAutoStyle->FillPropertySet(m_xTable); in EndElement()
H A DxmlTable.cxx232 …OTableStyleContext* pAutoStyle = PTR_CAST(OTableStyleContext,pAutoStyles->FindStyleChildContext(XM… in EndElement() local
233 if ( pAutoStyle ) in EndElement()
235 pAutoStyle->FillPropertySet(m_xTable); in EndElement()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlColumn.cxx153 …XMLPropStyleContext* pAutoStyle = PTR_CAST(XMLPropStyleContext,pAutoStyles->FindStyleChildContext(… in fillStyle() local
154 if ( pAutoStyle ) in fillStyle()
156 pAutoStyle->FillPropertySet(xProp); in fillStyle()
163pAutoStyle = PTR_CAST(XMLPropStyleContext,pAutoStyles->FindStyleChildContext(XML_STYLE_FAMILY_TABL… in fillStyle()
164 if ( pAutoStyle ) in fillStyle()
166 pAutoStyle->FillPropertySet(xProp); in fillStyle()
H A DxmlRow.cxx151 …XMLPropStyleContext* pAutoStyle = PTR_CAST(XMLPropStyleContext,pAutoStyles->FindStyleChildContext(… in EndElement() local
152 if ( pAutoStyle ) in EndElement()
154 pAutoStyle->FillPropertySet(xProp); in EndElement()
161pAutoStyle = PTR_CAST(XMLPropStyleContext,pAutoStyles->FindStyleChildContext(XML_STYLE_FAMILY_TABL… in EndElement()
162 if ( pAutoStyle ) in EndElement()
164 pAutoStyle->FillPropertySet(xProp); in EndElement()
H A DxmlHelper.cxx276 …XMLPropStyleContext* pAutoStyle = PTR_CAST(XMLPropStyleContext,_pAutoStyles->FindStyleChildContext… in copyStyleElements() local
277 if ( pAutoStyle ) in copyStyleElements()
309 pAutoStyle->FillPropertySet(_xProp); in copyStyleElements()
314 pAutoStyle->FillPropertySet(xProp); in copyStyleElements()
H A DxmlCell.cxx233 …XMLPropStyleContext* pAutoStyle = PTR_CAST(XMLPropStyleContext,GetImport().GetAutoStyles()->FindSt… in EndElement() local
234 if ( pAutoStyle ) in EndElement()
239 pAutoStyle->FillPropertySet(xBorderProp); in EndElement()
H A DxmlTable.cxx188 …XMLPropStyleContext* pAutoStyle = PTR_CAST(XMLPropStyleContext,pAutoStyles->FindStyleChildContext(… in EndElement() local
189 if ( pAutoStyle ) in EndElement()
191 pAutoStyle->FillPropertySet(m_xSection.get()); in EndElement()
H A Dxmlfilter.cxx692 …XMLPropStyleContext* pAutoStyle = PTR_CAST(XMLPropStyleContext,pAutoStyles->FindStyleChildContext(… in CreateContext() local
693 if ( pAutoStyle ) in CreateContext()
695 pAutoStyle->FillPropertySet(getReportDefinition().get()); in CreateContext()
/trunk/main/sw/source/core/txtnode/
H A Dthints.cxx1021 …const StylePool::SfxItemSet_Pointer_t pAutoStyle = static_cast<const SwFmtAutoFmt&>(rAttr).GetStyl… in MakeTxtAttr() local
1023 pAutoStyle->SfxItemSet::Clone( sal_True, &rDoc.GetAttrPool() )); in MakeTxtAttr()
1123 …const StylePool::SfxItemSet_Pointer_t pAutoStyle = rStyleAccess.getAutomaticStyle( rSet, IStyleAcc… in MakeTxtAttr() local
1125 aNewAutoFmt.SetStyleHandle( pAutoStyle ); in MakeTxtAttr()
2354 const SwTxtAttr* const pAutoStyle(i_rAttrSpan.second); in operator ()() local
2360 if (CharFmt::IsItemIncluded(nWhich, pAutoStyle)) in operator ()()
2491 SwTxtAttr* const pAutoStyle(const_cast<SwTxtAttr*>(aAutoStyleIt->second)); in impl_FmtToTxtAttr() local
2494 pAutoStyle->GetAttr()).GetStyleHandle()); in impl_FmtToTxtAttr()
2498 m_pSwpHints->Delete(pAutoStyle); in impl_FmtToTxtAttr()
2499 DestroyAttr(pAutoStyle); in impl_FmtToTxtAttr()

Completed in 49 milliseconds