Searched refs:pFmtBreak (Results 1 – 2 of 2) sorted by relevance
586 SvxFmtBreakItem* pFmtBreak = PTR_CAST(SvxFmtBreakItem, &rItem); in PutXMLValue() local587 DBG_ASSERT( pFmtBreak != NULL, "Wrong Which-ID" ); in PutXMLValue()596 pFmtBreak->SetValue( SVX_BREAK_NONE ); in PutXMLValue()604 pFmtBreak->SetValue( static_cast< sal_uInt16 >((eEnum == 1) ? in PutXMLValue()609 pFmtBreak->SetValue( static_cast< sal_uInt16 >((eEnum == 1) ? in PutXMLValue()
750 const SvxFmtBreakItem* pFmtBreak = PTR_CAST(SvxFmtBreakItem, &rItem); in QueryXMLValue() local751 DBG_ASSERT( pFmtBreak != NULL, "Wrong Which-ID" ); in QueryXMLValue()758 switch( pFmtBreak->GetValue() ) in QueryXMLValue()774 switch( pFmtBreak->GetValue() ) in QueryXMLValue()
Completed in 29 milliseconds