Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/ui/dialog/
H A Duiregionsw.cxx465 sal_Bool SwEditRegionDlg::CheckPasswd(CheckBox* pBox) in CheckPasswd() function in SwEditRegionDlg
935 if(!CheckPasswd(pBox)) in IMPL_LINK()
964 if(!CheckPasswd(pBox)) in IMPL_LINK()
997 if(!CheckPasswd(pBox)) in IMPL_LINK()
1019 if(!CheckPasswd()) in IMPL_LINK()
1087 if(!CheckPasswd(pBox)) in IMPL_LINK()
1158 if(!CheckPasswd(0)) in IMPL_LINK()
1176 if(!CheckPasswd()) in IMPL_LINK()
1283 if(!CheckPasswd()) in IMPL_LINK()
1334 if(!CheckPasswd(pBox)) in IMPL_LINK()
[all …]
/AOO41X/main/sw/source/ui/inc/
H A Dregionsw.hxx146 sal_Bool CheckPasswd(CheckBox* pBox = 0);
/AOO41X/main/sw/inc/
H A Dshellio.hxx192 sal_Bool CheckPasswd( const String&, const Reader& );
/AOO41X/main/sw/source/filter/basflt/
H A Dfltini.cxx340 sal_Bool SwReader::CheckPasswd( const String& /*rPasswd*/, const Reader& /*rOptions*/ ) in CheckPasswd() function in SwReader
/AOO41X/main/sw/source/ui/app/
H A Ddocsh.cxx201 if (!(*ppRdr)->CheckPasswd( aPasswd, *pRead )) in StartConvertFrom()