Home
last modified time | relevance | path

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

/AOO41X/main/sal/qa/osl/security/
H A Dosl_Security.cxx77 ::osl::Security aSec; in ctors_001()
80 aSec.getHandle( ) != NULL ); in ctors_001()
103 ::osl::Security aSec; in logonUser_user_pwd()
104 bRes = aSec.logonUser( aLogonUser, aLogonPasswd ); in logonUser_user_pwd()
112 ::osl::Security aSec; in logonUser_user_pwd_server()
113 bRes = aSec.logonUser( aLogonUser, aLogonPasswd, aFileServer ); in logonUser_user_pwd_server()
145 ::osl::Security aSec; in getUserIdent_001()
147 bRes = aSec.getUserIdent( strID ); in getUserIdent_001()
169 ::osl::Security aSec; in getUserName_001()
175 bRes = aSec.getUserName( strGetName ); in getUserName_001()
[all …]
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()