Home
last modified time | relevance | path

Searched refs:strName (Results 1 – 20 of 20) sorted by last modified time

/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx3340 String strName(accessibleName); in InsertItem() local
3345 strName += s1; in InsertItem()
3347 strName += s3; in InsertItem()
3350 strName += s3; in InsertItem()
3353 strName += s2; in InsertItem()
3354 pEdit->SetAccessibleName(strName); in InsertItem()
3544 String strName(accessibleName); in InsertAtSelection() local
3549 strName += s1; in InsertAtSelection()
3551 strName += s3; in InsertAtSelection()
3554 strName += s3; in InsertAtSelection()
[all …]
/trunk/main/scripting/source/vbaevents/
H A Deventhelper.cxx1054 const ::rtl::OUString strName( ::evtlstner::getImplementationName() ); in getSupportedServiceNames() local
1055 return Sequence< ::rtl::OUString >( &strName, 1 ); in getSupportedServiceNames()
1084 const ::rtl::OUString strName( ::ooevtdescgen::getImplementationName() ); in getSupportedServiceNames() local
1085 return Sequence< ::rtl::OUString >( &strName, 1 ); in getSupportedServiceNames()
/trunk/main/sal/qa/osl/security/
H A Dosl_Security.cxx163 ::rtl::OUString strName( strUserName ), strGetName; in TEST_F()
165 ::rtl::OUString strName( strUserName ), strGetName; in TEST_F()
170 if (strName.getLength() > 0) in TEST_F()
172 nPos = strGetName.indexOf(strName); in TEST_F()
/trunk/main/xmloff/source/draw/
H A Dlayerexp.cxx65 const OUString strName( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ); in exportLayer() local
78 xLayer->getPropertyValue( strName ) >>= sTmp; in exportLayer()
H A Dlayerimp.cxx78 const OUString strName( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ); in SdXMLLayerContext() local
/trunk/main/vos/inc/vos/
H A Dsecurity.hxx59 sal_Bool SAL_CALL logonUser(const ::rtl::OUString& strName,
71 sal_Bool SAL_CALL logonUser(const ::rtl::OUString& strName,
87 sal_Bool SAL_CALL getUserName(::rtl::OUString& strName) const;
H A Dpipe.hxx92 OPipe(const ::rtl::OUString& strName, TPipeOption Options = TOption_Open);
99 OPipe(const ::rtl::OUString& strName, TPipeOption Options,
121 sal_Bool SAL_CALL create(const ::rtl::OUString& strName, TPipeOption Options = TOption_Open);
130 sal_Bool SAL_CALL create(const ::rtl::OUString& strName, TPipeOption Options,
/trunk/main/vos/source/
H A Dpipe.cxx50 OPipe::OPipe( const rtl::OUString& strName, TPipeOption Options) in OPipe() argument
53 new PipeRef( osl_createPipe(strName.pData, in OPipe()
65 OPipe::OPipe( const rtl::OUString& strName, in OPipe() argument
70 new PipeRef(osl_createPipe(strName.pData, in OPipe()
112 sal_Bool OPipe::create( const rtl::OUString& strName, TPipeOption Options ) in create() argument
123 new PipeRef(osl_createPipe(strName.pData, in create()
135 sal_Bool OPipe::create( const rtl::OUString& strName, in create() argument
148 new PipeRef(osl_createPipe(strName.pData, in create()
H A Dsecurity.cxx45 sal_Bool OSecurity::logonUser(const rtl::OUString& strName, in logonUser() argument
52 return (osl_loginUser( strName.pData, strPasswd.pData, &m_oslSecurity) in logonUser()
57 sal_Bool OSecurity::logonUser( const rtl::OUString& strName, in logonUser() argument
65 …return (osl_loginUserOnFileServer(strName.pData, strPasswd.pData, strFileServer.pData, &m_oslSecur… in logonUser()
78 sal_Bool OSecurity::getUserName( rtl::OUString& strName ) const in getUserName()
82 return osl_getUserName( m_oslSecurity, &strName.pData ); in getUserName()
/trunk/main/sal/osl/w32/
H A Dsecurity.c85 static sal_Bool SAL_CALL getUserNameImpl(oslSecurity Security, rtl_uString **strName, sal_Bool bInc…
450 sal_Bool SAL_CALL osl_getUserName(oslSecurity Security, rtl_uString **strName) in osl_getUserName() argument
452 return getUserNameImpl(Security, strName, sal_True); in osl_getUserName()
890 static sal_Bool SAL_CALL getUserNameImpl(oslSecurity Security, rtl_uString **strName, sal_Bool bIn… in getUserNameImpl() argument
946 rtl_uString_newFromStr( strName, Name); in getUserNameImpl()
963 rtl_uString_newFromStr( strName, pNameW); in getUserNameImpl()
972 rtl_uString_newFromStr( strName, pSecImpl->m_pNetResource->lpRemoteName); in getUserNameImpl()
H A Dprofile.cxx180 static sal_Bool SAL_CALL osl_getProfileName(rtl_uString* strPath, rtl_uString* strName, rtl_uString…
885 sal_Bool SAL_CALL osl_getProfileName(rtl_uString* strPath, rtl_uString* strName, rtl_uString** strP… in osl_getProfileName() argument
897 if (strName && strName->length) in osl_getProfileName()
899 if( ::sal::static_int_cast< sal_uInt32 >( strName->length ) >= aFile.getBufSizeInSymbols() ) in osl_getProfileName()
902 copy_ustr_n( aFile, strName->buffer, strName->length+1); in osl_getProfileName()
903 nFileLen = strName->length; in osl_getProfileName()
/trunk/main/sal/osl/os2/
H A Dprofile.c182 static sal_Bool SAL_CALL osl_getProfileName(rtl_uString* strPath, rtl_uString* strName, rtl_uString…
874 sal_Bool SAL_CALL osl_getProfileName(rtl_uString* strPath, rtl_uString* strName, rtl_uString** strP…
886 if (strName && strName->length)
888 if(strName->length >= _MAX_PATH)
891 strcpy(File, (char*)strName->buffer);
892 nFileLen = strName->length;
/trunk/main/sal/inc/osl/
H A Dsecurity.h115 sal_Bool SAL_CALL osl_getUserName(oslSecurity Security, rtl_uString **strName);
H A Dsecurity.hxx46 inline sal_Bool Security::logonUser(const rtl::OUString& strName, in logonUser() argument
53 return (osl_loginUser( strName.pData, strPasswd.pData, &m_handle) in logonUser()
57 inline sal_Bool Security::logonUser( const rtl::OUString& strName, in logonUser() argument
65 … return (osl_loginUserOnFileServer(strName.pData, strPasswd.pData, strFileServer.pData, &m_handle) in logonUser()
75 inline sal_Bool Security::getUserName( rtl::OUString& strName ) const in getUserName()
77 return osl_getUserName( m_handle, &strName.pData ); in getUserName()
H A Dpipe.hxx36 inline Pipe::Pipe(const ::rtl::OUString& strName, oslPipeOptions Options ) in Pipe() argument
37 : m_handle( osl_createPipe( strName.pData, Options , 0 ) ) in Pipe()
41 …inline Pipe::Pipe(const ::rtl::OUString& strName, oslPipeOptions Options,const Security & rSecurit… in Pipe() argument
42 : m_handle( osl_createPipe( strName.pData, Options , rSecurity.getHandle() ) ) in Pipe()
74 inline sal_Bool Pipe::create( const ::rtl::OUString & strName, in create() argument
77 *this = Pipe( strName, Options, rSec ); in create()
82 inline sal_Bool Pipe::create( const ::rtl::OUString & strName, oslPipeOptions Options ) in create() argument
84 *this = Pipe( strName, Options ); in create()
166 : Pipe( strName, Options , rSec ) in StreamPipe()
170 inline StreamPipe::StreamPipe(const ::rtl::OUString& strName, oslPipeOptions Options ) in StreamPipe() argument
[all …]
H A Dpipe_decl.hxx52 inline Pipe(const ::rtl::OUString& strName, oslPipeOptions Options);
59 inline Pipe(const ::rtl::OUString& strName, oslPipeOptions Options,const Security & rSecurity);
88 inline sal_Bool create( const ::rtl::OUString & strName,
99 inline sal_Bool create( const ::rtl::OUString & strName, oslPipeOptions Options = osl_Pipe_OPEN );
167 inline StreamPipe(const ::rtl::OUString& strName, oslPipeOptions Options = osl_Pipe_OPEN);
174 … inline StreamPipe(const ::rtl::OUString& strName, oslPipeOptions Options, const Security &rSec );
H A Dsecurity_decl.hxx55 inline sal_Bool SAL_CALL logonUser(const ::rtl::OUString& strName,
67 inline sal_Bool SAL_CALL logonUser(const ::rtl::OUString & strName,
83 inline sal_Bool SAL_CALL getUserName( ::rtl::OUString& strName) const;
/trunk/main/offapi/com/sun/star/setup/
H A DWindowsRegistryAction.idl42 string strName;
H A DModuleInfo.idl35 string strName;
/trunk/main/dtrans/test/win32/dnd/
H A Datlwindow.hxx60 AWindow(LPCTSTR strName) in AWindow() argument
63 Create(0, rcPos, strName); in AWindow()
65 AWindow(LPCTSTR strName, RECT pos, BOOL mta=FALSE): m_isMTA( mta) in AWindow() argument
67 Create(0, pos, strName); in AWindow()

Completed in 149 milliseconds