Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/inc/
H A Drootfrm.hxx262 sal_Bool IsDummyPage( sal_uInt16 nPageNum ) const;
/aoo41x/main/sw/inc/
H A Dviewsh.hxx274 sal_Bool IsDummyPage( sal_uInt16 nPageNum ) const; // An empty page?
/aoo41x/main/sw/source/ui/uiview/
H A Dpview.cxx1031 if(GetViewShell()->IsDummyPage( nSelPage ) && GetViewShell()->IsDummyPage( --nSelPage )) in Execute()
/aoo41x/main/sw/source/core/view/
H A Dviewsh.cxx641 sal_Bool ViewShell::IsDummyPage( sal_uInt16 nPageNum ) const in IsDummyPage() function in ViewShell
643 return GetLayout() ? GetLayout()->IsDummyPage( nPageNum ) : 0; in IsDummyPage()
/aoo41x/main/sw/source/core/layout/
H A Dtrvlfrm.cxx1619 sal_Bool SwRootFrm::IsDummyPage( sal_uInt16 nPageNum ) const in IsDummyPage() function in SwRootFrm

Completed in 77 milliseconds