Searched refs:aSec (Results 1 – 5 of 5) sorted by relevance
79 ::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 …]
241 oslSecurity aSec = osl_getCurrentSecurity(); in ImplMakeConfigName() local242 osl_getConfigDir( aSec, &aPathName.pData ); in ImplMakeConfigName()243 osl_freeSecurityHandle( aSec ); in ImplMakeConfigName()817 oslSecurity aSec = osl_getCurrentSecurity(); in GetDefDirectory() local818 osl_getConfigDir( aSec, &aDefConfig.pData ); in GetDefDirectory()819 osl_freeSecurityHandle( aSec ); in GetDefDirectory()
245 oslSecurity aSec = osl_getCurrentSecurity(); in BuildSmPropertyList() local246 if( aSec ) in BuildSmPropertyList()248 osl_getUserName( aSec, &aUserName.pData ); in BuildSmPropertyList()250 osl_freeSecurityHandle( aSec ); in BuildSmPropertyList()
545 String aSec(aKey2DCB.GetText()); in InsertMark() local547 aDesc.SetSecKey(aSec); in InsertMark()612 String aSec(aKey2DCB.GetText()); in UpdateMark() local613 if(aSec.Len()) in UpdateMark()614 aDesc.SetSecKey(aSec); in UpdateMark()
487 uno::Any aSec = xSelectionSupplier->getSelection(); in _selectionChanged() local489 aSec >>= aSelection; in _selectionChanged()492 uno::Reference< uno::XInterface> xSelection(aSec,uno::UNO_QUERY); in _selectionChanged()