Searched refs:pFmtKeep (Results 1 – 2 of 2) sorted by relevance
621 SvxFmtKeepItem* pFmtKeep = PTR_CAST(SvxFmtKeepItem, &rItem); in PutXMLValue() local622 DBG_ASSERT( pFmtKeep != NULL, "Wrong Which-ID" ); in PutXMLValue()627 pFmtKeep->SetValue( sal_True ); in PutXMLValue()633 pFmtKeep->SetValue( sal_False ); in PutXMLValue()
797 SvxFmtKeepItem* pFmtKeep = PTR_CAST(SvxFmtKeepItem, &rItem); in QueryXMLValue() local798 DBG_ASSERT( pFmtKeep != NULL, "Wrong Which-ID" ); in QueryXMLValue()800 aOut.append( pFmtKeep->GetValue() in QueryXMLValue()
Completed in 19 milliseconds