Lines Matching refs:rWasUsed
108 void GetWasUsed(uno::Sequence<sal_Int32>& rWasUsed);
109 void SetWasUsed(const uno::Sequence<sal_Int32>& rWasUsed);
211 void SvXMLNumUsedList_Impl::GetWasUsed(uno::Sequence<sal_Int32>& rWasUsed) in GetWasUsed() argument
213 rWasUsed.realloc(nWasUsedCount); in GetWasUsed()
214 sal_Int32* pWasUsed = rWasUsed.getArray(); in GetWasUsed()
227 void SvXMLNumUsedList_Impl::SetWasUsed(const uno::Sequence<sal_Int32>& rWasUsed) in SetWasUsed() argument
230 sal_Int32 nCount(rWasUsed.getLength()); in SetWasUsed()
231 const sal_Int32* pWasUsed = rWasUsed.getConstArray(); in SetWasUsed()
1762 void SvXMLNumFmtExport::GetWasUsed(uno::Sequence<sal_Int32>& rWasUsed) in GetWasUsed() argument
1765 pUsedList->GetWasUsed(rWasUsed); in GetWasUsed()
1768 void SvXMLNumFmtExport::SetWasUsed(const uno::Sequence<sal_Int32>& rWasUsed) in SetWasUsed() argument
1771 pUsedList->SetWasUsed(rWasUsed); in SetWasUsed()