Home
last modified time | relevance | path

Searched refs:rWasUsed (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/xmloff/source/style/
H A Dxmlnumfe.cxx108 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()
[all …]
/aoo42x/main/xmloff/inc/xmloff/
H A Dxmlnumfe.hxx120 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