Lines Matching refs:aRecordAbsolute
53 , aRecordAbsolute( sal_False, sal_False ) in SvMetaSlot()
65 , aRecordAbsolute( sal_False, sal_False ) in SvMetaSlot()
171 if( nMask & 0x4000 ) rStm >> aRecordAbsolute; in Load()
258 if( aRecordAbsolute.IsSet() ) nMask |= 0x4000; in Save()
292 if( nMask & 0x4000 ) rStm << aRecordAbsolute; in Save()
485 if( !GetRef() || aRecordAbsolute.IsSet() ) in GetRecordAbsolute()
486 return aRecordAbsolute; in GetRecordAbsolute()
632 if( aRecordAbsolute.ReadSvIdl( SvHash_RecordAbsolute(), rInStm ) ) in ReadAttributesSvIdl()
633 SetRecordAbsolute( aRecordAbsolute), bOk = sal_True; in ReadAttributesSvIdl()
837 if( aRecordAbsolute ) in WriteAttributesSvIdl()
839 ( aOut += aDel ) += aRecordAbsolute.GetSvIdlString( SvHash_RecordAbsolute() ); in WriteAttributesSvIdl()