LibreOffice Module xmloff (master) 1
|
Public Member Functions | |
SvXMLNumUsedList_Impl () | |
SvXMLNumUsedList_Impl should be optimized! More... | |
void | SetUsed (sal_uInt32 nKey) |
bool | IsUsed (sal_uInt32 nKey) const |
bool | IsWasUsed (sal_uInt32 nKey) const |
void | Export () |
bool | GetFirstUsed (sal_uInt32 &nKey) |
bool | GetNextUsed (sal_uInt32 &nKey) |
uno::Sequence< sal_Int32 > | GetWasUsed () const |
void | SetWasUsed (const uno::Sequence< sal_Int32 > &rWasUsed) |
Private Attributes | |
SvXMLuInt32Set | aUsed |
SvXMLuInt32Set | aWasUsed |
SvXMLuInt32Set::iterator | aCurrentUsedPos |
sal_uInt32 | nUsedCount |
sal_uInt32 | nWasUsedCount |
Definition at line 99 of file xmlnumfe.cxx.
SvXMLNumUsedList_Impl::SvXMLNumUsedList_Impl | ( | ) |
SvXMLNumUsedList_Impl should be optimized!
Definition at line 124 of file xmlnumfe.cxx.
void SvXMLNumUsedList_Impl::Export | ( | ) |
Definition at line 152 of file xmlnumfe.cxx.
References aUsed, aWasUsed, nUsedCount, and nWasUsedCount.
bool SvXMLNumUsedList_Impl::GetFirstUsed | ( | sal_uInt32 & | nKey | ) |
Definition at line 166 of file xmlnumfe.cxx.
References aCurrentUsedPos, aUsed, DBG_ASSERT, and nUsedCount.
bool SvXMLNumUsedList_Impl::GetNextUsed | ( | sal_uInt32 & | nKey | ) |
Definition at line 179 of file xmlnumfe.cxx.
References aCurrentUsedPos, and aUsed.
uno::Sequence< sal_Int32 > SvXMLNumUsedList_Impl::GetWasUsed | ( | ) | const |
Definition at line 194 of file xmlnumfe.cxx.
References aWasUsed.
bool SvXMLNumUsedList_Impl::IsUsed | ( | sal_uInt32 | nKey | ) | const |
Definition at line 140 of file xmlnumfe.cxx.
References aUsed.
bool SvXMLNumUsedList_Impl::IsWasUsed | ( | sal_uInt32 | nKey | ) | const |
void SvXMLNumUsedList_Impl::SetUsed | ( | sal_uInt32 | nKey | ) |
Definition at line 130 of file xmlnumfe.cxx.
References aUsed, IsWasUsed(), and nUsedCount.
void SvXMLNumUsedList_Impl::SetWasUsed | ( | const uno::Sequence< sal_Int32 > & | rWasUsed | ) |
Definition at line 199 of file xmlnumfe.cxx.
References aWasUsed, DBG_ASSERT, and nWasUsedCount.
|
private |
Definition at line 103 of file xmlnumfe.cxx.
Referenced by GetFirstUsed(), and GetNextUsed().
|
private |
Definition at line 101 of file xmlnumfe.cxx.
Referenced by Export(), GetFirstUsed(), GetNextUsed(), IsUsed(), and SetUsed().
|
private |
Definition at line 102 of file xmlnumfe.cxx.
Referenced by Export(), GetWasUsed(), IsWasUsed(), and SetWasUsed().
|
private |
Definition at line 104 of file xmlnumfe.cxx.
Referenced by Export(), GetFirstUsed(), and SetUsed().
|
private |
Definition at line 105 of file xmlnumfe.cxx.
Referenced by Export(), and SetWasUsed().