Home
last modified time | relevance | path

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

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

Completed in 75 milliseconds