Home
last modified time | relevance | path

Searched refs:aIdent (Results 1 – 11 of 11) sorted by path

/trunk/main/canvas/source/directx/
H A Ddx_9rm.cxx759 D3DADAPTER_IDENTIFIER9 aIdent; in verifyDevice() local
760 if(FAILED(mpDirect3D9->GetAdapterIdentifier(nAdapter,0,&aIdent))) in verifyDevice()
765 aInfo.nVendorId = aIdent.VendorId; in verifyDevice()
766 aInfo.nDeviceId = aIdent.DeviceId; in verifyDevice()
767 aInfo.nDeviceSubSysId = aIdent.SubSysId; in verifyDevice()
768 aInfo.nDeviceRevision = aIdent.Revision; in verifyDevice()
770 aInfo.nDriverId = HIWORD(aIdent.DriverVersion.HighPart); in verifyDevice()
771 aInfo.nDriverVersion = LOWORD(aIdent.DriverVersion.HighPart); in verifyDevice()
772 aInfo.nDriverSubVersion = HIWORD(aIdent.DriverVersion.LowPart); in verifyDevice()
773 aInfo.nDriverBuildId = LOWORD(aIdent.DriverVersion.LowPart); in verifyDevice()
/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx1071 if ( aIdent.lastIndexOf('/') != (aIdent.getLength()-1) ) in CreateImpl()
1072 aIdent += ::rtl::OUString::createFromAscii("/"); in CreateImpl()
1073 aIdent += m_Name; in CreateImpl()
1074 aName = aIdent.getStr(); in CreateImpl()
2373 if ( aIdent.lastIndexOf('/') != (aIdent.getLength()-1) ) in renameFile()
2374 aIdent += ::rtl::OUString::createFromAscii("/"); in renameFile()
2375 aIdent += oldName; in renameFile()
2376 aName = aIdent; in renameFile()
2555 if ( aIdent.lastIndexOf('/') != (aIdent.getLength()-1) ) in createTempFile()
2556 aIdent += ::rtl::OUString::createFromAscii("/"); in createTempFile()
[all …]
/trunk/main/cui/source/tabpages/
H A Dnumpages.cxx1415 OUString aIdent = xInfo->getNumberingIdentifier( nCurrent ); in SvxNumOptionsTabPage() local
1416 sal_uInt16 nPos = aFmtLB.InsertEntry(aIdent); in SvxNumOptionsTabPage()
/trunk/main/extensions/source/scanner/
H A Dscanwin.cxx248 TW_IDENTITY aIdent; in SelectSource() local
250 aIdent.Id = 0, aIdent.ProductName[ 0 ] = '\0'; in SelectSource()
252 nRet = PFUNC( &aAppIdent, NULL, DG_CONTROL, DAT_IDENTITY, MSG_USERSELECT, &aIdent ); in SelectSource()
H A Dtwain.cxx186 TW_IDENTITY aIdent; in SelectSource() local
188 aIdent.Id = 0, aIdent.ProductName[ 0 ] = '\0'; in SelectSource()
190 nRet = PFUNC( &aAppIdent, NULL, DG_CONTROL, DAT_IDENTITY, MSG_USERSELECT, &aIdent ); in SelectSource()
/trunk/main/sfx2/source/control/
H A Dshell.cxx108 String aIdent( pSh->ISA(SfxApplication) ? DEFINE_CONST_UNICODE("SfxApplication") : in SfxShellIdent_Impl() local
112 aIdent += '['; in SfxShellIdent_Impl()
113 aIdent += pSh->GetName(); in SfxShellIdent_Impl()
114 aIdent += ']'; in SfxShellIdent_Impl()
115 return aIdent; in SfxShellIdent_Impl()
/trunk/main/sw/source/filter/html/
H A Dparcss1.cxx408 String aIdent; in GetNextToken() local
418 aIdent += String(sTmpBuffer2.makeStringAndClear()); in GetNextToken()
426 switch( aIdent.GetChar(0) ) in GetNextToken()
466 if( aIdent.EqualsIgnoreCaseAscii(pCmp1) ) in GetNextToken()
472 aIdent.EqualsIgnoreCaseAscii(pCmp2) ) in GetNextToken()
478 aIdent.EqualsIgnoreCaseAscii(pCmp3) ) in GetNextToken()
H A Dsvxcss1.cxx1166 String aIdent( pExpr->GetString() ); in ParseCSS1_font_family() local
1176 (aIdent += ' ') += pNext->GetString(); in ParseCSS1_font_family()
1181 if( aIdent.Len() ) in ParseCSS1_font_family()
1185 sal_Handle hFont = pFList->GetFirstFontInfo( aIdent ); in ParseCSS1_font_family()
1199 aName += aIdent; in ParseCSS1_font_family()
/trunk/main/sw/source/ui/misc/
H A Dnumberingtypelistbox.cxx139 OUString aIdent = pImpl->xInfo->getNumberingIdentifier( nCurrent ); in Reload() local
140 sal_uInt16 nPos = InsertEntry(aIdent); in Reload()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpurl.cxx156 rtl::OString aIdent(url.getStr(), in parse() local
160 rtl::OString lower = aIdent.toAsciiLowerCase(); in parse()
165 char *buffer = new char[1+aIdent.getLength()]; in parse()
166 const char* p2 = aIdent.getStr(); in parse()
H A Dftpurl.hxx91 const rtl::OUString& aIdent,

Completed in 124 milliseconds