Home
last modified time | relevance | path

Searched refs:aInfFile (Results 1 – 3 of 3) sorted by path

/trunk/main/connectivity/source/drivers/dbase/
H A DDIndex.cxx408 Config aInfFile(sPhysicalPath); in createINFEntry() local
409 aInfFile.SetGroup(dBASE_III_GROUP); in createINFEntry()
411 sal_uInt16 nSuffix = aInfFile.GetKeyCount(); in createINFEntry()
418 for (sal_uInt16 i = 0; i < aInfFile.GetKeyCount(); i++) in createINFEntry()
420 aKeyName = aInfFile.GetKeyName(i); in createINFEntry()
428 aInfFile.WriteKey(aNewEntry,ByteString(sEntry,m_pTable->getConnection()->getTextEncoding())); in createINFEntry()
453 Config aInfFile(sPhysicalPath); in DropImpl() local
454 aInfFile.SetGroup(dBASE_III_GROUP); in DropImpl()
455 sal_uInt16 nKeyCnt = aInfFile.GetKeyCount(); in DropImpl()
464 aKeyName = aInfFile.GetKeyName( nKey ); in DropImpl()
[all …]
H A DDTable.cxx701 Config aInfFile(aURL.getFSysPath(INetURLObject::FSYS_DETECT)); in refreshIndexes() local
702 aInfFile.SetGroup(dBASE_III_GROUP); in refreshIndexes()
703 sal_uInt16 nKeyCnt = aInfFile.GetKeyCount(); in refreshIndexes()
710 aKeyName = aInfFile.GetKeyName( nKey ); in refreshIndexes()
714 aIndexName = aInfFile.ReadKey(aKeyName); in refreshIndexes()
/trunk/main/dbaccess/source/ui/dlg/
H A Ddbfindex.cxx403 Config aInfFile( aTransformer.get(OFileNotation::N_SYSTEM) ); in Init() local
404 aInfFile.SetGroup( aGroupIdent ); in Init()
409 sal_uInt16 nKeyCnt = aInfFile.GetKeyCount(); in Init()
416 aKeyName = aInfFile.GetKeyName( nKey ); in Init()
422 aEntry = String(aInfFile.ReadKey(aKeyName), gsl_getSystemTextEncoding()); in Init()
515 Config aInfFile( aTransformer.get(OFileNotation::N_SYSTEM) ); in WriteInfFile() local
516 aInfFile.SetGroup( aGroupIdent ); in WriteInfFile()
520 sal_uInt16 nKeyCnt = aInfFile.GetKeyCount(); in WriteInfFile()
528 aKeyName = aInfFile.GetKeyName( nKey ); in WriteInfFile()
534 aInfFile.DeleteKey(aKeyName); in WriteInfFile()
[all …]

Completed in 52 milliseconds