Searched refs:rWasUsed (Results 1 – 2 of 2) sorted by relevance
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() argument213 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() argument230 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() argument1765 pUsedList->GetWasUsed(rWasUsed); in GetWasUsed()[all …]
120 void GetWasUsed(com::sun::star::uno::Sequence<sal_Int32>& rWasUsed);121 void SetWasUsed(const com::sun::star::uno::Sequence<sal_Int32>& rWasUsed);
Completed in 23 milliseconds