Home
last modified time | relevance | path

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

/AOO42X/main/sal/qa/osl/security/
H A Dosl_Security.cxx79 ::osl::Security aSec; in TEST_F()
81 …ASSERT_TRUE(aSec.getHandle( ) != NULL) << "#test comment#: create a security its handle should no… in TEST_F()
98 ::osl::Security aSec; in logonUser_user_pwd()
99 bRes = aSec.logonUser( aLogonUser, aLogonPasswd ); in logonUser_user_pwd()
106 ::osl::Security aSec; in logonUser_user_pwd_server()
107 bRes = aSec.logonUser( aLogonUser, aLogonPasswd, aFileServer ); in logonUser_user_pwd_server()
142 ::osl::Security aSec; in TEST_F()
144 bRes = aSec.getUserIdent( strID ); in TEST_F()
161 ::osl::Security aSec; in TEST_F()
167 bRes = aSec.getUserName( strGetName ); in TEST_F()
[all …]
/AOO42X/main/tools/source/generic/
H A Dconfig.cxx241 oslSecurity aSec = osl_getCurrentSecurity(); in ImplMakeConfigName() local
242 osl_getConfigDir( aSec, &aPathName.pData ); in ImplMakeConfigName()
243 osl_freeSecurityHandle( aSec ); in ImplMakeConfigName()
817 oslSecurity aSec = osl_getCurrentSecurity(); in GetDefDirectory() local
818 osl_getConfigDir( aSec, &aDefConfig.pData ); in GetDefDirectory()
819 osl_freeSecurityHandle( aSec ); in GetDefDirectory()
/AOO42X/main/vcl/unx/generic/app/
H A Dsm.cxx245 oslSecurity aSec = osl_getCurrentSecurity(); in BuildSmPropertyList() local
246 if( aSec ) in BuildSmPropertyList()
248 osl_getUserName( aSec, &aUserName.pData ); in BuildSmPropertyList()
250 osl_freeSecurityHandle( aSec ); in BuildSmPropertyList()
/AOO42X/main/sw/source/ui/index/
H A Dswuiidxmrk.cxx545 String aSec(aKey2DCB.GetText()); in InsertMark() local
547 aDesc.SetSecKey(aSec); in InsertMark()
612 String aSec(aKey2DCB.GetText()); in UpdateMark() local
613 if(aSec.Len()) in UpdateMark()
614 aDesc.SetSecKey(aSec); in UpdateMark()
/AOO42X/main/reportdesign/source/ui/dlg/
H A DNavigator.cxx487 uno::Any aSec = xSelectionSupplier->getSelection(); in _selectionChanged() local
489 aSec >>= aSelection; in _selectionChanged()
492 uno::Reference< uno::XInterface> xSelection(aSec,uno::UNO_QUERY); in _selectionChanged()