Searched refs:aInfFile (Results 1 – 3 of 3) sorted by relevance
403 Config aInfFile( aTransformer.get(OFileNotation::N_SYSTEM) ); in Init() local404 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() local516 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 …]
408 Config aInfFile(sPhysicalPath); in createINFEntry() local409 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() local454 aInfFile.SetGroup(dBASE_III_GROUP); in DropImpl()455 sal_uInt16 nKeyCnt = aInfFile.GetKeyCount(); in DropImpl()464 aKeyName = aInfFile.GetKeyName( nKey ); in DropImpl()[all …]
701 Config aInfFile(aURL.getFSysPath(INetURLObject::FSYS_DETECT)); in refreshIndexes() local702 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()
Completed in 22 milliseconds