Searched refs:IsDummyPage (Results 1 – 5 of 5) sorted by relevance
262 sal_Bool IsDummyPage( sal_uInt16 nPageNum ) const;
274 sal_Bool IsDummyPage( sal_uInt16 nPageNum ) const; // An empty page?
1031 if(GetViewShell()->IsDummyPage( nSelPage ) && GetViewShell()->IsDummyPage( --nSelPage )) in Execute()
641 sal_Bool ViewShell::IsDummyPage( sal_uInt16 nPageNum ) const in IsDummyPage() function in ViewShell643 return GetLayout() ? GetLayout()->IsDummyPage( nPageNum ) : 0; in IsDummyPage()
1619 sal_Bool SwRootFrm::IsDummyPage( sal_uInt16 nPageNum ) const in IsDummyPage() function in SwRootFrm
Completed in 57 milliseconds