Searched refs:pDelFormatArr (Results 1 – 2 of 2) sorted by relevance
107 pDelFormatArr( NULL ), in SvxNumberInfoItem()116 pDelFormatArr[i] = rItem.pDelFormatArr[i]; in SvxNumberInfoItem()124 if ( pDelFormatArr ) in ~SvxNumberInfoItem()125 delete []pDelFormatArr; in ~SvxNumberInfoItem()156 if ( pDelFormatArr != NULL && rOther.pDelFormatArr != NULL ) in operator ==()161 bEqual = ( pDelFormatArr[i] == rOther.pDelFormatArr[i] ); in operator ==()165 bEqual = ( pDelFormatArr == NULL && rOther.pDelFormatArr == NULL ); in operator ==()226 if ( pDelFormatArr ) in SetDelFormatArray()228 delete []pDelFormatArr; in SetDelFormatArray()229 pDelFormatArr = NULL; in SetDelFormatArray()[all …]
76 const sal_uInt32* GetDelArray() const { return pDelFormatArr; } in GetDelArray()89 sal_uInt32* pDelFormatArr; member in SvxNumberInfoItem
Completed in 23 milliseconds