Searched refs:aIdent (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/canvas/source/directx/ |
H A D | dx_9rm.cxx | 759 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()
|
/aoo41x/main/connectivity/source/drivers/dbase/ |
H A D | DTable.cxx | 1071 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 …]
|
/aoo41x/main/sw/source/filter/html/ |
H A D | parcss1.cxx | 408 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 D | svxcss1.cxx | 1166 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()
|
/aoo41x/main/extensions/source/scanner/ |
H A D | twain.cxx | 186 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()
|
H A D | scanwin.cxx | 248 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()
|
/aoo41x/main/sfx2/source/control/ |
H A D | shell.cxx | 108 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()
|
/aoo41x/main/ucb/source/ucp/ftp/ |
H A D | ftpurl.cxx | 156 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 D | ftpurl.hxx | 91 const rtl::OUString& aIdent,
|
/aoo41x/main/sw/source/ui/misc/ |
H A D | numberingtypelistbox.cxx | 139 OUString aIdent = pImpl->xInfo->getNumberingIdentifier( nCurrent ); in Reload() local 140 sal_uInt16 nPos = InsertEntry(aIdent); in Reload()
|
/aoo41x/main/cui/source/tabpages/ |
H A D | numpages.cxx | 1415 OUString aIdent = xInfo->getNumberingIdentifier( nCurrent ); in SvxNumOptionsTabPage() local 1416 sal_uInt16 nPos = aFmtLB.InsertEntry(aIdent); in SvxNumOptionsTabPage()
|
Completed in 103 milliseconds