Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/access/
H A Daccframe.cxx60 sal_Bool bInPagePreview ) in GetChildCount() argument
71 if( rLower.IsAccessible( bInPagePreview ) ) in GetChildCount()
80 bInPagePreview ); in GetChildCount()
93 sal_Bool bInPagePreview ) in GetChild() argument
107 if( rLower.IsAccessible( bInPagePreview ) ) in GetChild()
119 bInPagePreview ); in GetChild()
133 if( rLower.IsAccessible( bInPagePreview ) ) in GetChild()
145 bInPagePreview ); in GetChild()
161 sal_Bool bInPagePreview ) in GetChildIndex() argument
174 if( rLower.IsAccessible( bInPagePreview ) ) in GetChildIndex()
[all …]
H A Daccframe.hxx62 sal_Bool bInPagePreview);
69 sal_Bool bInPagePreview );
74 sal_Bool bInPagePreview,
81 sal_Bool bInPagePreview );
118 sal_Bool bInPagePreview );
H A Daccfrmobj.cxx351 const SwFrm* SwAccessibleChild::GetParent( const sal_Bool bInPagePreview ) const in GetParent()
364 ASSERT( SwAccessibleChild( pParent ).IsAccessible( bInPagePreview ), in GetParent()
371 if( bInPagePreview ) in GetParent()
380 while( aUpper.GetSwFrm() && !aUpper.IsAccessible(bInPagePreview) ) in GetParent()
400 ASSERT( SwAccessibleChild( pParent ).IsAccessible( bInPagePreview ), in GetParent()
407 if( bInPagePreview ) in GetParent()
H A Daccfrmobj.hxx62 const SwFrm* GetParent( const sal_Bool bInPagePreview ) const;