Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Ddbg_lay.cxx135 sal_uLong lcl_GetFrameId( const SwFrm* pFrm ) in lcl_GetFrameId() function
564 sal_uInt16 nId = sal_uInt16(lcl_GetFrameId( pFrm )); in _Record()
577 if( pFrmIds && !pFrmIds->Seek_Entry( sal_uInt16(lcl_GetFrameId( pFrm )) ) ) in _Record()
587 aOut += ByteString::CreateFromInt64( lcl_GetFrameId( pFrm ) ); in _Record()
642 … aOut += ByteString::CreateFromInt64( lcl_GetFrameId( (SwFrm*)pParam ) ); in _Record()
652 aOut += ByteString::CreateFromInt64( lcl_GetFrameId( (SwFrm*)pParam ) ); in _Record()
712 … rOut += ByteString::CreateFromInt64( lcl_GetFrameId( (SwFrm*)pParam ) ); in SectFunc()
717 … rOut += ByteString::CreateFromInt64( lcl_GetFrameId( (SwFrm*)pParam ) ); in SectFunc()
722 … rOut += ByteString::CreateFromInt64( lcl_GetFrameId( (SwFrm*)pParam ) ); in SectFunc()
844 nFrmId = pFrm->GetUpper() ? sal_uInt16(lcl_GetFrameId( pFrm->GetUpper() )) : 0; in Enter()
[all …]

Completed in 19 milliseconds