Searched refs:rN2 (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sw/source/filter/inc/ |
H A D | fltbase.hxx | 47 inline void Read( sal_uInt8 &rN0, sal_uInt16 &rN1, sal_uInt16 &rN2 ); 49 inline void Read( sal_uInt16 &rN1, sal_uInt16 &rN2 ); 50 inline void Read( sal_uInt16 &rN1, sal_uInt16 &rN2, sal_uInt16 &rN3, sal_uInt16 &rN4 ); 85 inline void SwFilterBase::Read( sal_uInt8 &rN0, sal_uInt16 &rN1, sal_uInt16 &rN2 ) in Read() argument 87 *pIn >> rN0 >> rN1 >> rN2; in Read() 97 inline void SwFilterBase::Read( sal_uInt16 &rN1, sal_uInt16 &rN2 ) in Read() argument 99 *pIn >> rN1 >> rN2; in Read() 103 inline void SwFilterBase::Read( sal_uInt16 &rN1, sal_uInt16 &rN2, sal_uInt16 &rN3, sal_uInt16 &rN4 ) in Read() argument 105 *pIn >> rN1 >> rN2 >> rN3 >> rN4; in Read()
|
/aoo41x/main/editeng/source/outliner/ |
H A D | outliner.cxx | 1940 static bool isSameNumbering( const SvxNumberFormat& rN1, const SvxNumberFormat& rN2 ) in isSameNumbering() argument 1942 if( rN1.GetNumberingType() != rN2.GetNumberingType() ) in isSameNumbering() 1945 if( rN1.GetNumStr(1) != rN2.GetNumStr(1) ) in isSameNumbering() 1948 if( (rN1.GetPrefix() != rN2.GetPrefix()) || (rN1.GetSuffix() != rN2.GetSuffix()) ) in isSameNumbering()
|
Completed in 44 milliseconds