Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/ui/inc/
H A Dmailmrge.hxx182 sal_Bool IsThisDocument() const {return aThisDocRB.IsChecked();} in IsThisDocument() function in SwMailMergeCreateFromDlg
/AOO42X/main/sw/source/ui/dialog/
H A Dswdlgfact.cxx542 sal_Bool AbstractMailMergeCreateFromDlg_Impl::IsThisDocument() const in IsThisDocument() function in AbstractMailMergeCreateFromDlg_Impl
544 return pDlg->IsThisDocument(); in IsThisDocument()
H A Dswdlgfact.hxx341 virtual sal_Bool IsThisDocument() const ;
/AOO42X/main/sw/inc/
H A Dswabstdlg.hxx171 virtual sal_Bool IsThisDocument() const = 0;
/AOO42X/main/sw/source/ui/uiview/
H A Dview2.cxx1058 bUseCurrentDocument = pDlg->IsThisDocument(); in Execute()